2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
2
3 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
4 as the preferred name of r30.
5 * nios2-linux-tdep.c (reg_offsets): Likewise.
6 * features/nios2-cpu.xml: Likewise.
7 * features/nios2-linux.c: Regenerated.
8 * features/nios2.c: Regenerated.
9 * regformats/nios2-linux.dat: Regenerated.
10
11 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12
13 Canonicalize directories for EXEC_FILENAME.
14 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
15 exec_filename.
16 * utils.c (gdb_realpath_keepfile): New function.
17 * utils.h (gdb_realpath_keepfile): New declaration.
18
19 2013-10-11 Doug Evans <dje@google.com>
20
21 * Makefile.in (GDBFLAGS): New variable.
22 (run): New rule.
23
24 2013-10-11 Joel Brobecker <brobecker@adacore.com>
25
26 * NEWS: Add entry documenting the new "-catch-assert" and
27 "-catch-exception" GDB/MI commands.
28
29 2013-10-11 Joel Brobecker <brobecker@adacore.com>
30
31 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
32 "enabled".
33 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
34 "enabled". Set B->ENABLE_STATE accordingly.
35 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
36 ada-lang.c.
37 (create_ada_exception_catchpoint): Add declaration.
38 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
39 (create_ada_exception_catchpoint): Make non-static. Add new
40 parameter "disabled". Use it in call to
41 init_ada_exception_breakpoint.
42 (catch_ada_exception_command): Add parameter "enabled" in call
43 to create_ada_exception_catchpoint.
44 (catch_assert_command): Likewise.
45
46 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
47 Add declarations.
48 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
49 "catch-exception" commands.
50 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
51 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
52
53 2013-10-11 Joel Brobecker <brobecker@adacore.com>
54
55 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
56 "enum exception_catchpoint_kind". Replace the "ex_" prefix
57 of all its enumerates with "ada_". Update the rest of this
58 file throughout.
59
60 2013-10-11 Joel Brobecker <brobecker@adacore.com>
61
62 * ada-lang.c (ada_decode_exception_location): Delete.
63 (create_ada_exception_catchpoint): Remove arguments "sal",
64 "addr_string" and "ops". Add argument "ex_kind" instead.
65 Adjust implementation accordingly, calling ada_exception_sal
66 to get the entities it no longer gets passed as arguments.
67 Document the function's arguments.
68 (catch_ada_exception_command): Use catch_ada_exception_command_split
69 instead of ada_decode_exception_location, and update call to
70 create_ada_exception_catchpoint.
71 (catch_ada_assert_command_split): Renames
72 ada_decode_assert_location. Remove parameters "addr_string" and
73 "ops", and now returns void. Adjust implementation accordingly.
74 Update the function documentation.
75 (catch_assert_command): Use catch_ada_assert_command_split
76 instead of ada_decode_assert_location. Update call to
77 create_ada_exception_catchpoint.
78
79 2013-10-11 Joel Brobecker <brobecker@adacore.com>
80
81 * utils.h (perror_warning_with_name): Add declaration.
82 * utils.c (perror_warning_with_name): New function.
83 * cli/cli-cmds.c (source_script_with_search): Add call to
84 perror_warning_with_name if from_tty is nul.
85
86 2013-10-11 Joel Brobecker <brobecker@adacore.com>
87
88 * utils.c (perror_string): New function, extracted out of
89 throw_perror_with_name.
90 (throw_perror_with_name): Rework to use perror_string.
91
92 2013-10-11 Yao Qi <yao@codesourcery.com>
93
94 * remote.c (discard_pending_stop_replies_in_queue): Update
95 declaration.
96 (struct stop_reply) <rs>: New field.
97 (remove_stop_reply_of_remote_state): New function.
98 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
99 Callers update. Pass remove_stop_reply_of_remote_state to
100 QUEUE_iterate.
101 (remote_parse_stop_reply): Initialize field 'rs'.
102
103 2013-10-10 Will Newton <will.newton@linaro.org>
104
105 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
106 linux_init_abi.
107
108 2013-10-10 Joel Brobecker <brobecker@adacore.com>
109
110 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
111 serial_baud_show_cmd.
112 (_initialize_cli_cmds): Delete the code creating the
113 "set/show remotebaud" commands.
114 * serial.c (baud_rate): Move here from top.c.
115 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
116 (_initialize_serial): Create "set/show serial baud" commands.
117 Add "set/show remotebaud" command aliases.
118 * top.c (baud_rate): Moved to serial.c.
119 * NEWS: Document the new "set/show serial baud" commands,
120 replacing "set/show remotebaud".
121
122 2013-10-09 Pedro Alves <palves@redhat.com>
123
124 * breakpoint.c (insert_bp_location): Use memory_error_message to
125 build the memory error string.
126 * c-lang.c: Include "gdbcore.h".
127 (c_get_string): Use memory_error to throw error.
128 (target_xfer_memory_error): Delete.
129 (memory_error_message): New, factored out from
130 target_xfer_memory_error.
131 (memory_error): Change parameter type to target_xfer_error.
132 Rewrite.
133 (read_memory): Use memory_error instead of
134 target_xfer_memory_error.
135 * gdbcore.h: Include "target.h".
136 (memory_error): Change parameter type to target_xfer_error.
137 (memory_error_message): Declare function.
138 * target.c (target_read_memory, target_read_stack)
139 (target_write_memory, target_write_raw_memory): Return
140 TARGET_XFER_E_IO on error. Adjust comments.
141 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
142 instead of EIO.
143 * target.h (target_read, target_insert_breakpoint)
144 (target_remove_breakpoint): Adjust comments.
145 * valprint.c (partial_memory_read): Rename parameter, and adjust
146 comment.
147 (val_print_string): Use memory_error_message to build the memory
148 error string.
149
150 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
151
152 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
153 result variable. Rename variable fopen_e_ever_failed to
154 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
155
156 2013-10-09 Pedro Alves <palves@redhat.com>
157
158 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
159 (monitor_write_memory_longlongs, monitor_write_memory_block):
160 Constify 'myaddr' parameter.
161 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
162 helper.
163 (monitor_xfer_partial): New function.
164 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
165 hook. Install a to_xfer_partial hook.
166
167 2013-10-09 Tom Tromey <tromey@redhat.com>
168
169 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
170 bfd_get_alt_debug_link_info.
171
172 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
173
174 New flag OBJF_NOT_FILENAME.
175 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
176 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
177 allocate_objfile.
178 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
179 symbol_file_add_from_bfd.
180 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
181 allocate_objfile.
182 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
183 NULL.
184 * objfiles.h (OBJF_NOT_FILENAME): New.
185
186 2013-10-08 Tom Tromey <tromey@redhat.com>
187
188 * Makefile.in (SFILES): Add build-id.c.
189 (HFILES_NO_SRCDIR): Add build-id.h.
190 * build-id.c: New file, largely from elfread.c. Modified
191 most functions.
192 * build-id.h: New file.
193 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
194 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
195 Search for dwz file using build-id.
196 * elfread.c (build_id_bfd_get, build_id_verify)
197 (build_id_to_debug_filename, find_separate_debug_file): Remove.
198
199 2013-10-08 Joel Brobecker <brobecker@adacore.com>
200
201 * ada-lang.c (compare_names_with_case): Renamed from
202 compare_names, adding a new parameter "casing" and its handling.
203 New function documentation.
204 (compare_names): New function, implemented using
205 compare_names_with_case.
206
207 2013-10-08 Joel Brobecker <brobecker@adacore.com>
208
209 * ada-lang.c (ada_exception_sal): Remove advance declaration.
210
211 2013-10-07 Tom Tromey <tromey@redhat.com>
212
213 * objfiles.c (free_objfile_per_bfd_storage): Delete the
214 demangled_names_hash.
215 (free_objfile): Don't delete the demangled_names_hash.
216 * objfiles.h (struct objfile_per_bfd_storage)
217 <demangled_names_hash>: New field.
218 (struct objfile) <demangled_names_hash>: Move to
219 objfile_per_bfd_storage.
220 * symfile.c (reread_symbols): Don't delete the
221 demangled_names_hash.
222 * symtab.c (create_demangled_names_hash): Update.
223 (symbol_set_names): Update.
224
225 2013-10-07 Tom Tromey <tromey@redhat.com>
226
227 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
228 needs_relocations>: New fields.
229 (gdb_bfd_requires_relocations): New function.
230 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
231 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
232 the BFD needs relocations applied.
233
234 2013-10-07 Pedro Alves <palves@redhat.com>
235
236 PR breakpoints/11568
237 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
238 the thread list" instead of "gone".
239
240 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
241
242 * NEWS: Mention new convenience variable $_exitsignal.
243 * corelow.c (core_open): Reset exit convenience variables. Set
244 $_exitsignal to the uncaught signal which generated the corefile.
245 * infrun.c (handle_inferior_event): Reset exit convenience
246 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
247 (clear_exit_convenience_vars): New function.
248 * inferior.h (clear_exit_convenience_vars): New prototype.
249
250 2013-10-06 Yao Qi <yao@codesourcery.com>
251
252 * varobj.h: Add comments to enum varobj_languages.
253
254 2013-10-04 Doug Evans <dje@google.com>
255
256 Add support for DWP file format version 2.
257 * NEWS: Mention support for DWP file format version 2.
258 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
259 union of asection, containing_section. New fields virtual_offset
260 and is_virtual. Change type of readin filed from int to char.
261 (dwo_sections, dwo_file): Tweak comments.
262 (dwp_v2_section_ids): New enum.
263 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
264 str_offsets, types.
265 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
266 All uses updated.
267 (virtual_v2_dwo_sections): New struct.
268 (dwp_hash_table): New fields version, nr_columns. Change type of
269 section_pool field to a union.
270 (dwp_file): New field version.
271 (dwarf2_has_info): Check for virtual sections.
272 (get_containing_section): New function.
273 (get_section_bfd_owner, get_section_bfd_section): Call it.
274 (dwarf2_locate_sections): Update.
275 (dwarf2_section_empty_p): Update.
276 (dwarf2_read_section): Handle virtual sections.
277 (locate_dwz_sections): Update.
278 (create_dwp_hash_table): Document and handle V2 format.
279 (locate_v1_virtual_dwo_sections): Renamed from
280 locate_virtual_dwo_sections and update. All callers updated.
281 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
282 Delete arg htab. Rename arg section_index to unit_index.
283 All callers updated.
284 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
285 All uses updated.
286 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
287 (lookup_dwo_unit_in_dwp): Add V2 support.
288 (dwarf2_locate_dwo_sections): Update.
289 (dwarf2_locate_common_dwp_sections): Renamed from
290 dwarf2_locate_dwp_sections and update. All callers updated.
291 (dwarf2_locate_v2_dwp_sections): New function.
292 (open_and_init_dwp_file): Add V2 support.
293 (read_str_index): New locals str_section, str_offsets_section.
294
295 2013-10-04 Pedro Alves <palves@redhat.com>
296
297 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
298 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
299 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
300 describing comments with references to ptid.h.
301 * common/ptid.h: Remove intro description of constructors,
302 accessors and predicates.
303 (struct ptid): Reformat.
304 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
305 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
306 describing comments.
307
308 2013-10-04 Joel Brobecker <brobecker@adacore.com>
309
310 * aix-thread.c (sync_threadlists): Add missing ')' in call
311 to ptid_build.
312
313 2013-10-04 Joel Brobecker <brobecker@adacore.com>
314
315 * procfs.c (procfs_init_inferior): Fix typo causing the build
316 to fail.
317
318 2013-10-04 Joel Brobecker <brobecker@adacore.com>
319
320 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
321
322 2013-10-04 Joel Brobecker <brobecker@adacore.com>
323
324 * mi/mi-main.c (run_one_inferior): Add function description.
325 Make ARG a pointer to an integer whose value determines whether
326 we should "run" or "start" the program.
327 (mi_cmd_exec_run): Add handling of the "--start" option.
328 Reject all other command-line options.
329 * NEWS: Add entry for "-exec-run"'s new "--start" option.
330
331 2013-10-04 Yao Qi <yao@codesourcery.com>
332
333 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
334 (struct notif_client) <pending_event>: Moved
335 to struct remote_notif_state.
336 <id>: New field.
337 (struct remote_notif_state) <pending_event>: New field.
338 (notif_event_xfree): Declare.
339 * remote-notif.c (handle_notification): Adjust.
340 (notif_event_xfree): New function.
341 (do_notif_event_xfree): Call notif_event_xfree.
342 (remote_notif_state_xfree): Call notif_event_xfree to free
343 each element in field pending_event.
344 * remote.c (discard_pending_stop_replies): Remove declaration.
345 (discard_pending_stop_replies_in_queue): Declare.
346 (remote_close): Call discard_pending_stop_replies_in_queue
347 instead of discard_pending_stop_replies.
348 (remote_start_remote): Adjust.
349 (stop_reply_xfree): Call notif_event_xfree.
350 (notif_client_stop): Adjust initialization.
351 (remote_notif_remove_all): Rename it to ...
352 (remove_stop_reply_for_inferior): ... this. Update comments.
353 Don't check INF is NULL.
354 (discard_pending_stop_replies): Return early if notif_state is
355 NULL. Adjust. Don't check INF is NULL.
356 (remote_notif_get_pending_events): Adjust.
357 (discard_pending_stop_replies_in_queue): New function.
358 (remote_wait_ns): Likewise.
359
360 2013-10-04 Yao Qi <yao@codesourcery.com>
361
362 * remote-notif.c (DECLARE_QUEUE_P): Remove.
363 (notif_queue): Remove.
364 (remote_notif_process): Add one parameter 'notif_queue'.
365 Update comments. Callers update.
366 (remote_async_get_pending_events_token): Remove.
367 (remote_notif_register_async_event_handler): Remove.
368 (remote_notif_unregister_async_event_handler): Remove.
369 (handle_notification): Add parameter 'notif_queue'. Update
370 comments. Callers update.
371 (notif_xfree): Remove.
372 (remote_notif_state_allocate): New function.
373 (remote_notif_state_xfree): New function.
374 (_initialize_notif): Remove code to allocate queue.
375 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
376 (struct remote_notif_state): New.
377 (handle_notification): Update declaration.
378 (remote_notif_process): Likewise.
379 (remote_notif_register_async_event_handler): Remove.
380 (remote_notif_unregister_async_event_handler): Remove.
381 (remote_notif_state_allocate): Declare.
382 (remote_notif_state_xfree): Declare.
383 * remote.c (struct remote_state) <notif_state>: New field.
384 (remote_close): Don't call
385 remote_notif_unregister_async_event_handler. Call
386 remote_notif_state_xfree.
387 (remote_open_1): Don't call
388 remote_notif_register_async_event_handler. Call
389 remote_notif_state_allocate.
390
391 2013-10-04 Yao Qi <yao@codesourcery.com>
392
393 * varobj.c (create_child_with_value): Remove 'const' from the
394 type of parameter 'name'.
395 (varobj_add_child): Likewise.
396 (install_dynamic_child): Remove 'const' from the type of
397 parameter 'name'.
398 (varobj_add_child): Likewise.
399 (create_child_with_value): Likewise. Update comments. Don't
400 duplicate 'name'.
401 (update_dynamic_varobj_children): Duplicate 'name'
402 and pass it to install_dynamic_child.
403
404 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
405
406 * python/py-value.c (convert_value_from_python): Move PyInt_Check
407 conversion logic to occur after PyLong_Check. Comment on order
408 change significance.
409 * python/py-arch.c (archpy_disassemble): Comment on order of
410 conversion for integers and longs.
411
412 2013-10-03 Pedro Alves <palves@redhat.com>
413
414 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
415 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
416 functions. Always test for PTRACE_O_TRACESYSGOOD even if
417 PTRACE_O_TRACEFORK is not supported.
418 (linux_test_for_tracesysgood): New function.
419 (linux_test_for_tracefork): New function, factored out from
420 linux_check_ptrace_features, and also don't kill child_pid here.
421
422 2013-10-03 Tristan Gingold <gingold@adacore.com>
423
424 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
425 Remove verbose error reporting. Use detected state to
426 thread_set_state call.
427 (i386_darwin_dr_get): Fix return type. Remove verbose error
428 report.
429 Remove trailing spaces.
430
431 2013-10-02 Pedro Alves <palves@redhat.com>
432
433 * cp-valprint.c (cp_print_value_fields): Adjust calls to
434 val_print_optimized_out.
435 * jv-valprint.c (java_print_value_fields): Likewise.
436 * p-valprint.c (pascal_object_print_value_fields): Likewise.
437 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
438 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
439 new optimized out value.
440 * findvar.c (address_from_register): Likewise.
441 * frame.c (put_frame_register): Tweak error string to say the
442 register was not saved, rather than optimized out.
443 * infcmd.c (default_print_one_register_info): Adjust call to
444 val_print_optimized_out. Use value_of_register instead of
445 get_frame_register_value.
446 * mi/mi-main.c (output_register): Use value_of_register instead of
447 get_frame_register_value.
448 * valprint.c (valprint_check_validity): Likewise.
449 (val_print_optimized_out): New value parameter. If the value is
450 lval_register, print <not saved> instead.
451 (value_check_printable, val_print_scalar_formatted): Adjust calls
452 to val_print_optimized_out.
453 * valprint.h (val_print_optimized_out): New value parameter.
454 * value.c (struct value) <optimized_out>: Extend comment.
455 (error_value_optimized_out): New function.
456 (require_not_optimized_out): Use it. Use a different string for
457 lval_register values.
458 * value.h (error_value_optimized_out): New declaration.
459 * NEWS: Mention <not saved>.
460
461 2013-10-02 Joel Brobecker <brobecker@adacore.com>
462
463 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
464 strcmp to compare two symtab filenames.
465
466 2013-10-02 Joel Brobecker <brobecker@adacore.com>
467
468 * symtab.c (search_symbols_equal): Delete.
469 (sort_search_symbols_remove_dups): Replace call to
470 search_symbols_equal by call to compare_search_syms,
471 adjusting as necessary.
472
473 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
474
475 PR python/15579
476
477 * python/python.c: Document gdb.execute command in Python help.
478
479 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
480
481 * python/py-frame.c (frame_info_to_frame_object): Use
482 gdbpy_convert_exception. Clean up Python object on failure.
483
484 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
485
486 * python/lib/gdb/command/frame_filters.py
487 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
488 (ShowFrameFilterPriority.invoke): Ditto.
489
490 2013-10-01 Keith Seitz <keiths@redhat.com>
491
492 * linespec.c (struct ls_parser): Make 'saved_arg' const.
493 (parse_linespec): Make 'argptr' const.
494 Remove temporary cast of 'argptr' to const char **.
495 (decode_line_full): Pass const pointer to parse_linespec.
496 (decode_line_1): Likewise.
497 (decode_objc): Make local variable 'new_argptr' const.
498 (find_function_symbols): Remove temporary cast to char *
499 to find_imps.
500 * objc-lang.c (find_imps): Make argument 'method' const.
501 Return const.
502 * objc-lang.h (find_imps): Likewise.
503
504 2013-10-01 Keith Seitz <keiths@redhat.com>
505
506 * completer.c (skip_quoted_chars): Make all arguments const.
507 Return const.
508 (skip_quoted): Likewise.
509 * completer.h (skip_quoted_chars): Likewise.
510 (skip_quoted): Likewise.
511 * defs.h (skip_quoted): Remove duplicate declaration.
512 * jv-exp.y: Include completer.h.
513 (yylex): Remove unneccessary cast to char * fro skip_quoted.
514 * p-exp.y: Include completer.h.
515
516 2013-10-01 Keith Seitz <keiths@redhat.com>
517
518 * c-exp.y (parse_number): Make first argument const.
519 Make a copy of the input to manipulate.
520 (c_parse_escape): Make first argument const.
521 Make local variable 'tokptr' const.
522 (parse_string_or_char): Make first two arguments const.
523 (macro_original_text): Make const.
524 (lex_one_token): Make local variable 'tokstart' const.
525 Likewise for local variables named 'p'.
526 Cast away const for struct stoken (temporary).
527 * c-lang.h (c_parse_escpae): Make first argument const.
528 * cli/cli-cmds.c (echo_command): Make local variable 'p'
529 const.
530 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
531 var_string case.
532 * f-exp.y (parse_number): Make first argument const.
533 (match_string_literal): Make local variable 'tokstart'
534 const.
535 (yylex): Make local variable 'p' const.
536 Cast away const for struct stoken (temporary).
537 * go-exp.y (parse_number): Make first argument const.
538 (parse_string_or_char): Likewise.
539 Make local variable 'tokstart' const.
540 (lex_one_token): Likewise for numerous locals called 'p'.
541 Cast away const for struct stoken (temporary).
542 * jv-exp.y (parse_number): Make first argument const.
543 Make local variables 'tokstart' and 'tokptr' const.
544 Cast away const for call to skip_quoted (temporary).
545 (yylex): Make local variable 'p' const.
546 Cast away const for struct stoken (temporary).
547 * m2-exp.y (parse_number): Make local variable 'p' const.
548 (yylex): Likewise for 'tokstart'.
549 Cast away const for struct stoken (temporary).
550 Make local variable 'p' const.
551 * macroexp.c (get_character_constant): Pass a const string
552 to c_parse_escape.
553 (get_string_literal): Likewise.
554 (macro_expand_next): Make first argument const.
555 Cast away const for init_shared_buffer.
556 * macroexp.h (macro_expand_next): Make first argument const.
557 * p-exp.y (yylex): Make a local copy of 'lexptr'.
558 Pass a const string to c_parse_escape.
559 Make local variables 'p' and 'namestart' const.
560 * parse.c (lexptr): Make const.
561 (prev_lexptr): Likewise.
562 (find_template_name_end): Return const.
563 Make argument const, too.
564 (parse_exp_in_context): Make first argument const.
565 Remove the entire const_hack.
566 (parse_exp_in_context_1): Make first argument const.
567 * parser-defs.h (find_template_name_end): Return const.
568 Make argument const, too.
569 (lexptr): Make const.
570 (prev_lexptr): Likewise.
571 * utils.c (parse_escape): Make second argument const.
572 * utils.h (parse_escape): Likewise.
573
574 2013-10-01 Keith Seitz <keiths@redhat.com>
575
576 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
577 is now const.
578 (block_lookup): Make 'raw_name' and 'name' const.
579 * ada-lex.l (processString): Update for struct stoken.ptr.
580 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
581 (operator_stoken): Likewise.
582 (lex_one_token): Remove temporary cast to char * for
583 'yylval.sval.ptr'.
584 * f-exp.y (yylex): Likewise.
585 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
586 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
587 * go-exp.y (lex_one_token): Remove temporary cast to char * for
588 'yylval.sval.ptr'.
589 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
590 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
591 * linespec.c (struct ls_parser): Make 'stream' const.
592 (find_parameter_list_end): Make argument 'input' and local
593 variable 'p' const.
594 (linespec_lexer_lex_string): Make local variables 'start' and
595 'p' const.
596 Use skip_spaces_const instead of skip_spaces.
597 (linespec_lexer_peek_token): Make local variable 'saved_stream'
598 const.
599 (parse_linespec): Temporarily cast 'argptr' to const for
600 'parser->lexer.stream'.
601 * m2-exp.y (yylex): Remove temporary cast to char * for
602 'yylval.sval.ptr'.
603 * objc-lang.c (add_msglist): Make local variable 'p' const.
604 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
605 (exp : STRING): Make 'sp' const.
606 (parse_number): Make argument 'p' const.
607 * parser-defs.h (struct stoken): Make 'ptr' const.
608
609 2013-10-01 Doug Evans <dje@google.com>
610
611 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
612
613 2013-10-01 Yao Qi <yao@codesourcery.com>
614
615 * varobj.c (c_value_of_root): Remove declaration.
616 (cplus_value_of_root, java_value_of_root): Likewise.
617 (ada_value_of_root): Likewise.
618 (struct language_specific) <value_of_root>: Remove.
619 (languages): Update initialization.
620 (check_scope): Move earlier.
621 (c_value_of_root): Move earlier and rename to ...
622 (value_of_root_1): ... this.
623 (value_of_root): Caller update.
624 (cplus_value_of_root, java_value_of_root): Remove.
625 (ada_value_of_root): Remove.
626
627 2013-10-01 Yao Qi <yao@codesourcery.com>
628
629 * varobj.c (varobj_format_string): Remove "unknown".
630 (languages): Remove the first element.
631 * varobj.h (enum varobj_languages): Remove vlang_c.
632
633 2013-10-01 Yao Qi <yao@codesourcery.com>
634
635 * varobj.c (struct language_specific) <language>: Remove.
636 (languages): Update the initialization.
637
638 2013-10-01 Yao Qi <yao@codesourcery.com>
639
640 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
641 "solib-target.h". Include "windows-tdep.h".
642 (arm_wince_init_abi): Call windows_init_abi. Remove call to
643 set_solib_ops and set_gdbarch_has_dos_based_file_system.
644 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
645 windows-tdep.o to gdb_target_obs.
646
647 2013-10-01 Yao Qi <yao@codesourcery.com>
648
649 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
650 "solib-target.h".
651 (amd64_windows_init_abi): Don't call set_solib_ops and
652 set_gdbarch_iterate_over_objfiles_in_search_order. Call
653 windows_init_abi instead.
654 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
655 "solib-target.h".
656 (i386_cygwin_init_abi): Don't call set_solib_ops,
657 set_gdbarch_has_dos_based_file_system and
658 set_gdbarch_iterate_over_objfiles_in_search_order. Call
659 windows_init_abi instead.
660 * windows-tdep.c: Include "solib.h" and "solib-target.h".
661 (windows_init_abi): New function.
662 (windows_iterate_over_objfiles_in_search_order): Make it
663 static.
664 * windows-tdep.h (windows_init_abi): Declare.
665 (windows_iterate_over_objfiles_in_search_order): Remove
666 declaration.
667
668 2013-10-01 Jerome Guitton <guitton@adacore.com>
669
670 Checked in by Joel Brobecker <brobecker@adacore.com>
671 * system-gdbinit/elinos.py (get_elinos_environment): Return an
672 incomplete dictionnary instead of None in case of missing
673 environment variables.
674 (elinos_init): in case of an incomplete environment, best
675 effort to load system libraries instead of abort.
676
677 2013-10-01 Joel Brobecker <brobecker@adacore.com>
678
679 * ada-lang.c (ada_has_this_exception_support): Ignore
680 mst_solib_trampoline minimal symbols.
681
682 2013-09-30 Tristan Gingold <gingold@adacore.com>
683
684 * i386-darwin-nat.c (darwin_complete_target): Install methods for
685 hardware watchpoint.
686 (i386_darwin_dr_set): Support 32 and 64 bit states.
687 (i386_darwin_dr_get): Likewise.
688 (i386_darwin_dr_set_control): Make static.
689 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
690 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
691
692 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
693
694 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
695 Replace TIDGET with ptid_get_lwp.
696 Replace GET_LWP with ptid_get_lwp.
697 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
698 Replace BUILD_THREAD with ptid_build.
699 Replace BUILD_LWP with ptid_build.
700 Replace PIDGET with ptid_get_pid.
701 Replace TIDGET with ptid_get_lwp.
702 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
703 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
704 Replace TIDGET with ptid_get_lwp.
705 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
706 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
707 Replace TIDGET with ptid_get_lwp.
708 Replace GET_LWP with ptid_get_lwp.
709 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
710 * auxv.c: Likewise.
711 * breakpoint.c: Likewise.
712 * common/ptid.c (ptid_is_pid): Condense check for
713 null_ptid and minus_one_ptid.
714 (ptid_lwp_p): New function.
715 (ptid_tid_p): New function.
716 * common/ptid.h: Update comments for accessors.
717 (ptid_lwp_p): New prototype.
718 (ptid_tid_p): New prototype.
719 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
720 * gcore.c: Replace PIDGET with ptid_get_pid.
721 * gdbthread.h: Likewise.
722 * gnu-nat.c: Likewise.
723 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
724 Replace TIDGET with ptid_get_lwp.
725 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
726 * hppanbsd-nat.c: Likewise.
727 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
728 Replace TIDGET with ptid_get_lwp.
729 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
730 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
731 * infcmd.c: Likewise.
732 * inferior.h: Likewise.
733 * inflow.c: Likewise.
734 * infrun.c: Likewise.
735 * linux-fork.c: Likewise.
736 * linux-nat.c: Replace PIDGET with ptid_get_pid.
737 Replace GET_PID with ptid_get_pid.
738 Replace is_lwp with ptid_lwp_p.
739 Replace GET_LWP with ptid_get_lwp.
740 Replace BUILD_LWP with ptid_build.
741
742 2013-09-28 Mike Frysinger <vapier@gentoo.org>
743
744 * common/linux-btrace.c: Move sys/syscall.h out of the
745 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
746 Also check for SYS_perf_event_open before attempting to buid.
747
748 2013-09-27 Doug Evans <dje@google.com>
749
750 * dwarf2read.c (dwarf2_section_info): Add comment.
751 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
752 All uses updated.
753 (dwarf2_section_empty_p): Rename arg from "info" to "section".
754 (dwarf2_read_section): Delete unused local "header". Add section
755 name to error message.
756 (create_dwo_in_dwp): Tweak comment.
757 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
758
759 * dwarf2read.c (die_reader_specs): Tweak comment.
760 (get_section_bfd_owner, get_section_bfd_section): New functions.
761 (get_section_name, get_section_file_name): New functions.
762 (get_section_id, get_section_flags): New functions.
763 (*): Use new functions to access section fields.
764
765 * dwarf2read.c (struct dwo_file): Add/tweak comments.
766 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
767 arg "htab". All callers updated.
768 (create_debug_types_hash_table): Remove redundant copy of
769 abbrev_section.
770 (create_dwo_in_dwp): Tweak comments.
771 (read_str_index): Tweak comment. Record dwarf form name in static
772 local.
773
774 2013-09-27 Pedro Alves <palves@redhat.com>
775
776 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
777 (remote_filename_p): Add comment.
778 * remote.c (remote_filename_p): Adjust to use
779 REMOTE_SYSROOT_PREFIX.
780 * solib.c (solib_find): When deciding whether we need to add a
781 directory separator, check whether the sysroot is "remote:"
782 instead of checking whether the patch has a drive spec. Add
783 comments.
784
785 2013-09-27 Pedro Alves <palves@redhat.com>
786
787 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
788 Delete fields.
789 (remote_parse_stop_reply): Adjust, setting event->ws.kind
790 directly.
791
792 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
793
794 Fix set debug frame output.
795 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
796 SENTINEL_FRAME entry lower to match enum frame_type order.
797
798 2013-09-26 Pierre Muller <muller@sourceware.org>
799
800 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
801 AMD64_R15_REGNUM when a register index is expected.
802 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
803 Substitute in array.
804 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
805 (amd64_push_arguments): Substitute in integer_regnum array.
806
807 2013-09-25 Doug Evans <dje@google.com>
808
809 * objfiles.c (allocate_objfile): Move comment to better place.
810
811 New option "set debug symfile on".
812 * NEWS: Mention "set debug symfile".
813 * Makefile.in (SFILES): Add symfile-debug.c.
814 (COMMON_OBS): Add symfile-debug.o.
815 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
816 objfile's symbol functions.
817 * objfiles.h (objfile_set_sym_fns): Declare.
818 * symfile-debug.c: New file.
819 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
820 objfile's symbol functions.
821 (reread_symbols): Ditto.
822
823 * symfile.h (struct sym_fns): Delete member "sym_flavour".
824 All uses updated.
825 (add_symtab_fns): Update prototype.
826 * symfile.c (sym_fns_ptr): Delete. Replace with ...
827 (registered_sym_fns): ... this.
828 (symtab_fns): Update.
829 (add_symtab_fns): New arg "flavour". All callers updated.
830 (find_sym_fns): Rewrite to use new sym_fns registry.
831
832 * symfile.h (struct sym_fns): Add "objfile" argument to
833 sym_read_linetable. All uses updated.
834
835 * symtab.c (domain_name, search_domain_name): New functions.
836 * symtab.h (domain_name, search_domain_name): Declare.
837
838 * symfile.h (struct quick_symbol_functions): Reorg arg list of
839 map_matching_symbols so objfile is first. All uses updated.
840 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
841 * psymtab.c (map_matching_symbols_psymtab): Update signature.
842
843 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
844
845 PR shlibs/8882
846 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
847 link map entries.
848
849 2013-09-24 Doug Evans <dje@google.com>
850
851 * objfiles.c (free_objfile): Move comment.
852
853 2013-09-24 Joel Brobecker <brobecker@adacore.com>
854
855 * ada-exp.y (string_to_operator): Delete.
856 (dummy_string_to_ada_operator): Delete.
857
858 2013-09-24 Joel Brobecker <brobecker@adacore.com>
859
860 Revert:
861 * i386-tdep.h (enum amd64_reg_class): New, moved here from
862 amd64-tdep.c.
863 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
864 call_dummy_integer_regs, and classify.
865 * amd64-tdep.h (amd64_classify): Add declaration.
866 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
867 (amd64_reg_class): Delete, moved to i386-tdep.h.
868 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
869 Replace call to amd64_classify by call to tdep->classify.
870 (amd64_push_arguments): Get the list of registers to use for
871 passing integer parameters from the gdbarch tdep structure,
872 rather than using a hardcoded one. Replace calls to amd64_classify
873 by calls to tdep->classify.
874 (amd64_push_dummy_call): Get the register number used for
875 the "hidden" argument from tdep->call_dummy_integer_regs.
876 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
877 and tdep->call_dummy_integer_regs. Set tdep->classify.
878
879 2013-09-24 Joel Brobecker <brobecker@adacore.com>
880
881 Revert:
882 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
883 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
884 where tdep->memory_args_by_pointer is non-zero.
885
886 2013-09-24 Joel Brobecker <brobecker@adacore.com>
887
888 Revert:
889 * i386-tdep.h (struct gdbarch_tdep): Add new field
890 integer_param_regs_saved_in_caller_frame.
891 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
892 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
893
894 2013-09-24 Joel Brobecker <brobecker@adacore.com>
895
896 * amd64-windows-tdep.c: #include "value.h"
897 (amd64_windows_classify): Delete.
898 (amd64_windows_passed_by_integer_register)
899 (amd64_windows_passed_by_xmm_register)
900 (amd64_windows_passed_by_pointer)
901 (amd64_windows_adjust_args_passed_by_pointer)
902 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
903 (amd64_windows_push_dummy_call): New functions.
904 (amd64_windows_init_abi): Remove setting of
905 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
906 tdep->classify, tdep->memory_args_by_pointer and
907 tdep->integer_param_regs_saved_in_caller_frame.
908 Add call to set_gdbarch_push_dummy_call.
909
910 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
911
912 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
913 objfile->original_name.
914
915 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
916
917 Pass down original filename for objfile.
918 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
919 * elfread.c (elf_symfile_read): Likewise.
920 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
921 longer set ORIGINAL_NAME.
922 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
923 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
924 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
925 symbol_file_add_from_bfd call.
926 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
927 (macho_check_dsym): Add parameter filenamep. Change function comment.
928 Set *filenamep.
929 (macho_symfile_read): New variable dsym_filename. Update
930 macho_check_dsym call. Use it for symbol_file_add_separate.
931 * objfiles.c (allocate_objfile): Add parameter name. New comment for
932 it. Use it for objfile->original_name.
933 (objfile_name): Return OBFD's filename, if available.
934 * objfiles.h (allocate_objfile): Add new parameter name.
935 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
936 * symfile-mem.c (symbol_file_add_from_memory): Update
937 symbol_file_add_from_bfd call.
938 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
939 comment for it.
940 (symbol_file_add_with_addrs): New parameter name, add function comment
941 for it. Remove variable name. Update allocate_objfile call.
942 (symbol_file_add_separate): New parameter name, add function comment
943 for it. Update symbol_file_add_with_addrs call.
944 (symbol_file_add_from_bfd): New parameter name. Update
945 symbol_file_add_with_addrs call.
946 (symbol_file_add): Update symbol_file_add_from_bfd call.
947 (reread_symbols): New variable original_name. Save
948 objfile->original_name by it.
949 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
950 second parameter.
951
952 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
953
954 Code cleanup: Add objfile_name accessor function.
955 * ada-lang.c (is_known_support_routine): Use objfile_name.
956 * auto-load.c (source_gdb_script_for_objfile)
957 (auto_load_objfile_script): Likewise.
958 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
959 * dbxread.c (dbx_symfile_read): Likewise.
960 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
961 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
962 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
963 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
964 (lookup_dwp_signatured_type, lookup_dwo_unit)
965 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
966 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
967 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
968 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
969 (dwarf2_record_block_ranges, read_common_block, read_typedef)
970 (read_subrange_type, load_partial_dies, read_partial_die)
971 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
972 (die_containing_type, build_error_marker_type, lookup_die_type)
973 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
974 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
975 (get_DW_AT_signature_type, write_psymtabs_to_index)
976 (save_gdb_index_command): Likewise.
977 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
978 Likewise.
979 * expprint.c (dump_subexp_body_standard): Likewise.
980 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
981 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
982 original_name.
983 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
984 obj_name, use objfile_name for it, use the variable.
985 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
986 Use objfile_name.
987 * machoread.c (macho_symtab_read, macho_check_dsym)
988 (macho_symfile_relocate): Likewise.
989 * maint.c (maintenance_translate_address): Likewise.
990 * minidebug.c (find_separate_debug_file_in_section): Likewise.
991 * minsyms.c (install_minimal_symbols): Likewise.
992 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
993 original_name.
994 (filter_overlapping_sections): Use objfile_name.
995 (objfile_name): New function.
996 * objfiles.h (struct objfile): Rename field name to original_name.
997 (objfile_name): New prototype.
998 * printcmd.c (sym_info, address_info): Use objfile_name.
999 * probe.c (parse_probes, collect_probes, compare_probes)
1000 (info_probes_for_ops): Likewise.
1001 * progspace.c (clone_program_space): Likewise.
1002 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1003 (maintenance_info_psymtabs): Likewise.
1004 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1005 (source_section_scripts): Likewise.
1006 * python/py-objfile.c (objfpy_get_filename): Likewise.
1007 * python/py-progspace.c (pspy_get_filename): Likewise.
1008 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1009 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1010 * solib.c (solib_read_symbols): Likewise.
1011 * stabsread.c (scan_file_globals): Likewise.
1012 * stap-probe.c (handle_stap_probe): Likewise.
1013 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1014 (find_separate_debug_file_by_debuglink): Likewise.
1015 (reread_symbols): Likewise. Use the objfile field name renamed to
1016 original_name.
1017 (allocate_symtab): Use objfile_name.
1018 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1019 (dump_objfile, dump_msymbols, dump_symtab_1)
1020 (maintenance_print_msymbols, maintenance_print_objfiles)
1021 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1022 * target.c (target_translate_tls_address, target_info): Likewise.
1023 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1024 objfile_name.
1025
1026 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1027
1028 Code cleanup.
1029 * probe.c (parse_probes): Rename variable objfile_name to
1030 objfile_namestr.
1031
1032 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1033
1034 Remove solib-sunos.c.
1035 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1036 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1037 * objfiles.c (rt_common_objfile): Remove.
1038 (free_objfile): Remove rt_common_objfile comparison.
1039 * objfiles.h (rt_common_objfile): Remove.
1040 * solib-sunos.c: Remove.
1041 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1042
1043 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1044
1045 Remove a.out NetBSD and OpenBSD hosts.
1046 * NEWS (Removed native configurations): New.
1047 * config/arm/nbsdaout.mh: Remove.
1048 * config/i386/nbsdaout.mh: Remove.
1049 * config/i386/obsdaout.mh: Remove.
1050 * config/m68k/nbsdaout.mh: Remove.
1051 * config/sparc/nbsdaout.mh: Remove.
1052 * config/vax/nbsdaout.mh: Remove.
1053 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1054 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1055 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1056 error.
1057 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1058 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1059 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1060
1061 2013-09-23 Tom Tromey <tromey@redhat.com>
1062
1063 * linespec.c (struct minsym_and_objfile): Remove.
1064 (minsym_and_objfile_d): Remove.
1065 (struct linespec, struct collect_info, linespec_parse_basic)
1066 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1067 (compare_msymbols, find_method, find_function_symbols)
1068 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1069 (add_minsym, search_minsyms_for_name): Update.
1070
1071 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1072
1073 * regcache.c: Add include of valprint.h.
1074 (dump_endian_bytes): Delete.
1075 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1076
1077 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1078
1079 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1080
1081 2013-09-19 Pedro Alves <palves@redhat.com>
1082
1083 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1084 breakpoints.
1085
1086 2013-09-19 Pedro Alves <palves@redhat.com>
1087 Thomas Schwinge <thomas@codesourcery.com>
1088 Yue Lu <hacklu.newborn@gmail.com>
1089
1090 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1091 Take a gdb_byte pointer instead of a char pointer.
1092
1093 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1094 gnu_xfer_partial helper.
1095 (gnu_xfer_partial): New function.
1096 (gnu_target): Don't install a deprecated_xfer_memory hook.
1097 Install a to_xfer_partial hook.
1098
1099 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1100
1101 Constification.
1102 * main.c (captured_main): Replace catch_command_errors by
1103 catch_command_errors_const. Twice.
1104 * symfile.c (symbol_file_add_main_1): Make args parameter const.
1105 (symbol_file_add): Make name parameter const.
1106 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1107 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
1108 variable name. Change their usage accordingly.
1109 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1110 const.
1111 (symbol_file_add_main): Make args parameter const.
1112
1113 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
1114 Ulrich Weigand <uweigand@de.ibm.com>
1115
1116 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1117 of c_value member.
1118 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1119
1120 2013-09-18 Pedro Alves <palves@redhat.com>
1121 Yue Lu <hacklu.newborn@gmail.com>
1122
1123 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1124 (gnu_create_inferior)
1125 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1126 (set_sig_thread_cmd): Use the lwpid field of ptids to
1127 store/extract thread ids instead of the tid field.
1128 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1129
1130 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1131
1132 * infcmd.c (default_print_one_register_info): Add detection of
1133 optimized out values.
1134 (default_print_registers_info): Switch to using
1135 get_frame_register_value.
1136
1137 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
1138
1139 * infrun.c (handle_inferior_event): Check if we know the
1140 function start address before setting a resume breakpoint.
1141
1142 2013-09-18 Pedro Alves <palves@redhat.com>
1143
1144 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1145 minus_one_ptid instead of looking at the ptid's tid field and
1146 comparing that to -1.
1147
1148 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1149
1150 * main.h (get_gdb_program_name): Remove extra whitespace.
1151
1152 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1153
1154 * main.h (get_gdb_program_name): Add declaration.
1155 * main.c (get_gdb_program_name): Add definition.
1156
1157 2013-09-17 Doug Evans <dje@google.com>
1158
1159 * dwarf2read.c: Move definitions of complaint functions to after
1160 forward declarations of local functions.
1161
1162 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
1163 Pedro Alves <palves@redhat.com>
1164
1165 PR gdb/11568
1166 * breakpoint.c (remove_threaded_breakpoints): New function.
1167 (_initialize_breakpoint): Attach remove_threaded_breakpoints
1168 as thread_exit observer.
1169
1170 2013-09-17 Pedro Alves <palves@redhat.com>
1171
1172 PR gdb/15911
1173 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1174 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1175 * corelow.c (core_open):
1176 * frame.h (print_stack_frame, print_frame_info): New
1177 'set_current_sal' parameter.
1178 * infcmd.c (finish_command, kill_command): Adjust call to
1179 print_stack_frame.
1180 * inferior.c (inferior_command): Likewise.
1181 * infrun.c (normal_stop): Likewise.
1182 * linux-fork.c (linux_fork_context): Likewise.
1183 * record-full.c (record_full_goto_entry, record_full_restore):
1184 Likewise.
1185 * remote-mips.c (common_open): Likewise.
1186 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1187 Use it.
1188 (print_frame_info): New 'set_current_sal' parameter. Set the last
1189 displayed sal depending on the new paremeter instead of looking at
1190 print_what.
1191 (backtrace_command_1, select_and_print_frame, frame_command)
1192 (current_frame_command, up_command, down_command): Adjust call to
1193 print_stack_frame.
1194 * thread.c (print_thread_info, restore_selected_frame)
1195 (do_captured_thread_select): Adjust call to print_stack_frame.
1196 * tracepoint.c (tfind_1): Likewise.
1197 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1198 (mi_cmd_stack_info_frame): Likewise.
1199 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1200 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1201
1202 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1203
1204 * value.c (isvoid_internal_fn): Replace "parameter" with
1205 "argument".
1206
1207 2013-09-16 Stan Shebs <stan@codesourcery.com>
1208
1209 * README: Update references to writing code for GDB.
1210 * configure.ac (build_warnings): Remove obsolete comment.
1211 * configure: Regenerate.
1212 * gdbarch.sh: Remove references to gdbint.texinfo.
1213 * gdbarch.h: Regenerate.
1214 * gdbtypes.c (objfile_type): Remove comments referencing internals
1215 manual and D10V.
1216
1217 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1218
1219 * NEWS: Mention new convenience function $_isvoid.
1220 * value.c (isvoid_internal_fn): New function.
1221 (_initialize_values): Add new convenience function $_isvoid.
1222
1223 2013-09-16 Pierre Muller <muller@sourceware.org>
1224
1225 * arm-linux-tdep.c: Add "elf/common.h" header.
1226 Remove AT_HWCAP macro definintion as it is provided in
1227 added include file.
1228 * s390-tdep.c: Remove system header <elf.h>
1229 Add "elf/common.h" header for AT_HWCAP definition.
1230 (s390_core_read_description): Use correct CORE_ADDR
1231 for hwcap local variable used as third parameter
1232 of function target_auxv_search.
1233
1234 2013-09-14 Pierre Muller <muller@sourceware.org>
1235 Tom Tromey <tromey@redhat.com>
1236 Pedro Alves <palves@redhat.com>
1237
1238 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1239 mode if operating system doesn't know O_CLOEXEC.
1240
1241 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1242
1243 Code cleanup.
1244 * symfile.c (reread_symbols): Move variable obfd_filename to a more
1245 inner block.
1246
1247 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1248
1249 * NEWS: Mention TDB support.
1250 * features/s390-tdb.xml: New file.
1251 * features/s390-te-linux64.xml: New file.
1252 * features/s390x-te-linux64.xml: New file.
1253 * features/Makefile (WHICH): Add new tdescs above.
1254 (s390-te-linux64-expedite): Set.
1255 (s390x-te-linux64-expedite): Set.
1256 * features/s390-te-linux64.c: New file (generated).
1257 * features/s390x-te-linux64.c: New file (generated).
1258 * regformats/s390-te-linux64.dat: New file (generated).
1259 * regformats/s390x-te-linux64.dat: New file (generated).
1260 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1261 (HWCAP_S390_TE): Likewise.
1262 (S390_TDB_DWORD0_REGNUM): Likewise.
1263 (S390_TDB_DWORD0_REGNUM): Likewise.
1264 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1265 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1266 (S390_TDB_ATIA_REGNUM): Likewise.
1267 (S390_TDB_R0_REGNUM): Likewise.
1268 (S390_TDB_R1_REGNUM): Likewise.
1269 (S390_TDB_R2_REGNUM): Likewise.
1270 (S390_TDB_R3_REGNUM): Likewise.
1271 (S390_TDB_R4_REGNUM): Likewise.
1272 (S390_TDB_R5_REGNUM): Likewise.
1273 (S390_TDB_R6_REGNUM): Likewise.
1274 (S390_TDB_R7_REGNUM): Likewise.
1275 (S390_TDB_R8_REGNUM): Likewise.
1276 (S390_TDB_R9_REGNUM): Likewise.
1277 (S390_TDB_R10_REGNUM): Likewise.
1278 (S390_TDB_R11_REGNUM): Likewise.
1279 (S390_TDB_R12_REGNUM): Likewise.
1280 (S390_TDB_R13_REGNUM): Likewise.
1281 (S390_TDB_R14_REGNUM): Likewise.
1282 (S390_TDB_R15_REGNUM): Likewise.
1283 (S390_NUM_REGS): Increase.
1284 (S390_IS_TDBREGSET_REGNUM): New macro.
1285 (s390_regmap_tdb): Declare.
1286 (s390_sizeof_tdbregset): Define.
1287 (tdesc_s390_te_linux64): Declare.
1288 (tdesc_s390x_te_linux64): Likewise.
1289 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1290 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1291 (s390_regmap_tdb): New regmap.
1292 (s390_supply_tdb_regset): New function.
1293 (s390_tdb_regset): New regset.
1294 (s390_linux64v2_regset_sections): Add TDB regset to list.
1295 (s390x_linux64v2_regset_sections): Likewise.
1296 (s390_regset_from_core_section): Recognize TDB core note section.
1297 (s390_core_read_description): If HWCAP indicates TE support,
1298 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1299 (s390_gdbarch_init): Handle TDB regset.
1300 (_initialize_s390_tdep): Initialize new tdescs.
1301 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1302 (have_regset_tdb): New variable.
1303 (s390_native_supply): Support register invalidation.
1304 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1305 (check_regset): Treat ENODATA as "regset exists".
1306 (s390_linux_fetch_inferior_registers): Add TDB.
1307 (s390_read_description): Check for TDB existence and select
1308 appropriate tdesc.
1309 * gdbserver/Makefile.in (clean): Add removal of new makefile
1310 targets.
1311 (s390-te-linux64.c): New makefile target.
1312 (s390x-te-linux64.c): Likewise.
1313 * gdbserver/configure.srv (srv_regobj): Append new objects
1314 s390-te-linux64.o and s390x-te-linux64.o.
1315 (srv_xmlfiles): Append new files s390-te-linux64.xml,
1316 s390x-te-linux64.xml, and s390-tdb.xml.
1317 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1318 declaration.
1319 (tdesc_s390_te_linux64): Likewise.
1320 (init_registers_s390x_te_linux64): Likewise.
1321 (tdesc_s390x_te_linux64): Likewise.
1322 (s390_check_regset): Treat ENODATA as "regset exists".
1323 (s390_arch_setup): Add TDB regset support.
1324 (initialize_low_arch): Initialize registers for new tdescs.
1325
1326 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1327
1328 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1329 (S390_IS_FPREGSET_REGNUM): New macro.
1330 * s390-tdep.c (s390_dwarf_regmap): Make const.
1331 (regnum_is_gpr_full): New function for replacing repeated code.
1332 (s390_pseudo_register_name): Use it.
1333 (s390_pseudo_register_type): Likewise.
1334 (s390_pseudo_register_read): Likewise.
1335 (s390_pseudo_register_write): Likewise.
1336 (s390_unwind_pseudo_register): Likewise.
1337 (s390_regmap_gregset): New format for regmap.
1338 (s390x_regmap_gregset): Likewise.
1339 (s390_regmap_fpregset): Likewise.
1340 (s390_regmap_upper): Likewise.
1341 (s390_regmap_last_break): Likewise.
1342 (s390_regmap_system_call): Likewise.
1343 (s390_supply_regset): Adjust to new regmap format.
1344 (s390_collect_regset): Likewise.
1345 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1346 (s390_native_collect): Likewise.
1347 (supply_gregset): Likewise.
1348 (fill_gregset): Likewise.
1349 (supply_fpregset): Likewise.
1350 (fill_fpregset): Likewise.
1351 (fetch_regset): Likewise.
1352 (store_regset): Likewise.
1353 (s390_linux_fetch_inferior_registers): Likewise.
1354 (s390_linux_fetch_inferior_registers): Likewise.
1355
1356 2013-09-12 Andrew Pinski <apinski@cavium.com>
1357
1358 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1359
1360 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1361
1362 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1363
1364 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
1365
1366 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1367
1368 2013-09-06 Pedro Alves <palves@redhat.com>
1369
1370 * remote-sim.c (dump_mem, gdbsim_fetch_register)
1371 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1372 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1373 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1374 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1375 gdb_stdlog.
1376
1377 2013-09-06 Pedro Alves <palves@redhat.com>
1378
1379 * remote-sim.c (dump_mem): Constify buf parameter.
1380 gdbsim_xfer_inferior_memory): Rename to ...
1381 (gdbsim_xfer_memory): ... this. Adjust interface as
1382 target_xfer_partial helper.
1383 (gdbsim_xfer_partial): New function.
1384 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1385 Install a to_xfer_partial hook. Send output to gdb_stdlog.
1386
1387 2013-09-06 Pedro Alves <palves@redhat.com>
1388
1389 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
1390 host_address_to_string, and send debug output to gdb_stdlog.
1391
1392 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1393
1394 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
1395 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
1396 gdb_target_obs for cris target.
1397 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
1398 (cris_gdbarch_init): Move calls to
1399 set_gdbarch_fetch_tls_load_module_address and
1400 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
1401 Add call to gdbarch_init_osabi.
1402 * cris-linux-tdep.c: New file.
1403 * cris-tdep.h: New file.
1404
1405 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
1406
1407 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
1408 to deprecated_init_ui_hook.
1409
1410 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
1411
1412 * cli/cli-interp.c (_initialize_cli_interp): Add a
1413 command_loop_proc to interp_procs.
1414 * event-top.c (cli_command_loop): Change signature to match
1415 interp_command_loop_ftype.
1416 * event-top.h (cli_command_loop): Same.
1417 * interps.c (interp_new): Require every interpreter to have a
1418 command_loop_proc.
1419 (current_interp_command_loop): Just call the command_loop_proc on
1420 the current interpreter.
1421 * tui/tui-interp.c (_initialize_tui_interp): Add a
1422 command_loop_proc to interp_procs.
1423
1424 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1425
1426 * cris-tdep.c (cris_gdbarch_init): Add call to
1427 get_gdbarch_fetch_tls_load_module_address.
1428
1429 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1430
1431 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
1432 (cris_elf_gregset_t): Rename from elf_gregset_t.
1433 (crisv32_elf_gregset_t): Adjust.
1434 (cris_supply_gregset, fetch_core_registers): Adjust.
1435
1436 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
1437
1438 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
1439
1440 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
1441
1442 * defs.h (deprecated_command_loop_hook): Remove, including
1443 references in comments.
1444 * interps.c (current_interp_command_loop): No longer use
1445 deprecated_command_loop_hook.
1446 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
1447 setup.
1448 * top.c (deprecated_command_loop_hook): Remove.
1449
1450 2013-09-05 Pedro Alves <palves@redhat.com>
1451
1452 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
1453 local is now int instead of ULONGEST. Print it with %d
1454 instead of paddress.
1455
1456 2013-09-05 Tristan Gingold <gingold@adacore.com>
1457
1458 * MAINTAINERS: Remove avr maintainership.
1459
1460 2013-09-05 Pedro Alves <palves@redhat.com>
1461
1462 * findvar.c (value_of_register): Rework in terms of
1463 value_of_register_lazy.
1464
1465 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
1466
1467 * symfile.c (add_symbol_file_command): Remove trailing
1468 whitespaces and blank line after comment.
1469
1470 2013-09-05 Pedro Alves <palves@redhat.com>
1471
1472 * tui/tui-regs.c (tui_register_format): Don't look at the
1473 register's name here. Return string representing register
1474 value instead of storing it in the data element.
1475 (tui_get_register): Compare register string representations
1476 instead of register value states and contents.
1477
1478 2013-09-05 Pedro Alves <palves@redhat.com>
1479
1480 PR tui/15933
1481 * tui/tui-regs.c (tui_show_registers): Show registers of the
1482 selected frame, not the current frame.
1483
1484 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
1485
1486 * MAINTAINERS (Write After Approval): Add myself to the list.
1487
1488 2013-09-04 Doug Evans <dje@google.com>
1489
1490 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
1491 (queue_and_load_dwo_tu): New function.
1492 (lookup_dwo_signatured_type): Set per_cu.tu_read.
1493 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
1494 Make dependent_cu optional.
1495 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
1496 and an older .gdb_index is in use, queue and load all its TUs too.
1497
1498 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1499
1500 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
1501 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
1502 variable search_flags.
1503 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
1504 (OPF_RETURN_REALPATH): ... here.
1505 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
1506 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
1507 call. Twice.
1508 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
1509 openp call.
1510 * solib.c (solib_find): Likewise. Four times.
1511 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
1512 in the function comment and for the realpath_fptr variable.
1513 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
1514 (find_and_open_source): Likewise. Twice.
1515 * symfile.c (symfile_bfd_open): Likewise, also twice.
1516
1517 2013-09-04 Doug Evans <dje@google.com>
1518
1519 * progspace.c (save_current_space_and_thread): Remove unnecessary
1520 call to save_current_inferior.
1521
1522 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
1523
1524 * sh64-tdep.c (sh64_do_register): Return after printing message
1525 about unavailable register contents.
1526
1527 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
1528 Pedro Alves <palves@redhat.com>
1529
1530 * symfile.c (add_symbol_file_command): Error out on unknown
1531 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
1532 options and collapse into single conditional branch.
1533
1534 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
1535
1536 * inf-child.c (inf_child_follow_fork): New parameter
1537 detach_fork.
1538 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
1539 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
1540 * inferior.h (detach_fork): Remove.
1541 * infrun.c (detach_fork): Adjust comment and make it
1542 static.
1543 (follow_fork): Pass detach_fork parameter to
1544 target_follow_fork.
1545 * linux-nat.c (linux_child_follow_fork): New parameter
1546 detach_fork.
1547 * target.c (target_follow_fork): New parameter detach_fork.
1548 Pass detach_fork as parameter and print its value.
1549 * target.h (struct target_ops) <to_follow_fork>: New int
1550 parameter.
1551 (target_follow_fork): New parameter detach_fork.
1552
1553 2013-09-03 Joel Brobecker <brobecker@adacore.com>
1554
1555 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
1556 Replace sec->bfd by sec->the_bfd_section->owner.
1557
1558 2013-09-03 Yao Qi <yao@codesourcery.com>
1559
1560 * linux-tdep.c (linux_is_uclinux): New function. Code moved
1561 from linux_has_shared_address_space.
1562 (linux_has_shared_address_space): Call linux_is_uclinux.
1563 * linux-tdep.h (linux_is_uclinux): Declare.
1564 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
1565 linux_is_uclinux.
1566
1567 2013-09-03 Yao Qi <yao@codesourcery.com>
1568
1569 * config/djgpp/fnchange.lst: Remove entry of
1570 i386-interix-nat.c and i386-interix-tdep.c.
1571 * configure.ac: Remove '*-*-interix*'.
1572 * configure: Re-generated.
1573 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
1574 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
1575 obsolete comments.
1576 * osabi.c (gdb_osabi_names): Remove "Interix".
1577
1578 2013-09-03 Yao Qi <yao@codesourcery.com>
1579
1580 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
1581
1582 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
1583
1584 * record.h (record_print_flag) <record_print_src_line,
1585 record_print_insn_range>: Rename into ...
1586 (record_print_flag) <record_print_src_line,
1587 record_print_insn_range>: ... this. Update all users.
1588
1589 2013-09-02 Pierre Muller <muller@sourceware.org>
1590
1591 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
1592 error code.
1593
1594 2013-09-02 Pierre Muller <muller@sourceware.org>
1595
1596 * windows-nat.c (windows_xfer_memory): Fix compilation failure
1597 by use of plongest function.
1598
1599 2013-09-02 Tristan Gingold <gingold@adacore.com>
1600
1601 * NEWS: Add entry mentioning support for native Windows x64
1602 SEH data.
1603
1604 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
1605 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
1606 (struct amd64_windows_frame_cache): New struct.
1607 (amd64_windows_w2gdb_regnum): New global.
1608 (pc_in_range, amd64_windows_frame_decode_epilogue)
1609 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
1610 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
1611 (amd64_windows_frame_this_id): New functions.
1612 (amd64_windows_frame_unwind): New static global.
1613 (amd64_windows_skip_prologue): New function.
1614 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
1615 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
1616 with amd64_windows_skip_prologue.
1617
1618 2013-08-30 Joel Brobecker <brobecker@adacore.com>
1619
1620 GDB 7.6.1 released.
1621
1622 2013-08-30 Pedro Alves <palves@redhat.com>
1623
1624 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
1625 SRC_AND_LOC.
1626
1627 2013-08-30 Pedro Alves <palves@redhat.com>
1628
1629 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
1630 warning text.
1631
1632 2013-08-30 Pedro Alves <palves@redhat.com>
1633
1634 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1635 Adjust arguments to print_stack_frame.
1636
1637 2013-08-30 Pedro Alves <palves@redhat.com>
1638
1639 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
1640
1641 2013-08-30 Pedro Alves <palves@redhat.com>
1642
1643 * frame.h (show_and_print_stack_frame): Delete declaration.
1644
1645 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1646
1647 PR python/15461
1648
1649 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
1650 (archpy_name): Check for valid architecture.
1651 (archpy_disassemble): Ditto.
1652
1653 2013-08-29 Joel Brobecker <brobecker@adacore.com>
1654
1655 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
1656 instead of "long long" in call to ptrace64.
1657
1658 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
1659
1660 * mi/mi-interp.c (mi_command_loop): Change signature to match
1661 interp_command_loop_ftype.
1662 (mi1_command_loop): Remove.
1663 (mi2_command_loop): Remove.
1664 (mi3_command_loop): Remove.
1665 (mi_interpreter_resume): Remove setting of
1666 deprecated_command_loop_hook.
1667 (_initialize_mi_interp): Set mi_command_loop as the command loop
1668 callback.
1669
1670 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1671
1672 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
1673 value_type.
1674
1675 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1676
1677 * value.c (allocate_value_contents): Make static.
1678 * value.h (allocate_value_contents): Remove prototype.
1679
1680 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1681
1682 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
1683 of assembling value via allocate_value_lazy and attribute setter.
1684 * findvar.c (default_read_var_value): Use value_at_lazy instead of
1685 assembling value via allocate_value_lazy and attribute setter.
1686 * valops.c (do_search_struct_field): Use value_at_lazy instead of
1687 assembling value via allocate_value_lazy and attribute setter.
1688
1689 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
1690
1691 * value.c (value_from_contents_and_address): Replace allocate_value and
1692 memcpy with value_from_contents.
1693
1694 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1695
1696 * python/py-framefilter.c (py_print_frame): Remove usage of
1697 PyString_AsString. Use python_string_to_host_string instead.
1698 Refactor function to work with a string as a new allocation
1699 instead of a pointer.
1700 (py_print_frame): Ditto.
1701 * python/lib/gdb/frames.py (return_list): Cain iterators together
1702 instead of adding them as a list.
1703 (_sort_list): Call return_list, and remove duplicate code.
1704 (execute_frame_filters): Convert iterator to a list with list().
1705 * python/lib/gdb/command/frame_filters.py
1706 (SetFrameFilterPriority._set_filter_priority): Convert priority
1707 attribute to an integer.
1708 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
1709 wrapper function __next__.
1710 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
1711 define as "str".
1712
1713 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1714
1715 PR python/15752
1716 * python/py-framefilter.c (apply_frame_filter): Check
1717 gdb_python_initialized. Exit if the Python frame-filter code
1718 cannot be initialized.
1719
1720 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1721
1722 PR cli/15842
1723 * top.c (print_gdb_version): Remove erroneous newline after help
1724 text.
1725
1726 2013-08-29 Yao Qi <yao@codesourcery.com>
1727
1728 * varobj.c (install_dynamic_child): Remove trailing space.
1729 Add one blank line after variable declaration.
1730
1731 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1732
1733 PR gdb/15415
1734 * corefile.c (get_exec_file): Use exec_filename.
1735 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
1736 * exec.c (exec_close): Free EXEC_FILENAME.
1737 (exec_file_attach): New variable canonical_pathname. Use
1738 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
1739 EXEC_FILENAME.
1740 * exec.h (exec_filename): New.
1741 * inferior.c (print_inferior, inferior_command): Use
1742 PSPACE_EXEC_FILENAME.
1743 * mi/mi-main.c (print_one_inferior): Likewise.
1744 * progspace.c (clone_program_space, print_program_space): Likewise.
1745 * progspace.h (struct program_space): New field pspace_exec_filename.
1746 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
1747 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
1748
1749 2013-08-28 Will Newton <will.newton@linaro.org>
1750
1751 * common/linux-ptrace.c: Include stdint.h unconditionally.
1752
1753 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1754
1755 Code cleanup.
1756 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
1757
1758 2013-08-28 Yao Qi <yao@codesourcery.com>
1759 Pedro Alves <palves@redhat.com>
1760
1761 * event-top.c (gdb_setup_readline): Call stderr_fileopen
1762 instead of stdio_fileopen.
1763 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
1764 .Call stderr_fileopen instead of stdio_fileopen.
1765 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
1766 [__MINGW32__] (stderr_file_fputs): New function.
1767 (stderr_fileopen): New function.
1768 * ui-file.h (stderr_fileopen): Declare.
1769
1770 2013-08-27 Doug Evans <dje@google.com>
1771
1772 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
1773 (struct dwarf2_per_cu_data): Ditto.
1774 (maybe_queue_comp_unit): Delete forward decl. Add comment.
1775 (process_imported_unit_die): Ditto.
1776 (follow_die_sig_1): Simplify assert.
1777
1778 2013-08-27 Pedro Alves <palves@redhat.com>
1779
1780 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
1781 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
1782 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
1783 windows_xfer_memory directly.
1784 (init_windows_ops): Don't install a deprecated_xfer_memory method.
1785
1786 2013-08-27 Pedro Alves <palves@redhat.com>
1787
1788 * darwin-nat.c (darwin_xfer_memory): Delete.
1789 (_initialize_darwin_inferior): Don't install a
1790 deprecated_xfer_memory method.
1791
1792 2013-08-27 Pedro Alves <pedro@codesourcery.com>
1793 Yao Qi <yao@codesourcery.com>
1794
1795 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
1796 (parse_no_frames_option): Remove.
1797 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
1798 (mi_cmd_stack_list_args): Adjust.
1799 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
1800 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
1801 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
1802 Caller update.
1803 (list_args_or_locals): New parameter 'skip_unavailable'.
1804 Handle it.
1805 * valprint.c (scalar_type_p): Rename to ...
1806 (val_print_scalar_type_p): ... this. Make extern.
1807 (val_print, value_check_printable): Adjust.
1808 * valprint.h (val_print_scalar_type_p): Declare.
1809 * value.c (value_entirely_unavailable): New function.
1810 * value.h (value_entirely_unavailable): Declare.
1811
1812 * NEWS: Mention the new option "--skip-unavailable" to MI
1813 commands '-stack-list-locals', '-stack-list-arguments' and
1814 '-stack-list-variables'.
1815
1816 2013-08-27 Yao Qi <yao@codesourcery.com>
1817
1818 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
1819 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
1820 options.
1821 * mi/mi-getopt.c (mi_getopt): Remove.
1822 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
1823 'error_on_unknown'.
1824 (mi_getopt): Call mi_getopt_1.
1825 (mi_getopt_silent): New.
1826 * mi/mi-getopt.h (mi_getopt_silent): Declare.
1827
1828 2013-08-26 Doug Evans <dje@google.com>
1829
1830 PR symtab/15885
1831 * dwarf2read.c (dw2_dump): Print some minimal information indicating
1832 .gdb_index is in use.
1833 * symfile.c (reread_symbols): Reset objfile->sf.
1834
1835 * NEWS: Document "mt print objfiles" now takes optional regexp.
1836 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
1837 regexp of objfiles to print.
1838 (_initialize_symmisc): Update doc string for "mt print objfiles".
1839
1840 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
1841 missing debug info checks.
1842
1843 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
1844 Ulrich Weigand <uweigand@de.ibm.com>
1845
1846 * xcoffread.c (arrange_linetable): Add fix to correctly handle
1847 line tables generated by XLC compiled binaries.
1848
1849 2013-08-23 Doug Evans <dje@google.com>
1850
1851 * symmisc.c (dump_symtab): Delete prototype.
1852 (dump_msymbols, dump_objfile): Ditto.
1853 (maintenance_info_symtabs): Mark as dont_repeat.
1854 (_initialize_symmisc): Improve doc string for "mt info symtabs".
1855
1856 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
1857 debugging printf to better location.
1858
1859 2013-08-23 Pedro Alves <palves@redhat.com>
1860
1861 * target.c (target_read_live_memory): Change type of 'ret' local
1862 to LONGEST.
1863
1864 2013-08-23 Pedro Alves <palves@redhat.com>
1865
1866 * remote.c (remote_write_bytes_aux, remote_write_bytes)
1867 (remote_read_bytes): Change return type to LONGEST, and adjust to
1868 return a target_xfer_error on error.
1869 (remote_xfer_memory): Delete.
1870 (remote_flash_write): Change type of 'ret' local to LONGEST.
1871 (remote_xfer_partial, remote_xfer_partial): Adjust.
1872 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
1873
1874 2013-08-23 Pierre Muller <muller@sourceware.org>
1875
1876 ARI fix: Push # directives to start of line.
1877 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
1878
1879 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
1880
1881 PR gdb/15501
1882 * breakpoint.c (enable_command, disable_command): Iterate over
1883 all specified breakpoint locations.
1884
1885 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
1886
1887 * common/linux-ptrace.c (linux_fork_to_function): Push #
1888 directives to the start of the line.
1889 (linux_check_ptrace_features): Fix warning message to use
1890 the "_" markup.
1891
1892 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
1893
1894 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
1895 nat/linux-waitpid.h.
1896 (linux-waitpid.o): New object file rule.
1897 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
1898 (current_ptrace_options): Moved from linux-nat.c.
1899 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
1900 parameters.
1901 (linux_fork_to_function): New function.
1902 (linux_grandchild_function): Likewise.
1903 (linux_child_function): Likewise.
1904 (linux_check_ptrace_features): New function, heavily
1905 based on linux-nat.c:linux_test_for_tracefork.
1906 (linux_enable_event_reporting): New function.
1907 (ptrace_supports_feature): Likewise.
1908 (linux_supports_tracefork): Likewise.
1909 (linux_supports_traceclone): Likewise.
1910 (linux_supports_tracevforkdone): Likewise.
1911 (linux_supports_tracesysgood): Likewise.
1912 * common/linux-ptrace.h (HAS_NOMMU): Moved from
1913 gdbserver/linux-low.c.
1914 (linux_enable_event_reporting): New declaration.
1915 (linux_supports_tracefork): Likewise.
1916 (linux_supports_traceclone): Likewise.
1917 (linux_supports_tracevforkdone): Likewise.
1918 (linux_supports_tracesysgood): Likewise.
1919 * config.in (PTRACE_TYPE_ARG4): Regenerate.
1920 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
1921 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
1922 * config/arm/linux.mh (NATDEPFILES): Likewise.
1923 * config/i386/linux.mh (NATDEPFILES): Likewise.
1924 * config/i386/linux64.mh (NATDEPFILES): Likewise.
1925 * config/ia64/linux.mh (NATDEPFILES): Likewise.
1926 * config/m32r/linux.mh (NATDEPFILES): Likewise.
1927 * config/m68k/linux.mh (NATDEPFILES): Likewise.
1928 * config/mips/linux.mh (NATDEPFILES): Likewise.
1929 * config/pa/linux.mh (NATDEPFILES): Likewise..
1930 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
1931 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
1932 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
1933 * config/sparc/linux.mh (NATDEPFILES): Likewise.
1934 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
1935 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
1936 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
1937 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
1938 ptrace's 4th argument's types.
1939 Check the type of PTRACE_TYPE_ARG4.
1940 * configure: Regenerate.
1941 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
1942 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
1943 (linux_supports_tracefork_flag): Remove.
1944 (linux_supports_tracesysgood_flag): Likewise.
1945 (linux_supports_tracevforkdone_flag): Likewise.
1946 (current_ptrace_options): Moved to
1947 common/linux-ptrace.c.
1948 (linux_tracefork_child): Remove.
1949 (my_waitpid): Remove.
1950 (linux_test_for_tracefork): Renamed to
1951 linux_check_ptrace_features and moved to common/linux-ptrace.c.
1952 (linux_test_for_tracesysgood): Remove.
1953 (linux_supports_tracesysgood): Remove.
1954 (linux_supports_tracefork): Remove.
1955 (linux_supports_tracevforkdone): Remove.
1956 (linux_enable_tracesysgood): Remove.
1957 (linux_enable_event_reporting): Remove.
1958 (linux_init_ptrace): New function.
1959 (linux_child_post_attach): Call linux_init_ptrace.
1960 (linux_child_post_startup_inferior): Call linux_init_ptrace.
1961 (linux_child_follow_fork): Call linux_supports_tracefork
1962 and linux_supports_tracevforkdone.
1963 (linux_child_insert_fork_catchpoint): Call
1964 linux_supports_tracefork.
1965 (linux_child_insert_vfork_catchpoint): Likewise.
1966 (linux_child_set_syscall_catchpoint): Call
1967 linux_supports_tracesysgood.
1968 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
1969 * nat/linux-nat.h: New file.
1970 * nat/linux-waitpid.c: New file.
1971 * nat/linux-waitpid.h: New file.
1972
1973 2013-08-22 Samuel Bronson <naesten@gmail.com>
1974
1975 ARM Linux support for `catch syscall'.
1976 * syscalls/arm-linux.py: New file.
1977 * syscalls/arm-linux.xml: Likewise.
1978 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
1979 (arm_linux_init_abi): Register the new function and syscall xml file.
1980 * data-directory/Makefile.in: Install the new syscall xml file.
1981 * NEWS: Brag about this.
1982
1983 2013-08-22 Pedro Alves <palves@redhat.com>
1984
1985 PR gdb/15871
1986 * corefile.c (target_xfer_memory_error): New function.
1987 (memory_error): Defer EIO to target_memory_error.
1988 (read_memory): Use target_xfer_partial, and handle finer-grained
1989 target xfer errors.
1990 * target.c (target_xfer_error_to_string): New function.
1991 (memory_xfer_partial_1): If memory is known to be
1992 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
1993 (target_xfer_partial): Make extern.
1994 * target.h (enum target_xfer_error): New enum.
1995 (target_xfer_error_to_string): Declare function.
1996 (target_xfer_partial): Declare function.
1997 (struct target_ops) <xfer_partial>: Adjust describing comment.
1998
1999 2013-08-22 Alan Modra <amodra@gmail.com>
2000
2001 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2002 * configure.tgt: Likewise as targets.
2003
2004 2013-08-20 Doug Evans <dje@google.com>
2005
2006 * buildsym.c (subfile_stack): Move here from buildsym.h.
2007 (pending_macros): Ditto.
2008 (get_macro_table): New function.
2009 (buildsym_init): Initialize subfile_stack.
2010 * coffread.c (type_vector,type_vector_length): Moved here from
2011 buildsym.h.
2012 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2013 (coff_symtab_read): Use it.
2014 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2015 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2016 with call to get_macro_table.
2017 * stabsread.c (type_vector,type_vector_length): Moved here from
2018 buildsym.h.
2019 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2020 * buildsym.h (get_macro_table): Declare.
2021
2022 2013-08-20 Tom Tromey <tromey@redhat.com>
2023
2024 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2025 Update.
2026 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2027
2028 2013-08-20 Doug Evans <dje@google.com>
2029
2030 * blockframe.c: Remove #include "psymtab.h".
2031 * cp-support.c: Ditto.
2032 * source.c: Ditto.
2033 * stack.c: Ditto.
2034
2035 2013-08-20 Tom Tromey <tromey@redhat.com>
2036
2037 PR python/15816:
2038 * exceptions.h (return_mask): Now an enum.
2039 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2040 enum constants.
2041
2042 2013-08-20 Tom Tromey <tromey@redhat.com>
2043
2044 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2045 get_objfile_arch.
2046 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2047 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2048 * jit.c (jit_object_close_impl): Update.
2049 * jv-lang.c (get_dynamics_objfile): Update.
2050 * linespec.c (add_minsym): Use get_dynamics_objfile.
2051 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2052 (allocate_objfile): Don't initialize 'gdbarch' field.
2053 (get_objfile_arch): Update.
2054 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2055 moved from...
2056 (struct objfile) <gdbarch>: ... here. Remove.
2057 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2058 get_objfile_arch.
2059 * symfile.c (init_entry_point_info): Use get_objfile_arch.
2060
2061 2013-08-20 Alan Modra <amodra@gmail.com>
2062
2063 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2064 for IBM long double nan and inf.
2065 (floatformat_is_negative, floatformat_classify,
2066 floatformat_mantissa): Similarly.
2067 (floatformat_ieee_single, floatformat_ieee_double,
2068 floatformat_ieee_quad, floatformat_arm_ext,
2069 floatformat_ia64_spill): Delete unused vars.
2070 (_initialize_doublest): Delete unused function.
2071 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2072 little-endian variants of floatformat_ibm_long_double.
2073
2074 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
2075
2076 * Makefile.in (SFILES): Remove common/target-common.c and
2077 add target/waitstatus.c.
2078 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2079 target/resume.h, target/wait.h and target/waitstatus.h.
2080 (COMMON_OBS): Remove target-common.o and add
2081 waitstatus.o.
2082 (target-common.o): Remove.
2083 (waitstatus.o): New target object file.
2084 * common/target-common.c: Move contents to
2085 target/waitstatus.c and remove.
2086 * common/target-common.h: Move contents to other files and
2087 remove.
2088 (enum resume_kind: Move to target/resume.h.
2089 (TARGET_WNOHANG): Move to target/wait.h.
2090 (enum target_waitkind): Move to target/waitstatus.h.
2091 (struct target_waitstatus): Likewise.
2092 * target.h: Do not include target-common.h and
2093 include target/resume.h, target/wait.h and
2094 target/waitstatus.h.
2095 * target/resume.h: New file.
2096 * target/wait.h: New file.
2097 * target/waitstatus.h: New file.
2098 * target/waitstatus.c: New file.
2099
2100 2013-08-19 Pedro Alves <palves@redhat.com>
2101
2102 * linux-nat.c (linux_test_for_tracefork)
2103 (linux_test_for_tracesysgood, linux_child_follow_fork)
2104 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2105 (linux_nat_wait_1): Extend comment.
2106 (linux_async_pipe): Add comment.
2107
2108 2013-08-15 Kevin Buettner <kevinb@redhat.com>
2109
2110 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2111 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2112 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2113 Update to account for fact that PC is now a pseudo-register.
2114 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
2115 cases for RL78_PC_REGNUM.
2116
2117 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2118
2119 PR cli/15841
2120 * top.c (quit_force): Skip writing history file
2121 if input is not from terminal.
2122
2123 2013-08-14 Tom Tromey <tromey@redhat.com>
2124
2125 * remote.c (struct remote_state) <echo_nextthread, nextthread,
2126 resultthreadlist>: New fields.
2127 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2128 (remote_get_threadlist, remote_threadlist_iterator): Use
2129 new fields. Remove static variables.
2130
2131 2013-08-14 Tom Tromey <tromey@redhat.com>
2132
2133 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2134 remote_watch_data_address>: New fields.
2135 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2136 (process_stop_reply, remote_wait_as)
2137 (remote_check_watch_resources, remote_stopped_data_address): Update.
2138
2139 2013-08-14 Tom Tromey <tromey@redhat.com>
2140
2141 * remote.c (struct remote_state) <async_client_callback,
2142 async_client_context>: New fields.
2143 (async_client_callback, async_client_context): Remove.
2144 (remote_async_serial_handler, remote_async): Update.
2145
2146 2013-08-14 Tom Tromey <tromey@redhat.com>
2147
2148 * remote.c (sizeof_pkt): Remove.
2149 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2150
2151 2013-08-14 Tom Tromey <tromey@redhat.com>
2152
2153 * remote.c (struct remote_state) <use_threadinfo_query,
2154 use_threadextra_query>: New fields.
2155 (remote_threads_info, remote_threads_extra_info)
2156 (remote_open_1): Update.
2157
2158 2013-08-14 Tom Tromey <tromey@redhat.com>
2159
2160 * remote.c (struct remote_state) <finished_object,
2161 finished_annex, finished_offset>: New fields.
2162 (remote_read_qxfer): Use remote_state fields; remove static
2163 variables.
2164
2165 2013-08-14 Tom Tromey <tromey@redhat.com>
2166
2167 * remote.c (struct remote_state) <last_sent_step>:
2168 New field.
2169 (last_sent_step): Remove.
2170 (remote_resume, remote_wait_as): Update.
2171
2172 2013-08-14 Tom Tromey <tromey@redhat.com>
2173
2174 * remote.c (struct remote_state) <last_sent_signal>:
2175 New field.
2176 (last_sent_signal): Remove.
2177 (new_remote_state, remote_resume, remote_wait_as): Update.
2178
2179 2013-08-14 Tom Tromey <tromey@redhat.com>
2180
2181 * remote.c (struct remote_state) <last_program_signals_packet>:
2182 New field.
2183 (last_program_signals_packet): Remove.
2184 (remote_program_signals, remote_open_1): Update.
2185
2186 2013-08-14 Tom Tromey <tromey@redhat.com>
2187
2188 * remote.c (struct remote_state) <last_pass_packet>:
2189 New field.
2190 (last_pass_packet): Remove.
2191 (remote_pass_signals, remote_open_1): Update.
2192
2193 2013-08-14 Tom Tromey <tromey@redhat.com>
2194
2195 * remote.c (struct remote_state) <remote_traceframe_number>:
2196 New field.
2197 (remote_traceframe_number): Remove.
2198 (new_remote_state, remote_open_1, set_remote_traceframe)
2199 (remote_trace_find): Update.
2200
2201 2013-08-14 Tom Tromey <tromey@redhat.com>
2202
2203 * remote.c (struct remote_state) <general_thread, continue_thread>:
2204 New fields.
2205 (general_thread, continue_thread): Remove.
2206 (record_currthread, set_thread, set_general_process)
2207 (remote_open_1, extended_remote_attach_1, remote_wait_as)
2208 (extended_remote_mourn_1): Update.
2209
2210 2013-08-14 Tom Tromey <tromey@redhat.com>
2211
2212 * remote.c (struct remote_state) <remote_desc>: New field.
2213 (remote_desc): Remove.
2214 (remote_threads_info, remote_threads_extra_info, remote_close)
2215 (send_interrupt_sequence, remote_start_remote, remote_open_1)
2216 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2217 (remote_hostio_send_command, remote_file_put, remote_file_get)
2218 (remote_file_delete, remote_can_async_p, remote_is_async_p)
2219 (remote_async, remote_new_objfile, set_range_stepping): Update.
2220
2221 2013-08-14 Tom Tromey <tromey@redhat.com>
2222
2223 * remote.c (remote_state): Now a pointer.
2224 (get_remote_state_raw): Update.
2225 (new_remote_state): New function.
2226 (_initialize_remote): Use new_remote_state.
2227
2228 2013-08-14 Tom Tromey <tromey@redhat.com>
2229
2230 * remote.c (remote_protocol_features): Now const.
2231
2232 2013-08-14 Tom Tromey <tromey@redhat.com>
2233
2234 * remote.c (crc32_table, crc32): Remove.
2235 (remote_verify_memory): Use xcrc32.
2236
2237 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
2238
2239 * value.h (create_internalvar_type_lazy): Adjust prototype
2240 declaration.
2241
2242 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
2243
2244 * common/format.c (parse_format_string): Don't allow '#' flag for
2245 pointer arguments in format string.
2246
2247 2013-08-13 Pierre Muller <muller@sourceware.org>
2248
2249 * utils.c (init_page_info): Only call tgetnum function
2250 if rl_get_screen_size did not return useful values.
2251
2252 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
2253
2254 PR breakpoints/15117
2255 * linespec.c (linespec_parse_basic): Check for convenience
2256 variable or history value while parsing.
2257
2258 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2259
2260 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2261 AVR.
2262 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
2263 different signals between the generic Linux kernel implementation
2264 and AVR's.
2265 (avr_linux_gdb_signal_from_target): Delete.
2266 (avr_linux_gdb_signal_to_target): Delete.
2267 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2268
2269 2013-08-09 Doug Evans <dje@google.com>
2270
2271 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2272 entries.
2273
2274 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
2275
2276 * linux-tdep.c: Define enum with generic signal numbers.
2277 (linux_gdb_signal_from_target): New function.
2278 (linux_gdb_signal_to_target): Likewise.
2279 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2280 methods to the functions above.
2281 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2282 (linux_gdb_signal_to_target): Likewise.
2283 * alpha-linux-tdep.c: Define new enum with signals different
2284 from generic Linux kernel.
2285 (alpha_linux_gdb_signal_from_target): New function.
2286 (alpha_linux_gdb_signal_to_target): Likewise.
2287 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2288 with the functions mentioned above.
2289 * avr-tdep.c: Define enum with differences between Linux kernel
2290 and AVR signals.
2291 (avr_linux_gdb_signal_from_target): New function.
2292 (avr_linux_gdb_signal_to_target): Likewise.
2293 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2294 the functions mentioned above.
2295 * sparc-linux-tdep.c: Define enum with differences between SPARC
2296 and generic Linux kernel signal numbers.
2297 (sparc32_linux_gdb_signal_from_target): New function.
2298 (sparc32_linux_gdb_signal_to_target): Likewise.
2299 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2300 to the functions defined above.
2301 * xtensa-linux-tdep.c: Define enum with differences between
2302 Xtensa and Linux kernel generic signals.
2303 (xtensa_linux_gdb_signal_from_target): New function.
2304 (xtensa_linux_gdb_signal_to_target): Likewise.
2305 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2306 to the functions defined above.
2307 * mips-linux-tdep.c: Define enum with differences between
2308 signals in MIPS and Linux kernel generic ones.
2309 (mips_gdb_signal_to_target): New function.
2310 (mips_gdb_signal_from_target): Redefine to use new enum, handle
2311 only different signals from the Linux kernel generic.
2312 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2313 the functions defined above.
2314 * mips-linux-tdep.h (enum mips_signals): Remove.
2315
2316 2013-08-09 Pedro Alves <palves@redhat.com>
2317
2318 * avr-tdep.c (XMALLOC): Delete macro.
2319 * cli/cli-dump.c (XMALLOC): Delete macro.
2320
2321 2013-08-09 Pedro Alves <palves@redhat.com>
2322
2323 * cli/cli-dump.c: Don't include cli/cli-dump.h.
2324 (scan_expression_with_cleanup, scan_filename_with_cleanup)
2325 (fopen_with_cleanup, add_dump_command): Make static.
2326 * cli/cli-dump.h: Delete file.
2327 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2328 cli/cli-dump.h.
2329
2330 2013-08-09 Pedro Alves <palves@redhat.com>
2331
2332 * tracepoint.c (tfile_start): Show tilde-expanded filename in
2333 error message.
2334
2335 2013-08-09 Pedro Alves <palves@redhat.com>
2336
2337 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2338 error message.
2339
2340 2013-08-09 Pedro Alves <palves@redhat.com>
2341
2342 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2343 (gcore_command): Use tilde_expand here, and when showing the
2344 filename to the user, show the expanded version.
2345
2346 2013-08-09 Yao Qi <yao@codesourcery.com>
2347
2348 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2349 'entryval' is set.
2350
2351 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
2352
2353 * gcore.c (create_gcore_bfd): Use tilde_expand.
2354
2355 2013-08-08 Yao Qi <yao@codesourcery.com>
2356
2357 * frame.h (read_frame_local): Declare.
2358 * mi/mi-cmd-stack.c (list_args_or_locals): Call
2359 read_frame_local.
2360 * stack.c (read_frame_local): New.
2361
2362 2013-08-08 Yao Qi <yao@codesourcery.com>
2363
2364 * mi/mi-cmd-stack.c: Update comments to function
2365 list_args_or_locals.
2366
2367 2013-08-07 Tom Tromey <tromey@redhat.com>
2368
2369 PR symtab/15028:
2370 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2371 (process_psymtab_comp_unit_reader): Use it.
2372 (process_psymtab_comp_unit): Update. Add "pretend_language"
2373 argument.
2374 (dwarf2_build_psymtabs_hard): Update.
2375 (scan_partial_symbols): Pass CU's language to
2376 process_psymtab_comp_unit.
2377
2378 2013-08-07 Tom Tromey <tromey@redhat.com>
2379
2380 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2381 (dwarf2_gdb_index_functions): Update.
2382 * psymtab.c (find_symbol_file_from_partial): Remove.
2383 (psym_functions): Update.
2384 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2385 Remove.
2386
2387 2013-08-07 Tom Tromey <tromey@redhat.com>
2388
2389 * symfile.c (set_initial_language): Look up "main" symbol
2390 and use its language.
2391 * symtab.c (find_main_filename): Remove.
2392 * symtab.h (find_main_filename): Remove.
2393
2394 2013-08-07 Tom Tromey <tromey@redhat.com>
2395
2396 * dwarf2read.c (recursively_compute_inclusions): Add
2397 "immediate_parent" argument. Set symtab's "user" field
2398 if not set.
2399 (compute_symtab_includes): Update.
2400
2401 2013-08-07 Tom Tromey <tromey@redhat.com>
2402
2403 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
2404 when adding label symbols.
2405
2406 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2407 Ulrich Weigand <uweigand@de.ibm.com>
2408
2409 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
2410 * configure.host (powerpc64-*-aix*): Likewise.
2411
2412 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2413 Ulrich Weigand <uweigand@de.ibm.com>
2414
2415 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
2416 is defined.
2417 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
2418 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
2419 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
2420 * configure.ac: Check for ptrace64.
2421 * configure, config.in: Regenerate.
2422
2423 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
2424 Ulrich Weigand <uweigand@de.ibm.com>
2425
2426 * aixthread.c: Call ptrace64 instead of ptracex if defined.
2427 Call ptrace64 instead of ptrace if defined.
2428 Add macro addr_ptr to take care of ptrace address argument.
2429 (pdc_read_regs): Likewise.
2430 (pdc_write_regs): Likewise.
2431 (aix_thread_resume): Likewise.
2432 (fetch_regs_kernel_thread): Likewise.
2433 (store_regs_kernel_thread): Likewise.
2434
2435 2013-08-07 Anton Blanchard <anton@samba.org>
2436
2437 * MAINTAINERS: Add myself to Write After Approval.
2438
2439 2013-08-05 Tom Tromey <tromey@redhat.com>
2440
2441 * aix-thread.c (_initialize_aix_thread): Use
2442 complete_target_initialization.
2443 * bsd-uthread.c (_initialize_bsd_uthread): Use
2444 complete_target_initialization.
2445 * dec-thread.c (_initialize_dec_thread): Use
2446 complete_target_initialization.
2447 * ravenscar-thread.c (_initialize_ravenscar): Use
2448 complete_target_initialization.
2449 * sol-thread.c (_initialize_sol_thread): Use
2450 complete_target_initialization.
2451 * spu-multiarch.c (_initialize_spu_multiarch): Use
2452 complete_target_initialization.
2453
2454 2013-08-05 Tom Tromey <tromey@redhat.com>
2455
2456 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
2457 * ada-lang.c (ada_lookup_simple_minsym): Return
2458 bound_minimal_symbol.
2459 * ada-lang.h (ada_lookup_simple_minsym): Update.
2460 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
2461 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
2462 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
2463 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
2464 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
2465 * minsyms.c (msymbol_objfile): Remove.
2466 (lookup_minimal_symbol_internal): New function, from
2467 lookup_minimal_symbol.
2468 (lookup_minimal_symbol): Rewrite using
2469 lookup_minimal_symbol_internal.
2470 (lookup_bound_minimal_symbol): New function.
2471 * minsyms.h (msymbol_objfile): Remove.
2472 (lookup_bound_minimal_symbol): Declare.
2473 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
2474 * parse.c (write_exp_msymbol): Change parameter to a
2475 bound_minimal_symbol.
2476 (write_dollar_variable): Use lookup_bound_minimal_symbol.
2477 * parser-defs.h (write_exp_msymbol): Update.
2478 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
2479 * symfile.c (simple_read_overlay_table): Use
2480 lookup_bound_minimal_symbol.
2481 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
2482 (search_symbols): Likewise.
2483 (print_msymbol_info): Take a bound_minimal_symbol argument.
2484 (symtab_symbol_info, rbreak_command): Update.
2485 * symtab.h (struct symbol_search) <msymbol>: Change type
2486 to bound_minimal_symbol.
2487 * valops.c (find_function_in_inferior): Use
2488 lookup_bound_minimal_symbol.
2489 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
2490
2491 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2492
2493 Code cleanup.
2494 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
2495 to ...
2496 (async_cleanup_sigint_signal_handler): ... this.
2497 (initialize_sigint_signal_handler): Remove declaration.
2498 (handle_remote_sigint): Rename the declaration to ...
2499 (async_handle_remote_sigint): ... this.
2500 (handle_remote_sigint_twice): Rename the declaration to ...
2501 (async_handle_remote_sigint_twice): ... this.
2502 (async_remote_interrupt, async_remote_interrupt_twice)
2503 (remote_interrupt): Remove the declarations.
2504 (remote_interrupt_twice): Rename the declaration ...
2505 (sync_remote_interrupt_twice): ... this.
2506 (sigint_remote_twice_token): Rename the variable to ...
2507 (async_sigint_remote_twice_token): ... this.
2508 (sigint_remote_token): Rename the variable to ...
2509 (async_sigint_remote_token): ... this.
2510 (initialize_sigint_signal_handler): Rename the function to ...
2511 (async_initialize_sigint_signal_handler): ... this. Update the name
2512 inside.
2513 (handle_remote_sigint): Rename the function to ...
2514 (async_handle_remote_sigint): ... this. Update the names inside.
2515 (handle_remote_sigint_twice): Rename the function to ...
2516 (async_handle_remote_sigint_twice): ... this. Update the names inside.
2517 (cleanup_sigint_signal_handler): Rename the function to ...
2518 (async_cleanup_sigint_signal_handler): ... this.
2519 (remote_interrupt): Rename the function to ...
2520 (sync_remote_interrupt): this. Update the names inside.
2521 (remote_interrupt_twice): Rename the function to ...
2522 (sync_remote_interrupt_twice): this. Update the names inside.
2523 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
2524 (_initialize_remote): Update the names inside.
2525
2526 2013-08-02 Tom Tromey <tromey@redhat.com>
2527
2528 PR symtab/15719:
2529 * breakpoint.c (update_watchpoint, watchpoint_check)
2530 (watch_command_1): Update.
2531 * eval.c (fetch_subexp_value): Add "preserve_errors"
2532 parameter.
2533 * ppc-linux-nat.c (check_condition): Update.
2534 * value.h (fetch_subexp_value): Update.
2535
2536 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
2537
2538 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
2539 add_file_handler.
2540
2541 2013-08-01 Doug Evans <dje@google.com>
2542
2543 PR symtab/15691
2544 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
2545 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
2546 Add assert of sig_entry->dwo_unit == NULL.
2547 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
2548 had already been read.
2549 (read_signatured_type): Set per_cu.tu_read.
2550
2551 PR symtab/15695
2552 * valops.c (value_struct_elt): Add missing call to check_typedef.
2553 (value_find_oload_method_list): Ditto.
2554
2555 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
2556 effectively, struct symbol_search **.
2557 (make_cleanup_free_search_symbols): Change arg to struct
2558 symbol_search **. All callers updated.
2559 (compare_search_syms): Compare symtab file name and block as well.
2560 (search_symbols_equal): New function.
2561 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
2562 New args new_head, new_tail. Result is now void. Remove dups after
2563 sorting the symbols.
2564 (search_symbols): Sort all found symbols once, after all have been
2565 found, and remove duplicates. Simplify cleanup tracking of result.
2566 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
2567
2568 Further workarounds for binutils/15021.
2569 * dwarf2read.c (recursively_compute_inclusions): Change type of result
2570 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
2571 Watch for duplicate symtabs coming from type units.
2572 (compute_symtab_includes): Update call to
2573 recursively_compute_inclusions. Build vector of included symtabs
2574 instead of per_cus.
2575 * symtab.h (symtab_ptr): New typedef.
2576 (DEF_VEC_P (symtab_ptr)): New VEC type.
2577 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
2578 instead.
2579
2580 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
2581
2582 * cli/cli-script.c (script_from_file): Remove use of
2583 error_pre_print.
2584 * main.c (captured_main): Remove use of error_pre_print and
2585 quit_pre_print.
2586 * utils.c (error_pre_print, quit_pre_print): Remove.
2587 * utils.h (error_pre_print, quit_pre_print): Likewise.
2588
2589 2013-08-01 Yao Qi <yao@codesourcery.com>
2590
2591 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
2592 with mi_getopt.
2593 (mi_cmd_stack_list_variables): Likewise.
2594
2595 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2596
2597 * exceptions.c (deprecated_throw_reason): Remove.
2598 * exceptions.h (deprecated_throw_reason): Remove.
2599
2600 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2601
2602 * remote-mips.c (mips_error): Replace use of
2603 deprecated_throw_reason with throw_verror. Use the error message
2604 passed to mips_error as the error message for throw_verror.
2605
2606 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2607
2608 * monitor.c (monitor_interrupt_query): Replace use of
2609 deprecated_throw_reason with quit.
2610 * nto-procfs.c (interrupt_query): Likewise.
2611 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
2612 * remote-mips.c (mips_kill): Likewise.
2613 * remote.c (interrupt_query): Likewise.
2614
2615 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
2616
2617 * utils.c (internal_verror): Replace use of deprecated_throw_reason
2618 with call to fatal.
2619
2620 2013-07-31 Pedro Alves <pedro@codesourcery.com>
2621 Yao Qi <yao@codesourcery.com>
2622
2623 * tracepoint.c (trace_dump_command): Select the current frame.
2624
2625 2013-07-30 Doug Evans <dje@google.com>
2626
2627 * dwarf2read.c (process_queue): Add type signature to debug output.
2628
2629 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2630
2631 * value.c (value_fetch_lazy): Mark optimized out values as such
2632 rather than raising an error.
2633
2634 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2635
2636 * value.c (value_fetch_lazy): Ensure parent value is not lazy
2637 before checking which bits of the parent, not the child, value are
2638 valid.
2639
2640 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
2641
2642 PR gdb/15715
2643 * top.c: Include "filenames.h".
2644 (set_history_filename): New function.
2645 (init_main): Install it as set hook of the "set history filename"
2646 command.
2647
2648 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2649
2650 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
2651 attribute parameter.
2652 (dwarf2_const_value_data): Constify struct attribute parameter.
2653 (dwarf2_const_value): Constify struct attribute parameter.
2654 (dwarf2_const_value_attr): Constify struct attribute parameter.
2655 (lookup_die_type): Constify struct attribute parameter.
2656 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
2657 (follow_die_ref_or_sig): Constify struct attribute parameter.
2658 (follow_die_ref): Constify struct attribute parameter.
2659 (follow_die_sig): Constify struct attribute parameter.
2660 (get_DW_AT_signature_type): Constify struct attribute parameter.
2661 (get_type_unit_group): Constify struct attribute parameter.
2662 (fill_in_loclist_baton): Constify struct attribute parameter.
2663 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
2664 (type_unit_group): Constify struct attribute parameter.
2665
2666 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2667
2668 * dwarf2read.c (attr_form_is_block): Make argument const.
2669 (attr_form_is_section_offset): Make argument const.
2670 (attr_form_is_constant): Make argument const.
2671 (attr_form_is_ref): Make argument const.
2672
2673 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
2674
2675 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
2676 All uses updated.
2677 (attr_form_is_ref): Moved below attr_form_is_constant.
2678
2679 2013-07-29 Doug Evans <dje@google.com>
2680
2681 * main.c (captured_command_loop): Tweak comment.
2682
2683 * target.c (target_async_permitted_1): Fix comment.
2684
2685 * symtab.c (iterate_over_some_symtabs): Add comment.
2686
2687 * symtab.c (iterate_over_some_symtabs): Fix indentation.
2688
2689 2013-07-27 Yao Qi <yao@codesourcery.com>
2690
2691 * NEWS: Mention that GDBserver now supports hardware
2692 watchpoints on the MIPS GNU/Linux target.
2693
2694 2013-07-27 Yao Qi <yao@codesourcery.com>
2695
2696 * Makefile.in (HFILES_NO_SRCDIR): Add
2697 common/mips-linux-watch.h.
2698 (mips-linux-watch.o): New rule.
2699 * common/mips-linux-watch.c: New.
2700 * common/mips-linux-watch.h: New.
2701 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
2702 * mips-linux-nat.c: Include mips-linux-watch.h.
2703 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
2704 to common/mips-linux-watch.h.
2705 (MAX_DEBUG_REGISTER): Likewise.
2706 (enum pt_watch_style): Likewise.
2707 (struct mips32_watch_regs): Likewise.
2708 (struct mips64_watch_regs): Likewise.
2709 (struct pt_watch_regs): Likewise.
2710 (struct mips_watchpoint): Likewise.
2711 (mips_linux_watch_get_irw_mask): Move to
2712 common/mips-linux-watch.c.
2713 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
2714 (mips_linux_watch_get_watchlo): Likewise.
2715 (mips_linux_watch_set_watchlo): Likewise.
2716 (mips_linux_watch_get_watchhi): Likewise.
2717 (mips_linux_watch_set_watchhi): Likewise.
2718 (mips_linux_read_watch_registers): Likewise.
2719 (mips_linux_watch_type_to_irw): Likewise.
2720 (mips_linux_stopped_data_address, fill_mask): Likewise.
2721 (mips_linux_watch_try_one_watch): Likewise.
2722 (mips_linux_watch_populate_regs): Likewise.
2723
2724 2013-07-27 Yao Qi <yao@codesourcery.com>
2725
2726 * mips-linux-nat.c (get_irw_mask): Rename to ...
2727 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
2728 'set' to 'n'. Update function comment. All callers changed.
2729 (get_reg_mask): Rename parameter 'set' to 'n'. Update
2730 function comment. All callers changed.
2731 (get_num_valid): Rename to ...
2732 (mips_linux_watch_get_num_valid): ... this. Rename parameter
2733 'set' to 'n'. Update function comment. All callers changed.
2734 (get_watchlo): Rename to ...
2735 (mips_linux_watch_get_watchlo): ... this. Rename parameter
2736 'set' to 'n'. Update function comment. All callers changed.
2737 (set_watchlo): Rename to ...
2738 (mips_linux_watch_set_watchlo): ... this. Rename parameter
2739 'set' to 'n'. Update function comment. All callers changed.
2740 (get_watchhi): Rename to ...
2741 (mips_linux_watch_get_watchhi): ... this. Update function
2742 comment. All callers changed.
2743 (set_watchhi): Rename to ...
2744 (mips_linux_watch_set_watchhi): ... this. Update function
2745 comment. All callers changed.
2746 (mips_linux_read_watch_registers): Update function comment.
2747 Add new parameters 'lwpid', 'watch_readback', and
2748 'watch_readback_valid'. Update.
2749 (type_to_irw): Rename to ...
2750 (mips_linux_watch_type_to_irw): ... this. Update function
2751 comment. All callers changed.
2752 (fill_mask): Update function comment.
2753 (try_one_watch): Rename to ...
2754 (mips_linux_watch_try_one_watch): ... this. Change the type
2755 of parameter 'irw' from 'unsigned' to 'uint32_t'.
2756 (populate_regs_from_watches): Rename to ...
2757 (mips_linux_watch_populate_regs): ... this. Add parameter
2758 'current_watches'. All callers changed.
2759
2760 2013-07-27 Yao Qi <yao@codesourcery.com>
2761
2762 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
2763 the code.
2764 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
2765 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
2766 (struct pt_watch_regs): Likewise.
2767 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
2768 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
2769 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
2770 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
2771 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
2772
2773 2013-07-27 Yao Qi <yao@codesourcery.com>
2774
2775 * breakpoint.h: Include break-common.h.
2776 (enum target_hw_bp_type): Move to ...
2777 * common/break-common.h: ... here. New.
2778
2779 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
2780
2781 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
2782 process group regardless of having tty on stdin.
2783
2784 2013-07-25 Doug Evans <dje@google.com>
2785
2786 * linux-fork.h (detach_fork): Delete.
2787
2788 2013-07-25 Tom Tromey <tromey@redhat.com>
2789
2790 PR remote/15256, PR remote/15266:
2791 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
2792 * monitor.c (monitor_detach): Use unpush_target.
2793 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
2794 * remote-mips.c (mips_detach): Use unpush_target. Don't
2795 call mips_close.
2796 * remote-sim.c (gdbsim_detach): Use unpush_target.
2797 * target.c (pop_target): Remove.
2798 (pop_all_targets_above): Don't call target_close.
2799 (target_close): Assert that the target is unpushed.
2800 * target.h (pop_target): Don't declare.
2801 * tracepoint.c (tfile_open): Use unpush_target.
2802
2803 2013-07-25 Tom Tromey <tromey@redhat.com>
2804
2805 * linux-thread-db.c (init_thread_db_ops): Call
2806 complete_target_initialization.
2807 (_initialize_thread_db): Don't call add_target.
2808 * target.c (complete_target_initialization): New function.
2809 (add_target_with_completer): Call it.
2810 * target.h (complete_target_initialization): Declare.
2811
2812 2013-07-25 Mark Kettenis <kettenis@gnu.org>
2813
2814 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
2815 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
2816 (HPPANBSD_SIZEOF_GREGS): New define.
2817 (hppaobsd_supply_gregset): Handle additional registers.
2818 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
2819 we provide more registers now.
2820 (hppabsd_supply_gregset): Supply additional registers.
2821 (hppabsd_collect_gregset): Collect additional registers.
2822
2823 2013-07-25 Mark Kettenis <kettenis@gnu.org>
2824
2825 * hppabsd-tdep.c: Include "dwarf2-frame.h".
2826 (hppabsd_dwarf2_frame_init_reg): New function.
2827 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
2828
2829 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2830
2831 * mi/mi-main.c (output_register): Make MI 'r' format use standard
2832 'z' format code. Remove error for optimized out values, standard
2833 code will handle these fine.
2834
2835 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2836
2837 * NEWS: Mention new 'z' formatter.
2838 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
2839 (_initialize_printcmd): Mention 'z' formatter in help text of the
2840 'x' command.
2841
2842 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
2843
2844 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
2845 formatting.
2846
2847 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
2848
2849 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
2850 interface can evaluate arguments. Fallback to the old mode if it
2851 cannot.
2852 (create_exception_master_breakpoint): Likewise.
2853 * elfread.c (elf_can_evaluate_probe_arguments): New function.
2854 (struct sym_probe_fns elf_probe_fns): Export function above to the
2855 probe interface.
2856 * probe.c (can_evaluate_probe_arguments): New function.
2857 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
2858 function pointer.
2859 (can_evaluate_probe_arguments): New function prototype.
2860 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
2861 probe interface can evaluate arguments. Fallback to the old mode
2862 if it cannot.
2863 * stap-probe.c (stap_get_probe_argument_count): Check if probe
2864 interface can evaluate arguments. Warning the user if it cannot.
2865 (stap_can_evaluate_probe_arguments): New function.
2866 (struct probe_ops stap_probe_ops): Export function above to the
2867 probe interface.
2868 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
2869 New function pointer.
2870
2871 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
2872
2873 * Makefile.in (SFILES): Add common/target-common.c.
2874 Add common/target-common.h to headers.
2875 (COMMON_OBS): Add target-common.o.
2876 (target-common.o): New target.
2877 * linux-nat.h (resume_kind): Move to common/target-common.h.
2878 * target.c (target_waitstatus_to_string): Move to
2879 common/target-common.c.
2880 * target.h: Include target-common.h.
2881 (target_waitkind): Move to common/target-common.h.
2882 (target_waitstatus): Likewise.
2883 (TARGET_WNOHANG): Likewise.
2884 * common/target-common.c: New file.
2885 * common/target-common.h: New file.
2886
2887 2013-07-24 Doug Evans <dje@google.com>
2888
2889 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
2890 a warning.
2891
2892 2013-07-23 Yao Qi <yao@codesourcery.com>
2893
2894 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
2895 parameter 'gdbarch'.
2896 (i386_stack_tramp_frame_sniffer): Caller update.
2897 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
2898 parameter 'gdbarch' and 'target'.
2899 (i386_linux_core_read_description): Caller update.
2900 * amd64-linux-tdep.c (amd64_linux_core_read_description):
2901 Likewise.
2902 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
2903 declaration.
2904
2905 2013-07-23 Tom Tromey <tromey@redhat.com>
2906
2907 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
2908 2013-07-22.
2909
2910 2013-07-22 Doug Evans <dje@google.com>
2911
2912 * exec.h (remove_target_sections): Delete arg abfd.
2913 * exec.c (exec_close): Update call to remove_target_sections.
2914 (remove_target_sections): Delete arg abfd.
2915 * solib.c (update_solib_list): Ditto.
2916 (reload_shared_libraries_1): Ditto.
2917 (clear_solib): Ditto, and unconditionally call remove_target_sections.
2918 * target.h (struct target_section): Rename key to owner.
2919 All uses updated.
2920
2921 2013-07-22 Tom Tromey <tromey@redhat.com>
2922
2923 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
2924
2925 2013-07-22 Tom Tromey <tromey@redhat.com>
2926
2927 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
2928 Simplify cleanup handling.
2929
2930 2013-07-22 Tom Tromey <tromey@redhat.com>
2931
2932 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
2933 on all return paths.
2934
2935 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2936
2937 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
2938 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
2939 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
2940
2941 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
2942
2943 * top.c (print_gdb_version): Add help, apropos description and
2944 url to online documentation.
2945
2946 2013-07-19 Hui Zhu <hui@codesourcery.com>
2947
2948 PR gdb/15692
2949 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
2950
2951 2013-07-19 Yao Qi <yao@codesourcery.com>
2952
2953 * target.c (update_current_target): Change the default action
2954 of 'to_traceframe_info' from tcomplain to return_zero.
2955 * target.h (struct target_ops) <to_traceframe_info>: Add more
2956 comments.
2957 * valops.c (read_value_memory): Call
2958 traceframe_available_memory unconditionally.
2959
2960 2013-07-18 Yao Qi <yao@codesourcery.com>
2961
2962 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
2963 if the name is prefixed by "__imp_" or "_imp_", look for minimal
2964 symbol without prefix. If found, set its type to
2965 'mst_solib_trampoline'.
2966
2967 2013-07-17 Doug Evans <dje@google.com>
2968
2969 * NEWS: Mention "set print raw frame-arguments".
2970 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
2971 * stack.c (print_raw_frame_arguments): New static global.
2972 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
2973 (_initialize_stack): New command "set/show print raw frame-arguments".
2974 * valprint.c (setprintrawlist, showprintrawlist): New globals.
2975 (set_print_raw, show_print_raw): New functions.
2976 (_initialize_valprint): New prefix command "set/show print raw".
2977 * valprint.h (value_print_options): Improve comments.
2978
2979 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
2980 of all *list variables.
2981
2982 * gdbcmd.h (togglelist): Delete.
2983 * cli/cli-cmds.c (togglelist): Delete.
2984 (init_cmd_lists): Update.
2985 * cli/cli-cmds.h (togglelist): Delete.
2986
2987 2013-07-17 Tom Tromey <tromey@redhat.com>
2988
2989 * dwarf2read.c (dwarf2_per_objfile_free): Clear
2990 dwarf2_per_objfile.
2991
2992 2013-07-16 Doug Evans <dje@google.com>
2993
2994 * nto-tdep.c (nto_relocate_section_addresses): Update,
2995 target_section.bfd deleted.
2996 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
2997 * s390-tdep.c (s390_load): Ditto.
2998 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
2999
3000 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
3001
3002 * common/format.c (parse_format_string): Add checks for NULL
3003 character before calling strchr.
3004
3005 2013-07-16 Doug Evans <dje@google.com>
3006
3007 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3008 temp_pathname argument.
3009 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3010 when opening the file fails.
3011
3012 * target.h (struct target_section): Delete member bfd.
3013 All users updated to use the_bfd_section->owner instead.
3014 * exec.c (add_to_section_table): Assert bfd is expected value.
3015 Remove initialization of target_section.bfd.
3016 (remove_target_sections): Update.
3017 (section_table_available_memory): Update.
3018 (section_table_xfer_memory_partial): Update.
3019 (print_section_info): Update.
3020 (exec_set_section_address): Update.
3021 * record-full.c (record_full_core_xfer_partial): Update.
3022 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3023 * solib-target.c (solib_target_relocate_section_addresses): Update.
3024 * symfile.c (build_section_addr_info_from_section_table): Update.
3025 * target.c (memory_xfer_live_readonly_partial): Update.
3026 (memory_xfer_partial_1): Update.
3027
3028 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3029
3030 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3031 now available for embedded (BookE) and server (BookS) processors,
3032 correct mentions of 'booke' and adjust comments accordingly in order to
3033 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3034 (have_ptrace_booke_interface): Rename function and variable
3035 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3036 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3037 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3038 'hwdebug_point_cmp'. Update all uses.
3039 (booke_find_thread_points_by_tid): Rename function
3040 'booke_find_thread_points_by_tid' to
3041 'hwdebug_find_thread_points_by_tid'. Update all uses.
3042 (booke_insert_point): Rename function 'booke_insert_point' to
3043 'hwdebug_insert_point'. Update all uses.
3044 (booke_remove_point): Rename function 'booke_remove_point' to
3045 'hwdebug_remove_point'. Update all uses.
3046
3047 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
3048
3049 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3050 numbers with enum values.
3051
3052 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
3053
3054 PR threads/13217
3055 * thread.c (thread_apply_all_command): Check for valid threads
3056 and thread count.
3057 (thread_array_cleanup): New struct.
3058 (set_thread_refcount): New function.
3059
3060 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
3061
3062 * infcmd.c (default_print_one_register_info): Reuse function
3063 print_hex_chars.
3064
3065 2013-07-10 Tom Tromey <tromey@redhat.com>
3066
3067 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3068 (ada-exp.o): New target.
3069
3070 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
3071
3072 * mt-tdep.c (mt_registers_info): Call
3073 get_no_prettyformat_print_options instead of
3074 get_raw_print_options (regression by last patch from Doug
3075 Evans).
3076
3077 2013-07-09 Pedro Alves <palves@redhat.com>
3078
3079 Checked in by Joel Brobecker <brobecker@adacore.com>.
3080 * ada-lang.c (coerce_unspec_val_to_type): Use
3081 value_optimized_out_const.
3082 * value.c (value_optimized_out_const): New function.
3083 * value.h (value_optimized_out_const): New declaration.
3084
3085 2013-07-09 Doug Evans <dje@google.com>
3086
3087 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3088 Enum values rename as well. All uses updated.
3089 * valprint.h (value_print_options): Rename member pretty to
3090 pretty format. Rename member prettyprint_arrays to
3091 prettyformat_arrays. Rename member prettyprint_structs to
3092 prettyformat_structs. All uses updated.
3093 (get_no_prettyformat_print_options): Renamed from
3094 get_raw_print_options.
3095 * valprint.c (get_no_prettyformat_print_options): Renamed from
3096 get_raw_print_options. All callers updated.
3097 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3098 All callers updated.
3099 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3100 All callers updated.
3101 (_initialize_valprint): Improve help text for "set print pretty" and
3102 "set print arrays".
3103
3104 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
3105
3106 * value.c (value_bits_valid): Revert previous change, and change
3107 by Pedro on 2013-07-04, due to regressions in
3108 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3109
3110 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
3111 Pedro Alves <palves@redhat.com>
3112
3113 * value.c (value_bits_valid): If the value is not lval_computed
3114 or has no check validity handler then the answer is the
3115 optimized_out flag, otherwise defer to the handler.
3116
3117 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3118
3119 * top.c (print_gdb_configuration): Explain in output of
3120 --configuration what does "relocatable" mean.
3121
3122 * main.c (print_gdb_help): Regroup options in the --help text.
3123 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3124 the relevant discussions.
3125
3126 2013-07-06 Yao Qi <yao@codesourcery.com>
3127
3128 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3129 Remove parameter 'lsal'.
3130 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3131 to inner block. Caller update.
3132 (base_breakpoint_create_breakpoints_sal): Update.
3133 (bkpt_create_breakpoints_sal): Likewise.
3134 (tracepoint_create_breakpoints_sal): Likewise.
3135 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3136 element 0 of vector 'canonical->sals'.
3137
3138 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
3139
3140 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3141 register number instead of the pseudo register one.
3142 (rs6000_dwarf2_reg_to_regnum): Likewise.
3143
3144 2013-07-04 Pedro Alves <palves@redhat.com>
3145
3146 * findvar.c (value_of_register): Use allocate_optimized_out_value
3147 if the register has been optimized out, instead of
3148 set_value_optimized_out.
3149 * frame-unwind.c (frame_unwind_got_optimized): Use
3150 allocate_optimized_out_value.
3151
3152 2013-07-04 Pedro Alves <palves@redhat.com>
3153
3154 * value.c (value_bits_valid): If the value is not lval_computed,
3155 or doesn't have a check_validity hook, assume the value is entirely
3156 valid.
3157
3158 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3159
3160 * stack.c (read_frame_arg): No longer fetch lazy values.
3161 * value.c (value_optimized_out): If the value is not already
3162 marked optimized out, and is lazy then fetch it.
3163 (value_primitive_field): Move optimized out check to later in the
3164 function, after we have loaded any lazy values.
3165 (value_fetch_lazy): Use optimized out flag directly rather than
3166 calling optimized_out method.
3167
3168 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3169
3170 * valops.c: Don't include "user-regs.h".
3171 (value_fetch_lazy): Moved to value.c.
3172 * value.c: Include "user-regs.h".
3173 (value_fetch_lazy): Moved from valops.c.
3174
3175 2013-07-04 Yao Qi <yao@codesourcery.com>
3176
3177 Revert:
3178 2013-06-27 Yao Qi <yao@codesourcery.com>
3179
3180 * common/create-version.sh: Update comments. Handle the case
3181 that TARGET_ALIAS is empty.
3182
3183 2013-07-03 Pedro Alves <palves@redhat.com>
3184
3185 * Makefile.in (config.status): Depend on development.sh.
3186 (aclocal_m4_deps): Add libmcheck.m4.
3187 * acinclude.m4: Include libmcheck.m4.
3188 * configure.ac: Source development.sh instead of setting
3189 'development' here. --enable-libmcheck/--disable-libmcheck code
3190 factored out to GDB_AC_LIBMCHECK. Run it.
3191 * development.sh: New file.
3192 * libmcheck.m4: New file.
3193 * configure: Regenerate.
3194
3195 2013-07-02 Tom Tromey <tromey@redhat.com>
3196
3197 * contrib/ari/update-web-ari.sh: Update for version.in change.
3198
3199 2013-07-02 Tom Tromey <tromey@redhat.com>
3200
3201 * common/ptid.h: Comment fixes.
3202
3203 2013-07-01 Tom Tromey <tromey@redhat.com>
3204
3205 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3206 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
3207 (dwarf2_read_index, create_all_comp_units): Update.
3208
3209 2013-07-01 Tom Tromey <tromey@redhat.com>
3210
3211 * configure.ac (build_warnings): Add -Wold-style-definition.
3212 * configure: Rebuild.
3213 * machoread.c (_initialize_machoread): Use "(void)".
3214 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3215 use "(void)".
3216
3217 2013-07-01 Tom Tromey <tromey@redhat.com>
3218
3219 * configure.ac (build_warnings): Add -Wold-style-declaration.
3220 * configure: Rebuild.
3221 * dsrec.c (make_srec): Use "static const", not "const static".
3222 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3223 not "const static".
3224 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3225 Use "static const", not "const static".
3226 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3227 not "const static".
3228 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3229 not "const static".
3230 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3231 not "const static".
3232 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3233 not "const static".
3234 (v850_dbtrap_breakpoint_from_pc): Likewise.
3235 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3236 not "const static".
3237
3238 2013-07-01 Tom Tromey <tromey@redhat.com>
3239
3240 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3241 * configure: Rebuild.
3242
3243 2013-07-01 Pedro Alves <palves@redhat.com>
3244
3245 * defs.h: Include "pathmax.h".
3246 * utils.c: Don't include sys/param.h.
3247 (gdb_realpath): Remove code that checks for MAXPATHLEN.
3248 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3249 instead of MAXPATHLEN.
3250 * solib-sunos.c: Don't include sys/param.h.
3251 * xcoffread.c: Don't include sys/param.h.
3252 * bsd-kvm.c: Don't include sys/param.h.
3253 * darwin-nat.c: Don't include sys/param.h.
3254 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3255 * darwin-nat-info.c: Don't include sys/param.h.
3256 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3257 MAXPATHLEN.
3258 * i386obsd-nat.c: Don't include sys/param.h.
3259 * inf-child.c: Don't include sys/param.h.
3260 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3261 * linux-fork.c: Don't include sys/param.h.
3262 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3263 * linux-nat.c: Don't include sys/param.h.
3264 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3265 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3266 * m68klinux-nat.c: Don't include sys/param.h.
3267 * nbsd-nat.c: Don't include sys/param.h.
3268 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3269 * ppc-linux-nat.c: Don't include sys/param.h.
3270 * rs6000-nat.c: Don't include sys/param.h.
3271 * spu-linux-nat.c. Don't include sys/param.h.
3272 * windows-nat.c: Don't include sys/param.h.
3273 * xtensa-linux-nat.c: Don't include sys/param.h.
3274 * config/i386/nm-fbsd.h: Don't include sys/param.h.
3275
3276 2013-07-01 Pedro Alves <palves@redhat.com>
3277
3278 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3279 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3280 * gnulib/aclocal.m4: Regenerate.
3281 * gnulib/config.in: Regenerate.
3282 * gnulib/configure: Regenerate.
3283 * gnulib/import/pathmax.h: New file.
3284 * gnulib/import/Makefile.am: Regenerate.
3285 * gnulib/import/Makefile.in: Regenerate.
3286 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3287 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3288 * gnulib/import/m4/pathmax.m4: New file.
3289
3290 2013-07-01 Pedro Alves <palves@redhat.com>
3291
3292 * configure.ac (GDBINIT): Define, depending on host.
3293 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3294 * top.c (PATH_MAX): Delete fallback definition.
3295 (GDBINIT_FILENAME): Delete.
3296 (gdbinit): Reimplement as const char array set to the GDBINIT
3297 string constant.
3298 * top.h (gdbinit): Make const.
3299 * configure, config.in: Regenerate.
3300
3301 2013-07-01 Pedro Alves <palves@redhat.com>
3302
3303 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3304 * cli/cli-cmds.h (source_script): Likewise.
3305 * exceptions.c (catch_command_errors_const): New function.
3306 * exceptions.h (catch_command_errors_const): Declare.
3307 * main.c (get_init_files): Make parameters const, and adjust.
3308 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3309 'local_gdbinit' locals const. Adjust to use
3310 catch_command_errors_const.
3311 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3312 'local_gdbinit' locals const.
3313
3314 2013-07-01 Pedro Alves <palves@redhat.com>
3315
3316 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3317 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3318 * tracepoint.c: Don't check HAVE_UNISTD_H before including
3319 <unistd.h>.
3320
3321 2013-07-01 Pedro Alves <palves@redhat.com>
3322
3323 Import the "unistd" gnulib module.
3324 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3325 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3326 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3327 import/m4/unistd_h.m4.
3328 * gnulib/aclocal.m4: Renenerate.
3329 * gnulib/config.in: Renenerate.
3330 * gnulib/configure: Renenerate.
3331 * gnulib/import/Makefile.am: Renenerate.
3332 * gnulib/import/Makefile.in: Renenerate.
3333 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3334 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3335 * gnulib/import/m4/off_t.m4: New file.
3336 * gnulib/import/m4/ssize_t.m4: New file.
3337 * gnulib/import/m4/sys_types_h.m4: New file.
3338 * gnulib/import/m4/unistd_h.m4: New file.
3339 * gnulib/import/sys_types.in.h: New file.
3340 * gnulib/import/unistd.c: New file.
3341 * gnulib/import/unistd.in.h: New file.
3342
3343 2013-07-01 Pedro Alves <palves@redhat.com>
3344
3345 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3346 defined instead of checking HAVE_UNISTD_H.
3347
3348 2013-07-01 Pedro Alves <palves@redhat.com>
3349
3350 Reimport gnulib from scratch.
3351 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3352 import/m4/onceonly.m4.
3353 * gnulib/aclocal.m4: Renegerate.
3354 * gnulib/config.in: Renegerate.
3355 * gnulib/configure: Renegerate.
3356 * gnulib/import/Makefile.in: Renegerate.
3357 * gnulib/import/extra/update-copyright: Renegerate.
3358 * gnulib/import/m4/onceonly.m4: Delete.
3359
3360 2013-07-01 Pedro Alves <palves@redhat.com>
3361
3362 * tui/tui-regs.c (pagination_enabled): Delete declaration.
3363
3364 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3365
3366 Code cleanup.
3367 * remote.c (async_remote_interrupt_twice): Make it static.
3368 * remote.h (async_remote_interrupt_twice): Remove the declaration.
3369
3370 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
3371
3372 * ia64-linux-tdep.c: Include <ctype.h>.
3373 (ia64_linux_stap_is_single_operand): New function.
3374 (ia64_linux_init_abi): Initialize SystemTap related attributes.
3375
3376 2013-06-28 Tom Tromey <tromey@redhat.com>
3377
3378 * Makefile.in (version.c): Use version.in, not
3379 common/version.in.
3380 * common/create-version.sh: Likewise.
3381 * common/version.in: Move...
3382 * version.in: ...here.
3383
3384 2013-06-28 Pedro Alves <palves@redhat.com>
3385
3386 * infrun.c (set_observer_mode): Don't declare pagination_enabled
3387 here.
3388 * utils.h (pagination_enabled): Declare.
3389
3390 2013-06-28 Pedro Alves <palves@redhat.com>
3391
3392 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
3393 Move higher up in file.
3394
3395 2013-06-28 Tom Tromey <tromey@redhat.com>
3396
3397 * tracepoint.c (deprecated_readline_begin_hook)
3398 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
3399 declare.
3400
3401 2013-06-28 Pedro Alves <palves@redhat.com>
3402
3403 PR tui/14880
3404 * tui/tui-regs.c (tui_get_register): Fetch value contents before
3405 checking if they're available.
3406 * value.c (value_available_contents_eq): Change comment.
3407 * value.h (value_available_contents_eq): Expand comment.
3408
3409 2013-06-27 Tom Tromey <tromey@redhat.com>
3410
3411 * target.c (find_run_target): Remove.
3412 * target.h (find_run_target): Remove.
3413
3414 2013-06-27 Tom Tromey <tromey@redhat.com>
3415
3416 * corelow.c (core_gdbarch): Now static.
3417
3418 2013-06-27 Tom Tromey <tromey@redhat.com>
3419
3420 * target.c (target_struct_index): Remove.
3421
3422 2013-06-27 Pedro Alves <palves@redhat.com>
3423
3424 * infrun.c: Remove comment describing the 'stepping over runtime
3425 loader dynamic symbol resolution code' mechanism; moved to
3426 gdbint.texinfo.
3427
3428 2013-06-27 Pedro Alves <palves@redhat.com>
3429
3430 * exceptions.c (catch_command_errors): Remove spurious space.
3431 * exceptions.h (catch_command_errors): Second parameter is "arg",
3432 not "command".
3433
3434 2013-06-27 Yao Qi <yao@codesourcery.com>
3435
3436 * common/create-version.sh: Update comments. Handle the case
3437 that TARGET_ALIAS is empty.
3438
3439 2013-06-26 Pedro Alves <palves@redhat.com>
3440
3441 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
3442 comment.
3443
3444 2013-06-26 Pedro Alves <palves@redhat.com>
3445
3446 * infrun.c: Update comments on stepping over runtime loader
3447 dynamic symbol resolution code.
3448
3449 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
3450
3451 * ax-gdb.h (union exp_element): Forward declare.
3452 * parser-defs.h: Include expression.h.
3453
3454 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3455
3456 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
3457
3458 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3459
3460 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
3461
3462 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
3463
3464 Fix trace-status to output proper start-time and stop-time.
3465 * tracepoint.c (trace_status_command): Fix type of printf arg to
3466 prevent improper type conversion.
3467 (trace_status_mi): Likewise.
3468
3469 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3470
3471 * mips-tdep.c (mips_next_pc): Fix a typo.
3472
3473 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
3474
3475 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
3476
3477 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3478 Yao Qi <yao@codesourcery.com>
3479
3480 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
3481 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
3482 * mi/mi-main.c (print_variable_or_computed): New function.
3483 (mi_cmd_trace_frame_collected): New function.
3484 * tracepoint.c (find_trace_state_variable_by_number): New.
3485 (struct traceframe_info): Move to tracepoint.h
3486 (struct collection_list): Likewise.
3487 (do_collect_symbol): Include locals and arguments in the
3488 collected variables list.
3489 (clear_collection_list): Clear wholly collected variables list
3490 and computed variables list.
3491 (append_exp): New function.
3492 (encode_actions_1): Include variables in the wholly
3493 collected variables list. Include memory ranges and
3494 full-fledged expressions in the computed expressions list.
3495 (encode_actions): Move some code to ...
3496 Return the cleanup chain.
3497 (encode_actions_rsp): ... here. New function.
3498 (get_traceframe_location, get_traceframe_info): Remove static.
3499 * tracepoint.h (struct memrange): Moved from tracepoint.c.
3500 (struct collection_list): Moved from tracepoint.c. Add two
3501 new fields 'wholly_collected' and 'computed'.
3502 (find_trace_state_variable_by_number): Declare.
3503 (encode_actions): Adjust declaration.
3504 (encode_actions_rsp): Declare.
3505 (get_traceframe_info, get_traceframe_location): Declare.
3506
3507 * NEWS: Mention new MI command -trace-frame-collected.
3508
3509 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3510 Yao Qi <yao@codesourcery.com>
3511
3512 * ctf.c (ctf_traceframe_info): Push trace state variables
3513 present in the trace data into the traceframe info object.
3514 * breakpoint.c (DEF_VEC_I): Remove.
3515 * common/filestuff.c (DEF_VEC_I): Likewise.
3516 * dwarf2loc.c (DEF_VEC_I): Likewise.
3517 * mi/mi-main.c (DEF_VEC_I): Likewise.
3518 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
3519 * features/traceframe-info.dtd: Add tvar element and its
3520 attributes.
3521 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
3522 (build_traceframe_info): Push trace state variables present in
3523 the trace data into the traceframe info object.
3524 (traceframe_info_start_tvar): New function.
3525 (tvar_attributes): New.
3526 (traceframe_info_children): Add "tvar" element.
3527 * tracepoint.h (struct traceframe_info) <tvars>: New field.
3528
3529 * NEWS: Mention the change in GDB and GDBserver.
3530
3531 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3532 Yao Qi <yao@codesourcery.com>
3533
3534 * tracepoint.c (trace_dump_command): Move code to ...
3535 (get_traceframe_location): ... here. New.
3536
3537 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3538 Yao Qi <yao@codesourcery.com>
3539
3540 * tracepoint.c (trace_dump_command): GDB emits an error
3541 instead of a warning when a traceframe is not selected.
3542
3543 2013-06-26 Pedro Alves <pedro@codesourcery.com>
3544 Yao Qi <yao@codesourcery.com>
3545
3546 * tracepoint.c (tracepoint_list, stepping_list): Remove.
3547 (clear_collection_list): Free fields 'aexpre_list' and 'list'
3548 in collection_list.
3549 (do_clear_collection_list, init_collection_list): New.
3550 (encode_actions): Add local variables 'tracepoint_list' and
3551 'stepping_list'. Call init_collection_list and make cleanup
3552 which calls do_clear_collection_list. Don't call
3553 clear_collection_list.
3554 (_initialize_tracepoint): Delete references to
3555 'tracepoint_list' and 'stepping_list'.
3556
3557 2013-06-25 Tom Tromey <tromey@redhat.com>
3558
3559 * common/create-version.sh (date): Use "$", not "$$" in sed
3560 expression.
3561
3562 2013-06-25 Kevin Buettner <kevinb@redhat.com>
3563
3564 * NEWS (New targets): Add entry for TI MSP430.
3565
3566 2013-06-25 Yao Qi <yao@codesourcery.com>
3567
3568 * remote.c (remote_start_remote): Move code to upload tsv
3569 earlier.
3570
3571 2013-06-25 Yao Qi <yao@codesourcery.com>
3572 Hui Zhu <hui@codesourcery.com>
3573 Pedro Alves <palves@redhat.com>
3574
3575 PR breakpoints/15075
3576 PR breakpoints/15434
3577 * breakpoint.c (bpstat_stop_status): Call
3578 b->ops->after_condition_true.
3579 (update_dprintf_command_list): Don't append "continue" command
3580 to the command list of dprintf breakpoint.
3581 (base_breakpoint_after_condition_true): New function.
3582 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
3583 (dprintf_after_condition_true): New function.
3584 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
3585 * breakpoint.h (breakpoint_ops): Add after_condition_true.
3586
3587 2013-06-24 Kevin Buettner <kevinb@redhat.com>
3588
3589 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
3590 (ALLDEPFILES): Add msp430-tdep.c.
3591 * configure.tgt (msp430*-*-elf): New target.
3592 * msp430-tdep.c: New file.
3593
3594 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3595
3596 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
3597 microMIPS synthetic symbols.
3598
3599 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
3600
3601 * objfiles.h (pc_in_section): New prototype.
3602 (in_plt_section): Remove name argument, replace prototype with
3603 static inline function.
3604 * mips-tdep.h: Include "objfiles.h".
3605 (in_mips_stubs_section): New function.
3606 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
3607 in_solib_call_trampoline member.
3608 (hppa_in_solib_call_trampoline): Remove name argument.
3609 * objfiles.c (pc_in_section): New function.
3610 (in_plt_section): Remove function.
3611 * mips-linux-tdep.c: Include "objfiles.h".
3612 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
3613 name argument. Return 1 rather than the low 16-bit halfword of
3614 any instruction examined.
3615 (mips_linux_in_dynsym_resolve_code): Update
3616 mips_linux_in_dynsym_stub call accordingly.
3617 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
3618 rather than an equivalent hand-coded sequence.
3619 * hppa-hpux-tdep.c (in_opd_section): Remove function.
3620 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
3621 (hppa64_hpux_in_solib_call_trampoline): Likewise.
3622 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
3623 in_opd_section.
3624 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
3625 on call to tdep->in_solib_call_trampoline.
3626 (hppa_in_solib_call_trampoline): Remove name argument, update
3627 according to in_plt_section change.
3628 (hppa_skip_trampoline_code): Update according to in_plt_section
3629 change.
3630 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
3631 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
3632 Likewise.
3633 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
3634 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
3635 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
3636 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
3637 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
3638 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
3639 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
3640 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
3641 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
3642 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
3643 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
3644 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
3645 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
3646
3647 2013-06-24 Joel Brobecker <brobecker@adacore.com>
3648
3649 * common/create-version.sh: Fix expansion of $host_alias
3650 and $target_alias in generation of HOST_NAME and TARGET_NAME
3651 (resp.).
3652
3653 2013-06-24 Tom Tromey <tromey@redhat.com>
3654
3655 * common/create-version.sh: New file.
3656 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
3657 create-version.sh.
3658 (HFILES_NO_SRCDIR): Use common/version.h.
3659 * version.in: Move to ...
3660 * common/version.in: ... here. Replace date with "DATE".
3661 * version.h: Move to ...
3662 * common/version.h: ... here.
3663
3664 2013-06-21 Joel Brobecker <brobecker@adacore.com>
3665
3666 * gdb/gnulib/Makefile.in: Update date in copyright header.
3667 * gdb/gnulib/configure.ac: Ditto.
3668 * gdb/gnulib/update-gnulib.sh: Ditto.
3669
3670 2013-06-21 Joel Brobecker <brobecker@adacore.com>
3671
3672 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
3673 "gdb/gnulib/import".
3674
3675 2013-06-21 Will Newton <will.newton@linaro.org>
3676
3677 * doublest.c (ldfrexp): Remove function.
3678 (convert_doublest_to_floatformat): Call frexpl instead of
3679 ldfrexp.
3680
3681 2013-06-21 Will Newton <will.newton@linaro.org>
3682
3683 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
3684 * gnulib/aclocal.m4: Regenerate.
3685 * gnulib/config.in: Regenerate.
3686 * gnulib/configure: Regenerate.
3687 * gnulib/import/Makefile.am: Update.
3688 * gnulib/import/Makefile.in: Update.
3689 * gnulib/import/m4/gnulib-cache.m4: Update.
3690 * gnulib/import/m4/gnulib-comp.m4: Update.
3691 * gnulib/import/float+.h: Import.
3692 * gnulib/import/float.c: Import.
3693 * gnulib/import/float.in.h: Import.
3694 * gnulib/import/fpucw.h: Import.
3695 * gnulib/import/frexp.c: Import.
3696 * gnulib/import/frexpl.c: Import.
3697 * gnulib/import/isnan.c: Import.
3698 * gnulib/import/isnand-nolibm.h: Import.
3699 * gnulib/import/isnand.c: Import.
3700 * gnulib/import/isnanl-nolibm.h: Import.
3701 * gnulib/import/isnanl.c: Import.
3702 * gnulib/import/itold.c: Import.
3703 * gnulib/import/m4/exponentd.m4: Import.
3704 * gnulib/import/m4/exponentl.m4: Import.
3705 * gnulib/import/m4/float_h.m4: Import.
3706 * gnulib/import/m4/fpieee.m4: Import.
3707 * gnulib/import/m4/frexp.m4: Import.
3708 * gnulib/import/m4/frexpl.m4: Import.
3709 * gnulib/import/m4/isnand.m4: Import.
3710 * gnulib/import/m4/isnanl.m4: Import.
3711 * gnulib/import/m4/math_h.m4: Import.
3712 * gnulib/import/math.c: Import.
3713 * gnulib/import/math.in.h: Import.
3714
3715 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3716
3717 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
3718 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
3719 signature_INTEL_edx comparisons.
3720
3721 2013-06-20 Doug Evans <dje@google.com>
3722
3723 symtab/15652
3724 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
3725 All callers updated.
3726 (open_dwp_file): If we can't find the dwp file, search the basename
3727 in debug-file-directory.
3728
3729 * dwarf2read.c (struct dwp_file): Fix comment.
3730 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
3731
3732 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
3733 better.
3734
3735 2013-06-20 Yao Qi <yao@codesourcery.com>
3736
3737 * breakpoint.c (create_breakpoint): Fix code indentation.
3738
3739 2013-06-20 Yao Qi <yao@codesourcery.com>
3740
3741 * breakpoint.c (create_breakpoints_sal_default): Remove
3742 parameter 'lsal'. Update declaration.
3743 (bkpt_create_breakpoints_sal): Caller update.
3744 (tracepoint_create_breakpoints_sal): Likewise.
3745
3746 2013-06-20 Pedro Alves <pedro@codesourcery.com>
3747 Yao Qi <yao@codesourcery.com>
3748
3749 * NEWS: Mention the new option '--skip-unavailable' of command
3750 -data-list-register-values.
3751 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
3752 --skip-unavailable option. Adjust to use output_register.
3753 (output_register): Add new 'skip_unavailable' parameter.
3754 Handle it.
3755
3756 2013-06-19 Mike Frysinger <vapier@gentoo.org>
3757
3758 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
3759 common/i386-gcc-cpuid.h.
3760 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
3761 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
3762 Copy the latest version from upstream gcc.
3763 * common/linux-btrace.c: Include i386-cpuid.h.
3764 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
3765 call to i386_cpuid.
3766 (cpu_supports_btrace): Likewise.
3767 * go32-nat.c: Include i386-cpuid.h.
3768 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
3769
3770 2013-06-19 Doug Evans <dje@google.com>
3771
3772 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
3773 (get_section_index): Ditto.
3774
3775 2013-06-19 Tom Tromey <tromey@redhat.com>
3776
3777 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
3778 "dprintf" help.
3779
3780 2013-06-18 Doug Evans <dje@google.com>
3781
3782 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
3783 before using it.
3784 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
3785 Move test of cu_index closer to use. Print complaint if cu_index
3786 is bad.
3787
3788 2013-06-18 Joel Brobecker <brobecker@adacore.com>
3789
3790 * machoread.c (oso_vector): Delete this global.
3791 (macho_register_oso): Add new parameter "oso_vector_ptr".
3792 Use it instead of the "oso_vector" global.
3793 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
3794 (macho_symfile_read): Use a local oso_vector, to be free'ed
3795 at the end of this function, in place of the old "oso_vector"
3796 global. Update various function calls accordingly. Use one
3797 single cleanup chain for the entire function.
3798
3799 2013-06-18 Joel Brobecker <brobecker@adacore.com>
3800
3801 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
3802 DWARF2_PER_OBJFILE by uses of DATA instead.
3803
3804 2013-06-18 Tom Tromey <tromey@redhat.com>
3805
3806 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
3807 argument.
3808 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
3809 Special case signals other than GDB_SIGNAL_TRAP.
3810 (explains_signal_watchpoint): New function.
3811 (base_breakpoint_explains_signal): Add 'sig' argument.
3812 (initialize_breakpoint_ops): Set 'explains_signal' method for
3813 watchpoints.
3814 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
3815 signal argument.
3816 (bpstat_explains_signal): Likewise.
3817 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
3818
3819 2013-06-18 Tom Tromey <tromey@redhat.com>
3820
3821 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
3822
3823 2013-06-18 Tom Tromey <tromey@redhat.com>
3824
3825 * python/python.c (finish_python_initialization): Decref
3826 'pythondir' on failure path as well.
3827
3828 2013-06-18 Tom Tromey <tromey@redhat.com>
3829
3830 PR symtab/15391:
3831 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
3832 after taking bits_to_skip into account. Sign extend byte_offset.
3833 * utils.h (gdb_sign_extend): Declare.
3834 * utils.c (gdb_sign_extend): New function.
3835
3836 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3837
3838 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
3839
3840 2013-06-17 Pierre Muller <muller@sourceware.org>
3841
3842 * corelow.c (core_open): Print GDB signal name instead of target
3843 signal number.
3844
3845 2013-06-17 Mike Frysinger <vapier@gentoo.org>
3846
3847 * .gitignore: Add /gcore.
3848
3849 2013-06-13 Doug Evans <dje@google.com>
3850
3851 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
3852 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
3853
3854 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
3855
3856 * stack.c (backtrace_command_1): Fix indentation.
3857
3858 2013-06-11 Joel Brobecker <brobecker@adacore.com>
3859
3860 * window-nat.c (thread_rec): Add missing empty line after
3861 local variable declaration.
3862
3863 2013-06-11 Joel Brobecker <brobecker@adacore.com>
3864
3865 * windows-nat.c (thread_rec): Revert format used to print
3866 error code returned by SuspendThread from %d back to %u.
3867
3868 2013-06-11 Joel Brobecker <brobecker@adacore.com>
3869
3870 * windows-nat.c (windows_continue): Add "0x" prefix for thread
3871 ID in debug trace.
3872 (get_windows_debug_event): Likewise, for all debug traces.
3873
3874 2013-06-11 Joel Brobecker <brobecker@adacore.com>
3875
3876 * window-nat.c (thread_rec): Add thread ID in SuspendThread
3877 warning message.
3878
3879 2013-06-08 Pedro Alves <pedro@codesourcery.com>
3880 Yao Qi <yao@codesourcery.com>
3881
3882 * mi/mi-main.c (get_register): Remove declaration.
3883 (output_register): Declare.
3884 (mi_cmd_data_list_register_values): Remove local variable
3885 'tuple_cleanup'. Move some code into output_register.
3886 (get_register): Renamed to ...
3887 (output_register): ... this. Output the register's
3888 "number" ui_out tuple here.
3889
3890 2013-06-07 Pedro Alves <palves@redhat.com>
3891
3892 * darwin-nat.c: Fix formating in copyright header.
3893 * darwin-nat.h: Likewise.
3894 * gnu-nat.c: Likewise.
3895 * machoread.c: Likewise.
3896
3897 2013-06-07 Pedro Alves <palves@redhat.com>
3898
3899 PR server/14823
3900 * regformats/regdat.sh: Output #include tdesc.h. Make globals
3901 static. Output a global target description pointer.
3902 (init_registers_${name}): Adjust to initialize a
3903 target description structure.
3904
3905 2013-06-07 Will Newton <will.newton@linaro.org>
3906
3907 * printcmd.c (build_address_symbolic): Call
3908 gdbarch_addr_bits_remove for text minimal symbols.
3909
3910 2013-06-07 Will Newton <will.newton@linaro.org>
3911
3912 * MAINTAINERS: Add myself to Write After Approval.
3913
3914 2013-06-07 Yao Qi <yao@codesourcery.com>
3915
3916 * tracepoint.c (start_tracing): Move code to ...
3917 (trace_reset_local_state): ... here. New.
3918 (disconnect_tracing): Don't call set_current_traceframe,
3919 set_tracepoint_num, and set_traceframe_context. Call
3920 trace_reset_local_state instead.
3921 (tfile_close): Call trace_reset_local_state.
3922 * ctf.c (ctf_close): Likewise.
3923 * remote.c (remote_close): Likewise.
3924 * tracepoint.h (trace_reset_local_state): Declare.
3925
3926 2013-06-06 Doug Evans <dje@google.com>
3927
3928 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
3929 and fix header docs.
3930
3931 2013-06-05 Doug Evans <dje@google.com>
3932 Keith Seitz <keiths@redhat.com>
3933
3934 PR 15519
3935 * cp-namespace.c (find_symbol_in_baseclass): Call
3936 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
3937 Check result of call to lookup_symbol_static.
3938 Call lookup_static_symbol_aux unconditionally.
3939 Call check_typedef on base types before accessing them.
3940 (cp_lookup_nested_symbol): Fix comment.
3941
3942 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
3943
3944 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
3945 minimal symbols pointing to function descriptors.
3946
3947 2013-06-05 Tom Tromey <tromey@redhat.com>
3948
3949 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
3950
3951 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
3952 Pedro Alves <palves@redhat.com>
3953
3954 * remote.c (remote_wait_as): Restore signal handler before returning
3955 when GDB gets a notification.
3956
3957 2013-06-04 Gary Benson <gbenson@redhat.com>
3958
3959 PR 2328
3960 * breakpoint.h (handle_solib_event): Moved function declaration
3961 to solib.h.
3962 * breakpoint.c (handle_solib_event): Moved function to solib.c.
3963 (bpstat_stop_status): Pass new argument to handle_solib_event.
3964 * solib.h (update_solib_breakpoints): New function declaration.
3965 (handle_solib_event): Moved function declaration from
3966 breakpoint.h.
3967 * solib.c (update_solib_breakpoints): New function.
3968 (handle_solib_event): Moved function from breakpoint.c.
3969 Updated to call solib_ops->handle_event if not NULL.
3970 * solist.h (target_so_ops): New fields "update_breakpoints" and
3971 "handle_event".
3972 * infrun.c (set_stop_on_solib_events): New function.
3973 (_initialize_infrun): Use the above for "set
3974 stop-on-solib-events".
3975 (handle_inferior_event): Pass new argument to handle_solib_event.
3976 * solib-svr4.c (probe.h): New include.
3977 (svr4_free_library_list): New forward declaration.
3978 (probe_action): New enum.
3979 (probe_info): New struct.
3980 (probe_info): New static variable.
3981 (NUM_PROBES): New definition.
3982 (svr4_info): New fields "using_xfer", "probes_table" and
3983 "solib_list".
3984 (free_probes_table): New function.
3985 (free_solib_list): New function.
3986 (svr4_pspace_data_cleanup): Free probes table and solib list.
3987 (svr4_copy_library_list): New function.
3988 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
3989 (svr4_read_so_list): New parameter "prev_lm".
3990 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
3991 (svr4_current_sos): New function.
3992 (probe_and_action): New struct.
3993 (hash_probe_and_action): New function.
3994 (equal_probe_and_action): Likewise.
3995 (register_solib_event_probe): Likewise.
3996 (solib_event_probe_at): Likewise.
3997 (solib_event_probe_action): Likewise.
3998 (solist_update_full): Likewise.
3999 (solist_update_incremental): Likewise.
4000 (disable_probes_interface_cleanup): Likewise.
4001 (svr4_handle_solib_event): Likewise.
4002 (svr4_update_solib_event_breakpoint): Likewise.
4003 (svr4_update_solib_event_breakpoints): Likewise.
4004 (svr4_create_solib_event_breakpoints): Likewise.
4005 (enable_break): Free probes table before creating breakpoints.
4006 Use svr4_create_solib_event_breakpoints to create breakpoints.
4007 (svr4_solib_create_inferior_hook): Free the solib list.
4008 (_initialize_svr4_solib): Initialise
4009 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4010
4011 2013-06-04 Gary Benson <gbenson@redhat.com>
4012
4013 * target.h (target_ops): New field
4014 "to_augmented_libraries_svr4_read".
4015 (target_augmented_libraries_svr4_read): New macro.
4016 * target.c (update_current_target): Handle
4017 to_augmented_libraries_svr4_read.
4018 * remote.c (remote_state): New field
4019 "augmented_libraries_svr4_read".
4020 (remote_augmented_libraries_svr4_read_feature): New function.
4021 (remote_protocol_features): Add entry for
4022 "augmented-libraries-svr4-read".
4023 (remote_augmented_libraries_svr4_read): New function.
4024 (init_remote_ops): Initialize
4025 remote_ops.to_augmented_libraries_svr4_read.
4026
4027 2013-06-04 Gary Benson <gbenson@redhat.com>
4028
4029 * NEWS: Update.
4030
4031 2013-06-04 Gary Benson <gbenson@redhat.com>
4032
4033 * objfiles.h (inhibit_section_map_updates): New function
4034 declaration.
4035 (resume_section_map_updates): Likewise.
4036 (resume_section_map_updates_cleanup): Likewise.
4037 * objfiles.c (objfile_pspace_info): Removed field
4038 "objfiles_changed_p". New fields "new_objfiles_available",
4039 "section_map_dirty" and "inhibit_updates".
4040 (allocate_objfile): Set new_objfiles_available.
4041 (free_objfile): Set section_map_dirty.
4042 (objfile_relocate1): Likewise.
4043 (in_plt_section): Likewise.
4044 (find_pc_section): Update the conditions under which the
4045 section map will be updated.
4046 (inhibit_section_map_updates): New function.
4047 (resume_section_map_updates): Likewise.
4048 (resume_section_map_updates_cleanup): Likewise.
4049
4050 2013-06-04 Gary Benson <gbenson@redhat.com>
4051
4052 * probe.h (get_probe_argument_count): New declaration.
4053 (evaluate_probe_argument): Likewise.
4054 * probe.c (get_probe_argument_count): New function.
4055 (evaluate_probe_argument): Likewise.
4056 (probe_safe_evaluate_at_pc): Use the above new functions.
4057
4058 2013-06-04 Alan Modra <amodra@gmail.com>
4059
4060 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4061 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4062 (ppc_insns_match_pattern): Add frame param. Avoid multiple
4063 target mem reads on optional insns.
4064 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4065 ppc_insns_match_pattern calls.
4066 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4067 Add match for power7 thread safety insns, and new order of
4068 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
4069 invocation in comment, and update rest of comment.
4070 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4071 PPC64_STANDARD_LINKAGE3_LEN): Delete.
4072 (ppc64_standard_linkage2_target): Update insn offsets.
4073 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
4074 stubs first. Update calls.
4075
4076 2013-06-04 Yao Qi <yao@codesourcery.com>
4077
4078 * solib.c (solib_find): Don't need dir separator if path has
4079 drive spec.
4080
4081 2013-06-03 Joel Brobecker <brobecker@adacore.com>
4082
4083 Revert (indirectly causes a SIGSEGV):
4084 * machoread.c (macho_symfile_read): Assign first cleanup to
4085 'back_to'.
4086
4087 2013-06-03 Yao Qi <yao@codesourcery.com>
4088
4089 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4090 mi-parse.c. Make them static.
4091 (mi_all_values): Likewise.
4092 (mi_parse_values_option): Move to mi-parse.c. Rename it to
4093 mi_parse_print_values. Make it external.
4094 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4095 Remove the declarations.
4096 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4097 * mi/mi-parse.h (mi_parse_print_values): Declare.
4098 * mi/mi-cmd-stack.c: Include mi-parse.h.
4099 (parse_print_values): Remove
4100 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4101 of parse_print_values.
4102 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4103
4104 2013-05-31 Pedro Alves <pedro@codesourcery.com>
4105 Yao Qi <yao@codesourcery.com>
4106
4107 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4108 (encode_actions): Move code to ...
4109 (all_tracepoint_actions_and_cleanup): ... here. New.
4110 (trace_dump_command): Likewise.
4111
4112 2013-05-30 Tom Tromey <tromey@redhat.com>
4113
4114 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4115
4116 2013-05-30 Tom Tromey <tromey@redhat.com>
4117
4118 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4119 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
4120 'old_chain' argument. Add 'parser_result' argument.
4121 (gdb_xml_create_parser_and_cleanup): Remove old version.
4122 (gdb_xml_parse_quick): Update.
4123 (xml_process_xincludes): Update.
4124 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4125 declare.
4126
4127 2013-05-30 Tom Tromey <tromey@redhat.com>
4128
4129 * probe.c (collect_probes): Check arguments for NULL before
4130 calling compile_rx_or_error.
4131 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4132 Remove NULL return.
4133
4134 2013-05-30 Tom Tromey <tromey@redhat.com>
4135
4136 * infrun.c (adjust_pc_after_break): Introduce an outer null
4137 cleanup.
4138
4139 2013-05-30 Tom Tromey <tromey@redhat.com>
4140
4141 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4142
4143 2013-05-30 Tom Tromey <tromey@redhat.com>
4144
4145 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4146 for 'old_chain'. Do not check 'head' before processing
4147 cleanups.
4148
4149 2013-05-30 Tom Tromey <tromey@redhat.com>
4150
4151 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4152 "cleanup_tuple".
4153
4154 2013-05-30 Tom Tromey <tromey@redhat.com>
4155
4156 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4157 inner scope. Unconditionally call do_cleanups.
4158
4159 2013-05-30 Tom Tromey <tromey@redhat.com>
4160
4161 * source.c (find_and_open_source): Call do_cleanups.
4162
4163 2013-05-30 Tom Tromey <tromey@redhat.com>
4164
4165 * linux-thread-db.c (thread_db_load_search): Unconditionally
4166 call do_cleanups.
4167
4168 2013-05-30 Tom Tromey <tromey@redhat.com>
4169
4170 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4171 for 'cleanup'; instead use a later one.
4172
4173 2013-05-30 Tom Tromey <tromey@redhat.com>
4174
4175 * python/py-breakpoint.c (bppy_get_commands): Use
4176 explicit, unconditional return.
4177 * python/py-frame.c (frapy_read_var): Likewise.
4178 * python/python.c (gdbpy_decode_line): Likewise.
4179
4180 2013-05-30 Tom Tromey <tromey@redhat.com>
4181
4182 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4183 do_cleanups on all return paths.
4184
4185 2013-05-30 Tom Tromey <tromey@redhat.com>
4186
4187 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4188
4189 2013-05-30 Tom Tromey <tromey@redhat.com>
4190
4191 * stabsread.c (read_struct_type): Call do_cleanups along
4192 all return paths.
4193
4194 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4195
4196 * mips-linux-tdep.c: Adjust formatting throughout.
4197
4198 2013-05-30 Tom Tromey <tromey@redhat.com>
4199
4200 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4201 along all return paths.
4202
4203 2013-05-30 Tom Tromey <tromey@redhat.com>
4204
4205 * symfile.c (find_separate_debug_file): Call do_cleanups
4206 along all return paths.
4207
4208 2013-05-30 Tom Tromey <tromey@redhat.com>
4209
4210 * symtab.c (search_symbols): Introduce a null cleanup for
4211 'retval_chain'.
4212
4213 2013-05-30 Tom Tromey <tromey@redhat.com>
4214
4215 * python/py-value.c (valpy_binop): Call do_cleanups before
4216 exiting loop.
4217
4218 2013-05-30 Tom Tromey <tromey@redhat.com>
4219
4220 * python/py-prettyprint.c (print_children): Remove extra
4221 do_cleanups call.
4222
4223 2013-05-30 Tom Tromey <tromey@redhat.com>
4224
4225 * python/py-frame.c (frapy_read_var): Call do_cleanups along
4226 all return paths.
4227
4228 2013-05-30 Tom Tromey <tromey@redhat.com>
4229
4230 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4231 along all return paths.
4232
4233 2013-05-30 Tom Tromey <tromey@redhat.com>
4234
4235 * cli/cli-logging.c (set_logging_redirect): Unconditionally
4236 call do_cleanups.
4237
4238 2013-05-30 Tom Tromey <tromey@redhat.com>
4239
4240 * varobj.c (c_value_of_root): Call do_cleanups along all
4241 return paths.
4242
4243 2013-05-30 Tom Tromey <tromey@redhat.com>
4244
4245 * tracepoint.c (trace_dump_command): Unconditionally call
4246 do_cleanups.
4247
4248 2013-05-30 Tom Tromey <tromey@redhat.com>
4249
4250 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4251 do_cleanups earlier.
4252
4253 2013-05-30 Tom Tromey <tromey@redhat.com>
4254
4255 * machoread.c (macho_symfile_read): Assign first cleanup to
4256 'back_to'.
4257
4258 2013-05-30 Tom Tromey <tromey@redhat.com>
4259
4260 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4261
4262 2013-05-30 Tom Tromey <tromey@redhat.com>
4263
4264 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4265
4266 2013-05-30 Tom Tromey <tromey@redhat.com>
4267
4268 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4269 call discard_cleanups.
4270 (inf_ptrace_attach): Likewise.
4271
4272 2013-05-30 Tom Tromey <tromey@redhat.com>
4273
4274 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4275 return paths.
4276 (mips_initialize): Likewise.
4277 (common_open): Call do_cleanups.
4278
4279 2013-05-30 Tom Tromey <tromey@redhat.com>
4280
4281 * utils.c (internal_vproblem): Call do_cleanups.
4282
4283 2013-05-30 Tom Tromey <tromey@redhat.com>
4284
4285 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4286
4287 2013-05-30 Tom Tromey <tromey@redhat.com>
4288
4289 * cli/cli-script.c (setup_user_args): Don't return after error.
4290
4291 2013-05-30 Tom Tromey <tromey@redhat.com>
4292
4293 * somread.c (som_symtab_read): Call do_cleanups.
4294
4295 2013-05-30 Tom Tromey <tromey@redhat.com>
4296
4297 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4298
4299 2013-05-30 Tom Tromey <tromey@redhat.com>
4300
4301 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4302 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4303 * interps.c (interpreter_exec_cmd): Call do_cleanups.
4304 * source.c (show_substitute_path_command): Call do_cleanups.
4305 (unset_substitute_path_command, set_substitute_path_command):
4306 Likewise.
4307 * symfile.c (load_command): Call do_cleanups.
4308
4309 2013-05-30 Tom Tromey <tromey@redhat.com>
4310
4311 * contrib/cleanup_check.py: New file.
4312 * contrib/gcc-with-excheck: Add option parsing.
4313
4314 2013-05-30 Joel Brobecker <brobecker@adacore.com>
4315
4316 * windows-nat.c (windows_delete_thread): Add missing space
4317 in cast expression.
4318
4319 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
4320
4321 * inferior.c (top level): Include tilde.h.
4322 (add_inferior_command): Call tilde_expand on the value of 'exec'
4323 argument.
4324
4325 2013-05-30 Pedro Alves <pedro@codesourcery.com>
4326 Yao Qi <yao@codesourcery.com>
4327
4328 * tracepoint.c (encode_actions_1): Remove parameter 't'.
4329 Caller update.
4330 (encode_actions): Likewise.
4331 * remote.c (remote_download_tracepoint): Caller update.
4332 * tracepoint.h (encode_actions): Update declaration.
4333
4334 2013-05-30 Pedro Alves <palves@redhat.com>
4335
4336 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4337 pointer.
4338
4339 2013-05-30 Yao Qi <yao@codesourcery.com>
4340
4341 * remote.c (remote_check_symbols): Remove unused parameter
4342 'objfile'.
4343 Declaration update.
4344 (remote_start_remote, remote_new_objfile): Caller update.
4345
4346 2013-05-30 Yao Qi <yao@codesourcery.com>
4347
4348 * mi/mi-cmds.c (mi_cmds): Define MI command
4349 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4350 DEF_MI_CMD_CLI.
4351
4352 2013-05-29 Pedro Alves <palves@redhat.com>
4353
4354 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4355 (remote_insert_watchpoint, remote_remove_watchpoint)
4356 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4357 (remote_verify_memory, compare_sections_command)
4358 (remote_search_memory): Set the general process/thread on the
4359 remote side.
4360
4361 2013-05-29 Pedro Alves <palves@redhat.com>
4362
4363 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4364 (_initialize_aarch64_tdep): Don't call
4365 initialize_tdesc_aarch64_without_fpu.
4366 * features/Makefile (WHICH): Remove reference to
4367 aarch64-without-fpu.
4368 * features/aarch64-without-fpu.c: Delete file.
4369 * regformats/aarch64-without-fpu.dat: Delete file.
4370
4371 2013-05-28 Yao Qi <yao@codesourcery.com>
4372
4373 * tracepoint.c (stringify_collection_list): Remove parameter
4374 'string'.
4375 (encode_actions): Caller update. Remove local variables.
4376
4377 2013-05-24 Yao Qi <yao@codesourcery.com>
4378
4379 * tracepoint.c (TFILE_PID): Remove.
4380 (tfile_open): Don't add thread and inferior.
4381 (tfile_close): Don't set 'inferior_ptid'. Don't call
4382 exit_inferior_silent.
4383 (tfile_thread_alive): Remove.
4384 (init_tfile_ops): Don't set field 'to_thread_alive' of
4385 tfile_ops.
4386
4387 2013-05-23 Doug Evans <dje@google.com>
4388
4389 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
4390
4391 2013-05-23 Pedro Alves <palves@redhat.com>
4392
4393 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
4394 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
4395 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
4396 Only define if HAVE_SOCKETS is defined.
4397 * configure.ac: Check for sys/socket.h.
4398 * config.in, configure: Regenerate.
4399
4400 2013-05-23 Pedro Alves <palves@redhat.com>
4401
4402 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
4403 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
4404 printing uint32_t variables.
4405
4406 2013-05-23 Pedro Alves <palves@redhat.com>
4407
4408 * NEWS: Mention GDBserver range stepping support.
4409
4410 2013-05-23 Yao Qi <yao@codesourcery.com>
4411 Pedro Alves <palves@redhat.com>
4412
4413 * gdbthread.h (struct thread_control_state) <may_range_step>: New
4414 field.
4415 * infcmd.c (step_once, until_next_command): Enable range stepping.
4416 * infrun.c (displaced_step_prepare): Disable range stepping.
4417 (resume): Disable range stepping if stepping over a breakpoint or
4418 we have software watchpoints. If range stepping is enabled,
4419 assert the thread is in the stepping range.
4420 (clear_proceed_status_thread): Clear may_range_step.
4421 (handle_inferior_event): Disable range stepping as soon as we know
4422 the thread that hit the event. Re-enable it whenever we're going
4423 to step with a step range.
4424 * remote.c (struct vCont_action_support) <r>: New field.
4425 (use_range_stepping): New global.
4426 (remote_vcont_probe): Handle 'r' action.
4427 (append_resumption): Append an 'r' action if the thread may range
4428 step.
4429 (show_range_stepping): New function.
4430 (set_range_stepping): New function.
4431 (_initialize_remote): Call add_setshow_boolean_cmd to register the
4432 'set range-stepping' and 'show range-stepping' commands.
4433 * NEWS: Mention range stepping, the new vCont;r action, and the
4434 new "set/show range-stepping" commands.
4435
4436 2013-05-23 Yao Qi <yao@codesourcery.com>
4437 Pedro Alves <palves@redhat.com>
4438
4439 * remote.c (struct vCont_action_support): New struct.
4440 (struct remote_state) <support_vCont_t>: Remove field.
4441 <vCont_actions_support>: New field.
4442 (remote_vcont_probe, remote_stop_ns): Update.
4443
4444 2013-05-23 Yao Qi <yao@codesourcery.com>
4445 Pedro Alves <palves@redhat.com>
4446
4447 * gdbthread.h (pc_in_thread_step_range): New declaration.
4448 * thread.c (pc_in_thread_step_range): New function.
4449 * infrun.c (handle_inferior_event): Use it.
4450
4451 2013-05-23 Joel Brobecker <brobecker@adacore.com>
4452
4453 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
4454 of sprintf.
4455
4456 2013-05-22 Keith Seitz <keiths@redhat.com>
4457
4458 * ada-lang.c (is_known_support_routine): Add explicit free of
4459 'func_name' from find_frame_funname.
4460 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
4461 for func_name from find_frame_funname.
4462 * python/py-frame.c (frapy_name): Add explicit free of
4463 'name' from find_frame_funname.
4464 * stack.c (find_frame_funname): Add comment explaining that
4465 funcp must be freed by the caller.
4466 Return copy of symbol names instead of pointers.
4467 (print_frame): Add a cleanup for 'funname' from
4468 find_frame_funname.
4469 * stack.h (find_frame_funname): Remove "const" from
4470 'funname' parameter.
4471
4472 2013-05-22 Tom Tromey <tromey@redhat.com>
4473
4474 PR c++/15401:
4475 * c-valprint.c (c_value_print): Use value_addr for
4476 references. Convert back to reference type with value_ref.
4477
4478 2013-05-22 Eli Zaretskii <eliz@gnu.org>
4479
4480 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
4481 unloaded DLL, it will be done by handle_solib_event. See
4482 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
4483 details.
4484
4485 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
4486
4487 * ui-out.c: Create typedef ui_out_level_p and define vector
4488 operations for that type.
4489 (struct ui_out): Use a vector instead of an array.
4490 (current_level): Return level from a vector.
4491 (push_level): Create a level in a vector.
4492 (pop_level): Delete a level in a vector.
4493 (ui_out_new): Create initial level zero level, and store in a
4494 vector.
4495 (ui_out_destroy): Add vector cleanup.
4496
4497 2013-05-22 Pedro Alves <palves@redhat.com>
4498
4499 * python/python-internal.h (gdb_Py_DECREF): Tag with
4500 "ARI: editCase function".
4501
4502 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
4503
4504 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
4505
4506 2013-05-21 Pedro Alves <palves@redhat.com>
4507
4508 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4509 whether PRINTER is NULL before installing a Py_DECREF cleanup.
4510 * python/py-utils.c (py_decref): Don't check for NULL before
4511 calling Py_DECREF.
4512
4513 2013-05-21 Pedro Alves <palves@redhat.com>
4514
4515 * python/py-utils.c (py_decref): Remove extra braces.
4516 (gdb_pymodule_addobject): Remove extra braces.
4517 * python-internal.h (gdb_Py_DECREF): New static inline function.
4518 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
4519
4520 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4521
4522 * breakpoints.c (detach_breakpoints): Do not
4523 detach breakpoints locations with loc_type bp_loc_other.
4524
4525 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4526
4527 Workaround Python 2.6.
4528 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
4529 a block.
4530
4531 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4532
4533 Code cleanup: constification.
4534 * solib.c (solib_ops): Make return type and ops variable type const.
4535 (set_solib_ops): Make the new_ops parameter and ops variable const.
4536 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
4537 (solib_add, solib_keep_data_in_core, clear_solib)
4538 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
4539 (reload_shared_libraries, solib_global_lookup): Make the ops variable
4540 const.
4541 * solib.h (set_solib_ops): Make the new_ops parameter const.
4542
4543 2013-05-21 Joel Brobecker <brobecker@adacore.com>
4544
4545 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
4546 variable.
4547 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
4548 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
4549 (SYSTEM_GDBINIT_FILES): New variables.
4550 (all): Add stamp-system-gdbinit.
4551 (stamp-system-gdbinit): New rule.
4552 (clean-system-gdbinit, install-system-gdbinit)
4553 (uninstall-system-gdbinit): New rules. Make them .PHONY.
4554 (install-only): Add dependency on install-system-gdbinit.
4555 (uninstall): Add dependency on uninstall-system-gdbinit.
4556 (clean): Add dependency on clean-system-gdbinit.
4557 * system-gdbinit/elinos.py: New file.
4558 * system-gdbinit/wrs-linux.py: New file.
4559
4560 2013-05-21 Joel Brobecker <brobecker@adacore.com>
4561
4562 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
4563
4564 2013-05-21 Hui Zhu <hui@codesourcery.com>
4565
4566 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
4567 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
4568 * mi/mi-cmd-break.c (ctype.h): New include.
4569 (gdb_obstack.h): New include.
4570 (mi_argv_to_format, mi_cmd_break_insert_1): New.
4571 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
4572 (mi_cmd_dprintf_insert): New.
4573 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
4574 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
4575
4576 2013-05-20 Tom Tromey <tromey@redhat.com>
4577
4578 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
4579
4580 2013-05-20 Tom Tromey <tromey@redhat.com>
4581
4582 * python/py-value.c (valpy_get_dynamic_type): Simplify
4583 dynamic_type assignment. Use Py_XINCREF.
4584
4585 2013-05-20 Tom Tromey <tromey@redhat.com>
4586
4587 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
4588
4589 2013-05-20 Tom Tromey <tromey@redhat.com>
4590
4591 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
4592 (gdbpy_selected_frame): Move object-construction code
4593 out of TRY_CATCH.
4594
4595 2013-05-20 Tom Tromey <tromey@redhat.com>
4596
4597 * python/py-arch.c (gdbpy_initialize_arch): Use
4598 gdb_pymodule_addobject.
4599 * python/py-block.c (gdbpy_initialize_blocks): Use
4600 gdb_pymodule_addobject.
4601 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
4602 gdb_pymodule_addobject.
4603 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
4604 gdb_pymodule_addobject.
4605 * python/py-event.c (gdbpy_initialize_event_generic): Use
4606 gdb_pymodule_addobject.
4607 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
4608 gdb_pymodule_addobject.
4609 * python/py-evts.c (add_new_registry): Use
4610 gdb_pymodule_addobject.
4611 (gdbpy_initialize_py_events): Likewise.
4612 * python/py-finishbreakpoint.c
4613 (gdbpy_initialize_finishbreakpoints): Use
4614 gdb_pymodule_addobject.
4615 * python/py-frame.c (gdbpy_initialize_frames): Use
4616 gdb_pymodule_addobject.
4617 * python/py-function.c (gdbpy_initialize_functions): Use
4618 gdb_pymodule_addobject.
4619 * python/py-inferior.c (gdbpy_initialize_inferior): Use
4620 gdb_pymodule_addobject.
4621 * python/py-infthread.c (gdbpy_initialize_thread): Use
4622 gdb_pymodule_addobject.
4623 * python/py-objfile.c (gdbpy_initialize_objfile): Use
4624 gdb_pymodule_addobject.
4625 * python/py-param.c (gdbpy_initialize_parameters): Use
4626 gdb_pymodule_addobject.
4627 * python/py-progspace.c (gdbpy_initialize_pspace): Use
4628 gdb_pymodule_addobject.
4629 * python/py-symbol.c (gdbpy_initialize_symbols): Use
4630 gdb_pymodule_addobject.
4631 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
4632 gdb_pymodule_addobject.
4633 * python/py-type.c (gdbpy_initialize_types): Use
4634 gdb_pymodule_addobject.
4635 * python/py-utils.c (gdb_pymodule_addobject): New function.
4636 * python/py-value.c (gdbpy_initialize_values): Use
4637 gdb_pymodule_addobject.
4638 * python/python-internal.h (gdb_pymodule_addobject): Declare.
4639 * python/python.c (_initialize_python): Use
4640 gdb_pymodule_addobject.
4641
4642 2013-05-20 Tom Tromey <tromey@redhat.com>
4643
4644 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
4645 * python/py-param.c (get_set_value, get_show_value): Use
4646 explicit decrefs.
4647 * python/python.c (start_type_printers, apply_type_printers):
4648 Use explicit decrefs.
4649
4650 2013-05-20 Tom Tromey <tromey@redhat.com>
4651
4652 * python/py-evts.c (gdbpy_initialize_py_events): Don't
4653 incref the module.
4654
4655 2013-05-20 Tom Tromey <tromey@redhat.com>
4656
4657 * python/python.c (gdbpy_run_events): Decref the result
4658 of PyObject_CallObject.
4659
4660 2013-05-20 Tom Tromey <tromey@redhat.com>
4661
4662 * python/py-symtab.c (set_sal): Use
4663 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
4664 (symtab_and_line_to_sal_object): Update.
4665
4666 2013-05-20 Tom Tromey <tromey@redhat.com>
4667
4668 * python/py-param.c (compute_enum_values): Decref 'item'.
4669
4670 2013-05-20 Tom Tromey <tromey@redhat.com>
4671
4672 * mi/mi-main.c: Include python-internal.h.
4673 (mi_cmd_list_features): Check gdb_python_initialized.
4674 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
4675 (python_inferior_exit, python_new_objfile, add_thread_object)
4676 (delete_thread_object, py_free_inferior): Check
4677 gdb_python_initialized.
4678 * python/py-prettyprint.c (apply_val_pretty_printer): Check
4679 gdb_python_initialized.
4680 * python/py-type.c (save_objfile_types): Check
4681 gdb_python_initialized.
4682 * python/python-internal.h (gdb_python_initialized): Declare.
4683 * python/python.c (ensure_python_env): Throw exception if
4684 Python not initialized.
4685 (before_prompt_hook, source_python_script_for_objfile)
4686 (start_type_printers, apply_type_printers,
4687 free_type_printers): Check gdb_python_initialized.
4688 * varobj.c (varobj_get_display_hint)
4689 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
4690 (install_new_value_visualizer, varobj_set_visualizer)
4691 (value_get_print_value): Check gdb_python_initialized.
4692
4693 2013-05-20 Tom Tromey <tromey@redhat.com>
4694
4695 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
4696 Check errors.
4697 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
4698 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
4699 Check errors.
4700 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
4701 Check errors.
4702 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
4703 Check errors.
4704 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
4705 Check errors.
4706 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
4707 init function to return 'int'.
4708 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
4709 Return 'int'. Check errors.
4710 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
4711 Check errors.
4712 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
4713 Return 'int'. Check errors.
4714 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
4715 Check errors.
4716 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
4717 Check errors.
4718 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
4719 Check errors.
4720 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
4721 Check errors.
4722 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
4723 Check errors.
4724 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
4725 Check errors.
4726 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
4727 Check errors.
4728 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
4729 Check errors.
4730 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
4731 Check errors.
4732 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
4733 Check errors.
4734 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
4735 Check errors.
4736 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
4737 Check errors.
4738 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
4739 Check errors.
4740 * python/python-internal.h (gdbpy_initialize_auto_load,
4741 gdbpy_initialize_values, gdbpy_initialize_frames,
4742 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
4743 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
4744 gdbpy_initialize_blocks, gdbpy_initialize_types,
4745 gdbpy_initialize_functions, gdbpy_initialize_pspace,
4746 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
4747 gdbpy_initialize_finishbreakpoints,
4748 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
4749 gdbpy_initialize_thread, gdbpy_initialize_inferior,
4750 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
4751 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
4752 gdbpy_initialize_signal_event,
4753 gdbpy_initialize_breakpoint_event,
4754 gdbpy_initialize_continue_event,
4755 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
4756 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
4757 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4758 * python/python.c (gdb_python_initialized): New global.
4759 (gdbpy_initialize_events): Return 'int'. Check errors.
4760 (_initialize_python): Check errors. Set
4761 gdb_python_initialized.
4762
4763 2013-05-20 Tom Tromey <tromey@redhat.com>
4764
4765 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
4766 Decref the reslut of PyObject_CallMethod.
4767
4768 2013-05-20 Tom Tromey <tromey@redhat.com>
4769
4770 * python/py-event.c (gdbpy_initialize_event_generic): Return
4771 early if PyType_Ready fails.
4772
4773 2013-05-20 Tom Tromey <tromey@redhat.com>
4774
4775 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
4776 as 'default' in the switch.
4777
4778 2013-05-20 Tom Tromey <tromey@redhat.com>
4779
4780 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
4781 get_addr_from_python calls out of TRY_CATCH.
4782 (infpy_write_memory, infpy_search_memory): Likewise.
4783 * python/py-utils.c (get_addr_from_python): Return negative
4784 value on error. Use TRY_CATCH.
4785 * python/python-internal.h (get_addr_from_python): Use
4786 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4787
4788 2013-05-20 Tom Tromey <tromey@redhat.com>
4789
4790 * python/py-event.c (evpy_emit_event): Decref the
4791 result of PyObject_CallFunctionObjArgs.
4792
4793 2013-05-20 Tom Tromey <tromey@redhat.com>
4794
4795 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
4796 Correctly decref.
4797
4798 2013-05-20 Tom Tromey <tromey@redhat.com>
4799
4800 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
4801
4802 2013-05-20 Tom Tromey <tromey@redhat.com>
4803
4804 * python/py-event.h (gdbpy_initialize_event_generic): Use
4805 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4806 * python/py-evts.c (add_new_registry): Use
4807 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
4808 * python/python-internal.h
4809 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
4810
4811 2013-05-20 Tom Tromey <tromey@redhat.com>
4812
4813 * python/py-arch.c (archpy_disassemble): Update.
4814 * python/py-type.c (typy_get_composite, typy_lookup_typename)
4815 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
4816 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
4817 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
4818 macro.
4819 (GDB_PY_HANDLE_EXCEPTION): Update.
4820 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
4821
4822 2013-05-20 Tom Tromey <tromey@redhat.com>
4823
4824 * python/python-internal.h (events_object_type): Remove.
4825
4826 2013-05-20 Tom Tromey <tromey@redhat.com>
4827
4828 * python/py-event.h (evpy_emit_event): Use
4829 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
4830 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
4831 New macro.
4832
4833 2013-05-20 Tom Tromey <tromey@redhat.com>
4834
4835 * py-evtregistry.c (create_event_object): Decref
4836 eventregistry_object if PyList_New fails.
4837
4838 2013-05-20 Tom Tromey <tromey@redhat.com>
4839
4840 * py-cmd.c (gdbpy_string_to_argv): Check result of
4841 PyList_New.
4842
4843 2013-05-20 Tom Tromey <tromey@redhat.com>
4844
4845 * python/python.c (before_prompt_hook): Add cleanup to
4846 decref 'hook'.
4847
4848 2013-05-20 Tom Tromey <tromey@redhat.com>
4849
4850 * python/py-function.c (fnpy_init): Decref result of
4851 PyObject_GetAttrString.
4852
4853 2013-05-20 Tom Tromey <tromey@redhat.com>
4854
4855 * python/py-threadevent.c (get_event_thread): Use
4856 CPYCHECKER_RETURNS_BORROWED_REF.
4857 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
4858 New define.
4859 (pspace_to_pspace_object, objfile_to_objfile_object)
4860 (find_thread_object): Use it.
4861
4862 2013-05-20 Tom Tromey <tromey@redhat.com>
4863
4864 * python/py-arch.c (arch_object_type): Use
4865 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4866 * python/py-block.c (block_syms_iterator_object_type):
4867 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4868 * python/py-bpevent.c (breakpoint_event_object_type):
4869 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4870 * python/py-cmd.c (cmdpy_object_type): Use
4871 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4872 * python/py-continueevent.c (continue_event_object_type):
4873 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4874 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
4875 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4876 * python/py-events.h (thread_event_object_type):
4877 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4878 * python/py-evtregistry.c (eventregistry_object_type): Use
4879 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4880 * python/py-exitedevent.c (exited_event_object_type):
4881 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4882 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
4883 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4884 * python/py-function.c (fnpy_object_type): Use
4885 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4886 * python/py-inferior.c (inferior_object_type, membuf_object_type):
4887 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4888 * python/py-infthread.c (thread_object_type): Use
4889 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4890 * python/py-lazy-string.c (lazy_string_object_type):
4891 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4892 * python/py-newobjfileevent.c (new_objfile_event_object_type):
4893 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4894 * python/py-objfile.c (objfile_object_type): Use
4895 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4896 * python/py-param.c (parmpy_object_type):
4897 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4898 * python/py-progspace.c (pspace_object_type):
4899 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4900 * python/py-signalevent.c (signal_event_object_type):
4901 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4902 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
4903 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4904 * python/py-type.c (type_object_type, field_object_type)
4905 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4906 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
4907 define.
4908 (value_object_type, block_object_type, symbol_object_type)
4909 (event_object_type, stop_event_object_type, breakpoint_object_type)
4910 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
4911
4912 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
4913
4914 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
4915 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
4916
4917 2013-05-20 Doug Evans <dje@google.com>
4918
4919 When reading CU, stay in DWO. Be more tolerent of bad debug info.
4920 For Fission.
4921 * dwarf2read.c (struct dwarf2_per_cu_data): New member
4922 reading_dwo_directly.
4923 (struct signatured_type): New member dwo_unit.
4924 (struct die_reader_specs): New member comp_dir.
4925 (create_signatured_type_table_from_index): Use malloc for
4926 all_type_units instead of objfile's obstack.
4927 (create_all_type_units): Ditto.
4928 (fill_in_sig_entry_from_dwo_entry): New function.
4929 (add_type_unit): New function.
4930 (lookup_dwo_signatured_type): New function.
4931 (lookup_dwp_signatured_type): New function.
4932 (lookup_signatured_type): New arg cu. All callers updated.
4933 (init_cu_die_reader): Initialize comp_dir.
4934 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
4935 Change assert of matching type signatures to call error on mismatch.
4936 (lookup_dwo_unit): Add assert.
4937 (init_tu_and_read_dwo_dies): New function.
4938 (init_cutu_and_read_dies): Call it.
4939 (build_type_unit_groups): Handle case of no type unit groups created.
4940 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
4941 (lookup_dwo_cutu): Tweak complaint.
4942 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
4943 (dwarf2_per_objfile_free): Free all_type_units.
4944
4945 2013-05-20 Joel Brobecker <brobecker@adacore.com>
4946
4947 * windows-nat.c (handle_unload_dll): Add missing empty line.
4948
4949 2013-05-20 Joel Brobecker <brobecker@adacore.com>
4950
4951 * dwarf2read.c (prototyped_function_p): New function.
4952 (read_subroutine_type): Use it.
4953
4954 2013-05-20 Joel Brobecker <brobecker@adacore.com>
4955
4956 * rs6000-aix-tdep.c: De-indent some example code provided
4957 as a comment.
4958
4959 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
4960
4961 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
4962 region is ok for a hardware watchpoint using the new ptrace interface
4963 on Power servers.
4964
4965 2013-05-17 Doug Evans <dje@google.com>
4966
4967 * NEWS: Mention new maintenance commands check-symtabs, and
4968 expand-symtabs, and renamed check-psymtabs.
4969 * psymtab.c (maintenance_check_psymtabs): Renamed from
4970 maintenance_check_symtabs. Only process already-expanded symbol
4971 tables.
4972 (_initialize_psymtab): Update.
4973 * symmisc.c (maintenance_check_symtabs): New function.
4974 (maintenance_expand_name_matcher): New function
4975 (maintenance_expand_file_matcher): New function
4976 (maintenance_expand_symtabs): New function.
4977 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
4978 commands.
4979
4980 2013-05-17 Tom Tromey <tromey@redhat.com>
4981
4982 * python/py-inferior.c (infpy_read_memory): Don't call
4983 PyErr_SetString if PyObject_New fails.
4984 * python/py-frame.c (frame_info_to_frame_object): Don't call
4985 PyErr_SetString if PyObject_New fails.
4986
4987 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
4988
4989 * acinclude.m4: Add check for dlopen in libdl.
4990 * configure.ac: Ditto.
4991 * configure: Regenerate.
4992
4993 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
4994
4995 * frame.c (frame_stash): Convert to htab.
4996 (frame_addr_hash): New function.
4997 (frame_addr_hash_eq): New function.
4998 (frame_stash_create): Convert function to create
4999 a hash table.
5000 (frame_stash_add): Convert function to add an entry to a hash
5001 table.
5002 (frame_stash_find): Convert function to search the hash table.
5003 (frame_stash_invalidate): Convert function to empty the hash
5004 table.
5005 (get_frame_id): Only add to stash if a frame_id is created.
5006 (_initialize_frame): Call frame_stash_create.
5007
5008 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
5009
5010 * configure.ac: Ensure MIG is available when building for GNU Hurd
5011 hosts.
5012 * configure: Regenerate.
5013
5014 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5015
5016 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5017
5018 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5019
5020 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5021 all cleanups are done before returning from this function.
5022
5023 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5024
5025 * utils.h: #include "exceptions.h".
5026 (enum errors): Remove partial declaration.
5027
5028 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5029
5030 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5031 * gdbarch.h, gdbarch.c: Regenerate.
5032 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5033 handling.
5034
5035 * rs6000-aix-tdep.h: New file.
5036 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5037 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5038 "xml-utils.h".
5039 (struct field_info, struct ld_info_desc): New types.
5040 (ld_info32_desc, ld_info64_desc): New static constants.
5041 (struct ld_info): New type.
5042 (rs6000_aix_extract_ld_info): New function.
5043 (rs6000_aix_shared_library_to_xml): Likewise.
5044 (rs6000_aix_ld_info_to_xml): Likewise.
5045 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5046 (rs6000_aix_init_osabi): Add call to
5047 set_gdbarch_core_xfer_shared_libraries_aix.
5048 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5049 Remove "xml-utils.h" include.
5050 (LdInfo): Delete typedef.
5051 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5052 Delete macros.
5053 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5054 Adjust code accordingly.
5055 (rs6000_core_ldinfo): Delete, folded into
5056 rs6000_aix_core_xfer_shared_libraries_aix.
5057 (rs6000_xfer_shared_library): Delete.
5058 (rs6000_xfer_shared_libraries): Reimplement.
5059
5060 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
5061
5062 * record.c (record_goto_cmdlist): New.
5063 (cmd_record_goto): Split into this ...
5064 (cmd_record_goto_begin): ... this
5065 (cmd_record_goto_end): ... and this.
5066 (_initialize_record): Change "record goto" to prefix command.
5067 Add commands for "record goto begin" and "record goto end".
5068 Add an alias for "record goto start" to "record goto begin".
5069
5070 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5071
5072 * linespec.c (convert_linespec_to_sals): New comment for
5073 SOURCE_FILENAME assignment.
5074
5075 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5076
5077 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5078 internal_warning.
5079
5080 2013-05-14 Tom Tromey <tromey@redhat.com>
5081
5082 * eval.c (parse_and_eval_long): Make 'exp' const.
5083 * value.h (parse_and_eval_long): Update.
5084
5085 2013-05-14 Tom Tromey <tromey@redhat.com>
5086
5087 * ui-file.c (gdb_fopen): Make arguments const.
5088 * ui-file.h (gdb_fopen): Make arguments const.
5089
5090 2013-05-14 Tom Tromey <tromey@redhat.com>
5091
5092 * remote.c (remote_set_trace_notes): Make arguments const.
5093 * target.c (update_current_target): Update cast.
5094 * target.h (to_set_trace_notes): Make arguments const.
5095
5096 2013-05-14 Tom Tromey <tromey@redhat.com>
5097
5098 * go32-nat.c (go32_terminal_info): Make 'args' const.
5099 * inferior.h (child_terminal_info): Update.
5100 * inflow.c (child_terminal_info): Make 'args' const.
5101 * target.c (default_terminal_info): Make 'args' const.
5102 (debug_to_terminal_save_ours): Likewise.
5103 * target.h (struct target_ops) <to_terminal_info>: Make argument
5104 const.
5105
5106 2013-05-13 Tom Tromey <tromey@redhat.com>
5107
5108 * gcore.c (create_gcore_bfd): Make 'filename' const.
5109 * gcore.h (create_gcore_bfd): Make 'filename' const.
5110 * record-full.c (record_full_save): Make 'recfilename' const.
5111 * target.c (target_save_record): Make 'filename' const.
5112 * target.h (struct target_ops) <to_save_record>: Make 'filename'
5113 const.
5114 (target_save_record): Likewise.
5115
5116 2013-05-13 Tom Tromey <tromey@redhat.com>
5117
5118 PR gdb/15338:
5119 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5120 ranges section has been read.
5121
5122 2013-05-13 Tom Tromey <tromey@redhat.com>
5123
5124 PR exp/15364:
5125 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5126 STRUCTOP_PTR>: Return a not_lval value for
5127 EVAL_AVOID_SIDE_EFFECTS.
5128 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5129 for EVAL_AVOID_SIDE_EFFECTS.
5130
5131 2013-05-13 Joel Brobecker <brobecker@adacore.com>
5132
5133 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5134 floating point registers to register type before storing
5135 value.
5136 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5137 Likewise.
5138
5139 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5140 Tom Tromey <tromey@redhat.com>
5141
5142 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5143 New functions.
5144 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5145 Declare.
5146 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5147 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5148 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5149 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5150
5151 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
5152 Tom Tromey <tromey@redhat.com>
5153
5154 PR build/15414:
5155 * configure: Rebuild.
5156 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5157 with -Wno-format.
5158
5159 2013-05-10 Pedro Alves <palves@redhat.com>
5160
5161 * remote.c (_initialize_remote): Fix spelling of
5162 qXfer:traceframe-info:read packet in packet config command.
5163
5164 2013-05-10 David Taylor <dtaylor@emc.com>
5165
5166 PR remote/15455
5167
5168 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5169 "QTro" at start of packet.
5170
5171 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5172
5173 * solib-aix.c (solib_aix_relocate_section_addresses):
5174 For the .bss section action, apply the same offset as
5175 the .data section.
5176
5177 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5178
5179 * solib-aix.c (solib_aix_relocate_section_addresses):
5180 Remove FIXME comment.
5181
5182 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5183
5184 PR tdep/15420:
5185 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5186 New functions, directly copied from sparc-sol-thread.c.
5187 * sparc-sol-thread.c: Delete.
5188 * configure.ac: Remove code handling sparc-solaris-thread.c.
5189 * configure: Regenerate.
5190
5191 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
5192
5193 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5194 filter logic.
5195 (backtrace_command): Add "no-filters" option parsing.
5196 (_initialize_stack): Alter help to reflect "no-filters" option.
5197 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5198 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5199 (py-frame.o): Add target
5200 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5201 filter files.
5202 * python/python.h: Add new frame filter constants, and flag enum.
5203 (apply_frame_filter): Add definition.
5204 * python/python.c (apply_frame_filter): New non-Python
5205 enabled function.
5206 * python/py-utils.c (py_xdecref): New function.
5207 (make_cleanup_py_xdecref): Ditto.
5208 * python/py-objfile.c: Declare frame_filters dictionary.
5209 (objfpy_dealloc): Add frame_filters dealloc.
5210 (objfpy_new): Initialize frame_filters attribute.
5211 (objfile_to_objfile_object): Ditto.
5212 (objfpy_get_frame_filters): New function.
5213 (objfpy_set_frame_filters): New function.
5214 * python/py-progspace.c: Declare frame_filters dictionary.
5215 (pspy_dealloc): Add frame_filters dealloc.
5216 (pspy_new): Initialize frame_filters attribute.
5217 (pspacee_to_pspace_object): Ditto.
5218 (pspy_get_frame_filters): New function.
5219 (pspy_set_frame_filters): New function.
5220 * python/py-framefilter.c: New file.
5221 * python/lib/gdb/command/frame_filters.py: New file.
5222 * python/lib/gdb/frames.py: New file.
5223 * python/lib/gdb/__init__.py: Initialize global frame_filters
5224 dictionary
5225 * python/lib/gdb/FrameDecorator.py: New file.
5226 * python/lib/gdb/FrameIterator.py: New file.
5227 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5228 * mi/mi-cmds.h: Declare.
5229 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5230 --no-frame-filter logic, and Python frame filter logic.
5231 (stack_enable_frame_filters): New function.
5232 (parse_no_frame_option): Ditto.
5233 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5234 filter logic.
5235 (mi_cmd_stack_list_locals): Ditto.
5236 (mi_cmd_stack_list_args): Ditto.
5237 (mi_cmd_stack_list_variables): Ditto.
5238 * NEWS: Add frame filter note.
5239
5240 2013-05-09 Doug Evans <dje@google.com>
5241
5242 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5243 All callers updated.
5244 (syms_from_objfile): Ditto. Make static.
5245 (symbol_file_add_with_addrs): Renamed from
5246 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
5247 num_offsets. All callers updated.
5248 * symfile.h (syms_from_objfile): Delete.
5249
5250 * symfile.c (decrement_reading_symtab): Add assert.
5251 (increment_reading_symtab): Ditto.
5252
5253 2013-05-09 Joel Brobecker <brobecker@adacore.com>
5254
5255 * source.c (forward_search_command): Replace call to getc
5256 by call to fgetc.
5257 (reverse_search_command): Likewise.
5258
5259 2013-05-08 Doug Evans <dje@google.com>
5260
5261 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5262 matching test.
5263
5264 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5265
5266 * sol-thread.c (info_cb): Factorize the code a little.
5267
5268 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5269
5270 * sol-thread.c (info_cb): Rework the output of the "maintenance
5271 info sol-threads" command a bit.
5272
5273 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5274
5275 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5276 Replace ti.ti_startfunc by ti.ti_pc.
5277
5278 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5279
5280 * solib-aix.c (solib_aix_free_library_list): New function
5281 for the case where HAVE_LIBEXPAT is not defined.
5282
5283 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5284
5285 PR breakpoints/15413:
5286 * breakpoint.c (condition_completer): Simplify the code to
5287 disconsider multiple locations of breakpoints when completing the
5288 "condition" command.
5289
5290 2013-05-07 Pierre Muller <muller@sourceware.org>
5291
5292 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5293 instead of <sys/wait.h>.
5294
5295 2013-05-07 Pierre Muller <muller@sourceware.org>
5296
5297 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5298 trailing new line from warning message.
5299
5300 2013-05-07 Pierre Muller <muller@sourceware.org>
5301
5302 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5303 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5304
5305 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5306
5307 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5308 error message (ARI fix).
5309
5310 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5311
5312 * features/library-list-aix.dtd: Replace library-list by
5313 library-list-aix.
5314 * rs6000-nat.c: Replace library-list by library-list-aix
5315 throughout.
5316 * solib-aix.c: Likewise.
5317
5318 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5319
5320 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5321 Renames TARGET_OBJECT_AIX_LIBRARIES.
5322 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5323 TARGET_OBJECT_LIBRARIES_AIX throughout.
5324 * solib-aix.c: Likwise.
5325
5326 2013-05-07 Yao Qi <yao@codesourcery.com>
5327
5328 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5329 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5330
5331 2013-05-07 Yao Qi <yao@codesourcery.com>
5332
5333 * solib-dsbt.c (enable_break): Declare.
5334 (dsbt_current_sos): Remove call to enable_break2.
5335 (enable_break2): Rename to enable_break. Set solib breakpoint
5336 on '_dl_debug_state'.
5337 (enable_break): Remove.
5338
5339 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
5340
5341 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5342 debug state prior to replicating existing hardware watchpoints or
5343 breakpoints.
5344
5345 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5346
5347 * gcore.c (gcore_create_callback): Ignore sections with
5348 separate_debug_objfile_backlink != NULL.
5349
5350 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
5351 Andrew Jenner <andrew@codesourcery.com>
5352 Chung-Lin Tang <cltang@codesourcery.com>
5353 Julian Brown <julian@codesourcery.com>
5354
5355 Based on the nios2-elf port from Altera Corporation.
5356
5357 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5358 nios2-linux-tdep.o.
5359 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5360 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5361 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5362 * nios2-tdep.h: New.
5363 * nios2-tdep.c: New.
5364 * nios2-linux-tdep.c: New.
5365 * features/Makefile (WHICH): Add nios2-linux.
5366 (nios2-linux-expedite): Set.
5367 * features/nios2-cpu.xml: New.
5368 * features/nios2.xml: New.
5369 * features/nios2-linux.xml: New.
5370 * features/nios2.c: New (autogenerated).
5371 * features/nios2-linux.c: New (autogenerated).
5372 * regformats/nios2-linux.dat: New (autogenerated).
5373 * NEWS (Changes since GDB 7.6): Add new Nios II targets
5374 and commands.
5375
5376 2013-05-06 Doug Evans <dje@google.com>
5377
5378 * symfile.c: Whitespace cleanup.
5379
5380 * solist.h (struct target_so_ops): New member clear_so.
5381 * solib-svr4.c (svr4_clear_so): New function.
5382 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5383 * solib.c (clear_so): Renamed from free_so_symbols.
5384 All callers updated. Call target clear_so if it exists.
5385
5386 2013-05-06 Tom Tromey <tromey@redhat.com>
5387
5388 * ada-lang.c (ada_value_primitive_packed_val): Don't
5389 call value_incref.
5390 * value.c (set_value_parent): Incref the new parent and decref
5391 the old parent.
5392 (value_copy, value_primitive_field): Use set_value_parent.
5393
5394 2013-05-06 Tom Tromey <tromey@redhat.com>
5395
5396 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
5397 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
5398 if needed.
5399 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
5400 * dwarf2read.c (write_constant_as_bytes)
5401 (dwarf2_fetch_constant_bytes): New functions.
5402
5403 2013-05-06 Tom Tromey <tromey@redhat.com>
5404
5405 * dwarf2read.c (dwarf2_const_value_data): Remove unused
5406 parameters.
5407 (dwarf2_const_value_attr): Update.
5408
5409 2013-05-06 Tom Tromey <tromey@redhat.com>
5410
5411 * somread.c (som_symfile_offsets): Add 'const' to addrs.
5412 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
5413 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
5414 Remove declaration.
5415
5416 2013-05-06 Tom Tromey <tromey@redhat.com>
5417
5418 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
5419 objfile's obstack.
5420
5421 2013-05-06 Doug Evans <dje@google.com>
5422
5423 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
5424 * stabsread.h (process_one_symbol): Update declaration.
5425 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
5426 * elfread.c (elf_symfile_relocate_probe): Ditto.
5427 * psymtab.c (relocate_psymtabs): Ditto.
5428 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
5429 (objfile_relocate): Ditto.
5430 * objfiles.h (objfile_relocate): Update declaration.
5431 * symfile.c (relative_addr_info_to_section_offsets): Constify
5432 addrs parameter.
5433 (default_symfile_offsets): Ditto.
5434 (syms_from_objfile_1): Constify offsets parameter.
5435 (syms_from_objfile): Ditto.
5436 (symbol_file_add_with_addrs_or_offsets): Ditto.
5437 (symfile_map_offsets_to_segments): Constify data parameter.
5438 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
5439 delta parameters of member relocate.
5440 (struct sym_probe_fns): Constify new_offsets,
5441 delta parameters of member sym_relocate_probe.
5442 (struct sym_fns): Constify section_addr_info parameter of member
5443 sym_offsets.
5444 (relative_addr_info_to_section_offsets): Update declaration.
5445 (default_symfile_offsets): Ditto.
5446 (syms_from_objfile): Ditto.
5447 (symfile_map_offsets_to_segments): Ditto.
5448
5449 * symfile.c (syms_from_objfile_1): Use correct section count when
5450 objfile->sf == NULL.
5451
5452 2013-05-06 Mike Frysinger <vapier@gentoo.org>
5453
5454 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
5455
5456 2013-05-06 Doug Evans <dje@google.com>
5457
5458 * psympriv.h (struct partial_symtab): Augment comment for member
5459 section_offsets.
5460
5461 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5462
5463 Reimplement shared library support on ppc-aix...
5464 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
5465 * features/library-list-aix.dtd: New file.
5466 * solib-aix.h, solib-aix.c: New file.
5467 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
5468 (rs6000_find_toc_address_hook): Delete.
5469 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
5470 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
5471 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
5472 "xml-utils.h".
5473 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
5474 (vmap_symtab, fixup_breakpoints): Delete.
5475 (rs6000_xfer_shared_libraries): New function.
5476 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
5477 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
5478 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
5479 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
5480 (rs6000_xfer_shared_library): New function.
5481 (find_toc_address): Delete.
5482 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
5483 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
5484 * xcoffread.c (record_minimal_symbol): Reloate symbol address
5485 before creating minimal symbol. Adjust function description
5486 accordingly.
5487 (scan_xcoff_symtab): Replace call to
5488 prim_record_minimal_symbol_and_info by call to
5489 record_minimal_symbol.
5490 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
5491 around default_symfile_offsets.
5492 * configure.tgt: Add solib-aix.o to gdb_target_obs for
5493 powerpc-aix targets.
5494 * config/rs6000/nm-rs6000.h: Delete.
5495 * config/powerpc/aix.mh (NAT_FILE): Delete.
5496 (NATDEPFILES): Remove xcoffsolib.o.
5497 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
5498 (ALL_TARGET_OBS): Add solib-aix.o.
5499 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
5500 config/rs6000/nm-rs6000.h. Add solib-aix.h.
5501 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
5502 * xcoffsolib.h, xcoffsolib.c: Delete.
5503
5504 * solib.c (reload_shared_libraries): Remove reference to
5505 SOLIB_CREATE_INFERIOR_HOOK.
5506 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
5507 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
5508 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
5509 comment.
5510 * corelow.c (deprecated_core_resize_section_table): Delete.
5511 * exec.c: Remove include of xcoffsolib.h".
5512 (map_vmap, vmap): Delete.
5513 (exec_close_1): Remove references to vmap.
5514 (exec_file_attach): Remove vmap handling code, and reference
5515 to DEPRECATED_IBM6000_TARGET.
5516 (bfdsec_to_vmap): Delete.
5517 (exec_files_info): Remove block of code handling VMAP.
5518 * infcmd.c (post_create_inferior): Remove reference to
5519 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
5520 * infrun.c (follow_exec): Remove reference to
5521 SOLIB_CREATE_INFERIOR_HOOK.
5522 * stack.c (print_frame): Remove reference to PC_SOLIB.
5523 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
5524 (dsbt_relocate_main_executable): Likewise.
5525 * solib-frv.c (frv_current_sos): Likewise.
5526
5527 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5528
5529 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
5530 to target_write_memory and target_read_memory.
5531
5532 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5533
5534 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
5535 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
5536
5537 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5538
5539 * darwin-nat.c: Replace all "%x" instances in format strings
5540 into "0x%x" throughout.
5541
5542 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5543
5544 * darwin-nat.c (darwin_mourn_inferior): Replace call to
5545 gdb_assert by call to MACH_CHECK_ERROR.
5546 (darwin_attach_pid): Raise an error rather than a failed
5547 assertion when various system calls failed. Report a warning
5548 instead of raising a failed assertion when PREV_NOT is not NULL
5549 after call to mach_port_request_notification.
5550 (darwin_ptrace_me): Raise an error rather than a failed
5551 assertion when read returns nonzero.
5552
5553 2013-05-06 Joel Brobecker <brobecker@adacore.com>
5554
5555 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
5556
5557 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5558
5559 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
5560
5561 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5562
5563 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
5564 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
5565 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
5566 a stale cleanup. Fix double free of NAME.
5567
5568 2013-05-04 Eli Zaretskii <eliz@gnu.org>
5569
5570 * windows-nat.c (windows_delete_thread): Accept an additional
5571 argument, the thread's exit code, and announce thread death when
5572 print_thread_events is non-zero and we are deleting a thread that
5573 is not the main thread.
5574 (get_windows_debug_event): Pass thread exit code to
5575 windows_delete_thread.
5576
5577 2013-05-03 Kevin Buettner <kevinb@redhat.com>
5578
5579 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
5580 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
5581 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
5582 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
5583 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
5584 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
5585 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
5586 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
5587 (gdbarch_tdep): New struct.
5588 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
5589 E_NUM_REGS.
5590 (v850e3v5_register_name): New function.
5591 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
5592 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
5593 code handling the struct return conventions for the RH850 ABI.
5594 Update all callers.
5595 (v850_eight_byte_align_p): New function.
5596 (v850_push_call_dummy): Push structs by value, not by reference
5597 for the RH850 ABI. Add support for eight byte alignment.
5598 (v850_dbtrap_breakpoint_from_pc): New function.
5599 (v850_gdbarch_init): Add ABI detection code. Register
5600 v850e3v5_register_name for the v850e3v5 architecture. Set the
5601 number of registers for v850e3v5. Register
5602 v850_dbtrap_breakpoint_from_pc as appropriate.
5603 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
5604
5605 2013-05-03 Doug Evans <dje@google.com>
5606
5607 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
5608 of bfd_count_sections.
5609 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
5610 * symfile.c (default_symfile_offsets): Ditto.
5611 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
5612 one entry, not bfd_count_sections entries.
5613
5614 2013-05-03 Kevin Buettner <kevinb@redhat.com>
5615
5616 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
5617 `save' and `restore' register groups. Don't include SPL
5618 or SPH in these groups.
5619 (rl78_dwarf_reg_to_regnum): Adjust mapping for
5620 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
5621 RL78_ES_REGNUM, and RL78_CS_REGNUM.
5622 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
5623 dwarf2_append_unwinders().
5624
5625 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5626
5627 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
5628 ignore SIGINT and SIGTRAP in case these internal signals are
5629 caught explicitely.
5630
5631 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5632
5633 * darwin-nat.c (darwin_read_write_inferior): Change types
5634 of parameters rdaddr and wraddr to "gdb_byte *". Change type
5635 of copy_count to "mach_msg_type_number_t".
5636 (darwin_read_dyld_info): Change type of parameter
5637 rdaddr to "gdb_byte *".
5638
5639 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5640
5641 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
5642 of &info->load_map from "char *" to "gdb_byte *".
5643
5644 2013-05-01 Joel Brobecker <brobecker@adacore.com>
5645
5646 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
5647 from "char *" to "gdb_byte *".
5648 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
5649
5650 2013-04-30 Doug Evans <dje@google.com>
5651
5652 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
5653 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
5654 DWO stub. If DWO isn't found, just use stub.
5655 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
5656
5657 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
5658 calling init_cutu_and_read_dies.
5659
5660 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
5661
5662 * target-descriptions.c (maint_print_c_tdesc_cmd):
5663 Add case to parse structures as register types and
5664 bitfields.
5665
5666 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
5667
5668 * MAINTAINERS (Write After Approval): Add myself to the list.
5669
5670 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5671
5672 * sol-thread.c (rw_common): Change type of parameter "buf"
5673 to "gdb_byte *".
5674 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
5675 rw_common to "gdb_byte *" instead of "char *".
5676
5677 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5678
5679 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
5680 of local variable msym to const struct bound_minimal_symbol.
5681 Adjust use accordingly.
5682 [ti.ti_state == TD_THR_SLEEP]: Likewise.
5683
5684 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
5685
5686 * i386gnu-nat.c (CREG_OFFSET): New macro.
5687 (creg_offset): New array.
5688 (CREG_ADDR): Use creg_offset instead of reg_offset.
5689
5690 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5691
5692 * mep-tdep.c (mep_write_pc): Delete.
5693 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
5694 Add call to set_gdbarch_pc_regnum.
5695
5696 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5697
5698 * common/filestuff.c: Replace #include <dirent.h> by
5699 #include "gdb_dirent.h".
5700
5701 2013-04-30 Joel Brobecker <brobecker@adacore.com>
5702
5703 * common/filestuff.c: Replace #include <sys/stat.h> by
5704 #include "gdb_stat.h".
5705
5706 2013-04-29 Pierre Muller <muller@sourceware.org>
5707
5708 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
5709 editCase function rule.
5710 (get_DW_AT_signature_type): Likewise.
5711
5712 2013-04-29 Joel Brobecker <brobecker@adacore.com>
5713
5714 * m32r-tdep.c (m32r_write_pc): Delete.
5715 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
5716 Add call to set_gdbarch_pc_regnum.
5717
5718 2013-04-29 Pierre Muller <muller@sourceware.org>
5719
5720 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
5721
5722 2013-04-29 Joel Brobecker <brobecker@adacore.com>
5723
5724 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
5725
5726 2013-04-28 Yao Qi <yao@codesourcery.com>
5727
5728 * solib-dsbt.c (fetch_loadmap): Re-indent.
5729 (displacement_from_map, enable_break2): Likewise.
5730 (dsbt_relocate_section_addresses): Likewise.
5731
5732 2013-04-26 Joel Brobecker <brobecker@adacore.com>
5733
5734 GDB 7.6 released.
5735
5736 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
5737
5738 PR corefiles/14983:
5739 * dwarf2read.c (process_full_comp_unit): Always create a static
5740 block.
5741
5742 2013-04-25 Hui Zhu <hui@codesourcery.com>
5743
5744 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
5745 to loc->cmd_bytecode.
5746
5747 2013-04-24 Doug Evans <dje@google.com>
5748
5749 * dwarf2read.c (setup_type_unit_groups): Fix comment.
5750
5751 2013-04-22 Keith Seitz <keiths@redhat.com>
5752
5753 * tracepoint.c (trace_save): Call the writer's start method.
5754
5755 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
5756
5757 PR gdb/10462
5758 * cli/cli-decode.c (lookup_command): Show an error if there is no space
5759 before argument.
5760
5761 2013-04-23 Tom Tromey <tromey@redhat.com>
5762
5763 * common/filestuff.c: Check USE_WIN32API before including
5764 sys/socket.h.
5765 (HAVE_F_GETFD): New define.
5766 (mark_cloexec): Check HAVE_F_GETFD.
5767 (gdb_open_cloexec): Change 'mode' to unsigned long.
5768 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
5769 (gdb_pipe_cloexec): Check HAVE_PIPE.
5770 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
5771 long.
5772
5773 2013-04-23 Hui Zhu <hui@codesourcery.com>
5774
5775 PR gdb/15293
5776 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
5777
5778 2013-04-23 Hui Zhu <hui@codesourcery.com>
5779
5780 PR gdb/15165
5781 * breakpoint.c (dprintf_print_recreate): New.
5782 (save_breakpoints): Let it not save dprintf commands.
5783 (initialize_breakpoint_ops): Set dprintf_print_recreate.
5784
5785 2013-04-22 Tom Tromey <tromey@redhat.com>
5786
5787 PR gdb/7912:
5788 * Makefile.in (SFILES): Add filestuff.c
5789 (COMMON_OBS): Add filestuff.o.
5790 (filestuff.o): New target.
5791 * auto-load.c (auto_load_objfile_script_1): Use
5792 gdb_fopen_cloexec.
5793 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
5794 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
5795 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
5796 * common/agent.c (gdb_connect_sync_socket): Use
5797 gdb_socket_cloexec.
5798 * common/filestuff.c: New file.
5799 * common/filestuff.h: New file.
5800 * common/linux-osdata.c (linux_common_core_of_thread)
5801 (command_from_pid, commandline_from_pid, print_source_lines)
5802 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
5803 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
5804 gdb_fopen_cloexec.
5805 * common/linux-procfs.c (linux_proc_get_int)
5806 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
5807 * config.in, configure: Rebuild.
5808 * configure.ac: Don't check for sys/socket.h. Check for
5809 fdwalk, pipe2.
5810 * corelow.c (core_open): Use gdb_open_cloexec.
5811 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
5812 * fork-child.c (fork_inferior): Call close_most_fds.
5813 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
5814 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
5815 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
5816 Use gdb_fopen_cloexec.
5817 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
5818 gdb_open_cloexec.
5819 (linux_async_pipe): Use gdb_pipe_cloexec.
5820 * remote-fileio.c (remote_fileio_func_open): Use
5821 gdb_open_cloexec.
5822 * remote.c (remote_file_put, remote_file_get): Use
5823 gdb_fopen_cloexec.
5824 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
5825 close_most_fds.
5826 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
5827 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
5828 * solib.c (solib_find): Use gdb_open_cloexec.
5829 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
5830 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
5831 (tfile_open): Use gdb_open_cloexec.
5832 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
5833 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
5834 * xml-support.c (xml_fetch_content_from_file): Use
5835 gdb_fopen_cloexec.
5836 * main.c (captured_main): Call notice_open_fds.
5837
5838 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
5839
5840 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
5841 'char *' to 'gdb_byte *'.
5842 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
5843 'gdb_byte'.
5844
5845 2013-04-22 Yao Qi <yao@codesourcery.com>
5846
5847 * infrun.c: Fix typo in comment.
5848
5849 2013-04-22 Andrew Haley <aph@redhat.com>
5850
5851 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
5852 instead of "long".
5853
5854 2013-04-20 Yao Qi <yao@codesourcery.com>
5855
5856 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
5857 'char *' to 'gdb_byte *'. Cast the return value of
5858 'bt_ctf_get_char_array' to 'gdb_byte *'.
5859
5860 2013-04-19 Pedro Alves <palves@redhat.com>
5861
5862 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
5863 -Wpointer-sign.
5864 * configure: Regenerate.
5865
5866 2013-04-19 Pedro Alves <palves@redhat.com>
5867
5868 * ser-tcp.c (net_read_prim): Cast second argument to recv to
5869 'void *'.
5870
5871 2013-04-19 Pedro Alves <palves@redhat.com>
5872
5873 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
5874 Change type of 'myaddr' parameter to gdb_byte pointer.
5875 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
5876 to 'long long' pointer instead of to 'unsigned long long'.
5877 (monitor_write_memory_block, monitor_read_memory_single)
5878 (monitor_read_memory): Change type of 'myaddr' parameter to
5879 gdb_byte pointer.
5880
5881 2013-04-19 Pedro Alves <palves@redhat.com>
5882
5883 * record.c (validate_history_size): Make parameter 'setting'
5884 unsigned.
5885
5886 2013-04-19 Pedro Alves <palves@redhat.com>
5887
5888 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
5889 to 'gdb_byte *'.
5890
5891 2013-04-19 Pedro Alves <palves@redhat.com>
5892
5893 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
5894 local to int.
5895
5896 2013-04-19 Pedro Alves <palves@redhat.com>
5897
5898 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
5899 * ada-tasks.c (read_fat_string_value): Likewise.
5900
5901 2013-04-19 Pedro Alves <palves@redhat.com>
5902
5903 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
5904 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
5905 'offset', and adjust.
5906
5907 2013-04-19 Pedro Alves <palves@redhat.com>
5908
5909 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
5910 (read_index_from_section): Add cast to 'char *'.
5911
5912 2013-04-19 Pedro Alves <palves@redhat.com>
5913
5914 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
5915
5916 2013-04-19 Pedro Alves <palves@redhat.com>
5917
5918 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
5919
5920 2013-04-19 Pedro Alves <palves@redhat.com>
5921
5922 * record-full.c (record_full_get_bookmark): Change local 'ret'
5923 type to char * and add cast to gdb_byte *.
5924 (record_full_goto_bookmark): Handle 'bookmark' argument as a
5925 string.
5926 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
5927
5928 2013-04-19 Pedro Alves <palves@redhat.com>
5929
5930 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
5931 * python/py-prettyprint.c (print_string_repr): Change type of
5932 'output' local to char *. Add cast to gdb_byte * in
5933 LA_PRINT_STRING call.
5934 (print_children): Change type of 'output' local to char *.
5935 * python/py-value.c (valpy_string): Add cast to const char * in
5936 PyUnicode_Decode call.
5937
5938 2013-04-19 Pedro Alves <palves@redhat.com>
5939
5940 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
5941 and change its type to 'const char *'. Adjust.
5942 (mips_send_packet): Add cast to 'char *', and remove cast to
5943 'unsigned char *'.
5944 (mips_receive_packet): Remove cast to 'unsigned char *'.
5945 (mips_load_srec): Use bfd_byte.
5946 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
5947 (pmon_checkset): Make 'value' parameter unsigned.
5948
5949 2013-04-19 Pedro Alves <palves@redhat.com>
5950
5951 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
5952
5953 2013-04-19 Pedro Alves <palves@redhat.com>
5954
5955 * remote.c (remote_write_bytes_aux, compare_sections_command)
5956 (remote_read_qxfer)
5957 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
5958 (remote_hostio_readlink, remote_bfd_iovec_pread)
5959 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
5960 binary buffer, and char when buffer is used as string.
5961 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
5962 (trace_save, tfile_open, traceframe_walk_blocks)
5963 (tfile_fetch_registers): Likewise.
5964
5965 2013-04-19 Pedro Alves <palves@redhat.com>
5966
5967 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
5968 buffer and size_t size. Adjust.
5969 * ser-base.h (ser_base_write): Adjust.
5970 * ser-go32.c (cnts): Change type to size_t.
5971 (dos_write): Change prototype -- take 'void *'
5972 buffer and size_t size. Adjust.
5973 (dos_info): Print elements of 'cnts' as unsigned long.
5974 * serial.c (serial_write): Likewise.
5975 * serial.h (serial_write): Adjust.
5976 (struct serial_ops) <write>: Change prototype -- take 'void *'
5977 buffer and size_t size. Adjust.
5978
5979 2013-04-19 Pedro Alves <palves@redhat.com>
5980
5981 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
5982 gdb_byte *.
5983 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
5984
5985 2013-04-19 Pedro Alves <palves@redhat.com>
5986
5987 * alpha-tdep.c (alpha_extract_return_value): Use
5988 regcache_cooked_read_unsigned to read 'v0'.
5989
5990 2013-04-19 Pedro Alves <palves@redhat.com>
5991
5992 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
5993 parameters 'at', 'as' and 'offset' to uint32_t.
5994
5995 2013-04-19 Pedro Alves <palves@redhat.com>
5996
5997 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
5998 'is64' to signed 'int'.
5999
6000 2013-04-19 Pedro Alves <palves@redhat.com>
6001
6002 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6003 parameter to int *.
6004
6005 2013-04-19 Pedro Alves <palves@redhat.com>
6006
6007 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6008 'insnbuf' buffer type to unsigned int[].
6009
6010 2013-04-19 Pedro Alves <palves@redhat.com>
6011
6012 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6013
6014 2013-04-19 Pedro Alves <palves@redhat.com>
6015
6016 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6017 unsigned long *.
6018
6019 2013-04-19 Pedro Alves <palves@redhat.com>
6020
6021 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6022 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6023 UINT_MAX.
6024 * mips-tdep.c (heuristic_fence_post): Change type to int.
6025 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6026
6027 2013-04-19 Pedro Alves <palves@redhat.com>
6028
6029 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6030 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6031 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6032
6033 2013-04-19 Pedro Alves <palves@redhat.com>
6034
6035 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6036 it to get a string view of the byte buffer.
6037 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6038 type to gdb_byte *. Adjust.
6039 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6040 Change local to char *.
6041 * solib-darwin.c (find_program_interpreter): Change return type to
6042 char *. Adjust.
6043 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6044 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6045 * solib-frv.c (enable_break2): Change local 'buf' to char *.
6046 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6047 * solib-svr4.c (find_program_interpreter): Change return type to
6048 char *. Adjust.
6049 (enable_break): Change local 'interp_name' to char *.
6050 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6051 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6052 (spu_pseudo_register_write_spu): Use char for string buffer.
6053 Adjust.
6054 (info_spu_event_command, info_spu_signal_command): Add casts to
6055 'char *'.
6056
6057 2013-04-19 Pedro Alves <palves@redhat.com>
6058
6059 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6060 gdb_byte[].
6061 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6062 * ada-lang.c (ada_value_assign): Use gdb_byte.
6063 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6064 (alphanbsd_sigtramp_offset): Use gdb_byte.
6065 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6066 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6067 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6068 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6069 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6070 * arm-tdep.c (arm_stub_unwind_sniffer)
6071 (arm_displaced_init_closure): Use gdb_byte.
6072 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6073 (arm_default_thumb_le_breakpoint)
6074 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6075 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6076 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6077 * arm-wince-tdep.c (arm_wince_le_breakpoint)
6078 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6079 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6080 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6081 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6082 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6083 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6084 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6085 (cris_store_return_value, cris_extract_return_value): Use
6086 gdb_byte.
6087 (constraint): Change type of parameter to char * from signed
6088 char*. Use gdb_byte.
6089 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6090 of local buffer to gdb_byte *.
6091 * dwarf2read.c (read_index_from_section): Use gdb_byte.
6092 (create_dwp_hash_table): Change type of locals to gdb_byte *.
6093 (add_address_entry): Change type of local buffer to gdb_byte[].
6094 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6095 (frv_push_dummy_call): Use gdb_byte.
6096 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6097 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6098 (hppa_hpux_supply_save_state): Use gdb_byte.
6099 * hppa-tdep.c (hppa32_push_dummy_call)
6100 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6101 * ia64-tdep.c (extract_bit_field, replace_bit_field)
6102 (slotN_contents, replace_slotN_contents): Change type of parameter
6103 to gdb_byte *.
6104 (fetch_instruction, ia64_pseudo_register_write)
6105 (ia64_register_to_value, ia64_value_to_register)
6106 (ia64_extract_return_value, ia64_store_return_value)
6107 (ia64_push_dummy_call): Use gdb_byte.
6108 * m32c-tdep.c (m32c_return_value): Remove cast.
6109 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6110 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6111 gdb_byte.
6112 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6113 * mn10300-tdep.c (mn10300_store_return_value)
6114 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6115 gdb_byte.
6116 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6117 (moxie_process_record): Remove casts.
6118 * ppc-ravenscar-thread.c (supply_register_at_address)
6119 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6120 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6121 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6122 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6123 * remote.c (compare_sections_command): Use gdb_byte.
6124 * score-tdep.c (score7_free_memblock): Change type of parameter to
6125 gdb_byte *.
6126 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6127 gdb_byte *. Use gdb_byte.
6128 (sh_push_dummy_call_fpu): Use gdb_byte.
6129 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6130 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6131 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6132 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6133 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6134 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6135 (sh64_store_return_value, sh64_register_convert_to_virtual):
6136 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6137 (sh64_pseudo_register_write): Use gdb_byte.
6138 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6139 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
6140 buffer.
6141 (irix_current_sos): Use gdb_byte.
6142 * solib-som.c (som_current_sos): Use gdb_byte.
6143 * sparc-ravenscar-thread.c (supply_register_at_address)
6144 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6145 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6146 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6147 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6148 'gdb_byte *'.
6149 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6150 'gdb_byte *'.
6151 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6152 * xstormy16-tdep.c (xstormy16_extract_return_value)
6153 (xstormy16_store_return_value): Change parameter type to
6154 'gdb_byte *'. Adjust.
6155 (xstormy16_push_dummy_call): Use gdb_byte.
6156 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6157 (call0_analyze_prologue, execute_code): Use gdb_byte.
6158
6159 2013-04-19 Vladimir Kargov <kargov@gmail.com>
6160 Pedro Alves <palves@redhat.com>
6161
6162 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6163 value contents.
6164
6165 2013-04-17 Doug Evans <dje@google.com>
6166
6167 * dwarf2read.c (struct signatured_type): New member type.
6168 (struct attribute): Replace member signatured_type with signature.
6169 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6170 (read_call_site_scope): Call follow_die_ref instead of
6171 follow_die_ref_or_sig.
6172 (read_structure_type): Rewrite handling of signatured types.
6173 (read_enumeration_type): Ditto.
6174 (read_attribute_value): Update.
6175 (build_error_marker_type): New function.
6176 (lookup_die_type): Add assert. Rewrite handling of signatured types.
6177 Don't call error for bad types, just build an error marker type.
6178 (dump_die_shallow): Update.
6179 (follow_die_sig_1): Renamed from follow_die_sig.
6180 Don't call error for bad types, instead return NULL.
6181 (follow_die_sig): New function.
6182 (get_signatured_type, get_DW_AT_signature_type): New functions.
6183
6184 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
6185
6186 * aarch64-tdep.c (aarch64_write_pc): Removed.
6187 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6188 function.
6189
6190 2013-04-17 Yao Qi <yao@codesourcery.com>
6191
6192 * top.c (print_gdb_configuration): Print configure-time
6193 parameter on using libbabeltrace or not.
6194
6195 2013-04-16 Pedro Alves <palves@redhat.com>
6196
6197 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6198
6199 2013-04-16 Pedro Alves <palves@redhat.com>
6200
6201 * common/glibc_thread_db.h: Update from upstream glibc
6202 (git 568035b7874a099087b77f7bba3e36a1173787b0).
6203
6204 2013-04-16 Pedro Alves <palves@redhat.com>
6205
6206 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6207 * common/glibc_thread_db.h: ... this new file ...
6208 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6209
6210 2013-04-16 Will Newton <will.newton@gmail.com>
6211 Pedro Alves <palves@redhat.com>
6212
6213 PR build/11881
6214
6215 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6216 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6217 HAVE_THREAD_DB_H.
6218
6219 2013-04-16 Pedro Alves <palves@redhat.com>
6220 Eli Zaretskii <eliz@gnu.org>
6221
6222 * NEWS: Mention "set foo unlimited".
6223
6224 2013-04-15 Doug Evans <dje@google.com>
6225
6226 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6227 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6228 (create_dwo_cu_reader): Renamed from
6229 create_dwo_debug_info_hash_table_reader.
6230 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6231 Remove support for multiple CUs in a DWO file.
6232 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6233
6234 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6235 instead of phex.
6236 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6237 (create_dwo_in_dwp): Ditto.
6238
6239 2013-04-15 Tom Tromey <tromey@redhat.com>
6240
6241 * NEWS: Move recent entries into "since 7.6" section.
6242
6243 2013-04-15 Tom Tromey <tromey@redhat.com>
6244
6245 PR c++/13588:
6246 * NEWS: Update.
6247 * break-catch-throw.c (struct exception_catchpoint)
6248 <exception_rx, pattern>: New fields.
6249 (fetch_probe_arguments, dtor_exception_catchpoint)
6250 (check_status_exception_catchpoint)
6251 (print_one_detail_exception_catchpoint): New functions.
6252 (handle_gnu_v3_exceptions): Add "except_rx" argument.
6253 Compile regular expression if needed.
6254 (extract_exception_regexp): New function.
6255 (catch_exception_command_1): Use extract_exception_regexp.
6256 (compute_exception): Use fetch_probe_arguments.
6257 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6258 and check_status fields.
6259 * cp-abi.c (cplus_typename_from_type_info): New function.
6260 * cp-abi.h (cplus_typename_from_type_info): Declare.
6261 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6262 * gdb_regex.h (compile_rx_or_error): Declare.
6263 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6264 comment.
6265 (init_gnuv3_ops): Set get_type_from_type_info field.
6266 * probe.c (compile_rx_or_error): Move...
6267 * utils.c (compile_rx_or_error): ... here.
6268
6269 2013-04-15 Tom Tromey <tromey@redhat.com>
6270
6271 PR c++/15176:
6272 * NEWS: Update.
6273 * break-catch-throw.c (compute_exception): New function.
6274 (exception_funcs): New global.
6275 (_initialize_break_catch_throw): Create $_exception.
6276 * cp-abi.c (cplus_type_from_type_info): New function.
6277 * cp-abi.h (cplus_type_from_type_info): Declare.
6278 (struct cp_abi_ops) <get_type_from_type_info>: New field.
6279 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6280 (gnuv3_get_type_from_type_info): New functions.
6281 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6282
6283 2013-04-15 Tom Tromey <tromey@redhat.com>
6284
6285 * break-catch-throw.c (struct exception_names): New.
6286 (exception_functions): Change type.
6287 (re_set_exception_catchpoint): Look for SDT probes.
6288
6289 2013-04-15 Tom Tromey <tromey@redhat.com>
6290
6291 PR c++/10119:
6292 * break-catch-throw.c (exception_functions): New global.
6293 (gnu_v3_exception_catchpoint_ops): Move earlier.
6294 (struct exception_catchpoint): New.
6295 (classify_exception_breakpoint): Rewrite.
6296 (re_set_exception_catchpoint): New function.
6297 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
6298 Allocate a struct exception_catchpoint.
6299 (catch_exception_command_1): Update.
6300 (initialize_throw_catchpoint_ops): Set 're_set' method.
6301
6302 2013-04-15 Tom Tromey <tromey@redhat.com>
6303
6304 * Makefile.in (SFILES): Add break-catch-throw.c
6305 (COMMON_OBS): Add break-catch-throw.o.
6306 * break-catch-throw.c: New file.
6307 * breakpoint.c: Move exception-catching code to new file.
6308 (ep_parse_optional_if_clause): No longer static.
6309 * breakpoint.h (ep_parse_optional_if_clause): Declare.
6310
6311 2013-04-15 Tom Tromey <tromey@redhat.com>
6312
6313 PR c++/9065:
6314 * NEWS: Update.
6315 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6316 * c-exp.y (TYPEID): New token.
6317 (exp): Add new TYPEID productions.
6318 (ident_tokens): Add "typeid".
6319 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6320 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6321 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6322 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6323 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6324 case.
6325 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6326 (build_std_type_info_type, gnuv3_get_typeid_type)
6327 (gnuv3_get_typeid): New functions.
6328 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
6329 new fields on ABI object.
6330 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6331 * std-operator.def (OP_TYPEID): New.
6332
6333 2013-04-15 Tom Tromey <tromey@redhat.com>
6334
6335 * elfread.c (elf_symtab_read): Install versioned symbol under
6336 unversioned name as well.
6337
6338 2013-04-15 Tom Tromey <tromey@redhat.com>
6339
6340 PR c++/11990:
6341 * c-lang.c (cplus_language_defn): Use gdb_demangle.
6342 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6343 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6344 (gdb_demangle): New function.
6345 * cp-support.h (gdb_demangle): Declare.
6346 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6347 (dwarf2_name): Use gdb_demangle.
6348 * gdbtypes.c (check_stub_method): Use gdb_demangle.
6349 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6350 suffixes from name.
6351 (gnuv3_print_method_ptr): Use gdb_demangle.
6352 * jv-lang.c (java_demangle): Use gdb_demangle.
6353 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6354 * language.c (unk_lang_demangle): Use gdb_demangle.
6355 * symtab.c (symbol_find_demangled_name)
6356 (demangle_for_lookup): Use gdb_demangle.
6357
6358 2013-04-15 Tom Tromey <tromey@redhat.com>
6359
6360 PR c++/12824:
6361 * NEWS: Update.
6362 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6363 New constant.
6364 (classify_exception_breakpoint): New function.
6365 (print_it_exception_catchpoint, print_one_exception_catchpoint)
6366 (print_mention_exception_catchpoint)
6367 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6368 (catch_exception_command_1): Handle "rethrow" catchpoint.
6369 (catch_rethrow_command): New function.
6370 (_initialize_breakpoint): Add "catch rethrow" command.
6371
6372 2013-04-15 Pierre Muller <muller@sourceware.org>
6373
6374 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6375 set_gdbarch_write_pc as deprecated anymore.
6376
6377 2013-04-15 Joel Brobecker <brobecker@adacore.com>
6378
6379 * spu-tdep.c (spu_write_pc): Add empty line after local variable
6380 declarations.
6381
6382 2013-04-13 Yao Qi <yao@codesourcery.com>
6383
6384 * ctf.c (_initialize_ctf): Include "completer.h".
6385 Call add_target_with_completer instead of add_target.
6386
6387 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6388
6389 Fix GDB regression related to PR binutils/14813.
6390 * jit.c (mem_bfd_iovec_close): Return 0 for success.
6391 * minidebug.c (lzma_close): Add return value comment.
6392 * remote.c (remote_bfd_iovec_close): Return 0 for success.
6393 * solib-spu.c (spu_bfd_iovec_close): Likewise.
6394 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
6395
6396 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6397
6398 * config.in: Regenerate.
6399
6400 2013-04-12 Tom Tromey <tromey@redhat.com>
6401
6402 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
6403 const.
6404 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
6405 (struct die_reader_specs) <buffer>: Likewise.
6406 (die_reader_func_ftype): Make 'info_ptr' const.
6407 (struct line_header) <include_dirs, statement_program_start,
6408 statement_program_end>: Now const.
6409 (struct file_entry) <name>: Likewise.
6410 (struct partial_die_info) <sibling>: Likewise.
6411 (struct dwarf_block) <data>: Likewise.
6412 (dwarf2_read_section): Remove cast.
6413 (dwarf2_get_section_info): Make 'bufp' const.
6414 (read_index_from_section): Constify.
6415 (dw2_get_file_names_reader): Make 'info_ptr' const.
6416 (dw2_get_primary_filename_reader): Likewise.
6417 (read_comp_unit_head): Make 'info_ptr' and return type const.
6418 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
6419 Likewise.
6420 (read_abbrev_offset): Constify.
6421 (dwarf2_create_include_psymtab): Make 'name' const.
6422 (create_debug_types_hash_table): Update.
6423 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
6424 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
6425 Constify.
6426 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
6427 (load_partial_comp_unit_reader): Make 'info_ptr' const.
6428 (read_comp_units_from_section): Constify.
6429 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
6430 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
6431 const.
6432 (dwarf2_compute_name, setup_type_unit_groups): Constify.
6433 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
6434 (create_dwp_hash_table, dwarf2_ranges_read)
6435 (dwarf2_record_block_ranges): Constify.
6436 (read_die_and_children, read_die_and_siblings_1)
6437 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
6438 const.
6439 (read_full_die_1, read_full_die): Make 'info_ptr' const.
6440 (abbrev_table_read_table): Constify.
6441 (load_partial_dies): Make 'info_ptr' const.
6442 (read_partial_die, read_attribute_value, read_attribute): Make
6443 'info_ptr' and return type const.
6444 (read_address, read_initial_length)
6445 (read_checked_initial_length_and_offset, read_offset)
6446 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
6447 const.
6448 (read_direct_string): Make 'buf' and return type const.
6449 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
6450 (read_indirect_string): Make return type const.
6451 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
6452 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
6453 'info_ptr' const.
6454 (read_str_index): Make return type const.
6455 (add_include_dir): Make 'include_dir' const.
6456 (add_file_name): Make 'name' const.
6457 (dwarf_decode_line_header): Constify.
6458 (psymtab_include_file_name): Make return type const.
6459 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
6460 (dwarf2_start_subfile): Make 'filename' const.
6461 (dwarf2_const_value_attr): Make 'bytes' const.
6462 (read_signatured_type_reader): Make 'info_ptr' const.
6463 (decode_locdesc): Constify.
6464 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
6465 const.
6466 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
6467 'mac_end', and return type const.
6468 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
6469 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
6470 type const.
6471 (per_cu_header_read_in): Constify.
6472 * symfile.h (dwarf2_get_section_info): Update.
6473
6474 2013-04-12 Tom Tromey <tromey@redhat.com>
6475
6476 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
6477
6478 2013-04-12 Eli Zaretskii <eliz@gnu.org>
6479
6480 * NEWS: Mention "show configuration", --configuration.
6481 * top.c (print_gdb_configuration): New function, displays the
6482 details about GDB configure-time parameters.
6483 (print_gdb_version): Mention "show configuration".
6484 * cli/cli-cmds.c (show_configuration): New function.
6485 (_initialize_cli_cmds): Add the "show configuration" command.
6486 * main.c (captured_main) <print_configuration>: New static var.
6487 <long_options>: Use it.
6488 If --configuration was given, call print_gdb_configuration.
6489
6490 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6491 Pedro Alves <palves@redhat.com>
6492
6493 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
6494 (generated_files): Add gcore.
6495 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
6496 HAVE_NATIVE_GCORE_HOST.
6497 (gcore): New.
6498 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
6499 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
6500 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
6501 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
6502 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
6503 Add HAVE_NATIVE_GCORE_HOST.
6504 * configure: Regenerate.
6505 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
6506 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
6507 AC_CONFIG_FILES for gcore.
6508 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
6509 gdb_have_gcore.
6510 * gdb_gcore.sh: Rename to ...
6511 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
6512 and GCORE_TRANSFORM_NAME substitutions.
6513
6514 Fix parsing tabs in ${gdb_target_obs}.
6515 * configure.tgt (gdb_have_gcore): Replace case with for and if.
6516
6517 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6518
6519 * remote.c (unpush_and_perror): Add output message final dot.
6520
6521 2013-04-11 Yao Qi <yao@codesourcery.com>
6522
6523 * tracepoint.c (tfile_interp_line): Fit parameters line and
6524 utpp in one line.
6525
6526 2013-04-10 Joel Brobecker <brobecker@adacore.com>
6527
6528 * solib.c (solib_map_sections): Remove code overwriting
6529 SO->SO_NAME with the bfd's filename.
6530
6531 2013-04-10 Pedro Alves <palves@redhat.com>
6532
6533 * cli/cli-decode.c (integer_unlimited_completer): New function.
6534 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
6535 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
6536 completer.
6537 * cli/cli-setshow.c: Include "cli/cli-utils.h".
6538 (is_unlimited_literal): New function.
6539 (do_set_command): Handle literal "unlimited" arguments.
6540 * frame.c (_initialize_frame) <set backtrace limit>: Document
6541 "unlimited".
6542 * printcmd.c (_initialize_printcmd) <set print
6543 max-symbolic-offset>: Add help text.
6544 * record-full.c (_initialize_record_full) <set record full
6545 insn-number-max>: Likewise.
6546 * record.c (_initialize_record) <set record
6547 instruction-history-size, set record function-call-history-size>:
6548 Add help text.
6549 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
6550 help text.
6551 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
6552 Likewise.
6553 * source.c (_initialize_source) <set listsize>: Add help text.
6554 * utils.c (initialize_utils) <set height, set width>: Likewise.
6555 <set pagination>: Mention "set height unlimited".
6556 * valprint.c (_initialize_valprint) <set print elements, set print
6557 repeats>: Document "unlimited".
6558
6559 2013-04-10 Pedro Alves <palves@redhat.com>
6560
6561 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
6562 instead of disconnect_tracing.
6563 * infcmd.c (detach_command, disconnect_command): Call
6564 query_if_trace_running. Adjust.
6565 * top.c: Include "tracepoint.h".
6566 (quit_target): Delete. Contents moved ...
6567 (quit_force): ... here. Wrap each stage of teardown in
6568 TRY_CATCH. Call disconnect_tracing before detaching.
6569
6570 2013-04-10 Hui Zhu <hui@codesourcery.com>
6571 Yao Qi <yao@codesourcery.com>
6572
6573 * configure.ac: Check libbabeltrace is installed.
6574 * config.in: Regenerate.
6575 * configure: Regenerate.
6576 * Makefile.in (LIBBABELTRACE): New.
6577 (CLIBS): Add LIBBABELTRACE.
6578 * ctf.c: Include "exec.h".
6579 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
6580 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
6581 (ctf_save_metadata_header): Define new type aliases in
6582 metadata.
6583 (ctf_write_header): Define event type "tsv_def" and "tp_def"
6584 in metadata. Start a new faked packet for trace status.
6585 (ctf_write_status): Write trace status to CTF.
6586 (ctf_write_uploaded_tsv): Write TSV to CTF.
6587 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
6588 (ctf_write_definition_end): End the faked packet.
6589
6590 (ctx, ctf_iter, trace_dirname): New.
6591 (start_pos): New variable.
6592 (ctf_destroy, ctf_open_dir, ctf_open): New.
6593 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
6594 macros.
6595 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
6596 (ctf_fetch_registers, ctf_xfer_partial): New.
6597 (ctf_get_trace_state_variable_value): New.
6598 (ctf_get_tpnum_from_frame_event): New.
6599 (ctf_get_traceframe_address): New.
6600 (ctf_trace_find, ctf_has_stack): New.
6601 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
6602 (ctf_get_trace_status, ctf_read_status): New.
6603 (_initialize_ctf): New.
6604 * tracepoint.c (get_tracepoint_number): New
6605 (get_uploaded_tsv): Remove 'static'.
6606 (struct traceframe_info, trace_regblock_size): Move it to ...
6607 * tracepoint.h: ... here.
6608 (get_tracepoint_number): Declare it.
6609 (get_uploaded_tsv): Declare it.
6610
6611 * NEWS: Mention new configure option.
6612
6613 2013-04-10 Pedro Alves <palves@redhat.com>
6614 Hui Zhu <hui@codesourcery.com>
6615
6616 * breakpoint.c (dprintf_re_set): New.
6617 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
6618 to dprintf_re_set.
6619
6620 2013-04-09 Joel Brobecker <brobecker@adacore.com>
6621
6622 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
6623 Remove solib-svr4.o from the list.
6624
6625 2013-04-09 Joel Brobecker <brobecker@adacore.com>
6626
6627 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
6628 Use gdb_assert_not_reached instead of invalid boolean expression.
6629
6630 2013-04-09 Pedro Alves <palves@redhat.com>
6631
6632 * remote.c (unpush_and_perror): New function.
6633 (readchar, remote_serial_write): Use it.
6634
6635 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
6636
6637 * NEWS: Mention new btrace RSP packets.
6638
6639 2013-04-08 Tom Tromey <tromey@redhat.com>
6640
6641 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
6642 long.
6643
6644 2013-04-08 Tom Tromey <tromey@redhat.com>
6645
6646 * maint.c (print_bfd_section_info): Print the section index.
6647 * symmisc.c (dump_msymbols): Print the section index.
6648
6649 2013-04-08 Tom Tromey <tromey@redhat.com>
6650
6651 PR symtab/8424:
6652 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
6653 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
6654 * breakpoint.c (resolve_sal_pc): Update.
6655 * elfread.c (elf_gnu_ifunc_record_cache): Update.
6656 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
6657 (minsym_lookup_iterator_cb): Use it.
6658 (default_read_var_value): Update.
6659 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
6660 Update.
6661 * infcmd.c (jump_command): Update.
6662 * linespec.c (minsym_found): Update.
6663 * maint.c (maintenance_translate_address): Update.
6664 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
6665 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
6666 * parse.c (write_exp_msymbol): Update.
6667 * printcmd.c (address_info): Update.
6668 * psymtab.c (find_pc_sect_psymbol): Update.
6669 (fixup_psymbol_section): Check SYMBOL_SECTION, not
6670 SYMBOL_OBJ_SECTION.
6671 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
6672 Don't initialize SYMBOL_OBJ_SECTION.
6673 * spu-tdep.c (spu_catch_start): Update.
6674 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
6675 * symmisc.c (dump_msymbols, print_symbol): Update.
6676 * symtab.c (fixup_section): Don't set 'obj_section'. Change
6677 how fallback section is computed.
6678 (fixup_symbol_section): Update.
6679 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
6680 Update.
6681 (allocate_symbol, initialize_symbol, allocate_template_symbol):
6682 Initialize SYMBOL_SECTION.
6683 * symtab.h (struct general_symbol_info) <section>: Update comment.
6684 <obj_section>: Remove.
6685 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
6686 (SYMBOL_OBJFILE): New macro.
6687
6688 2013-04-08 Tom Tromey <tromey@redhat.com>
6689
6690 * coffread.c (record_minimal_symbol): Update.
6691 * dbxread.c (record_minimal_symbol): Update.
6692 * elfread.c (record_minimal_symbol): Update.
6693 * machoread.c (macho_symtab_add_minsym): Update.
6694 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
6695 Update.
6696 * minsyms.c (prim_record_minimal_symbol): Update.
6697 (prim_record_minimal_symbol_full): Remove 'bfd_section'
6698 argument.
6699 (prim_record_minimal_symbol_and_info): Likewise.
6700 * minsyms.h (prim_record_minimal_symbol_full)
6701 (prim_record_minimal_symbol_and_info): Update.
6702 * symtab.c (allocate_symbol, initialize_symbol)
6703 (allocate_template_symbol): Initialize SYMBOL_SECTION.
6704 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
6705 Update.
6706
6707 2013-04-08 Tom Tromey <tromey@redhat.com>
6708
6709 PR symtab/8423:
6710 * solib-som.c (som_solib_section_offsets): Use BFD section
6711 indices. Set offsets for all sections.
6712 * somread.c (som_symtab_read): Compute BFD section for
6713 symbol. Use prim_record_minimal_symbol_and_info.
6714 (som_symfile_read): Fix comment.
6715 (struct find_section_offset_arg): New.
6716 (find_section_offset, set_section_index): New functions.
6717 (som_symfile_offsets): Use set_section_index to compute
6718 section indices.
6719
6720 2013-04-08 Tom Tromey <tromey@redhat.com>
6721
6722 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
6723 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
6724 gdb_bfd_section_index.
6725 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
6726 New functions.
6727 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
6728 Declare.
6729 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
6730 Update.
6731 * objfiles.c (add_to_objfile_sections_full): New function.
6732 (add_to_objfile_sections): Use it.
6733 (build_section_table): Rewrite.
6734 (objfile_relocate1): Use gdb_bfd_section_index. Update.
6735 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
6736 (struct objfile) <sections>: Update comment.
6737 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
6738 is NULL.
6739 (ALL_OBJSECTIONS): Use it.
6740 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
6741 * solib-frv.c (frv_relocate_main_executable): Update.
6742 * solib-target.c (solib_target_relocate_section_addresses):
6743 Use gdb_bfd_section_index.
6744 * symfile.c (build_section_addr_info_from_section_table):
6745 Use gdb_bfd_section_index.
6746 (build_section_addr_info_from_bfd, place_section): Likewise.
6747 * symtab.c (fixup_section): Update.
6748 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
6749
6750 2013-04-08 Tom Tromey <tromey@redhat.com>
6751
6752 * minsyms.h (struct bound_minimal_symbol): New.
6753 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6754 Remove objfile argument.
6755 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6756 Return bound_minimal_symbol.
6757 * minsyms.c (lookup_minimal_symbol_by_pc_1)
6758 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
6759 Return bound_minimal_symbol.
6760 (in_gnu_ifunc_stub): Update.
6761 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
6762 Remove 'objfile_p' argument.
6763 (lookup_solib_trampoline_symbol_by_pc): Update.
6764 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
6765 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
6766 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
6767 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
6768 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
6769 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
6770 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
6771 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
6772 stack.c, symtab.c, tui/tui-disasm.c: Update.
6773
6774 2013-04-08 Tom Tromey <tromey@redhat.com>
6775
6776 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
6777 Use symbol's obstack, not an objfile.
6778 * coffread.c (process_coff_symbol): Update.
6779 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
6780 * jv-lang.c (add_class_symbol): Update.
6781 * mdebugread.c (new_symbol): Update.
6782 * minsyms.c (prim_record_minimal_symbol_full)
6783 (terminate_minimal_symbol_table): Update.
6784 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
6785 * stabsread.c (define_symbol, read_enum_type): Update.
6786 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
6787 Handle Ada specially.
6788 (symbol_set_language): Add 'obstack' argument.
6789 (symbol_set_names): Update.
6790 (symbol_natural_name, symbol_demangled_name): Always use
6791 ada_decode_symbol.
6792 * symtab.h (struct general_symbol_info)
6793 <language_specific::obstack>: New field.
6794 <ada_mangled>: New field.
6795 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
6796 (symbol_set_language): Update.
6797
6798 2013-04-08 Tom Tromey <tromey@redhat.com>
6799
6800 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
6801 Take an obstack, not an objfile.
6802 (symbol_set_names): Update.
6803 * symtab.h (symbol_set_demangled_name): Update.
6804
6805 2013-04-08 Tom Tromey <tromey@redhat.com>
6806
6807 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
6808 allocate_symbol.
6809 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
6810 (read_func_scope): Call allocate_template_symbol.
6811 (new_symbol_full): Call allocate_symbol.
6812 * jit.c (finalize_symtab): Call allocate_symbol.
6813 * jv-lang.c (add_class_symbol): Call allocate_symbol.
6814 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
6815 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
6816 (common_block_end): Call allocate_symbol.
6817 * symtab.c (allocate_symbol, initialize_symbol)
6818 (allocate_template_symbol): New functions.
6819 * symtab.c (allocate_symbol, initialize_symbol)
6820 (allocate_template_symbol): Declare.
6821 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
6822
6823 2013-04-08 Pedro Alves <palves@redhat.com>
6824 Keith Seitz <keiths@redhat.com>
6825
6826 * breakpoint.c (create_breakpoint): Rename
6827 "parse_condition_and_thread" parameter to "parse_arg". Update
6828 describing comment. If !PARSE_ARG, then error out if ARG is not
6829 the empty string after extracting the location.
6830 * breakpoint.h (create_breakpoint): Rename
6831 "parse_condition_and_thread" parameter to "parse_arg".
6832
6833 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
6834
6835 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
6836
6837 2013-04-07 Yao Qi <yao@codesourcery.com>
6838
6839 * remote.c (remote_trace_find): Change type of parameters 'addr1'
6840 and 'addr2' to CORE_ADDR.
6841 * target.c (update_current_target): Update.
6842 * target.h (struct target_ops) <to_trace_find>: Change parameter
6843 type to CORE_ADDR.
6844 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
6845 'addr2' to CORE_ADDR.
6846 (tfile_trace_find): Likewise.
6847 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
6848 Change local variable 'addr' to type CORE_ADDR.
6849 * tracepoint.h (tfind_1): Update declaration.
6850
6851 2013-04-06 Eli Zaretskii <eliz@gnu.org>
6852
6853 * windows-nat.c (windows_get_absolute_argv0): Move from here...
6854 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
6855 Include main.h.
6856
6857 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
6858 here...
6859 * main.h (windows_get_absolute_argv0): ...to here.
6860
6861 2013-04-05 Doug Evans <dje@google.com>
6862
6863 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
6864 (read_cutu_die_from_dwo): Add comments.
6865 (read_structure_type): Update comment.
6866 (read_enumeration_type, read_namespace_type): Update comment.
6867 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
6868
6869 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6870
6871 Convert man pages to texinfo, new gdbinit.5 texinfo page.
6872 * Makefile.in (gdb.z): Remove.
6873 (install-only): Remove $(man1dir) and gdb.1 installation.
6874 * gdb.1: Remove.
6875
6876 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6877
6878 Fix compatibility with Linux kernel 3.8.3.
6879 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
6880 to more inner block. Remove parsing of NUMBER from outer block.
6881 Parse NUMBER only if KEYWORD has been identified.
6882
6883 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6884
6885 Fix variable name shadowing.
6886 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
6887 filename to mapsfilename and update its uses.
6888
6889 2013-04-05 Eli Zaretskii <eliz@gnu.org>
6890
6891 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
6892 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
6893 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
6894 details of the problem.
6895
6896 2013-04-04 Pedro Alves <palves@redhat.com>
6897 Hui Zhu <hui@codesourcery.com>
6898
6899 * breakpoint.c (validate_commands_for_breakpoint): If validating a
6900 tracepoint, reset its STEP_COUNT and call validate_actionline.
6901
6902 2013-04-03 Doug Evans <dje@google.com>
6903
6904 * dwarf2read.c (read_die_and_siblings_1): Renamed from
6905 read_die_and_siblings.
6906 (read_die_and_siblings): New function.
6907 (read_cutu_die_from_dwo): Dump die if requested.
6908 (read_die_and_children): Call read_full_die_1 and
6909 read_die_and_siblings_1.
6910 (read_full_die): Dump die if requested.
6911
6912 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
6913
6914 * dwarf2read.c (struct dwo_file): New member comp_dir.
6915 Rename member name to dwo_name. All uses updated.
6916 (hash_dwo_file): Include comp_dir in computation.
6917 (eq_dwo_file): Ditto.
6918 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
6919 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
6920
6921 * psymtab.c (read_psymtabs_with_fullname): Don't call
6922 psymtab_to_fullname if the basenames are different.
6923
6924 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6925
6926 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
6927 New entry about "fullname" presence.
6928
6929 2013-04-03 Pedro Alves <palves@redhat.com>
6930
6931 * NEWS: Mention x86_64/Cygwin as new native configuration.
6932
6933 2013-04-02 Doug Evans <dje@google.com>
6934
6935 * dwarf2read.c (read_structure_type): Fix typo in comment.
6936
6937 2013-04-02 Pedro Alves <palves@redhat.com>
6938
6939 * NEWS: Mention "set/show debug aarch64", "set/show debug
6940 coff-pe-read" and "set/show debug mach-o".
6941
6942 2013-04-02 Pedro Alves <palves@redhat.com>
6943
6944 * NEWS: Mention "set/show remote trace-buffer-size-packet".
6945
6946 2013-04-02 Eli Zaretskii <eliz@gnu.org>
6947
6948 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
6949 gdb_string.h is now in common/.
6950
6951 2013-04-02 Pedro Alves <palves@redhat.com>
6952
6953 * NEWS: Move "set debug notification" and "set trace-buffer-size"
6954 under "New options".
6955
6956 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6957
6958 Revert this patch:
6959 PR gdb/15275
6960 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
6961
6962 2013-04-02 Pedro Alves <palves@redhat.com>
6963
6964 PR gdb/15275
6965
6966 * remote.c (send_interrupt_sequence): Use remote_serial_write.
6967 (remote_serial_write): New function.
6968 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
6969
6970 2013-04-01 Jiong Wang <jiwang@tilera.com>
6971
6972 * NEWS: Mention TILE-Gx in "New native configurations" and
6973 "New targets" sections.
6974
6975 2013-04-01 Doug Evans <dje@google.com>
6976
6977 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
6978 (process_enumeration_scope): Simplify.
6979
6980 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
6981 type_unit_group ...
6982 (struct signatured_type): ... to here.
6983 (sig_type_ptr): New typedef.
6984 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
6985 out of union 't'. All uses updated.
6986 (dw2_get_file_names_reader): Assert not called for a type unit.
6987 (dw2_get_file_names): Assert not called for a type unit or type
6988 unit group.
6989 (build_type_psymtabs_reader): Assert called for a type unit.
6990 (build_type_psymtab_dependencies): Assert called for a type unit group.
6991
6992 * dwarf2read.c (free_dwo_file): Add comment.
6993 (dwarf2_per_objfile_free): Unref dwp bfd.
6994
6995 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
6996
6997 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
6998 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
6999 (read_pe_exported_syms): Remove unused 'exportix'.
7000 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7001 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7002 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7003
7004 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7005
7006 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7007 (print_it_watchpoint): Remove unused 'bl'.
7008 (say_where): Remove unused 'uiout'.
7009 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7010 (bkpt_breakpoint_hit): Remove unused 'b'.
7011 (internal_bkpt_print_it): Remove unused 'uiout'.
7012 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7013
7014 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7015
7016 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7017 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7018
7019 2013-03-29 Doug Evans <dje@google.com>
7020
7021 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7022 Delete arg is_dwp. All callers updated.
7023 (open_dwp_file): New function.
7024 (open_and_init_dwp_file): Call it.
7025 (get_dwp_file): New function.
7026 (lookup_dwo_cutu): Call it.
7027
7028 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7029 unnecessary, cleanup.
7030
7031 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7032
7033 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7034 (lookup_dwo_unit): New function.
7035 (init_cutu_and_read_dies): Move DWO handling to new functions.
7036
7037 * dwarf2read.c (struct signatured_type): Tweak comment.
7038 (struct dwo_unit): Tweak comment.
7039 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7040 (create_dwo_debug_info_hash_table): Tweak comment.
7041 (dwarf2_per_cu_offset_and_type): Tweak comment.
7042
7043 * dwarf2read.c (lookup_signatured_type): Remove complaint about
7044 missing .debug_types section.
7045
7046 2013-03-29 Yao Qi <yao@codesourcery.com>
7047
7048 * corelow.c: Include "completer.h".
7049 (_initialize_corelow): Call add_target_with_completer with
7050 argument 'filename_completer'.
7051 * tracepoint.c: Likewise.
7052 * exec.c (_initialize_exec): Likewise.
7053 * target.c (add_target): Rename to ...
7054 (add_target_with_completer): ... this. Call set_cmd_completer
7055 if parameter completer is not NULL.
7056 (add_target): New.
7057 * target.h: Include "command.h".
7058 (add_target_with_completer): Declare it.
7059
7060 2013-03-28 Joel Brobecker <brobecker@adacore.com>
7061
7062 * coffread.c (is_import_fixup_symbol): New function.
7063 (record_minimal_symbol): Use is_import_fixup_symbol to
7064 detect import fixup symbols, and discard them.
7065
7066 2013-03-28 Doug Evans <dje@google.com>
7067
7068 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7069 types hash table until we know we need it.
7070
7071 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7072 index numbers.
7073
7074 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7075 All callers updated.
7076 (dw2_print_stats): Print #read CUs too.
7077 (dump_die_shallow): Print signatured types better.
7078
7079 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7080 info_or_types_section to section. All uses updated.
7081 (struct dwo_unit): Ditto.
7082
7083 2013-03-28 Pedro Alves <palves@redhat.com>
7084
7085 * NEWS (New options): New section.
7086 (New options): Mention set/show remote trace-status-packet.
7087 * remote.c (PACKET_qTStatus): New enumeration value.
7088 (remote_get_trace_status): Skip sending qTStatus if the packet is
7089 disabled. Use packet_ok.
7090 (_initialize_remote): Register a configuration command for
7091 qTStatus packet.
7092
7093 2013-03-28 Doug Evans <dje@google.com>
7094
7095 * symfile.c (find_separate_debug_file): Add comment.
7096 (terminate_after_last_dir_separator): Tweak comment.
7097
7098 * dwarf2read.c (create_partial_symtab): Add forward decl.
7099 (create_partial_symtab): Move to be closer to other psymtab functions.
7100 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7101
7102 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7103 (compute_symtab_includes): Remove unnecessary forward declaration.
7104 (die_needs_namespace): Add comment marking group of functions for
7105 dwarf2 name computation.
7106
7107 * typeprint.c (_initialize_typeprint): Improve type help text.
7108
7109 * python/python.c (finish_python_initialization): Provide suggestion
7110 for how to tell gdb to find its python files.
7111
7112 2013-03-28 Pedro Alves <palves@redhat.com>
7113
7114 PR gdb/15294
7115
7116 * source.c (_initialize_source): Change back "set listsize" to an
7117 integer command.
7118
7119 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
7120
7121 PR gdb/15275
7122 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7123
7124 2013-03-27 Pedro Alves <palves@redhat.com>
7125
7126 * top.c (history_size): Rename to ...
7127 (history_size_setshow_var): ... this. Add comment.
7128 (show_commands): Use readline's 'history_length' instead of
7129 computing the history length by calling history_get in a loop.
7130 (set_history_size_command): Error out for sizes over INT_MAX.
7131 Restore previous history size on invalid size.
7132 (init_history): If HISTSIZE is negative, leave the history size as
7133 zero. Add comments.
7134 (init_main): Adjust.
7135
7136 2013-03-27 Pedro Alves <palves@redhat.com>
7137
7138 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7139 coff_pe_read" command to "set debug coff-pe-read".
7140
7141 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
7142
7143 * record.c (command_size_to_target_size): Fix size comparison.
7144 Change parameter type from pointer to integer to integer.
7145 Update all users.
7146
7147 2013-03-27 Pierre Muller <muller@sourceware.org>
7148
7149 * windows-nat.c (handle_output_debug_string): Avoid typecast
7150 from integer of different size warning.
7151
7152 2013-03-26 Joel Brobecker <brobecker@adacore.com>
7153
7154 * windows-nat.c (handle_output_debug_string): Add empty line
7155 after local block variable definition.
7156
7157 2013-03-26 Pedro Alves <palves@redhat.com>
7158
7159 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7160 (net_open): Make 'polls' local unsigned.
7161
7162 2013-03-26 Pedro Alves <palves@redhat.com>
7163
7164 * remote.c (_initialize_remote): Make "set remoteaddresssize"
7165 a zuinteger command instead of uinteger.
7166
7167 2013-03-26 Pedro Alves <palves@redhat.com>
7168
7169 * record-full.c (record_full_insn_num): Make it unsigned.
7170 (record_full_check_insn_num, record_full_message)
7171 (record_full_registers_change, record_full_xfer_partial): Remove
7172 record_full_insn_max_num check (it's always != 0).
7173 (record_full_info, record_full_restore): Use %u as format string.
7174 (): Use %u as format string.
7175 (set_record_full_insn_max_num): Remove record_full_insn_max_num
7176 check (it's always != 0).
7177
7178 2013-03-26 Pedro Alves <palves@redhat.com>
7179
7180 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7181 and "set dcache size" commands zuinteger instead of uinteger.
7182
7183 2013-03-26 Pedro Alves <palves@redhat.com>
7184
7185 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7186 command zuinteger instead of uinteger.
7187
7188 2013-03-26 Pedro Alves <palves@redhat.com>
7189
7190 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7191 zuinteger instead of uinteger.
7192
7193 2013-03-26 Pedro Alves <palves@redhat.com>
7194
7195 * record.c (record_insn_history_size_setshow_var)
7196 (record_call_history_size_setshow_var): New globals.
7197 (command_size_to_target_size): New function.
7198 (cmd_record_insn_history, cmd_record_call_history): Use
7199 command_size_to_target_size instead of cast.
7200 (validate_history_size, set_record_insn_history_size)
7201 (set_record_call_history_size): New functions.
7202 (_initialize_record): Install set_record_insn_history_size and
7203 set_record_call_history_size as "set" hooks of "set record
7204 instruction-history-size" and "set record
7205 function-call-history-size".
7206
7207 2013-03-26 Pedro Alves <palves@redhat.com>
7208
7209 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7210 use with history_max_entries use. Remove FIXME note.
7211
7212 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
7213
7214 * record-btrace.c (record_btrace_close): Call
7215 record_btrace_auto_disable.
7216
7217 2013-03-25 Joel Brobecker <brobecker@adacore.com>
7218
7219 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7220
7221 2013-03-25 Doug Evans <dje@google.com>
7222
7223 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7224
7225 2013-03-25 Tom Tromey <tromey@redhat.com>
7226
7227 PR symtab/11462:
7228 * c-exp.y (exp): Add new productions for destructors after '.' and
7229 '->'.
7230 (write_destructor_name): New function.
7231
7232 2013-03-25 Tom Tromey <tromey@redhat.com>
7233
7234 PR c++/9197:
7235 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7236 value_struct_elt, not lookup_struct_elt_type.
7237 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7238 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7239 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7240
7241 2013-03-25 Yao Qi <yao@codesourcery.com>
7242
7243 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7244 instead of '_mkdir'.
7245
7246 2013-03-23 Eli Zaretskii <eliz@gnu.org>
7247
7248 * windows-nat.c (windows_get_absolute_argv0): New function.
7249 * windows-nat.h: Add its prototype.
7250
7251 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7252 Use IS_DIR_SEPARATOR instead of looking for a character inside
7253 SLASH_STRING. Include filenames.h.
7254 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7255 relocate_gdb_directory works when passed gdb_program_name.
7256 Include windows-nat.h.
7257
7258 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7259
7260 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7261 * remote.c (trace_error): Remove the special handling of '2'.
7262 (readchar) <SERIAL_EOF>
7263 (readchar) <SERIAL_ERROR>
7264 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7265 (remote_get_trace_status): Call throw_exception if EX is
7266 TARGET_CLOSE_ERROR.
7267 * utils.c (perror_with_name): Rename to ...
7268 (throw_perror_with_name): ... here. New parameter errcode, describe it
7269 in the function comment.
7270 (perror_with_name): New function wrapper.
7271 * utils.h (enum errors): New stub declaration.
7272 (throw_perror_with_name): New declaration.
7273
7274 2013-03-22 Pedro Alves <palves@redhat.com>
7275 Yao Qi <yao@codesourcery.com>
7276 Mark Kettenis <kettenis@gnu.org>
7277
7278 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7279 Don't let the user set the value to UINT_MAX directly.
7280 <var_integer>: Don't let the user set the value to INT_MAX
7281 directly.
7282
7283 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7284
7285 * remote.c (remote_unpush_target): New function.
7286 (remote_open_1): Remove two pop_target calls, update one comment, add
7287 comment to target_preopen call. Replace pop_target call by
7288 remote_unpush_target call.
7289 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7290 pop_target calls by remote_unpush_target calls.
7291
7292 2013-03-22 Pedro Alves <palves@redhat.com>
7293
7294 * linux-nat.c (linux_child_follow_fork): Don't call
7295 linux_enable_event_reporting.
7296 (linux_handle_extended_wait): Don't call
7297 linux_enable_event_reporting.
7298
7299 2013-03-22 Pedro Alves <palves@redhat.com>
7300
7301 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7302 use it to rewrite the trampoline buffers with type gdb_byte[], and
7303 undefine the macro. Remove char* cast.
7304
7305 2013-03-21 Doug Evans <dje@google.com>
7306
7307 New commands "mt set per-command {space,time,symtab} {on,off}".
7308 * NEWS: Add entry.
7309 * event-top.c: #include "maint.h".
7310 * main.c: #include "maint.h".
7311 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7312 timeval-utils.h, maint.h, cli/cli-setshow.h.
7313 (per_command_time, per_command_space): New static globals.
7314 (per_command_symtab): New static global.
7315 (per_command_setlist, per_command_showlist): New static globals.
7316 (struct cmd_stats): Move here from utils.c.
7317 (set_per_command_time): Renamed from set_display_time in utils.c
7318 and moved here. All callers updated.
7319 (set_per_command_space): Renamed from set_display_space in utils.c
7320 and moved here. All callers updated.
7321 (count_symtabs_and_blocks): New function.
7322 (report_command_stats): Moved here from utils.c. Add support for
7323 printing symtab stats. Only print data if enabled before command
7324 executed.
7325 (make_command_stats_cleanup): Ditto.
7326 (sert_per_command_cmd, show_per_command_cmd): New functions.
7327 (_initialize_maint_cmds): Add new commands
7328 mt set per-command {space,time,symtab} {on,off}.
7329 * maint.h: New file.
7330 * top.c: #include "maint.h".
7331 * utils.c (reset_prompt_for_continue_wait_time): New function.
7332 (get_prompt_for_continue_wait_time): New function.
7333 * utils.h (reset_prompt_for_continue_wait_time): Declare
7334 (get_prompt_for_continue_wait_time): Declare.
7335 (make_command_stats_cleanup): Moved to maint.h.
7336 (set_display_time, set_display_space): Moved to maint.h and renamed
7337 to set_per_command_time, set_per_command_space.
7338 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7339 parse_binary_operation and made non-static. Don't call error,
7340 just return an error marker. All callers updated.
7341 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7342
7343 2013-03-21 Tom Tromey <tromey@redhat.com>
7344
7345 * symfile.c (alloc_section_addr_info): Update header. Don't set
7346 'num_sections' field.
7347 (build_section_addr_info_from_section_table): Set 'num_sections'.
7348 (build_section_addr_info_from_bfd): Likewise.
7349 (build_section_addr_info_from_objfile): Remove dead loop
7350 condition.
7351 (free_section_addr_info): Unconditionally call xfree.
7352 (relative_addr_info_to_section_offsets, addrs_section_sort)
7353 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7354 condition.
7355 (syms_from_objfile_1): Remove dead 'if' condition. Check
7356 'num_sections'.
7357 (add_symbol_file_command): Set 'num_sections'.
7358 * symfile-mem.c (symbol_file_add_from_memory): Set
7359 'num_sections'.
7360 * somread.c (som_symfile_offsets): Remove dead loop condition.
7361 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7362 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7363
7364 2013-03-21 Tom Tromey <tromey@redhat.com>
7365
7366 * tracepoint.h (decode_agent_options): Add 'trace_string'
7367 argument.
7368 * tracepoint.c (decode_agent_options): Add 'trace_string'
7369 argument.
7370 (validate_actionline): Update.
7371 (collect_symbol): Add 'trace_string' argument.
7372 (struct add_local_symbols_data) <trace_string>: New field.
7373 (do_collect_symbol): Update.
7374 (add_local_symbols): Add 'trace_string' argument.
7375 (encode_actions_1): Update.
7376 (trace_dump_actions): Update.
7377 * dwarf2loc.c (access_memory): Update.
7378 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7379 * ax-general.c (new_agent_expr): Update.
7380 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7381 (gen_trace_for_return_address): Add argument.
7382 (trace_kludge, trace_string_kludge): Remove.
7383 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7384 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7385 (gen_trace_for_var): Add 'trace_string' argument.
7386 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7387 (gen_printf, agent_eval_command_one): Update.
7388
7389 2013-03-21 Tom Tromey <tromey@redhat.com>
7390
7391 PR exp/15109:
7392 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
7393 Handle FILENAME token.
7394
7395 2013-03-21 Tom Tromey <tromey@redhat.com>
7396
7397 * c-exp.y (YYPRINT): Define.
7398 (c_print_token): New function.
7399
7400 2013-03-21 Tom Tromey <tromey@redhat.com>
7401
7402 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
7403
7404 2013-03-21 Yao Qi <yao@codesourcery.com>
7405
7406 * ctf.c: Include "gdb_stat.h".
7407 [USE_WIN32API]: New macro 'mkdir'.
7408 (ctf_start): Use permission bits macros if they are defined.
7409
7410 2013-03-20 Keith Seitz <keiths@redhat.com>
7411
7412 * breakpoint.h (struct breakpoint): Add comment to
7413 extra_string indicating that this member is mallod'd.
7414 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
7415
7416 2013-03-20 Pedro Alves <palves@redhat.com>
7417
7418 PR gdb/15289
7419
7420 * cli/cli-setshow.c (do_set_command)
7421 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
7422 the result of parsing the command argument. Throw error if the
7423 value is greater than UINT_MAX. Print the invalid value with
7424 plongest.
7425 <var_integer, var_zinteger>: Use LONGEST for variable holding the
7426 result of parsing the command argument. Throw error if the value
7427 is greater than INT_MAX, not greater or equal. Also throw error
7428 if the value is less than INT_MIN. Print the invalid value with
7429 plongest.
7430 <var_zuinteger_unlimited>: Throw error if the value is greater
7431 than INT_MAX, not greater or equal.
7432 (do_show_command) <var_integer, var_zinteger,
7433 var_zuinteger_unlimited>: Use %d for printing int, not %u.
7434
7435 2013-03-20 Tom Tromey <tromey@redhat.com>
7436
7437 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
7438 if possible.
7439 * dwarf2read.c (read_func_scope): Remove old FIXME.
7440 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
7441 not LOC_COMPUTED.
7442 * findvar.c (symbol_read_needs_frame, default_read_var_value):
7443 Unconditionally call via computed ops, if possible.
7444 * printcmd.c (address_info): Unconditionally call via computed ops,
7445 if possible.
7446 * stack.c (read_frame_arg): Unconditionally call via computed ops,
7447 if possible.
7448 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
7449 * tracepoint.c (scope_info): Unconditionally call via computed ops,
7450 if possible.
7451
7452 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7453 Tom Tromey <tromey@redhat.com>
7454
7455 PR symtab/8421:
7456 * coffread.c (coff_register_index): New global.
7457 (process_coff_symbol, coff_read_enum_type): Set
7458 SYMBOL_ACLASS_INDEX.
7459 (_initialize_coffread): Initialize new global.
7460 * dwarf2loc.c (locexpr_find_frame_base_location)
7461 (dwarf2_block_frame_base_locexpr_funcs)
7462 (loclist_find_frame_base_location)
7463 (dwarf2_block_frame_base_loclist_funcs): New.
7464 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
7465 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
7466 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
7467 (dwarf2_block_frame_base_loclist_funcs): New.
7468 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
7469 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
7470 globals.
7471 (read_func_scope): Update.
7472 (fixup_go_packaging, mark_common_block_symbol_computed)
7473 (var_decode_location, new_symbol_full, dwarf2_const_value):
7474 Set SYMBOL_ACLASS_INDEX.
7475 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
7476 (_initialize_dwarf2_read): Initialize new globals.
7477 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
7478 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
7479 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
7480 globals.
7481 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
7482 (_initialize_mdebugread): Initialize new globals.
7483 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
7484 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
7485 (stab_register_index, stab_regparm_index): New globals.
7486 (define_symbol, read_enum_type, common_block_end): Set
7487 SYMBOL_ACLASS_INDEX.
7488 (_initialize_stabsread): Initialize new globals.
7489 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
7490 globals.
7491 (MAX_SYMBOL_IMPLS): New define.
7492 (register_symbol_computed_impl, register_symbol_block_impl)
7493 (register_symbol_register_impl)
7494 (initialize_ordinary_address_classes): New functions.
7495 (_initialize_symtab): Call initialize_ordinary_address_classes.
7496 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
7497 (struct symbol_impl): New.
7498 (SYMBOL_ACLASS_BITS): New define.
7499 (struct symbol) <aclass, ops>: Remove fields.
7500 <aclass_index>: New field.
7501 (symbol_impls): Declare.
7502 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
7503 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
7504 (register_symbol_computed_impl, register_symbol_block_impl)
7505 (register_symbol_register_impl): Declare.
7506 (struct symbol_computed_ops): Add location_has_loclist.
7507 (struct symbol_block_ops): New.
7508 (SYMBOL_BLOCK_OPS): New.
7509 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
7510
7511 2013-03-20 Tom Tromey <tromey@redhat.com>
7512
7513 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
7514 (print_partial_symbols, recursively_search_psymtabs): Use
7515 PSYMBOL_CLASS.
7516
7517 2013-03-20 Pierre Muller <muller@sourceware.org>
7518
7519 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
7520 addtion, subtraction, multiplication and division binary operator.
7521
7522 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7523
7524 Code cleanup.
7525 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
7526 * bsd-kvm.c (bsd_kvm_close): Likewise.
7527 * bsd-uthread.c (bsd_uthread_close): Likewise.
7528 * corelow.c (core_close): Likewise.
7529 (core_close_cleanup): Remove parameter quitting from a caller.
7530 * event-top.c (async_disconnect): Likewise.
7531 * exec.c (exec_close_1): Remove parameter quitting.
7532 * go32-nat.c (go32_close): Likewise.
7533 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
7534 parameter quitting from a caller.
7535 * mips-linux-nat.c (super_close): Remove parameter quitting from the
7536 variable.
7537 (mips_linux_close): Remove parameter quitting. Remove parameter
7538 quitting from a caller.
7539 * monitor.c (monitor_close): Remove parameter quitting.
7540 * monitor.h (monitor_close): Likewise.
7541 * record-btrace.c (record_btrace_close): Likewise.
7542 * record-full.c (record_full_close): Likewise.
7543 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
7544 it also from fprintf_unfiltered.
7545 * remote-mips.c (mips_close): Remove parameter quitting.
7546 (mips_detach): Remove parameter quitting from a caller.
7547 * remote-sim.c (gdbsim_close): Remove parameter quitting.
7548 (gdbsim_close): Remove duplicate function comment. Remove parameter
7549 quitting and remove it also from printf_filtered.
7550 * remote.c (remote_close): Remove parameter quitting.
7551 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
7552 * target.c (update_current_target): Remove parameter int from to_close
7553 de_fault.
7554 (push_target, unpush_target, pop_target): Remove parameter quitting from
7555 a caller.
7556 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
7557 Remove parameter quitting from a caller.
7558 (target_preopen): Remove parameter quitting from a caller.
7559 (target_close): Remove parameter quitting. Remove parameter quitting
7560 from a caller two times. Remove parameter quitting also from
7561 fprintf_unfiltered.
7562 * target.h (struct target_ops): Remove parameter quitting and as int
7563 from fields to_xclose and to_close.
7564 (extern struct target_ops current_target):
7565 (target_close, pop_all_targets): Remove parameter quitting. Update the
7566 comment.
7567 (pop_all_targets_above): Remove parameter quitting.
7568 * top.c (quit_target): Remove parameter quitting from a caller.
7569 * tracepoint.c (tfile_close): Remove parameter quitting.
7570 * windows-nat.c (windows_close): Remove parameter quitting.
7571
7572 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
7573
7574 * windows-nat.c (handle_output_debug_string): Replace call
7575 to string_to_core_addr with call to strtoull.
7576
7577 2013-03-20 Yao Qi <yao@codesourcery.com>
7578
7579 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
7580 and write it to CTF metadata.
7581
7582 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
7583
7584 * windows-nat.c (handle_output_debug_string): Change type of n to
7585 SIZE_T to avoid crash on 64 bit systems.
7586
7587 2013-03-17 Eli Zaretskii <eliz@gnu.org>
7588
7589 * python/python-internal.h (HAVE_SNPRINTF)
7590 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
7591 about redefinition of snprintf by pyerrors.h.
7592
7593 2013-03-15 Steve Ellcey <sellcey@mips.com>
7594
7595 * remote-sim.c (sim_command_completer): Make char arguments const.
7596
7597 2013-03-15 Tom Tromey <tromey@redhat.com>
7598
7599 PR c++/15116:
7600 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
7601
7602 2013-03-14 Tom Tromey <tromey@redhat.com>
7603
7604 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
7605 New fields.
7606 (get_file_crc): Move from symfile.c.
7607 (gdb_bfd_crc): New function.
7608 * gdb_bfd.h (gdb_bfd_crc): Declare.
7609 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
7610 * symfile.c (get_file_crc): Move to gdb_bfd.c.
7611 (separate_debug_file_exists): Use gdb_bfd_crc.
7612
7613 2013-03-14 Tom Tromey <tromey@redhat.com>
7614
7615 * symfile.c (get_debug_link_info): Remove.
7616 (find_separate_debug_file_by_debuglink): Use
7617 bfd_get_debug_link_info.
7618
7619 2013-03-14 Tom Tromey <tromey@redhat.com>
7620
7621 * symtab.c (error_in_psymtab_expansion): New function.
7622 (lookup_symbol_aux_quick)
7623 (basic_lookup_transparent_type_quick): Remove "last resort"
7624 code. Use error_in_psymtab_expansion.
7625
7626 2013-03-14 Doug Evans <dje@google.com>
7627 Jan Kratochvil <jan.kratochvil@redhat.com>
7628
7629 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
7630 any successful compare_filenames_for_search or FILENAME_CMP.
7631 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
7632 * symtab.c (iterate_over_some_symtabs): Likewise.
7633
7634 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7635
7636 * source.c (print_source_lines_base): Make a local copy of
7637 symtab_to_fullname.
7638
7639 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
7640 Jan Kratochvil <jan.kratochvil@redhat.com>
7641
7642 * source.c (print_source_lines_base): Suppress "file" for TUI.
7643
7644 2013-03-14 Keith Seitz <keiths@redhat.com>
7645 Alan Matsuoka <alanm@redhat.com>
7646
7647 PR c++/15203
7648 PR c++/15210
7649 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
7650 TYPE_CODE_METHOD.
7651 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
7652 symbols.
7653
7654 2013-03-14 Yao Qi <yao@codesourcery.com>
7655
7656 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
7657 status to tfile if trace is stopped by command 'tstop'.
7658
7659 2013-03-14 Yao Qi <yao@codesourcery.com>
7660
7661 * tracepoint.c (tfile_write_status): Write trace notes and user
7662 name into tfile if they are not NULL.
7663
7664 2013-03-14 Hui Zhu <hui@codesourcery.com>
7665 Yao Qi <yao@codesourcery.com>
7666
7667 * Makefile.in (REMOTE_OBS): Add ctf.o.
7668 (SFILES): Add ctf.c.
7669 (HFILES_NO_SRCDIR): Add ctf.h.
7670 * ctf.c, ctf.h: New files.
7671 * tracepoint.c: Include 'ctf.h'.
7672 (collect_pseudocommand): Remove static.
7673 (trace_save_command): Parse option "-ctf".
7674 Produce different trace file writers per option.
7675 Adjust output message.
7676 (trace_save_tfile, trace_save_ctf): New.
7677 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
7678 * mi/mi-main.c: Include 'ctf.h'.
7679 (mi_cmd_trace_save): Handle option '-ctf'. Call either
7680 trace_save_tfile or trace_save_ctf.
7681 * NEWS: Mention these changes.
7682
7683 2013-03-14 Yao Qi <yao@codesourcery.com>
7684
7685 * tracepoint.c (trace_file_writer_xfree): New.
7686 (struct tfile_writer_data): New.
7687 (tfile_dtor, tfile_can_target_save, tfile_start): New.
7688 (tfile_write_header, tfile_write_regblock_type): New.
7689 (tfile_write_status, tfile_write_uploaded_tsv): New.
7690 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
7691 (tfile_write_raw_data, (tfile_end): New.
7692 (tfile_write_ops): New global variable.
7693 (TRACE_WRITE_R_BLOCK): New macro.
7694 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
7695 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
7696 (TRACE_WRITE_V_BLOCK): New macro.
7697 (trace_save): Add extra one parameter WRITER. Make it static.
7698 Use WRITER to writer trace.
7699 (tfile_trace_file_writer_new): New.
7700 (trace_save_command): Caller update.
7701 (trace_save_tfile): Write trace data in TFILE format.
7702 * tracepoint.h (struct trace_frame_write_ops): New.
7703 (struct trace_file_write_ops): New.
7704 (struct trace_file_writer): New.
7705 (trace_save): Remove its declaration.
7706 (trace_save_tfile): Declare it.
7707 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
7708 instead of trace_save.
7709
7710 2013-03-13 Pedro Alves <palves@redhat.com>
7711
7712 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
7713
7714 2013-03-13 Pedro Alves <palves@redhat.com>
7715
7716 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
7717 commented out code.
7718 * demangle.c (current_demangling_style_string): Make it const.
7719 (set_demangling_command): Assert the demangling style is known.
7720 Remove all handling of unknown styles. Set
7721 'current_demangling_style_string' to an element of the
7722 demangling_style_names array.
7723 (set_demangling_style): Delete.
7724 (_initialize_demangler): Set current_demangling_style_string to the
7725 element of the demangling_style_names array that corresponds to
7726 the default demangling style. Remove FIXME note. Don't call
7727 set_demangling_style.
7728 * gdb-demangle.h (set_demangling_style): Remove declaration.
7729
7730 2013-03-13 Pedro Alves <palves@redhat.com>
7731
7732 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
7733 fields const.
7734 (ada_make_symbol_completion_list): Make "text0" parameter const.
7735 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
7736 * breakpoint.c (condition_completer): Make "text" and "word"
7737 parameters const. Adjust.
7738 (check_tracepoint_command): Adjust to validate_actionline
7739 prototype change.
7740 (catch_syscall_completer): Make "text" and "word" parameters
7741 const.
7742 * cli/cli-cmds.c (show_user): Make "comname" local const.
7743 (valid_command_p): Make "command" parameter const.
7744 (alias_command): Make "alias_prefix" and "command_prefix" locals
7745 const.
7746 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
7747 (add_alias_cmd): Make "name" and "oldname" parameters const.
7748 Adjust. No longer make copy of OLDNAME.
7749 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
7750 (add_setshow_cmd_full, add_setshow_enum_cmd)
7751 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7752 (add_setshow_filename_cmd, add_setshow_string_cmd)
7753 (add_setshow_string_noescape_cmd)
7754 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7755 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7756 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
7757 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
7758 Make "name" parameter const.
7759 (help_cmd): Rename "command" parameter to "arg". New const local
7760 "command".
7761 (find_cmd): Make "command" parameter const.
7762 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
7763 deprecated_cmd_warning prototype change.
7764 (undef_cmd_error): Make "cmdtype" parameter const.
7765 (lookup_cmd): Make "line" parameter const.
7766 (deprecated_cmd_warning): Change type of "text" parameter to
7767 pointer to const char, from pointer to pointer to char. Adjust.
7768 (lookup_cmd_composition): Make "text" parameter const.
7769 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
7770 parameters const.
7771 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
7772 const.
7773 * cli/cli-script.c (validate_comname): Make "tem" local const.
7774 (define_command): New const local "tem_c". Use it in calls to
7775 lookup_cmd.
7776 (document_command): Make "tem" and "comfull" locals const.
7777 (show_user_1): Make "prefix" and "name" parameters const.
7778 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
7779 const.
7780 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
7781 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
7782 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
7783 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
7784 (complete_on_enum, add_setshow_enum_cmd)
7785 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
7786 (add_setshow_filename_cmd, add_setshow_string_cmd)
7787 (add_setshow_string_noescape_cmd)
7788 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
7789 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
7790 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
7791 Change prototypes, constifying strings.
7792 * completer.c (noop_completer, filename_completer): Make "text"
7793 and "prefix" parameters const.
7794 (location_completer, expression_completer)
7795 (complete_line_internal): Make "text" and "prefix" parameters
7796 const and adjust.
7797 (command_completer, signal_completer): Make "text" and "prefix"
7798 parameters const.
7799 * completer.h (noop_completer, filename_completer)
7800 (expression_completer, location_completer, command_completer)
7801 (signal_completer): Change prototypes.
7802 * corefile.c (complete_set_gnutarget): Make "text" and "word"
7803 parameters const.
7804 * cp-abi.c (cp_abi_completer): Likewise.
7805 * expression.h (parse_expression_for_completion): Change
7806 prototype.
7807 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
7808 parameters const.
7809 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
7810 * infrun.c (handle_completer): Make "text" and "word" parameters
7811 const.
7812 * interps.c (interpreter_completer): Make "text" and "word"
7813 parameters const.
7814 * language.h (struct language_defn)
7815 <la_make_symbol_completion_list>: Make "text" and "word"
7816 parameters const.
7817 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
7818 (parse_exp_in_context): Rename to ...
7819 (parse_exp_in_context_1): ... this.
7820 (parse_exp_in_context): Reimplement, with const hack from
7821 parse_exp_1.
7822 (parse_expression_for_completion): Make "string" parameter const.
7823 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
7824 to pointer to const char. Adjust.
7825 (print_command_1): Make "exp" parameter const.
7826 (output_command): Rename to ...
7827 (output_command_const): ... this. Make "exp" parameter const.
7828 (output_command): Reimplement.
7829 (x_command): Adjust.
7830 (display_command): Rename "exp" parameter to "arg". New "exp"
7831 local, const version of "arg".
7832 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
7833 "cmd_name" local const.
7834 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
7835 call.
7836 (cmdpy_completer): Make "text" and "word" parameters const.
7837 (gdbpy_parse_command_name): Make "prefix_text2" local const.
7838 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
7839 const.
7840 * remote.c (_initialize_remote): Make "cmd_name" local const.
7841 * symtab.c (language_search_unquoted_string): Make "text" and "p"
7842 parameters const. Adjust.
7843 (completion_list_add_fields): Make "sym_text", "text" and "word"
7844 parameters const.
7845 (struct add_name_data) <sym_text, text, word>: Make fields const.
7846 (default_make_symbol_completion_list_break_on): Make "text" and
7847 "word" parameters const. Adjust locals.
7848 (default_make_symbol_completion_list)
7849 (make_symbol_completion_list, make_symbol_completion_type)
7850 (make_symbol_completion_list_fn): Make "text" and "word"
7851 parameters const.
7852 (make_file_symbol_completion_list): Make "text", "word" and
7853 "srcfile" parameters const. Adjust locals.
7854 (add_filename_to_list): Make "text" and "word" parameters const.
7855 (struct add_partial_filename_data) <text, word>: Make fields
7856 const.
7857 (make_source_files_completion_list): Make "text" and "word"
7858 parameters const.
7859 * symtab.h (default_make_symbol_completion_list_break_on)
7860 (default_make_symbol_completion_list, make_symbol_completion_list)
7861 (make_symbol_completion_type enum type_code)
7862 (make_symbol_completion_list_fn make_file_symbol_completion_list)
7863 (make_source_files_completion_list): Change prototype.
7864 * top.c (execute_command): Adjust to pass pointer to pointer to
7865 const char to lookup_cmd, and to deprecated_cmd_warning prototype
7866 change.
7867 (set_verbose): Make "cmdname" local const.
7868 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
7869 and adjust.
7870 (validate_actionline): Make "line" parameter a pointer to const
7871 char, and adjust.
7872 (encode_actions_1): Make "action_exp" local const, and adjust.
7873 (encode_actions): Adjust.
7874 (replace_comma): Delete.
7875 (trace_dump_actions): Make "action_exp" and "next_comma" locals
7876 const, and adjust. Don't frob the action string while splitting
7877 it at commas. Instead, make a copy of each split substring in
7878 turn.
7879 (trace_dump_command): Adjust to validate_actionline prototype
7880 change.
7881 * tracepoint.h (decode_agent_options, decode_agent_options)
7882 (encode_actions, validate_actionline): Change prototypes.
7883 * valprint.h (output_command): Delete declaration.
7884 (output_command_const): Declare.
7885 * value.c (function_destroyer): Cast const away in xfree call.
7886
7887 2013-03-13 Pedro Alves <palves@redhat.com>
7888
7889 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
7890 rather than casting 'const char * const *' to 'const char **'.
7891 * ada-lex.l (processInt): Make "trailer" local const. Remove
7892 'const char **' cast.
7893 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
7894 locals, and use those as strtol output pointer, instead than doing
7895 invalid casts to from 'const char **' to 'char **'.
7896 (_initialize_demangle): Remove cast.
7897 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
7898 locals, and use those as strtol output pointer, instead than doing
7899 invalid casts to from 'const char **' to 'char **'.
7900 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
7901 casts.
7902 * stap-probe.c (stap_parse_register_operand)
7903 (stap_parse_single_operand): Likewise.
7904
7905 2013-03-13 Yao Qi <yao@codesourcery.com>
7906
7907 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
7908 the last matched 'V' blcok in trace frame.
7909
7910 2013-03-12 Joel Brobecker <brobecker@adacore.com>
7911
7912 * NEWS: Create a new section for the next release branch.
7913 Rename the section of the current branch, now that it has
7914 been cut.
7915
7916 2013-03-12 Joel Brobecker <brobecker@adacore.com>
7917
7918 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
7919 * version.in: Bump version to 7.6.50.20130312-cvs.
7920
7921 2013-03-12 Keith Seitz <keiths@redhat.com>
7922
7923 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
7924 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
7925 Remove temporary copy of input string.
7926 (mi_execute_command_wrapper): Make "cmd" const.
7927 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
7928 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
7929 Use const strings.
7930 (mi_parse): Make "cmd" const.
7931 Use const strings.
7932 * mi/mi-parse.h (mi_parse): Make "cmd" const.
7933
7934 2013-03-12 Keith Seitz <keiths@redhat.com>
7935
7936 * ada-lang.c (ada_read_renaming_var_value): Pass const
7937 pointer to expression string to parse_exp_1.
7938 (create_excep_cond_exprs): Likewise.
7939 * ax-gdb.c (agent_eval_command_one): Likewise.
7940 (maint_agent_printf_command): Likewise.
7941 Constify much of the string handling/parsing.
7942 * breakpoint.c (set_breakpoint_condition): Pass const
7943 pointer to expression string to parse_exp_1.
7944 (update_watchpoint): Likewise.
7945 (parse_cmd_to_aexpr): Constify string handling.
7946 Pass const pointer to parse_exp_1.
7947 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
7948 (find_condition_and_thread): Likewise.
7949 Make TOK const.
7950 (watch_command_1): Make "arg" const.
7951 Constify string handling.
7952 Copy the expression string instead of changing the input
7953 string.
7954 (update_breakpoint_location): Pass const pointer to
7955 parse_exp_1.
7956 * eval.c (parse_and_eval_address): Make "exp" const.
7957 (parse_to_comma_and_eval): Make "expp" const.
7958 (parse_and_eval): Make "exp" const.
7959 * expression.h (parse_expression): Make argument const.
7960 (parse_exp_1): Make first argument const.
7961 * findcmd.c (parse_find_args): Treat "args" as const.
7962 * linespec.c (parse_linespec): Pass const pointer to
7963 linespec_expression_to_pc.
7964 (linespec_expression_to_pc): Make "exp_ptr" const.
7965 * parse.c (parse_exp_1): Make "stringptr" const.
7966 Make a copy of the expression to pass to parse_exp_in_context until
7967 this whole interface can be constified.
7968 (parse_expression): Make "string" const.
7969 * printcmd.c (ui_printf): Treat "arg" as const.
7970 Handle const strings.
7971 * tracepoint.c (validate_actionline): Pass const pointer to
7972 all calls to parse_exp_1.
7973 (encode_actions_1): Likewise.
7974 * value.h (parse_to_comma_and_eval): Make argument const.
7975 (parse_and_eval_address): Likewise.
7976 (parse_and_eval): Likewise.
7977 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
7978 (varobj_set_value): Likewise.
7979 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
7980 constify string handling.
7981 Pass const pointers to parse_and_eval_address and
7982 parse_to_comman_and_eval.
7983 * cli/cli-utils.c (skip_to_space): Rename to ...
7984 (skip_to_space_const): ... this. Handle const strings.
7985 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
7986 skip_to_space_const.
7987 (skip_to_space_const): Declare.
7988 * common/format.c (parse_format_string): Make "arg" const.
7989 Handle const strings.
7990 * common/format.h (parse_format_string): Make "arg" const.
7991 * gdbserver/ax.c (ax_printf): Make "format" const.
7992 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
7993 of the expression string.
7994
7995 2013-03-12 Hui Zhu <hui@codesourcery.com>
7996
7997 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
7998
7999 2013-03-12 Yao Qi <yao@codesourcery.com>
8000 Hui Zhu <hui@codesourcery.com>
8001
8002 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8003 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8004 DW_OP_deref_size.
8005
8006 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
8007
8008 * ada-lex.l (rules): Only recognize 'thread' as a
8009 delimiter when followed by numerals, as for c-exp.y.
8010 Use new rewind_to_char function to rewind the input for
8011 expression-delimiting tokens.
8012 (rewind_to_char): New function.
8013
8014 2013-03-11 Pedro Alves <palves@redhat.com>
8015 Jan Kratochvil <jan.kratochvil@redhat.com>
8016
8017 * configure: Regenerate.
8018 * configure.ac (check dynamic export flag): Link python test with
8019 $PYTHON_LIBS.
8020
8021 2013-03-11 Doug Evans <dje@google.com>
8022 Keith Seitz <keiths@redhat.com>
8023
8024 * linespec.c (find_linespec_symbols): Call find_function_symbols
8025 first, and then call lookup_prefix_sym/find_method.
8026
8027 2013-03-11 Pedro Alves <palves@redhat.com>
8028
8029 * charset.c (convert_between_encodings): Don't cast between
8030 different pointer to pointer types. Instead, make the 'inp' local
8031 be of the type iconv expects.
8032 (wchar_iterate): Don't cast between different pointer to pointer
8033 types. Instead, use new pointer local of the type iconv expects.
8034 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8035 Add new local of type char pointer, and use it to get a
8036 char/string view of the byte buffer, instead of casting between
8037 pointer to pointer types.
8038
8039 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
8040
8041 * remote.c (remote_set_trace_buffer_size): Move != operator
8042 to the start of next line to fix an ARI warning.
8043
8044 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8045
8046 * NEWS: Add record changes.
8047
8048 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8049
8050 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8051 the instruction history disassembly.
8052 * disasm.c (dump_insns): Omit the pc prefix, if requested.
8053 * disasm.h (DISASSEMBLY_OMIT_PC): New.
8054
8055 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8056
8057 * Makefile.in (SFILES): Add record-btrace.c
8058 (COMMON_OBS): Add record-btrace.o
8059 * record-btrace.c: New.
8060 * objfiles.c: Include btrace.h.
8061 (free_objfile): call btrace_free_objfile.
8062
8063 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8064
8065 * target.c (target_call_history, target_call_history_from,
8066 target_call_history_range): New.
8067 * target.h (target_ops) <to_call_history, to_call_history_from,
8068 to_call_history_range>: New fields.
8069 (target_call_history, target_call_history_from,
8070 target_call_history_range): New declaration.
8071 * record.c (get_call_history_modifiers, cmd_record_call_history,
8072 record_call_history_size): New.
8073 (_initialize_record): Add the "record function-call-history" command.
8074 Add "set/show record function-call-history-size" commands.
8075 * record.h (record_print_flag): New.
8076
8077 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8078
8079 * target.h (target_ops) <to_insn_history, to_insn_history_from,
8080 to_insn_history_range>: New fields.
8081 (target_insn_history): New.
8082 (target_insn_history_from): New.
8083 (target_insn_history_range): New.
8084 * target.c (target_insn_history): New.
8085 (target_insn_history_from): New.
8086 (target_insn_history_range): New.
8087 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8088 (record_insn_history_size): New.
8089 (get_insn_number): New.
8090 (get_context_size): New.
8091 (no_chunk): New.
8092 (get_insn_history_modifiers): New.
8093 (cmd_record_insn_history): New.
8094 (_initialize_record): Add "set/show record instruction-history-size"
8095 command. Add "record instruction-history" command.
8096
8097 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8098
8099 * record.h (record_disconnect): New.
8100 (record_detach): New.
8101 (record_mourn_inferior): New.
8102 (record_kill): New.
8103 * record-full.c (record_disconnect, record_detach,
8104 record_mourn_inferior, record_kill): Move to...
8105 * record.c: ...here.
8106 (DEBUG): New.
8107 (record_stop): New.
8108 (record_unpush): New.
8109 (cmd_record_stop): Call record_stop. Replace unpush_target
8110 call with record_unpush call.
8111 (record_disconnect, record_detach): Assert that the target
8112 is of record stratum. Call record_unpush, record_stop, and
8113 DEBUG.
8114 (record_mourn_inferior, record_kill): Assert that the target
8115 is of record stratum. Call record_unpush and DEBUG.
8116
8117 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8118
8119 * record-full.h, record-full.c (record_memory_query): Rename
8120 to ...
8121 (record_full_memory_query): ...this. Update all users.
8122 (record_arch_list_add_reg): Rename to ...
8123 (record_full_arch_list_add_reg): ...this. Update all users.
8124 (record_arch_list_add_mem): Rename to ...
8125 (record_full_arch_list_add_mem): ...this. Update all users.
8126 (record_arch_list_add_end): Rename to ...
8127 (record_full_arch_list_add_end): ...this. Update all users.
8128 (record_gdb_operation_disable_set): Rename to ...
8129 (record_full_gdb_operation_disable_set): ...this.
8130 Update all users.
8131
8132 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8133
8134 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8135 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8136 (RECORD_IS_REPLAY): Renamed to ...
8137 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8138 (RECORD_FILE_MAGIC): Renamed to ...
8139 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8140 (record_mem_entry): Renamed to ...
8141 (record_full_mem_entry): ... this. Updated all users.
8142 (record_reg_entry): Renamed to ...
8143 (record_full_reg_entry): ... this. Updated all users.
8144 (record_end_entry): Renamed to ...
8145 (record_full_end_entry): ... this. Updated all users.
8146 (record_type) <record_end, record_reg, record_mem>: Renamed
8147 to ...
8148 (record_full_type) <record_full_end, record_full_reg,
8149 record_full_mem>: ... this. Updated all users.
8150 (record_entry): Renamed to ...
8151 (record_full_entry): ... this. Updated all users.
8152 (record_core_buf_entry): Renamed to ...
8153 (record_full_core_buf_entry): ... this. Updated all users.
8154 (record_core_regbuf): Renamed to ...
8155 (record_full_core_regbuf): ... this. Updated all users.
8156 (record_core_start): Renamed to ...
8157 (record_full_core_start): ... this. Updated all users.
8158 (record_core_end): Renamed to ...
8159 (record_full_core_end): ... this. Updated all users.
8160 (record_core_buf_list): Renamed to ...
8161 (record_full_core_buf_list): ... this. Updated all users.
8162 (record_first): Renamed to ...
8163 (record_full_first): ... this. Updated all users.
8164 (record_list): Renamed to ...
8165 (record_full_list): ... this. Updated all users.
8166 (record_arch_list_head): Renamed to ...
8167 (record_full_arch_list_head): ... this. Updated all users.
8168 (record_arch_list_tail): Renamed to ...
8169 (record_full_arch_list_tail): ... this. Updated all users.
8170 (record_stop_at_limit): Renamed to ...
8171 (record_full_stop_at_limit): ... this. Updated all users.
8172 (record_insn_max_num): Renamed to ...
8173 (record_full_insn_max_num): ... this. Updated all users.
8174 (record_insn_num): Renamed to ...
8175 (record_full_insn_num): ... this. Updated all users.
8176 (record_insn_count): Renamed to ...
8177 (record_full_insn_count): ... this. Updated all users.
8178 (record_ops): Renamed to ...
8179 (record_full_ops): ... this. Updated all users.
8180 (record_core_ops): Renamed to ...
8181 (record_full_core_ops): ... this. Updated all users.
8182 (set_record_cmdlist): Renamed to ...
8183 (set_record_full_cmdlist): ... this. Updated all users.
8184 (show_record_cmdlist): Renamed to ...
8185 (show_record_full_cmdlist): ... this. Updated all users.
8186 (record_cmdlist): Renamed to ...
8187 (record_full_cmdlist): ... this. Updated all users.
8188 (record_beneath_to_resume_ops): Renamed to ...
8189 (record_full_beneath_to_resume_ops): ... this. Updated all users.
8190 (record_beneath_to_resume): Renamed to ...
8191 (record_full_beneath_to_resume): ... this. Updated all users.
8192 (record_beneath_to_wait_ops): Renamed to ...
8193 (record_full_beneath_to_wait_ops): ... this. Updated all users.
8194 (record_beneath_to_wait): Renamed to ...
8195 (record_full_beneath_to_wait): ... this. Updated all users.
8196 (record_beneath_to_store_registers_ops): Renamed to ...
8197 (record_full_beneath_to_store_registers_ops): ... this.
8198 Updated all users.
8199 (record_beneath_to_store_registers): Renamed to ...
8200 (record_full_beneath_to_store_registers): ... this.
8201 Updated all users.
8202 (record_beneath_to_xfer_partial_ops): Renamed to ...
8203 (record_full_beneath_to_xfer_partial_ops): ... this.
8204 Updated all users.
8205 (record_beneath_to_xfer_partial): Renamed to ...
8206 (record_full_beneath_to_xfer_partial): ... this.
8207 Updated all users.
8208 (record_beneath_to_insert_breakpoint): Renamed to ...
8209 (record_full_beneath_to_insert_breakpoint): ... this.
8210 Updated all users.
8211 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8212 (record_full_beneath_to_stopped_by_watchpoint): ... this.
8213 Updated all users.
8214 (record_beneath_to_stopped_data_address): Renamed to ...
8215 (record_full_beneath_to_stopped_data_address): ... this.
8216 Updated all users.
8217 (record_beneath_to_async): Renamed to ...
8218 (record_full_beneath_to_async): ... this. Updated all users.
8219 (record_goto_insn): Renamed to ...
8220 (record_full_goto_insn): ... this. Updated all users.
8221 (record_save): Renamed to ...
8222 (record_full_save): ... this. Updated all users.
8223 (record_reg_alloc): Renamed to ...
8224 (record_full_reg_alloc): ... this. Updated all users.
8225 (record_reg_release): Renamed to ...
8226 (record_full_reg_release): ... this. Updated all users.
8227 (record_mem_alloc): Renamed to ...
8228 (record_full_mem_alloc): ... this. Updated all users.
8229 (record_mem_release): Renamed to ...
8230 (record_full_mem_release): ... this. Updated all users.
8231 (record_end_alloc): Renamed to ...
8232 (record_full_end_alloc): ... this. Updated all users.
8233 (record_end_release): Renamed to ...
8234 (record_full_end_release): ... this. Updated all users.
8235 (record_entry_release): Renamed to ...
8236 (record_full_entry_release): ... this. Updated all users.
8237 (record_list_release): Renamed to ...
8238 (record_full_list_release): ... this. Updated all users.
8239 (record_list_release_following): Renamed to ...
8240 (record_full_list_release_following): ... this.
8241 Updated all users.
8242 (record_list_release_first): Renamed to ...
8243 (record_full_list_release_first): ... this. Updated all users.
8244 (record_arch_list_add): Renamed to ...
8245 (record_full_arch_list_add): ... this. Updated all users.
8246 (record_get_loc): Renamed to ...
8247 (record_full_get_loc): ... this. Updated all users.
8248 (record_check_insn_num): Renamed to ...
8249 (record_full_check_insn_num): ... this. Updated all users.
8250 (record_arch_list_cleanups): Renamed to ...
8251 (record_full_arch_list_cleanups): ... this. Updated all users.
8252 (record_message): Renamed to ...
8253 (record_full_message): ... this. Updated all users.
8254 (record_message_wrapper): Renamed to ...
8255 (record_full_message_wrapper): ... this. Updated all users.
8256 (record_message_wrapper_safe): Renamed to ...
8257 (record_full_message_wrapper_safe): ... this. Updated all users.
8258 (record_gdb_operation_disable): Renamed to ...
8259 (record_full_gdb_operation_disable): ... this. Updated all users.
8260 (record_hw_watchpoint): Renamed to ...
8261 (record_full_hw_watchpoint): ... this. Updated all users.
8262 (record_exec_insn): Renamed to ...
8263 (record_full_exec_insn): ... this. Updated all users.
8264 (record_restore): Renamed to ...
8265 (record_full_restore): ... this. Updated all users.
8266 (record_async_inferior_event_token): Renamed to ...
8267 (record_full_async_inferior_event_token): ... this.
8268 Updated all users.
8269 (record_async_inferior_event_handler): Renamed to ...
8270 (record_full_async_inferior_event_handler): ... this.
8271 Updated all users.
8272 (record_core_open_1): Renamed to ...
8273 (record_full_core_open_1): ... this. Updated all users.
8274 (record_open_1): Renamed to ...
8275 (record_full_open_1): ... this. Updated all users.
8276 (record_open): Renamed to ...
8277 (record_full_open): ... this. Updated all users.
8278 (record_close): Renamed to ...
8279 (record_full_close): ... this. Updated all users.
8280 (record_resume_step): Renamed to ...
8281 (record_full_resume_step): ... this. Updated all users.
8282 (record_resumed): Renamed to ...
8283 (record_full_resumed): ... this. Updated all users.
8284 (record_execution_dir): Renamed to ...
8285 (record_full_execution_dir): ... this. Updated all users.
8286 (record_resume): Renamed to ...
8287 (record_full_resume): ... this. Updated all users.
8288 (record_get_sig): Renamed to ...
8289 (record_full_get_sig): ... this. Updated all users.
8290 (record_sig_handler): Renamed to ...
8291 (record_full_sig_handler): ... this. Updated all users.
8292 (record_wait_cleanups): Renamed to ...
8293 (record_full_wait_cleanups): ... this. Updated all users.
8294 (record_wait_1): Renamed to ...
8295 (record_full_wait_1): ... this. Updated all users.
8296 (record_wait): Renamed to ...
8297 (record_full_wait): ... this. Updated all users.
8298 (record_stopped_by_watchpoint): Renamed to ...
8299 (record_full_stopped_by_watchpoint): ... this. Updated all users.
8300 (record_disconnect): Renamed to ...
8301 (record_full_disconnect): ... this. Updated all users.
8302 (record_detach): Renamed to ...
8303 (record_full_detach): ... this. Updated all users.
8304 (record_mourn_inferior): Renamed to ...
8305 (record_full_mourn_inferior): ... this. Updated all users.
8306 (record_kill): Renamed to ...
8307 (record_full_kill): ... this. Updated all users.
8308 (record_stopped_data_address): Renamed to ...
8309 (record_full_stopped_data_address): ... this. Updated all users.
8310 (record_registers_change): Renamed to ...
8311 (record_full_registers_change): ... this. Updated all users.
8312 (record_store_registers): Renamed to ...
8313 (record_full_store_registers): ... this. Updated all users.
8314 (record_xfer_partial): Renamed to ...
8315 (record_full_xfer_partial): ... this. Updated all users.
8316 (record_breakpoint): Renamed to ...
8317 (record_full_breakpoint): ... this. Updated all users.
8318 (record_breakpoint_p): Renamed to ...
8319 (record_full_breakpoint_p): ... this. Updated all users.
8320 (record_breakpoints): Renamed to ...
8321 (record_full_breakpoints): ... this. Updated all users.
8322 (record_sync_record_breakpoints): Renamed to ...
8323 (record_full_sync_record_breakpoints): ... this.
8324 Updated all users.
8325 (record_init_record_breakpoints): Renamed to ...
8326 (record_full_init_record_breakpoints): ... this.
8327 Updated all users.
8328 (record_insert_breakpoint): Renamed to ...
8329 (record_full_insert_breakpoint): ... this. Updated all users.
8330 (record_remove_breakpoint): Renamed to ...
8331 (record_full_remove_breakpoint): ... this. Updated all users.
8332 (record_can_execute_reverse): Renamed to ...
8333 (record_full_can_execute_reverse): ... this. Updated all users.
8334 (record_get_bookmark): Renamed to ...
8335 (record_full_get_bookmark): ... this. Updated all users.
8336 (record_goto_bookmark): Renamed to ...
8337 (record_full_goto_bookmark): ... this. Updated all users.
8338 (record_async): Renamed to ...
8339 (record_full_async): ... this. Updated all users.
8340 (record_can_async_p): Renamed to ...
8341 (record_full_can_async_p): ... this. Updated all users.
8342 (record_is_async_p): Renamed to ...
8343 (record_full_is_async_p): ... this. Updated all users.
8344 (record_execution_direction): Renamed to ...
8345 (record_full_execution_direction): ... this. Updated all users.
8346 (record_info): Renamed to ...
8347 (record_full_info): ... this. Updated all users.
8348 (record_delete): Renamed to ...
8349 (record_full_delete): ... this. Updated all users.
8350 (record_is_replaying): Renamed to ...
8351 (record_full_is_replaying): ... this. Updated all users.
8352 (record_goto_entry): Renamed to ...
8353 (record_full_goto_entry): ... this. Updated all users.
8354 (record_goto_begin): Renamed to ...
8355 (record_full_goto_begin): ... this. Updated all users.
8356 (record_goto_end): Renamed to ...
8357 (record_full_goto_end): ... this. Updated all users.
8358 (record_goto): Renamed to ...
8359 (record_full_goto): ... this. Updated all users.
8360 (init_record_ops): Renamed to ...
8361 (init_record_full_ops): ... this. Updated all users.
8362 (record_core_resume): Renamed to ...
8363 (record_full_core_resume): ... this. Updated all users.
8364 (record_core_kill): Renamed to ...
8365 (record_full_core_kill): ... this. Updated all users.
8366 (record_core_fetch_registers): Renamed to ...
8367 (record_full_core_fetch_registers): ... this. Updated all users.
8368 (record_core_prepare_to_store): Renamed to ...
8369 (record_full_core_prepare_to_store): ... this. Updated all users.
8370 (record_core_store_registers): Renamed to ...
8371 (record_full_core_store_registers): ... this. Updated all users.
8372 (record_core_xfer_partial): Renamed to ...
8373 (record_full_core_xfer_partial): ... this. Updated all users.
8374 (record_core_insert_breakpoint): Renamed to ...
8375 (record_full_core_insert_breakpoint): ... this. Updated all users.
8376 (record_core_remove_breakpoint): Renamed to ...
8377 (record_full_core_remove_breakpoint): ... this. Updated all users.
8378 (record_core_has_execution): Renamed to ...
8379 (record_full_core_has_execution): ... this. Updated all users.
8380 (init_record_core_ops): Renamed to ...
8381 (init_record_full_core_ops): ... this. Updated all users.
8382 (cmd_record_restore): Renamed to ...
8383 (cmd_record_full_restore): ... this. Updated all users.
8384 (record_save_cleanups): Renamed to ...
8385 (record_full_save_cleanups): ... this. Updated all users.
8386 (cmd_record_start): Renamed to ...
8387 (cmd_record_full_start): ... this. Updated all users.
8388 (set_record_insn_max_num): Renamed to ...
8389 (set_record_full_insn_max_num): ... this. Updated all users.
8390 (set_record_command): Renamed to ...
8391 (set_record_full_command): ... this. Updated all users.
8392 (show_record_command): Renamed to ...
8393 (show_record_full_command): ... this. Updated all users.
8394 (_initialize_record): Renamed to ...
8395 (_initialize_record_full): ... this. Updated all users.
8396
8397 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8398
8399 * record.h: Split into this and ...
8400 * record-full.h: ... this.
8401 * record.c: Split into this and ...
8402 * record-full.c: ... this.
8403 * target.h (target_ops): Add new fields to_info_record,
8404 to_save_record, to_delete_record, to_record_is_replaying,
8405 to_goto_record_begin, to_goto_record_end, to_goto_record.
8406 (target_info_record): New.
8407 (target_save_record): New.
8408 (target_supports_delete_record): New.
8409 (target_delete_record): New.
8410 (target_record_is_replaying): New.
8411 (target_goto_record_begin): New.
8412 (target_goto_record_end): New.
8413 (target_goto_record): New.
8414 * target.c (target_info_record): New.
8415 (target_save_record): New.
8416 (target_supports_delete_record): New.
8417 (target_delete_record): New.
8418 (target_record_is_replaying): New.
8419 (target_goto_record_begin): New.
8420 (target_goto_record_end): New.
8421 (target_goto_record): New.
8422 * record.h: Declare struct cmd_list_element.
8423 (record_cmdlist): New declaration.
8424 (set_record_cmdlist): New declaration.
8425 (show_record_cmdlist): New declaration.
8426 (info_record_cmdlist): New declaration.
8427 (cmd_record_goto): New declaration.
8428 * record.c: Remove unnecessary includes.
8429 Include inferior.h.
8430 (cmd_record_goto): Remove declaration.
8431 (record_cmdlist): Now extern. Initialize.
8432 (set_record_cmdlist): Now extern. Initialize.
8433 (show_record_cmdlist): Now extern. Initialize.
8434 (info_record_cmdlist): Now extern. Initialize.
8435 (find_record_target): New.
8436 (require_record_target): New.
8437 (cmd_record_start): Update.
8438 (cmd_record_delete): Remove target-specific code.
8439 Call target_delete_record.
8440 (cmd_record_stop): Unpush any record target.
8441 (set_record_insn_max_num): Move to record-full.c
8442 (set_record_command): Add comment.
8443 (show_record_command): Add comment.
8444 (info_record_command): Update comment.
8445 Remove target-specific code.
8446 Call the record target's to_info_record.
8447 (cmd_record_start): New.
8448 (cmd_record_goto): Now extern.
8449 Remove target-specific code.
8450 Call target_goto_begin, target_goto_end, or target_goto.
8451 (_initialize_record): Move record target ops initialization to
8452 record-full.c.
8453 Change "record" command help text.
8454 Move "record restore", "record set", and "record show" commands to
8455 record-full.c.
8456 * Makefile.in (SFILES): Add record-full.c.
8457 (HFILES_NO_SRCDIR): Add record-full.h.
8458 (COMMON_OBS): Add record-full.o.
8459 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
8460 * arm-tdep.c: Include record-full.h.
8461 * i386-linux-tdep.c: Include record-full.h instead of record.h.
8462 * i386-tdep.c: Include record-full.h.
8463 * infrun.c: Include record-full.h.
8464 * linux-record.c: Include record-full.h.
8465 * moxie-tdep.c: Include record-full.h.
8466 * record-full.c: Include record-full.h.
8467 Change module comment.
8468 (set_record_full_cmdlist): New.
8469 (show_record_full_cmdlist): New.
8470 (record_full_cmdlist): New.
8471 (record_goto_insn): New declaration.
8472 (record_save): New declaration.
8473 (record_check_insn_num): Change query string.
8474 (record_info): New.
8475 (record_delete): New.
8476 (record_is_replaying): New.
8477 (record_goto_entry): New.
8478 (record_goto_begin): New.
8479 (record_goto_end): New.
8480 (record_goto): New.
8481 (init_record_ops): Update.
8482 (init_record_core_ops): Update.
8483 (cmd_record_save): Rename to record_save. Remove target and arg checks.
8484 (cmd_record_start): New.
8485 (set_record_insn_max_num): Moved from record.c
8486 (set_record_full_command): New.
8487 (show_record_full_command): New.
8488 (_initialize_record_full): New.
8489
8490 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8491
8492 * target.h (add_deprecated_target_alias): New.
8493 * target.c (add_deprecated_target_alias): New.
8494
8495 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8496
8497 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
8498 and signal.h.
8499 (linux_supports_btrace): Add kernel and
8500 cpuid check.
8501 (kernel_supports_btrace): New function.
8502 (cpu_supports_btrace): New function.
8503 (intel_supports_btrace): New function.
8504
8505 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8506
8507 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
8508 * remote.c: Include btrace.h.
8509 (struct btrace_target_info): New struct.
8510 (remote_supports_btrace): New function.
8511 (send_Qbtrace): New function.
8512 (remote_enable_btrace): New function.
8513 (remote_disable_btrace): New function.
8514 (remote_teardown_btrace): New function.
8515 (remote_read_btrace): New function.
8516 (init_remote_ops): Add btrace ops.
8517 (enum <unnamed>): Add btrace packets.
8518 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
8519 (_initialize_remote): Add packet configuration for branch tracing.
8520
8521 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8522
8523 * features/btrace.dtd: New file.
8524 * Makefile.in (XMLFILES): Add btrace.dtd.
8525 * btrace.h (parse_xml_btrace): New declaration.
8526 * btrace.c: Include xml-support.h.
8527 (parse_xml_btrace): New function.
8528 (parse_xml_btrace_block): New function.
8529 (block_attributes): New struct.
8530 (btrace_attributes): New struct.
8531 (btrace_children): New struct.
8532 (btrace_elements): New struct.
8533
8534 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8535
8536 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
8537 (amd64_linux_enable_btrace): New.
8538 (amd64_linux_disable_btrace): New.
8539 (amd64_linux_teardown_btrace): New.
8540 (_initialize_amd64_linux_nat): Initialize btrace ops.
8541 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
8542 (i386_linux_enable_btrace): New.
8543 (i386_linux_disable_btrace): New.
8544 (i386_linux_teardown_btrace): New.
8545 (_initialize_i386_linux_nat): Initialize btrace ops.
8546 * config/i386/linux.mh: Add linux-btrace.o.
8547 * config/i386/linux64.mh: Add linux-btrace.o.
8548
8549 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8550
8551 * common/linux_btrace.h: New file.
8552 * common/linux_btrace.c: New file.
8553 * Makefile.in (SFILES): Add btrace.c.
8554 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
8555 (COMMON_OBS): Add btrace.o.
8556 (linux-btrace.o): New rule.
8557
8558 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8559
8560 * target.h: Include btrace.h.
8561 (struct target_ops) <to_supports_btrace, to_enable_btrace,
8562 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
8563 * target.c (target_supports_btrace): New function.
8564 (target_enable_btrace): New function.
8565 (target_disable_btrace): New function.
8566 (target_teardown_btrace): New function.
8567 (target_read_btrace): New function.
8568 * btrace.h: New file.
8569 * btrace.c: New file.
8570 * Makefile.in: Add btrace.c.
8571 * gdbthread.h: Include btrace.h.
8572 (struct thread_info): Add btrace field.
8573 * thread.c: Include btrace.h.
8574 (clear_thread_inferior_resources): Call target_teardown_btrace.
8575 * common/btrace-common.h: New file.
8576
8577 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8578
8579 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
8580 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
8581 kill_status to outer block.
8582
8583 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8584
8585 Fix entry-values if the callee called a noreturn function.
8586 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
8587 get_frame_address_in_block. Add new comment.
8588
8589 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8590
8591 Fix entry-values in C++ across CUs.
8592 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
8593 lookup_minimal_symbol. Add a comment.
8594 * dwarf2read.c
8595 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
8596 DW_AT_linkage_name.
8597
8598 2013-03-08 Yao Qi <yao@codesourcery.com>
8599
8600 * tracepoint.c (_initialize_tracepoint): Indent the code.
8601
8602 2013-03-08 Pedro Alves <palves@redhat.com>
8603
8604 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
8605 (parse_find_args, find_command): Change type of pattern buffer
8606 locals to 'gdb_byte *'.
8607
8608 2013-03-08 Stan Shebs <stan@codesourcery.com>
8609 Hafiz Abid Qadeer <abidh@codesourcery.com>
8610
8611 * NEWS: Mention set and show trace-buffer-size commands.
8612 Mention new packet.
8613 * target.h (struct target_ops): New method
8614 to_set_trace_buffer_size.
8615 (target_set_trace_buffer_size): New macro.
8616 * target.c (update_current_target): Set up new method.
8617 * tracepoint.c (trace_buffer_size): New global.
8618 (start_tracing): Send it to the target.
8619 (set_trace_buffer_size): New function.
8620 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
8621 * remote.c (remote_set_trace_buffer_size): New function.
8622 (_initialize_remote): Use it.
8623 (QTBuffer:size) New remote command.
8624 (PACKET_QTBuffer_size): New enum.
8625 (remote_protocol_features): Add an entry for
8626 PACKET_QTBuffer_size.
8627
8628 2013-03-08 Tom Tromey <tromey@redhat.com>
8629
8630 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
8631 variable.
8632
8633 2013-03-07 Pedro Alves <palves@redhat.com>
8634
8635 * target.c (target_read_stralloc, target_fileio_read_alloc):
8636 *Cast pointer to 'gdb_byte *' in target call.
8637
8638 2013-03-07 Pedro Alves <palves@redhat.com>
8639
8640 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
8641 call.
8642
8643 2013-03-07 Keith Seitz <keiths@redhat.com>
8644
8645 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
8646 (trace_pass_command): Likewise.
8647 * cli/cli-cmds.c: Include cli/cli-utils.h.
8648 (source_command): Use skip-spaces.
8649 (disassemble_command): Likewise.
8650 * findcmd.c: Include cli/cli-utils.h.
8651 (parse_find_args): Use skip_spaces.
8652 * go32-nat.c: Include cli/cli-utils.h.
8653 (go32_sldt): Use skip_spaces.
8654 (go32_sgdt): Likewise.
8655 (go32_sidt): Likewise.
8656 (go32_pde): Likewise.
8657 (go32_pte): Likewise.
8658 (go32_pte_for_address): Likewise.
8659 * infcmd.c: Include cli/cli-utils.h.
8660 (registers_info): Use skip_spaces.
8661 * linux-tdep.c (read_mapping): Use skip_spaces_const.
8662 (linux_info_proc): Likewise.
8663 * linux-thread-db.c: Include cli/cli-utils.h.
8664 (info_auto_load_libthread_db): Use skip_spaces_const.
8665 * m32r-rom.c: Include cli/cli-utils.h.
8666 (m32r_upload_command): Use skip_spaces.
8667 * maint.c: Include cli/cli-utils.h.
8668 (maintenance_translate_address): Use skip_spaces.
8669 * mi/mi-parse.c: Include cli/cli-utils.h.
8670 (mi_parse_argv): Use skip_spaces.
8671 (mi_parse): Likewise.
8672 * minsyms.c: Include cli/cli-utils.h.
8673 (msymbol_hash_iw): Use skip_spaces_const.
8674 * objc-lang.c: Include cli/cli-utils.h.
8675 (parse_selector): Use skip_spaces.
8676 (parse_method): Likewise.
8677 * python/python.c: Include cli/cli-utils.h.
8678 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
8679 (python_command)[HAVE_PYTHON]: Likewise.
8680 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
8681 * remote-m32r-sdi.c: Include cli/cli-utils.h.
8682 (m32r_load): Use skip_spaces.
8683 * serial.c: Include cli/cli-utils.h.
8684 (serial_open): Use skip_spaces_const.
8685 * stack.c: Include cli/cli-utils.h.
8686 (parse_frame_specification_1): Use skip_spaces_const.
8687 * symfile.c: Include cli/cli-utils.h.
8688 (set_ext_lang_command): Use skip_spaces.
8689 * symtab.c: Include cli/cli-utils.h.
8690 (rbreak_command): Use skip_spaces.
8691 * thread.c (thread_name_command): Use skip_spaces.
8692 * tracepoint.c (validate_actionline): Use skip_spaces.
8693 (encode_actions_1): Likewise.
8694 (trace_find_range_command): Likewise.
8695 (trace_find_outside_command): Likewise.
8696 (trace_dump_actions): Likewise.
8697
8698 2013-03-07 Pedro Alves <palves@redhat.com>
8699
8700 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
8701 * expprint.c (print_subexp_standard): Likewise.
8702 * utils.c (host_char_to_target): Likewise.
8703 * valprint.c (generic_emit_char, generic_printstr): Likewise.
8704 * varobj.c (value_get_print_value): Change type of local to char*.
8705 Cast it gdb_byte * in call to language printer.
8706
8707 2013-03-07 Pedro Alves <palves@redhat.com>
8708
8709 * charset.c (struct wchar_iterator) <input>: Change type to 'const
8710 gdb_byte *'.
8711 (make_wchar_iterator): Remove cast to char*.
8712 (wchar_iterate): Change type of local.
8713
8714 2013-03-07 Pedro Alves <palves@redhat.com>
8715
8716 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
8717 for 'regcache->register_status'.
8718
8719 2013-03-07 Pedro Alves <palves@redhat.com>
8720
8721 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
8722 int.
8723
8724 2013-03-07 Pedro Alves <palves@redhat.com>
8725
8726 * stap-probe.c (handle_stap_probe): Add cast to char*.
8727
8728 2013-03-07 Pedro Alves <palves@redhat.com>
8729
8730 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
8731 RECORD_MSGRCV>: Pass a signed variable to
8732 regcache_raw_read_signed, instead of an unsigned one.
8733
8734 2013-03-07 Pedro Alves <palves@redhat.com>
8735
8736 * remote-notif.c (notif_debug): Change type to int.
8737 * remote-notif.h (notif_debug): Likewise.
8738
8739 2013-03-07 Pedro Alves <palves@redhat.com>
8740
8741 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
8742
8743 2013-03-07 Pedro Alves <palves@redhat.com>
8744
8745 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
8746 * remote.h (hex2bin, bin2hex): ... here.
8747 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
8748
8749 2013-03-07 Eli Zaretskii <eliz@gnu.org>
8750
8751 * utils.c (initialize_utils): Improve doc strings of "set/show
8752 width", "set/show height", and "set/show pagination".
8753
8754 2013-03-06 Keith Seitz <keiths@redhat.com>
8755
8756 * ax-gdb.c (gen_printf): Make FORMAT const.
8757 * ax-gdb.h (gen_printf): Likewise.
8758 * ax-general.c (ax_string): Make STR const.
8759 * ax.h (ax_string): Likewise.
8760
8761 2013-03-06 Doug Evans <dje@google.com>
8762
8763 * elfread.c (elf_symfile_read): Move debugging printf to more
8764 logical location.
8765
8766 2013-03-06 Pedro Alves <palves@redhat.com>
8767
8768 * python/py-utils.c (target_string_to_unicode): Delete function.
8769 * python/python-internal.h (target_string_to_unicode): Delete
8770 declaration.
8771
8772 2013-03-06 Pierre Muller <muller@sourceware.org>
8773
8774 * linespec.c (get_current_search_block): ARI fix, use (void)
8775 for empty parameter list.
8776
8777 2013-03-05 Doug Evans <dje@google.com>
8778
8779 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
8780 of old ada_lookup_symbol_list. In !full_search case, don't
8781 search superblocks.
8782 (ada_lookup_symbol_list): Delete arg full_search, all callers
8783 updated. Call ada_lookup_symbol_list_worker.
8784 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
8785 * ada-lang.h (ada_lookup_symbol_list): Update.
8786 * language.h (language_defn): Update comment for
8787 la_iterate_over_symbols.
8788 * linespec.c (iterate_over_file_blocks): New function.
8789 (iterate_over_all_matching_symtabs): Call it.
8790 (lookup_prefix_sym): Ditto.
8791 (get_current_search_block): New function.
8792 (get_search_block): Delete.
8793 (find_label_symbols): Call get_current_search_block.
8794 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
8795 * symtab.c (iterate_over_symbols): Don't search superblocks.
8796
8797 2013-03-05 Yao Qi <yao@codesourcery.com>
8798
8799 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
8800 parameter VAR's type from "unsigned int" to "int".
8801 * command.h (var_zuinteger_unlimited): Update its comments.
8802 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
8803
8804 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
8805
8806 * NEWS: Mention new target x86_64-*-cygwin*.
8807
8808 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
8809
8810 * configure.host: Add x86_64-*-cygwin* as host.
8811 * configure.tgt: Add x86_64-*-cygwin* as target.
8812 * config/i386/cygwin64.mh: New file.
8813
8814 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8815
8816 * linespec.c (decode_line_2): Fix duplicate request off by two message.
8817
8818 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8819
8820 * linespec.c (struct linespec_canonical_name): New.
8821 (struct linespec_state): Change canonical_names type to it.
8822 (add_sal_to_sals): Change variable canonical_name to canonical. Change
8823 xrealloc element size. Initialize the different CANONICAL fields.
8824 (canonical_to_fullform): New.
8825 (filter_results): Use it. Add variables canonical, fullform and
8826 cleanup.
8827 (struct decode_line_2_item, decode_line_2_compare_items): New.
8828 (decode_line_2): Remove variables iter and item_names, add variables
8829 items and items_count. Modify the code for these new variables.
8830
8831 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
8832
8833 * coff-pe-read.c (read_pe_exported_syms): Don't return without
8834 calling do_cleanup.
8835
8836 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
8837
8838 * tracepoint.c (build_traceframe_info): Add code for byte order.
8839
8840 2013-03-02 Kevin Buettner <kevinb@redhat.com>
8841
8842 * v850-tdep.c: (v850e2_register_name): Revise system register
8843 names to match current V850E2M architecture specifications.
8844 Update register number enum comments too.
8845
8846 2013-03-01 Jiong Wang <jiwang@tilera.com>
8847 Pedro Alves <palves@redhat.com>
8848
8849 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
8850 to END_ADDR.
8851 (tilegx_skip_prologue): Limit prologue analysis to section end.
8852
8853 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8854
8855 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
8856 use it.
8857
8858 2013-03-01 Pedro Alves <palves@redhat.com>
8859
8860 Use gdb_byte for bytes from the program being debugged.
8861
8862 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
8863 Change type of local 'buf' to gdb_byte.
8864 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
8865 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
8866 * cris-tdep.c (cris_sigcontext_addr)
8867 (cris_sigtramp_frame_unwind_cache): Likewise.
8868 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
8869 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
8870 Likewise.
8871 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
8872 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
8873 (hppa32_hpux_search_dummy_call_sequence)
8874 (hppa_hpux_supply_save_state): Likewise.
8875 * hppa-linux-tdep.c (insns_match_pattern)
8876 (hppa_linux_find_global_pointer): Likewise.
8877 * hppa-tdep.c (hppa_in_function_epilogue_p)
8878 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
8879 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
8880 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
8881 (i386fbsd_collect_uthread): Likewise.
8882 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
8883 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
8884 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
8885 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
8886 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
8887 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
8888 (ia64_libunwind_frame_prev_register)
8889 (ia64_libunwind_sigtramp_frame_this_id)
8890 (ia64_find_global_pointer_from_dynamic_section)
8891 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
8892 (ia64_unwind_pc): Likewise.
8893 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
8894 * m68hc11-tdep.c (m68hc11_push_dummy_call)
8895 (m68hc11_extract_return_value): Likewise.
8896 * m68klinux-nat.c (fetch_register, store_register): Likewise.
8897 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
8898 (mep_get_insn, mep_push_dummy_call): Likewise.
8899 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
8900 (mips_linux_in_dynsym_stub): Likewise.
8901 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
8902 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
8903 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
8904 to gdb_byte.
8905 * remote-mips.c (mips_set_register): Likewise.
8906 * remote-sim.c (gdbsim_fetch_register): Likewise.
8907 * score-tdep.c (score7_fetch_inst): Change type of parameter
8908 'memblock' and local 'buf' to gdb_byte.
8909 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
8910 Change type of local 'buf' to gdb_byte. Adjust.
8911 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
8912 to gdb_byte**.
8913 (score7_analyze_prologue): Change type of 'memblock' and
8914 'memblock_ptr' locals to gdb_byte*.
8915 * sh64-tdep.c (sh64_extract_return_value)
8916 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
8917 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
8918 * solib-pa64.c (pa64_solib_create_inferior_hook)
8919 (pa64_open_symbol_file_object): Remove local 'buf'.
8920 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
8921 (som_open_symbol_file_object): Likewise.
8922 * solib-spu.c (spu_current_sos): Likewise.
8923 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
8924 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
8925 (spu_store_registers): Likewise.
8926 * target.c (debug_print_register): Likewise.
8927 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
8928 * xstormy16-tdep.c (xstormy16_store_return_value)
8929 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
8930 (xstormy16_find_jmp_table_entry): Likewise.
8931
8932 2013-03-01 Jiong Wang <jiwang@tilera.com>
8933
8934 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
8935 (tilegx_gdbarch_init): Install it.
8936
8937 2013-02-28 Tom Tromey <tromey@redhat.com>
8938
8939 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
8940 PyLong_Check.
8941
8942 2013-02-28 Doug Evans <dje@google.com>
8943
8944 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
8945 * python/python.c (gdbpy_find_pc_line): Ditto.
8946
8947 2013-02-28 Tom Tromey <tromey@redhat.com>
8948
8949 * contrib/excheck.py: New file.
8950 * contrib/exsummary.py: New file.
8951 * contrib/gcc-with-excheck: New file.
8952
8953 2013-02-28 Tom Tromey <tromey@redhat.com>
8954
8955 * python/python.c (gdbpy_print_stack): Call begin_line and
8956 fprintf_filtered inside TRY_CATCH.
8957
8958 2013-02-28 Tom Tromey <tromey@redhat.com>
8959
8960 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
8961 inside TRY_CATCH.
8962
8963 2013-02-28 Tom Tromey <tromey@redhat.com>
8964
8965 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
8966 frame_object_to_frame_info inside TRY_CATCH.
8967
8968 2013-02-28 Tom Tromey <tromey@redhat.com>
8969
8970 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
8971 TRY_CATCH.
8972
8973 2013-02-28 Tom Tromey <tromey@redhat.com>
8974
8975 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
8976
8977 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
8978
8979 * windows-nat.c: Throughout, fix format strings and casts of
8980 printf-like functions to avoid type related warnings on all
8981 platforms.
8982 (handle_output_debug_string): Fetch context information address
8983 from debug string using string_to_core_addr.
8984
8985 2013-02-27 Jiong Wang <jiwang@tilera.com>
8986
8987 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
8988 * regformats/reg-tilegx32.dat: New.
8989
8990 2013-02-27 Jiong Wang <jiwang@tilera.com>
8991
8992 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
8993
8994 2013-02-27 Jiong Wang <jiwang@tilera.com>
8995
8996 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
8997
8998 2013-02-27 Yao Qi <yao@codesourcery.com>
8999 Pedro Alves <palves@redhat.com>
9000
9001 * tracepoint.c (tfile_trace_find): For tfind
9002 pc/tp/range/outside, look for the next trace frame instead of
9003 always starting from frame 0.
9004
9005 2013-02-26 Anthony Green <green@moxielogic.com>
9006
9007 * configure.tgt: Add support for moxie-*-rtems* target.
9008
9009 2013-02-25 Pedro Alves <palves@redhat.com>
9010
9011 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9012 warning text.
9013
9014 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9015
9016 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9017 if $fp is used as the virtual frame pointer.
9018
9019 2013-02-23 Alan Modra <amodra@gmail.com>
9020
9021 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9022 symbol size.
9023 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9024 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9025 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9026 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9027
9028 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9029
9030 Code cleanup.
9031 * elfread.c (build_id_bfd_get): Make the return type const.
9032 (build_id_verify): Make the check parameter const.
9033 (build_id_to_debug_filename): Make the build_id parameter and variable
9034 data const.
9035 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9036
9037 2013-02-21 Alan Modra <amodra@gmail.com>
9038
9039 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9040
9041 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
9042
9043 Add a new method 'disassemble' to gdb.Architecture class.
9044 * python/py-arch.c (archpy_disassmble): Implementation of the
9045 new method gdb.Architecture.disassemble.
9046 (arch_object_methods): Add entry for the new method.
9047
9048 2013-02-20 Jiong Wang <jiwang@tilera.com>
9049
9050 * MAINTAINERS (Write After Approval): Add myself to the list.
9051
9052 2013-02-19 Pedro Alves <palves@redhat.com>
9053
9054 Garbage collect 'struct monitor_ops'::load_routine.
9055
9056 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9057 * monitor.c (monitor_load): No longer call
9058 current_monitor->load_routine.
9059 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9060 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9061 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9062
9063 2013-02-19 Pedro Alves <palves@redhat.com>
9064
9065 PR gdb/15161
9066
9067 Harmonize with generic_load.
9068
9069 * monitor.c: Include "readline/readline.h".
9070 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
9071 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
9072 long/strtol for the 'load_offset' local. Error out if no argument
9073 is given or if too many arguments are given. Tilde expand the
9074 passed in file name.
9075
9076 2013-02-19 Kai Tietz <ktietz@redhat.com>
9077
9078 PR gdb/15161
9079 * symfile.c (load_section_data): Change type of load_offset
9080 to CORE_ADDR.
9081 (generic_load): User strtoulst instead of strtoul for conversion
9082 of load_offset.
9083
9084 2013-02-19 Jiong Wang <jiwang@tilera.com>
9085
9086 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9087 for return address, "lr" register, saved on stack.
9088 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9089 after we invoke tilegx_analyze_prologue.
9090
9091 2013-02-19 Jiong Wang <jiwang@tilera.com>
9092
9093 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9094
9095 2013-02-19 Jiong Wang <jiwang@tilera.com>
9096
9097 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9098
9099 2013-02-19 Jiong Wang <jiwang@tilera.com>
9100
9101 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9102 (tilegx_write_pc): New function.
9103 (tilegx_cannot_reference_register): Return zero if REGNO
9104 is TILEGX_FAULTNUM_REGNUM.
9105 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9106 (tilegx_register_name): Add handling of "faultnum" register.
9107 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9108 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9109 handling of TILEGX_FAULTNUM_REGNUM.
9110 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9111
9112 2013-02-19 Jiong Wang <jiwang@tilera.com>
9113
9114 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9115 should be aligned to 64bit.
9116
9117 2013-02-19 Kai Tietz <ktietz@redhat.com>
9118
9119 * windows-nat.c (windows_xfer_memory): Fix debug-output
9120 for LLP64.
9121
9122 2013-02-19 Lei Liu <lei.liu2@windriver.com>
9123
9124 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9125 Don't check DSP register number if HAVE_DSP is not set.
9126
9127 2013-02-19 Alan Modra <amodra@gmail.com>
9128
9129 * elfread.c (struct build_id): Delete. Use struct elf_build_id
9130 throughout file instead.
9131 (build_id_bfd_get): Update to use new elf_tdata build_id field.
9132 Don't xmalloc return value.
9133 (build_id_verify): Similarly. Don't xfree.
9134 (build_id_to_debug_filename): Update.
9135 (find_separate_debug_file_by_buildid): Update, don't xfree.
9136
9137 2013-02-18 Tom Tromey <tromey@redhat.com>
9138
9139 PR gdb/15102:
9140 * dwarf2read.c (read_subrange_type): Use result of
9141 'check_typedef'.
9142
9143 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
9144
9145 * frame.c: Remove one extra white space after #include
9146 directive.
9147
9148 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9149
9150 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9151
9152 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9153
9154 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9155 and dir commands into an if block.
9156
9157 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
9158
9159 * python/py-breakpoint (struct pybp_code): Use int instead of
9160 enum type_code.
9161
9162 2013-02-15 Pedro Alves <pedro@codesourcery.com>
9163 Hafiz Abid Qadeer <abidh@codesourcery.com>
9164
9165 * NEWS: Mention new field "trace-file".
9166 * tracepoint.c (trace_status_mi): Output "trace-file" field.
9167 (tfile_open): Record the trace file's filename in the trace
9168 status.
9169 (tfile_files_info): Mention the name of the trace file.
9170 Check the "filename" field explicitely.
9171 (trace_status_command): Explicitely check "filename" field.
9172 (trace_find_command): Ditto.
9173 (trace_find_pc_command): Ditto.
9174 (trace_find_tracepoint_command): Ditto.
9175 (trace_find_line_command): Ditto.
9176 (trace_find_range_command): Ditto.
9177 (trace_find_outside_command): Ditto.
9178 * tracepoint.h (struct trace_status) <from_file>: Rename it
9179 to "filename" and make it hold the trace file's filename
9180 instead of a boolean.
9181 * remote.c (remote_get_trace_status): Initialize "filename"
9182 field with NULL instead of 0.
9183
9184 2013-02-15 Yao Qi <yao@codesourcery.com>
9185
9186 * remote.c: Fix a typo.
9187
9188 2013-02-14 Pierre Muller <muller@sourceware.org>
9189
9190 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9191
9192 2013-02-14 Pedro Alves <palves@redhat.com>
9193
9194 * utils.c (savestring): Don't #undef it. Move function to
9195 common/common-utils.c.
9196 * common/common-utils.c: Include gdb_string.h.
9197 (savestring): Move here from utils.c.
9198 * common/common-utils.h (savestring): Declare.
9199
9200 2013-02-14 Pedro Alves <palves@redhat.com>
9201
9202 * utils.c (savestring): Rename parameter 'size' to 'len'.
9203
9204 2013-02-14 Pedro Alves <palves@redhat.com>
9205 Yufeng Zhang <yufeng.zhang@arm.com>
9206
9207 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9208 (aarch64_inferior_data, struct aarch64_inferior_data):
9209 Delete.
9210 (struct aarch64_process_info): New.
9211 (aarch64_process_list): New global.
9212 (aarch64_find_process_pid, aarch64_add_process)
9213 (aarch64_process_info_get): New functions.
9214 (aarch64_inferior_data_get): Delete.
9215 (aarch64_process_info_get): New function.
9216 (aarch64_forget_process): New function.
9217 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
9218 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9219 aarch64_get_debug_reg_state.
9220 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9221 instead of linux_nat_iterate_watchpoint_lwps.
9222 (aarch64_linux_new_fork): New function.
9223 (aarch64_linux_child_post_startup_inferior): Use
9224 aarch64_forget_process instead of aarch64_init_debug_reg_state.
9225 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9226 (aarch64_linux_remove_hw_breakpoint)
9227 (aarch64_handle_aligned_watchpoint)
9228 (aarch64_handle_unaligned_watchpoint)
9229 (aarch64_linux_insert_watchpoint)
9230 (aarch64_linux_remove_watchpoint)
9231 (aarch64_linux_stopped_data_address): Adjust to pass the current
9232 process id to aarch64_debug_reg_state.
9233 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9234 linux_nat_new_fork hook, and aarch64_forget_process as
9235 linux_nat_forget_process hook; remove the call to
9236 register_inferior_data_with_cleanup.
9237
9238 2013-02-14 Pedro Alves <palves@redhat.com>
9239
9240 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9241 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9242 lval_memory.
9243
9244 2013-02-14 Pedro Alves <pedro@codesourcery.com>
9245 Hafiz Abid Qadeer <abidh@codesourcery.com>
9246
9247 * tracepoint.h (validate_trace_state_variable_name): Declare.
9248 * tracepoint.c (validate_trace_state_variable_name): New.
9249 (trace_variable_command): Parse the trace state variable's name
9250 without using parse_expression. Do several validations.
9251 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9252 trace state variable's name with parse_expression. Validate it.
9253
9254 2013-02-14 Yao Qi <yao@codesourcery.com>
9255
9256 * infcmd.c (breakpoint_proceeded): Remove it.
9257
9258 2013-02-14 Yao Qi <yao@codesourcery.com>
9259
9260 * tracepoint.c (end_actions_pseudocommand): Make it static.
9261 (while_stepping_pseudocommand): Likewise.
9262 * tracepoint.h (end_actions_pseudocommand): Remove the
9263 declaration.
9264 (while_stepping_pseudocommand): Likewise.
9265
9266 2013-02-14 Yao Qi <yao@codesourcery.com>
9267
9268 * cli/cli-decode.c (help_cmd): Remove the declaration of
9269 "cmdlist".
9270 (help_all): Likewise.
9271
9272 2013-02-13 Pedro Alves <palves@redhat.com>
9273
9274 * amd64-linux-nat.c (update_debug_registers_callback):
9275 Update comment.
9276 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9277 iterate_over_lwps.
9278 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9279 i386_debug_reg_state.
9280 (amd64_linux_new_fork): New function.
9281 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9282 linux_nat_new_fork hook, and i386_forget_process as
9283 linux_nat_forget_process hook.
9284 * i386-linux-nat.c (update_debug_registers_callback):
9285 Update comment.
9286 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9287 iterate_over_lwps.
9288 (i386_linux_prepare_to_resume): Pass the lwp's pid to
9289 i386_debug_reg_state.
9290 (i386_linux_new_fork): New function.
9291 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9292 linux_nat_new_fork hook, and i386_forget_process as
9293 linux_nat_forget_process hook.
9294 * i386-nat.c (i386_init_dregs): Delete.
9295 (i386_inferior_data, struct i386_inferior_data):
9296 Delete.
9297 (struct i386_process_info): New.
9298 (i386_process_list): New global.
9299 (i386_find_process_pid, i386_add_process, i386_process_info_get):
9300 New functions.
9301 (i386_inferior_data_get): Delete.
9302 (i386_process_info_get): New function.
9303 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
9304 (i386_forget_process): New function.
9305 (i386_cleanup_dregs): Rewrite.
9306 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9307 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9308 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9309 (i386_remove_hw_breakpoint): Adjust to pass the current process id
9310 to i386_debug_reg_state.
9311 (i386_use_watchpoints): Don't register inferior data.
9312 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9313 adjust comment.
9314 (i386_forget_process): Declare.
9315 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9316 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9317 New static globals.
9318 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9319 (add_initial_lwp): New, factored out from ...
9320 (add_lwp): ... this. Don't check the number of lwps before
9321 calling linux_nat_new_thread.
9322 (linux_nat_iterate_watchpoint_lwps): Delete.
9323 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9324 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9325 forks and vforks.
9326 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9327 initial lwp.
9328 (linux_nat_kill, linux_nat_mourn_inferior): Call
9329 linux_nat_forget_process.
9330 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9331 (linux_nat_forget_process): New functions.
9332 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9333 type.
9334 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9335 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9336 types.
9337 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9338 (linux_nat_forget_process): New declarations.
9339
9340 * amd64fbsd-nat.c (super_mourn_inferior): New global.
9341 (amd64fbsd_mourn_inferior): New function.
9342 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9343 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9344
9345 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9346
9347 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9348 Adding _().
9349
9350 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9351
9352 * aarch64-linux-nat.c (debug_reg_change_callback)
9353 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9354 %s and phex().
9355
9356 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9357
9358 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9359 with LONGEST.
9360
9361 2013-02-13 Pedro Alves <palves@redhat.com>
9362 Hafiz Abid Qadeer <abidh@codesourcery.com>
9363
9364 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9365
9366 2013-02-12 Tom Tromey <tromey@redhat.com>
9367
9368 PR symtab/11464:
9369 * c-exp.y (lex_one_token): Initialize other fields of yylval on
9370 NAME return.
9371 (classify_inner_name): Remove 'first_name' argument, add
9372 'context'. Remove unused variable.
9373 (yylex): Explicitly maintain the context type. Exit loop earlier
9374 if NAME result is seen.
9375
9376 2013-02-12 Pedro Alves <palves@redhat.com>
9377
9378 * amd64-darwin-tdep.c: Add (C) after Copyright.
9379 * cli/cli-cmds.h: Ditto.
9380 * cli/cli-decode.c: Ditto.
9381 * cli/cli-decode.h: Ditto.
9382 * cli/cli-dump.c: Ditto.
9383 * cli/cli-dump.h: Ditto.
9384 * cli/cli-interp.c: Ditto.
9385 * cli/cli-logging.c: Ditto.
9386 * cli/cli-script.c: Ditto.
9387 * cli/cli-script.h: Ditto.
9388 * cli/cli-setshow.c: Ditto.
9389 * cli/cli-setshow.h: Ditto.
9390 * cli/cli-utils.c: Ditto.
9391 * cli/cli-utils.h: Ditto.
9392 * config/alpha/nm-osf3.h: Ditto.
9393 * config/djgpp/djconfig.sh: Ditto.
9394 * config/i386/nm-fbsd.h: Ditto.
9395 * config/i386/nm-i386gnu.h: Ditto.
9396 * config/nm-linux.h: Ditto.
9397 * config/nm-nto.h: Ditto.
9398 * config/rs6000/nm-rs6000.h: Ditto.
9399 * config/sparc/nm-sol2.h: Ditto.
9400 * darwin-nat-info.c: Ditto.
9401 * dfp.c: Ditto.
9402 * dfp.h: Ditto.
9403 * gdb-demangle.h: Ditto.
9404 * i386-darwin-nat.c: Ditto.
9405 * i386-darwin-tdep.c: Ditto.
9406 * linux-fork.h: Ditto.
9407 * m32c-tdep.c: Ditto.
9408 * microblaze-linux-tdep.c: Ditto.
9409 * microblaze-rom.c: Ditto.
9410 * microblaze-tdep.c: Ditto.
9411 * microblaze-tdep.h: Ditto.
9412 * mips-linux-tdep.h: Ditto.
9413 * ppc-ravenscar-thread.c: Ditto.
9414 * ppc-ravenscar-thread.h: Ditto.
9415 * prologue-value.c: Ditto.
9416 * prologue-value.h: Ditto.
9417 * ravenscar-thread.c: Ditto.
9418 * ravenscar-thread.h: Ditto.
9419 * sparc-ravenscar-thread.c: Ditto.
9420 * sparc-ravenscar-thread.h: Ditto.
9421 * tilegx-linux-tdep.c: Ditto.
9422 * unwind_stop_reasons.def: Ditto.
9423 * windows-nat.h: Ditto.
9424 * xtensa-linux-tdep.c: Ditto.
9425 * xtensa-xtregs.c: Ditto.
9426 * regformats/regdat.sh: Ditto.
9427 * regformats/regdef.h: Ditto.
9428
9429 2013-02-12 Pedro Alves <palves@redhat.com>
9430
9431 * break-catch-sig.c: Update copyright years.
9432
9433 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
9434
9435 Add support for a destructor for ui_out data and use it to
9436 provide a ui_out destructor.
9437 * ui-out.h: Declare the new ui_out destructor.
9438 (ui_out_impl): Add a field for data destructor in ui_out_impl.
9439 * ui-out.c (default_data_destroy): Add a default data destructor
9440 which does nothing.
9441 (default_ui_out_impl): Set the new data_destroy field to
9442 default_data_destroy
9443 (uo_data_destroy): Local function which invokes the data
9444 destructor if present.
9445 (clear_table): Local function which clears the table data of a
9446 ui_out object.
9447 (ui_out_destroy): Public function which frees a ui_out object.
9448 (ui_out_table_end): Use the new clear_table function.
9449 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
9450 NULL.
9451 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
9452 to NULL.
9453
9454 2013-02-11 Doug Evans <dje@google.com>
9455
9456 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
9457 (printf_decfloat): New function. Broken out from ui_printf.
9458 Remove unnecessary code to shift the entire format string down.
9459 (printf_pointer): New function.
9460 (ui_printf): Code to print C strings, wide C strings, decfloats,
9461 and pointers moved to separate functions.
9462
9463 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
9464
9465 * valops.c (value_assign): Handling bitfield offset in
9466 `lval_internalvar_component' case.
9467
9468 2013-02-08 Doug Evans <dje@google.com>
9469
9470 * common/format.c (parse_format_string): Fix whitespace.
9471
9472 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
9473
9474 * stack.c (return_command): Work around uninitialized variable
9475 warning.
9476
9477 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
9478
9479 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
9480 number of the registers from 36 to 34.
9481
9482 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9483
9484 * NEWS: Mention new AArch64 native and target support.
9485
9486 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
9487
9488 * MAINTAINERS (Write After Approval): Add myself.
9489
9490 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
9491 Marcus Shawcroft <marcus.shawcroft@arm.com>
9492 Nigel Stephens <nigel.stephens@arm.com>
9493 Yufeng Zhang <yufeng.zhang@arm.com>
9494
9495 * aarch64-linux-nat.c: New file.
9496 * config/aarch64/linux.mh: New file.
9497 * configure.host: Add AArch64.
9498 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
9499
9500 2013-02-07 Doug Evans <dje@google.com>
9501
9502 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
9503 disassemble command.
9504
9505 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
9506
9507 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
9508 set_gdbarch_fetch_tls_load_module_address.
9509
9510 2013-02-06 David S. Miller <davem@davemloft.net>
9511
9512 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
9513 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9514 * value.c (struct_return_convention): New function.
9515 (using_struct_return): Implement in terms of struct_return_convention.
9516 * value.h (struct_return_convention): Declare.
9517 * stack.c (return_command): Allow successful overriding of the return
9518 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
9519
9520 2013-02-06 Tom Tromey <tromey@redhat.com>
9521
9522 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
9523 outside of TRY_CATCH.
9524
9525 2013-02-06 Yao Qi <yao@codesourcery.com>
9526
9527 * mi/mi-interp.c: Include "tracepoint.h".
9528 (mi_tsv_modified): Declare.
9529 (mi_tsv_created, mi_tsv_deleted): Update declaration.
9530 (mi_interpreter_init): Call observer_attach_tsv_modified.
9531 (mi_tsv_modified): New.
9532 (mi_tsv_created, mi_tsv_deleted): Update.
9533 * tracepoint.c (trace_variable_command): Call
9534 observer_notify_tsv_modified if the initial value of tsv is
9535 changed.
9536 (delete_trace_state_variable): Call
9537 observer_notify_tsv_deleted earlier.
9538 (trace_variable_command): Caller update.
9539 (create_tsv_from_upload): Likewise.
9540 * observer.sh: Declare "struct trace_state_variable".
9541
9542 * NEWS: Mention the new MI notification "=tsv-modified".
9543
9544 2013-02-05 Doug Evans <dje@google.com>
9545
9546 * completer.c (location_completer): Fix typo in comment.
9547
9548 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9549
9550 * breakpoint.c (add_location_to_breakpoint): Insert the location with
9551 ADDRESS sorted.
9552
9553 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
9554
9555 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
9556 Refactor if statement to avoid trailing || operator.
9557
9558 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
9559
9560 * NEWS: Add PowerPC FreeBSD as a new native configuration.
9561
9562 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
9563
9564 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
9565 * configure.host: Add powerpc*-*-freebsd* target.
9566 * configure.tgt: Add target info for powerpc*-*-freebsd*.
9567 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
9568 * config/powerpc/fbsd.mh: New file.
9569
9570 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
9571 Denys Vlasenko <dvlasenk@redhat.com>
9572 Pedro Alves <palves@redhat.com>
9573
9574 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
9575 (struct elf_internal_linux_prpsinfo): Forward declare.
9576 * gdbarch.h, gdbarch.c: Regenerate.
9577 * linux-tdep.c: Include `cli/cli-utils.h'.
9578 (linux_fill_prpsinfo): New function.
9579 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
9580 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
9581 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
9582 depending on gdbarch pointer bitness.
9583 * ppc-linux-tdep.c: Include elf-bfd.h.
9584 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
9585 on 32-bit.
9586
9587 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9588 Marcus Shawcroft <marcus.shawcroft@arm.com>
9589 Nigel Stephens <nigel.stephens@arm.com>
9590 Yufeng Zhang <yufeng.zhang@arm.com>
9591
9592 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
9593
9594 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9595 Marcus Shawcroft <marcus.shawcroft@arm.com>
9596 Nigel Stephens <nigel.stephens@arm.com>
9597 Yufeng Zhang <yufeng.zhang@arm.com>
9598
9599 * aarch64-newlib-tdep.c: New file.
9600 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
9601 aarch64*-*-elf.
9602 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
9603 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
9604 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
9605 * osabi.c (gdb_osabi_names): Add "Newlib".
9606
9607 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9608 Marcus Shawcroft <marcus.shawcroft@arm.com>
9609 Nigel Stephens <nigel.stephens@arm.com>
9610 Yufeng Zhang <yufeng.zhang@arm.com>
9611
9612 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
9613 (ALLDEPFILES): Add aarch64-linux-tdep.c.
9614 * aarch64-linux-tdep.c: New file.
9615 * aarch64-linux-tdep.h: New file.
9616 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
9617 * configure.tgt: Add aarch64-none-linux-gnu.
9618
9619 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
9620 Marcus Shawcroft <marcus.shawcroft@arm.com>
9621 Nigel Stephens <nigel.stephens@arm.com>
9622 Yufeng Zhang <yufeng.zhang@arm.com>
9623
9624 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
9625 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
9626 (ALLDEPFILES): Add aarch64-tdep.c.
9627 * aarch64-tdep.c: New file.
9628 * aarch64-tdep.h: New file.
9629 * configure.tgt: Add AArch64.
9630 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
9631 (aarch64-expedite): New definition.
9632 * features/aarch64-core.xml: New file.
9633 * features/aarch64-fpu.xml: New file.
9634 * features/aarch64-without-fpu.c: New file (generated).
9635 * features/aarch64-without-fpu.xml: New file.
9636 * features/aarch64.c: New file (generated).
9637 * features/aarch64.xml: New file.
9638 * regformats/aarch64-without-fpu.dat: New file (generated).
9639 * regformats/aarch64.dat: New file (generated).
9640
9641 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9642
9643 * contrib/expect-read1.c: New file.
9644 * contrib/expect-read1.sh: New file.
9645
9646 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9647
9648 * dwarf2read.c (file_file_name): New function with code from
9649 file_full_name.
9650 (file_full_name): Move most of the code to file_file_name.
9651 (macro_start_file): Rename variable full_name to file_name and use
9652 file_file_name for it. Add comp_dir parameter to new_macro_table.
9653 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
9654 macro_source_file->filename access by macro_source_fullname call.
9655 * macroscope.c (_initialize_macroscope): Update the new_macro_table
9656 caller.
9657 * macrotab.c (struct macro_table): New field comp_dir.
9658 (macro_include): New variables link_fullname and source_fullname.
9659 Replace any macro_source_file->filename access by macro_source_fullname
9660 call.
9661 (macro_lookup_inclusion): Remove the partial filenames checking code.
9662 (check_for_redefinition): New variables source_fullname and
9663 found_key_fullname. Replace any macro_source_file->filename access by
9664 macro_source_fullname call.
9665 (macro_undef): New variables source_fullname and key_fullname. Replace
9666 any macro_source_file->filename access by macro_source_fullname call.
9667 (macro_lookup_definition): New variables retval and source_fullname.
9668 Replace any macro_source_file->filename access by macro_source_fullname
9669 call.
9670 (foreach_macro): New variable key_fullname. Replace any
9671 macro_source_file->filename access by macro_source_fullname call.
9672 (foreach_macro_in_scope): New variable datum_fullname. Replace any
9673 macro_source_file->filename access by macro_source_fullname call.
9674 (new_macro_table): Add parameter comp_dir. Initialize T with it.
9675 (macro_source_fullname): New function.
9676 * macrotab.h (struct macro_source_file): Extent the filename field
9677 comment.
9678 (new_macro_table): New parameter comp_dir, add a comment for it.
9679 (macro_source_fullname): new declaration.
9680
9681 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9682
9683 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
9684 this_real_name to outer block. Use it also for
9685 compare_filenames_for_search.
9686 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
9687 with dw2_get_real_path for file_matcher, considering also
9688 BASENAMES_MAY_DIFFER.
9689 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
9690
9691 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9692
9693 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
9694 to the file_matcher parameter. Pass 0 to it.
9695 (dwarf2_create_include_psymtab): Copy also DIRNAME.
9696 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
9697 NULL psymtab_to_fullname result.
9698 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
9699 an expected filename instead.
9700 (expand_symtabs_matching_via_partial): Add basenames parameter to the
9701 file_matcher parameter. Call also psymtab_to_fullname, after newly
9702 considering BASENAMES_MAY_DIFFER.
9703 * source.c (rewrite_source_path): Remove static.
9704 * source.h (rewrite_source_path): New declaration.
9705 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
9706 the expand_symtabs_matching field. Comment it.
9707 * symtab.c (file_matches): New function comment. Add parameter
9708 basenames, implement it.
9709 (search_symbols_file_matches): Add basenames parameter. Update the
9710 file_matches caller.
9711 (search_symbols): Match FILES also against symtab_to_fullname.
9712 Optimize it for BASENAMES_MAY_DIFFER.
9713
9714 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9715
9716 * source.c (print_source_lines_base): Print for TUI also "fullname".
9717 * tui/tui-data.c (init_content_element): Change tui_locator_element
9718 field to full_name.
9719 * tui/tui-data.h (struct tui_locator_element): Likewise.
9720 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
9721 tui_update_locator_filename calls to tui_update_locator_fullname.
9722 Replace symtab->filename refererence by symtab_to_fullname call.
9723 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
9724 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
9725 field to full_name. Replace symtab->filename refererence by
9726 symtab_to_fullname call.
9727 (tui_show_symtab_source): Rename parameter to fullname. Change
9728 tui_locator_element field to full_name.
9729 * tui/tui-stack.c: Include source.h.
9730 (tui_set_locator_filename): Rename the declaration to ...
9731 (tui_set_locator_fullname): ... here. Rename its parameter to
9732 fullname, updates its comment.
9733 (tui_set_locator_info): Rename its parameter to fullname.
9734 (tui_set_locator_filename): Rename the definition to ...
9735 (tui_set_locator_fullname): ... here. Rename its parameter to
9736 fullname, updates its comment. Change tui_locator_element field to
9737 full_name.
9738 (tui_set_locator_info): Rename its parameter to fullname.
9739 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
9740 (tui_update_locator_filename): Rename to ...
9741 (tui_update_locator_fullname): ... here. Rename callee to
9742 tui_set_locator_fullname.
9743 (tui_show_frame_info): Replace symtab->filename refererence by
9744 symtab_to_fullname call.
9745 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
9746 (tui_update_locator_fullname): ... here.
9747 * tui/tui-winsource.c (tui_display_main): Rename the callee to
9748 tui_update_locator_fullname. Replace symtab->filename refererence by
9749 symtab_to_fullname call.
9750 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
9751 Rename the callee to tui_update_locator_fullname.
9752 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
9753
9754 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9755
9756 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
9757 by symtab_to_filename_for_display calls.
9758 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
9759 (clear_command): New variable sal_fullname, initialize it. Replace
9760 compare_filenames_for_search by filename_cmp with sal_fullname.
9761 (say_where, update_static_tracepoint): Replace symtab->filename
9762 refererences by symtab_to_filename_for_display calls.
9763 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
9764 Likewise.
9765 * dwarf2read.c: Include source.h.
9766 (fixup_go_packaging): Replace symtab->filename refererences by
9767 symtab_to_filename_for_display calls.
9768 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
9769 Replace symtab->filename refererences by symtab_to_filename_for_display
9770 calls.
9771 (create_sals_line_offset, convert_linespec_to_sals): New variable
9772 fullname, initialize it, replace symtab->filename reference by the
9773 variable.
9774 * linux-fork.c: Include source.h.
9775 (info_checkpoints_command): Replace symtab->filename refererences by
9776 symtab_to_filename_for_display calls.
9777 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
9778 by symtab_to_filename_for_display calls.
9779 * mdebugread.c: Include source.h.
9780 (psymtab_to_symtab_1): Replace symtab->filename refererences by
9781 symtab_to_filename_for_display calls.
9782 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9783 (mi_cmd_file_list_exec_source_files): Likewise.
9784 * printcmd.c: Include source.h.
9785 (build_address_symbolic): Replace symtab->filename refererences by
9786 symtab_to_filename_for_display calls.
9787 * psymtab.c (partial_map_symtabs_matching_filename)
9788 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
9789 with psymtab_to_fullname.
9790 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
9791 by symtab_to_filename_for_display calls.
9792 (stpy_get_filename): New variable filename, initialize it, use instead
9793 of symtab->filename refererences.
9794 (salpy_str): Make variable filename const char *. Replace
9795 symtab->filename refererences by symtab_to_filename_for_display calls.
9796 * skip.c: Include source.h and filenames.h.
9797 (skip_file_command): Remove const from the symtab variable. Replace
9798 symtab->filename refererences by symtab_to_fullname call.
9799 (function_name_is_marked_for_skip): New variables searched_for_fullname
9800 and fullname. Use them to search also with symtab's fullname.
9801 * source.c (find_source_lines): Replace symtab->filename refererences
9802 by symtab_to_filename_for_display calls.
9803 (print_source_lines_base): New variable filename, use it instead of
9804 symtab->filename. Replace symtab->filename refererences by
9805 symtab_to_filename_for_display calls.
9806 (line_info, forward_search_command): Replace symtab->filename
9807 refererences by symtab_to_filename_for_display calls.
9808 (reverse_search_command): Replace symtab->filename refererences by
9809 symtab_to_filename_for_display calls. New variable filename for it.
9810 * stack.c (frame_info): Likewise.
9811 * symmisc.c: Include source.h.
9812 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
9813 (maintenance_info_symtabs): Replace symtab->filename refererences by
9814 symtab_to_filename_for_display calls.
9815 * symtab.c (iterate_over_some_symtabs): Call
9816 compare_filenames_for_search also with symtab_to_fullname.
9817 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
9818 symtab->filename refererences by symtab_to_filename_for_display calls.
9819 (find_line_symtab): Replace symtab->filename refererences by
9820 symtab_to_filename_for_display calls.
9821 (file_matches): Replace filename_cmp by compare_filenames_for_search.
9822 (print_symbol_info): Make the last parameter const char *. New
9823 variable s_filename. Use it in the function.
9824 (symtab_symbol_info): Make the last_filename variable const char *.
9825 Replace symtab->filename refererences by symtab_to_filename_for_display
9826 calls.
9827 (rbreak_command): New variable fullname. Use it. Replace
9828 symtab->filename refererence by symtab_to_filename_for_display call.
9829 * tracepoint.c (set_traceframe_context, trace_find_line_command)
9830 (print_one_static_tracepoint_marker): Replace symtab->filename
9831 refererences by symtab_to_filename_for_display calls.
9832 * tui/tui-source.c (tui_set_source_content): New variables filename and
9833 s_filename. Replace symtab->filename refererences by this variable.
9834 Replace other symtab->filename refererences by
9835 symtab_to_filename_for_display calls.
9836
9837 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
9838 Jan Kratochvil <jan.kratochvil@redhat.com>
9839
9840 Add a new variable that controls a way in which filenames are
9841 displayed.
9842 * NEWS (set filename-display): New entry.
9843 * source.c (filename_display_basename, filename_display_relative)
9844 (filename_display_absolute, filename_display_kind_names)
9845 (filename_display_string, show_filename_display_string)
9846 (symtab_to_filename_for_display): New.
9847 (_initialize_source): Added initialization of 'filename-display'
9848 variable.
9849 * source.h (symtab_to_filename_for_display): Added declaration.
9850 * stack.c (print_frame): Added new variable and calling of a new
9851 function and condition with this variable. Changed third argument of
9852 calling of a function.
9853
9854 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9855
9856 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
9857 Rename field reference filename to fullname.
9858 * tui/tui-data.h (struct tui_source_info): Rename field filename to
9859 fullname. New comment for it.
9860 * tui/tui-source.c (tui_set_source_content): Rename field reference
9861 filename to fullname. Initialize field by symtab_to_fullname now.
9862 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
9863 reference filename to fullname. Use symtab_to_fullname during
9864 comparison.
9865
9866 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9867
9868 Code cleanup.
9869 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
9870 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
9871 filename to fullname. Rename variable this_name to this_fullname.
9872 Lowercase FILENAME_CMP call.
9873 (dw2_find_symbol_file): New comment for the returned string.
9874 (dwarf2_gdb_index_functions): Rename the function to
9875 dw2_expand_symtabs_with_fullname.
9876 * psymtab.c (read_psymtabs_with_filename): Rename to ...
9877 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
9878 fullname.
9879 (psym_functions): Rename the function to read_psymtabs_with_fullname.
9880 * symfile.h (struct quick_symbol_functions): Rename field
9881 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
9882 parameter filename to fullname. Document returned string meaning for
9883 find_symbol_file.
9884 * symtab.c (find_line_symtab): Rename the called function to
9885 expand_symtabs_with_fullname.
9886
9887 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9888
9889 Code cleanup.
9890 * breakpoint.c (clear_command): Remove variable is_abs, unify the
9891 call of filename_cmp with compare_filenames_for_search.
9892 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
9893 is_abs, unify the call of FILENAME_CMP with
9894 compare_filenames_for_search. New gdb_asserts for real_path and name.
9895 Unify the call of compare_filenames_for_search with FILENAME_CMP.
9896 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
9897 * symfile.h (struct quick_symbol_functions): Extend the comment for
9898 map_symtabs_matching_filename.
9899 * symtab.c (compare_filenames_for_search): Remove the function comment
9900 relative path requirement. Handle absolute filenames, with a comment.
9901 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
9902 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
9903 real_path and name. Unify the call of compare_filenames_for_search
9904 with FILENAME_CMP.
9905 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
9906
9907 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9908
9909 Code cleanup.
9910 * breakpoint.c (print_breakpoint_location): Replace bp_location field
9911 source_file references by symtab field references. Remove variables
9912 sal and fullname.
9913 (momentary_breakpoint_from_master, add_location_to_breakpoint):
9914 (clear_command, say_where): Replace bp_location field source_file
9915 references by symtab field references.
9916 (bp_location_dtor): Remove the source_file reference.
9917 (update_static_tracepoint): Replace bp_location field source_file
9918 references by symtab field references.
9919 (breakpoint_free_objfile): New function.
9920 * breakpoint.h (struct bp_location): Extend the comment for line_number.
9921 Replace the field source_file by field symtab, extend its comment.
9922 (breakpoint_free_objfile): New declaration.
9923 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
9924 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
9925 field source_file references by symtab field references.
9926
9927 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9928
9929 Replace xfullpath calls by gdb_realpath calls.
9930 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
9931 function comment.
9932 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
9933 Remove it from the iterate_over_some_symtabs call.
9934 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
9935 Remove it from the dw2_map_expand_apply calls, remove a block handling
9936 it.
9937 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
9938 Remove it from the iterate_over_some_symtabs call.
9939 (partial_map_symtabs_matching_filename): Remove parameter full_path.
9940 Remove it from the partial_map_expand_apply calls, remove a block
9941 handling it. Drop gdb_realpath call and cleanups from the real_path
9942 handling.
9943 * source.c (openp): Drop the comment part about xfullpath. Replace
9944 xfullpath calls by gdb_realpath calls.
9945 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
9946 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
9947 from method map_symtabs_matching_filename and its comment.
9948 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
9949 gdb_realpath call.
9950 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
9951 remove it also from the function comment, remove a block handling it.
9952 Drop gdb_realpath call and cleanups from the real_path handling.
9953 (iterate_over_symtabs): Drop variable full_path and its use.
9954 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
9955 * utils.c (xfullpath): Remove.
9956 * utils.h (xfullpath): Remove.
9957
9958 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
9959
9960 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
9961 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
9962 (ALLDEPFILES): Add ppc64-tdep.c.
9963 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
9964 ppc64-tdep.o to gdb_target_obs.
9965 * ppc64-tdep.h: New file.
9966 * ppc64-tdep.c: New file.
9967 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
9968 ppc-linux-tdep.c to here.
9969 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
9970 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
9971 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
9972 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
9973 from ppc-linux-tdep.c to here.
9974 (ppc64_convert_from_func_ptr_addr): Rename from
9975 ppc64_linux_convert_from_func_ptr_addr to
9976 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
9977 here.
9978 * rs6000-tdep.c:
9979 (read_insn): Move from ppc-linux-tdep.c to here.
9980 (insns_match_pattern, insn_d_field, insn_ds_field): Move
9981 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
9982 * ppc-linux-tdep.c: Include ppc64-tdep.h.
9983 Removed above functions.
9984 (ppc_linux_init_abi): Adjust.
9985
9986 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
9987
9988 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
9989
9990 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
9991
9992 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
9993
9994 2013-02-01 Pedro Alves <palves@redhat.com>
9995
9996 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
9997 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
9998
9999 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10000
10001 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10002 files with no separate debug info.
10003 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10004 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10005 only for files with no separate debug info.
10006
10007 2013-01-31 Tom Tromey <tromey@redhat.com>
10008
10009 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10010 change type.
10011 (struct jit_program_space_data): Rename from jit_inferior_data.
10012 Update comments.
10013 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10014 Change return type. Attach data to program space.
10015 (jit_program_space_data_cleanup): Rename from
10016 jit_inferior_data_cleanup; change argument type.
10017 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10018 change type.
10019 (jit_register_code): Update.
10020 (jit_update_inferior_cache): Remove.
10021 (jit_breakpoint_deleted): Get jit data from the location's program
10022 space.
10023 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10024 'ps_data', change type.
10025 (jit_inferior_init, jit_breakpoint_re_set_internal)
10026 (jit_event_handler): Update.
10027 (free_objfile_data): Get data from objfile's program space.
10028 (_initialize_jit): Update.
10029
10030 2013-01-31 Tom Tromey <tromey@redhat.com>
10031
10032 PR gdb/13987:
10033 * jit.c (struct jit_inferior_data) <cached_code_address,
10034 jit_breakpoint>: New fields.
10035 (jit_breakpoint_re_set_internal): Fix logging. Only create
10036 breakpoint if cached address has changed.
10037 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10038 functions.
10039 (_initialize_jit): Register breakpoint deleted observer.
10040
10041 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10042
10043 * infrun.c (handle_syscall_event): Remove unused gdbarch.
10044 (save_infcall_suspend_state): Ifdef out unused inf.
10045 (restore_infcall_suspend_state): Ifdef out unused inf.
10046 * jit.c (jit_register_code): Remove unused i, b, inf_data.
10047 (jit_frame_sniffer): Remove unused inf_data.
10048
10049 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10050
10051 * c-exp.y (classify_inner_name): Remove unused type.
10052 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10053 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10054 need_escape.
10055 (c_get_string): Remove unused kind.
10056 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10057
10058 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10059
10060 * charset.c (intermediate_encoding): Remove unused i.
10061 * completer.c (signal_completer): Remove unused i.
10062 * continuations.c (discard_my_continuations_1): Remove unused
10063 continuation_ptr.
10064 * corelow.c (core_close): Remove unuseD name.
10065 (get_core_siginfo): Remove unused pid.
10066 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10067 i, cps.
10068 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10069 (loclist_describe_location): Remove unused first.
10070 * event-top.c (command_line_handler): Remove unused got_eof.
10071 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10072 (resize_section_table): Remove unused old_value.
10073 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10074 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10075 * i386-tdep.c (i386_process_record): Remove unused rex.
10076 * infcmd.c (get_return_value): Remove unused uiout.
10077 * jv-lang.c (type_from_class): Remove unused is_array.
10078 * jv-valprint.c (java_val_print): Remove unused i.
10079 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10080 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10081 * m2-typeprint.c (m2_print_type): Remove unused code.
10082 * macroexp.c (get_character_constant): Remove unused body_start.
10083 (macro_stringify): Remove unused result.
10084 * objc-lang.c (find_methods): Remove unused gdbarch.
10085 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10086 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10087 * stack.c (print_frame_args): Remove unused summary.
10088 * thread.c (thread_apply_command): Remove unused p.
10089 * valarith.c (value_x_unop): Remove unused mangle_ptr.
10090 * valops.c (search_struct_method): Remove unused skip.
10091 * valprint.c (generic_val_print): Remove unused byte_order.
10092 * varobj.c (varobj_update): Remove unused changed.
10093 * cli/cli-cmds.c (complete_command): Remove unused next_item.
10094 (alias_command): Remove unused c.
10095 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10096 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10097 format.
10098 (mi_cmd_data_write_memory): Remove unused word_format.
10099 (mi_cmd_data_write_memory_bytes): Remove unused r.
10100 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10101 p_start, p_end.
10102 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10103 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10104 line_width.
10105
10106 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10107
10108 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10109 * symtab.c (iterate_over_symtabs): Remove unused s.
10110 (find_pc_sect_symtab): Remove unused pspAce.
10111 (find_pc_sect_line): Remove unused alt_symtab.
10112 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10113 (completion_list_add_name): Remove unused newsize.
10114
10115 2013-01-31 Tom Tromey <tromey@redhat.com>
10116
10117 PR c++/14998:
10118 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10119 TYPE_CODE_FUNC.
10120
10121 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10122
10123 * target.c (target_read_string): Remove unused origlen.
10124
10125 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10126
10127 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10128 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10129 * ax-general.c (ax_print): Remove unused is_float.
10130 * blockframe.c (block_innermost_frame): Remove unused start, end.
10131 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10132
10133 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10134
10135 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10136 (svr4_read_so_list): Remove unused lmo.
10137 * solib-target.c (solib_target_relocate_section_addresses): Remove
10138 unused flags.
10139
10140 2013-01-30 Tom Tromey <tromey@redhat.com>
10141
10142 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10143
10144 2013-01-30 Tom Tromey <tromey@redhat.com>
10145
10146 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10147 * utils.c (gnu_debuglink_crc32): Remove.
10148 * utils.h (gnu_debuglink_crc32): Don't declare.
10149
10150 2013-01-30 Tom Tromey <tromey@redhat.com>
10151
10152 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10153 (read_structure_type, read_enumeration_type): Remove cast.
10154
10155 2013-01-30 Tom Tromey <tromey@redhat.com>
10156
10157 * dwarf2read.c (read_namespace_type): Remove cast.
10158 (read_typedef): Likewise.
10159
10160 2013-01-29 Tom Tromey <tromey@redhat.com>
10161
10162 * dwarf2read.c (free_dwo_file): Remove assert.
10163
10164 2013-01-29 Tom Tromey <tromey@redhat.com>
10165
10166 * value.c (deprecated_set_value_modifiable): Remove.
10167 * value.h (deprecated_set_value_modifiable): Remove.
10168
10169 2013-01-28 Doug Evans <dje@google.com>
10170
10171 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10172 to addresses from dwo files.
10173
10174 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
10175
10176 * valops.c (find_overload_match): Remove unused argument 'lax'.
10177 * value.h: Remove unused argument 'lax' from the declaration of
10178 find_overload_match.
10179 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10180 to find_overload_match.
10181 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10182 argument to find_overload_match.
10183
10184 2013-01-25 Tom Tromey <tromey@redhat.com>
10185
10186 * dwarf2read.c (processing_has_namespace_info): Remove.
10187 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10188 (process_die, read_func_scope, dwarf2_start_symtab)
10189 (new_symbol_full): Update.
10190
10191 2013-01-25 Tom Tromey <tromey@redhat.com>
10192
10193 * cp-namespace.c (cp_set_block_scope): Remove.
10194 * cp-support.h (cp_set_block_scope): Remove.
10195 * dbxread.c: Include block.h.
10196 (cp_set_block_scope): New function.
10197 (process_one_symbol): Update.
10198 * dwarf2read.c (read_func_scope): Use block_set_scope.
10199
10200 2013-01-25 Pedro Alves <palves@redhat.com>
10201
10202 * remote.c (add_current_inferior_and_thread): Tweak comment.
10203
10204 2013-01-25 Tom Tromey <tromey@redhat.com>
10205
10206 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10207 (cp_add_using_directive): Add 'copy_names' argument.
10208 * cp-support.h (cp_add_using_directive): Update.
10209 (struct using_direct) <import_src, import_dest, alias,
10210 declaration>: Now const.
10211 * dwarf2read.c (read_import_statement): Use obconcat.
10212 Don't copy names passed to cp_add_using_directive.
10213
10214 2013-01-25 Tom Tromey <tromey@redhat.com>
10215
10216 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10217
10218 2013-01-25 Pedro Alves <palves@redhat.com>
10219
10220 * remote.c (stop_reply_extract_thread): New.
10221 (add_current_inferior_and_thread): New parameter 'wait_status'.
10222 Handle it.
10223 (remote_start_remote): Pass wait status to
10224 add_current_inferior_and_thread.
10225 (extended_remote_run): Update comment.
10226 (extended_remote_create_inferior_1): Pass wait status to
10227 add_current_inferior_and_thread.
10228
10229 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
10230 Ulrich Weigand <uweigand@de.ibm.com>
10231
10232 * valarith.c (value_vector_widen): New function for replicating a
10233 scalar into a vector.
10234 (value_binop): Use value_vector_widen to widen scalar to vector
10235 rather than casting, this better matches gcc C behaviour.
10236 * valops.c (value_casst): Update logic for casting between vector
10237 types, and for casting from scalar to vector, try to match gcc C
10238 behaviour.
10239 * value.h (value_vector_widen): Declare.
10240 * opencl-lang.c (opencl_value_cast): New opencl specific casting
10241 function, handle special case for casting scalar to vector.
10242 (opencl_relop): Use opencl_value_cast.
10243 (evaluate_subexp_opencl): Use opencl_value_cast instead of
10244 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10245 in order to use opencl_value_cast.
10246
10247 2013-01-25 Yao Qi <yao@codesourcery.com>
10248
10249 * event-loop.c: Include "queue.h".
10250 (gdb_event_p): New typedef.
10251 (DECLARE_QUEUE_P): Use.
10252 (DEFINE_QUEUE_P): Use.
10253 (async_queue_event): Remove.
10254 (gdb_event_xfree): New.
10255 (initialize_event_loop): New.
10256 (process_event): Use QUEUE macros.
10257 (event_queue): Remove.
10258 (gdb_wait_for_event): Caller update.
10259 (check_async_event_handlers): Likewise.
10260 (poll_timers): Likewise.
10261 * event-loop.h (initialize_event_loop): Declare.
10262 * event-loop.c (gdb_event_xfree): New.
10263 * top.c (gdb_init): Call initialize_event_loop.
10264
10265 2013-01-25 Yao Qi <yao@codesourcery.com>
10266
10267 * event-loop.c (async_queue_event): Remove one parameter
10268 'position'. Remove code handling 'position' == TAIL.
10269 (gdb_wait_for_event): Caller update.
10270 (check_async_event_handlers): Caller update.
10271 (poll_timers): Caller update.
10272 * event-loop.h (enum queue_position): Remove.
10273
10274 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
10275
10276 * MAINTAINERS: Update my email.
10277
10278 2013-01-25 Yao Qi <yao@codesourcery.com>
10279
10280 * main.c (print_gdb_help): Remove "--epoch" from the help
10281 message.
10282
10283 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
10284
10285 * symtab.c (skip_prologue_using_sal): Consider a file
10286 change the same as an increased line number
10287
10288 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10289
10290 * MAINTAINERS (Write After Approval): Add myself to the list.
10291
10292 2013-01-24 Tom Tromey <tromey@redhat.com>
10293
10294 * ada-lang.h (ada_decode_symbol): Make return type const.
10295 * ada-lang.c (ada_decode_symbol): Likewise.
10296
10297 2013-01-23 Doug Evans <dje@google.com>
10298
10299 * linespec.c (find_linespec_symbols): Make static.
10300
10301 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
10302
10303 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10304 type on float conversion for complex type.
10305
10306 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
10307
10308 Add a new class gdb.Architecture which exposes GDB's
10309 internal representation of architecture via GDB Python API.
10310 * Makefile.in: Add entries corresponding to the new file
10311 python/py-arch.c.
10312 * NEWS (Python Scripting): Add entries for the new class
10313 gdb.Architecture and the new method gdb.Frame.architecture.
10314 * python/py-arch.c: Implement gdb.Architecture class.
10315 * python/py-frame.c (frapy_arch): Implement the method
10316 gdb.Frame.architecture().
10317 (frame_object_methods): Add 'architecture' to the method table.
10318 * python/python-internal.h: Add declarations of new utility
10319 functions.
10320 * python/python.c (_initialize_python): Initialize
10321 gdb.Architecture class.
10322
10323 2013-01-23 Doug Evans <dje@google.com>
10324
10325 Work around binutils/15021.
10326 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10327 type_unit_group out of union s. All uses updated.
10328 (read_index_from_section): Watch for index version 8.
10329 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10330 an imported symtab.
10331 (write_psymtabs_to_index): Increment version number to 8.
10332
10333 2013-01-22 Pedro Alves <palves@redhat.com>
10334
10335 * annotate.c (breakpoint_changed): Skip if breakpoint is not
10336 user-visible.
10337
10338 2013-01-22 Pedro Alves <palves@redhat.com>
10339
10340 * annotate.c (annotate_breakpoints_changed): Rename to ...
10341 (annotate_breakpoints_invalid): ... this. Make static.
10342 (breakpoint_changed): Adjust.
10343 (_initialize_annotate): Always install the observers. Install a
10344 "breakpoint_created" observer.
10345 * annotate.h (annotate_breakpoints_changed): Delete declaration.
10346 * breakpoint.c (set_breakpoint_condition)
10347 (breakpoint_set_commands, do_map_commands_command)
10348 (init_raw_breakpoint, clear_command, set_ignore_count)
10349 (enable_breakpoint_disp): No longer call
10350 annotate_breakpoints_changed.
10351
10352 2013-01-22 Pedro Alves <palves@redhat.com>
10353
10354 * annotate.c: Include "inferior.h".
10355 (frames_invalid_emitted)
10356 (breakpoints_invalid_emitted): New globals.
10357 (async_background_execution_p): New function.
10358 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10359 emitting the annotation if it has already been emitted.
10360 (annotate_display_prompt): New function.
10361 * annotate.h (annotate_display_prompt): New declaration.
10362 * event-top.c: Include annotate.h.
10363 (display_gdb_prompt): Call annotate_display_prompt.
10364
10365 2013-01-22 Pedro Alves <palves@redhat.com>
10366
10367 * annotate.c (ignore_count_changed): Delete.
10368 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10369 (annotate_ignore_count_change): Delete.
10370 (annotate_stopped): Don't emit a delayed breakpoints-changed
10371 annotation.
10372 * annotate.h (annotate_ignore_count_change): Delete.
10373 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10374 annotate_ignore_count_change.
10375
10376 2013-01-22 Tom Tromey <tromey@redhat.com>
10377
10378 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10379 require_rvalue for a register location.
10380
10381 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
10382
10383 * breakpoint.c (print_one_breakpoint_location): Add MI
10384 field 'thread-groups' when printing a breakpoint.
10385 (output_thread_groups): New function.
10386
10387 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
10388
10389 * python/lib/gdb/commands/explore.py
10390 (CompoundExplorer.explore_expr): Correct the name of a method
10391 being invoked.
10392 (ExploreTypeCommand.invoke): Add a missing 'return'.
10393
10394 2013-01-21 Tom Tromey <tromey@redhat.com>
10395
10396 * gdb_obstack.h (obconcat): Move declaration here, from...
10397 * symfile.h (obconcat): ... here.
10398 * gdb_obstack.c: New file.
10399 (obconcat): Move from...
10400 * symfile.c (obconcat): ... here.
10401 * Makefile.in (SFILES): Add gdb_obstack.c.
10402 (COMMON_OBS): Add gdb_obstack.o.
10403
10404 2013-01-21 Tom Tromey <tromey@redhat.com>
10405
10406 * symfile.h (obsavestring): Don't declare.
10407 * symfile.c (obsavestring): Remove.
10408 * ada-exp.y: Use obstack_copy0, not obsavestring.
10409 * ada-lang.c: Use obstack_copy0, not obsavestring.
10410 * coffread.c: Use obstack_copy0, not obsavestring.
10411 * cp-namespace.c: Use obstack_copy0, not obsavestring.
10412 * dbxread.c: Use obstack_copy0, not obsavestring.
10413 * dwarf2read.c: Use obstack_copy0, not obsavestring.
10414 * jit.c: Use obstack_copy0, not obsavestring.
10415 * mdebugread.c: Use obstack_copy0, not obsavestring.
10416 * psymtab.c: Use obstack_copy0, not obsavestring.
10417 * stabsread.c: Use obstack_copy0, not obsavestring.
10418 * xcoffread.c: Use obstack_copy0, not obsavestring.
10419
10420 2013-01-21 Tom Tromey <tromey@redhat.com>
10421
10422 * dwarf2read.c (fixup_go_packaging): Save package name
10423 on objfile obstack.
10424 * gdbtypes.c (init_type): Don't copy name.
10425
10426 2013-01-21 Tom Tromey <tromey@redhat.com>
10427
10428 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
10429 const.
10430 (struct attribute) <u.str>: Now const.
10431 (struct fnfieldlist) <name>: Now const.
10432 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
10433 (partial_die_parent_scope): Make return type const.
10434 (partial_die_full_name, add_partial_symbol): Update.
10435 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
10436 'name' const.
10437 (find_file_and_directory): Make 'name' and 'comp_dir' const.
10438 (read_file_scope, read_func_scope, dwarf2_add_field)
10439 (dwarf2_add_member_fn, read_structure_type)
10440 (process_enumeration_scope, read_array_type, read_module_type)
10441 (read_base_type, read_subrange_type): Update.
10442 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
10443 (new_symbol_full, guess_full_die_structure_name): Update.
10444 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
10445 (dwarf2_name): Return const type.
10446 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
10447 const.
10448
10449 2013-01-21 Tom Tromey <tromey@redhat.com>
10450
10451 * gdbtypes.c (init_type): Make 'name' const.
10452 * gdbtypes.h (init_type): Update.
10453
10454 2013-01-21 Tom Tromey <tromey@redhat.com>
10455
10456 * buildsym.c (patch_subfile_names): Use set_last_source_file.
10457 (start_symtab): Make 'name' and 'dirname' const. Use
10458 set_last_source_file.
10459 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
10460 (last_source_file): Define. Now static.
10461 (set_last_source_file, get_last_source_file): New functions.
10462 * buildsym.h (last_source_file): Don't declare.
10463 (start_symtab): Update.
10464 (set_last_source_file, get_last_source_file): Declare.
10465 * coffread.c (complete_symtab): Use set_last_source_file.
10466 (coff_end_symtab): Likewise.
10467 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
10468 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
10469 set_last_source_file.
10470 (process_one_symbol): Use get_last_source_file.
10471 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
10472 (psymtab_to_symtab_1): Use get_last_source_file.
10473 * xcoffread.c (process_linenos): Use get_last_source_file.
10474 (complete_symtab): Use set_last_source_file.
10475 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
10476 (scan_xcoff_symtab): Use set_last_source_file.
10477
10478 2013-01-21 Tom Tromey <tromey@redhat.com>
10479
10480 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
10481 (symbol_set_names): Remove casts. Handle field const-ness.
10482
10483 2013-01-21 Tom Tromey <tromey@redhat.com>
10484
10485 * dwarf2read.c (new_symbol_full): Remove cast.
10486 * symtab.c (symbol_set_demangled_name): Make 'name' const.
10487 * symtab.h (symbol_set_demangled_name): Update.
10488
10489 2013-01-21 Tom Tromey <tromey@redhat.com>
10490
10491 * main.c (captured_main): Call bfd_init.
10492
10493 2013-01-21 Tom Tromey <tromey@redhat.com>
10494
10495 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
10496 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
10497 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
10498 * NEWS: Update.
10499
10500 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10501
10502 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
10503
10504 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10505
10506 Fix gdb.fortran/common-block.exp crash in PIE mode.
10507 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
10508 LOC_COMMON_BLOCK.
10509 * f-valprint.c (info_common_command_for_block): Expect
10510 LOC_COMMON_BLOCK in gdb_assert.
10511 * symtab.h (struct general_symbol_info): Update comment for the
10512 common_block member.
10513 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
10514 (enum address_class): New member LOC_COMMON_BLOCK.
10515
10516 2013-01-18 David Blaikie <dblaikie@gmail.com>
10517
10518 * MAINTAINERS (Write After Approval): Add "David Blaikie".
10519
10520 2013-01-18 Tom Tromey <tromey@redhat.com>
10521
10522 PR c++/14999:
10523 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
10524 Call require_rvalue.
10525
10526 2013-01-18 Yao Qi <yao@codesourcery.com>
10527
10528 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
10529 (dbx_read_symtab): New declaration.
10530 (dbx_psymtab_to_symtab): Delete.
10531 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
10532 Rename parameter PST to SELF. Exchanged two parameters.
10533 (start_psymtab): Caller update.
10534 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
10535 (dwarf2_read_symtab): New declaration.
10536 (dwarf2_psymtab_to_symtab): Delete.
10537 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
10538 Rename parameter PST to SELF. Exchanged two parameters.
10539 (create_partial_symtab): Caller update.
10540 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
10541 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
10542 Rename parameter PST to SELF. Exchanged two parameters.
10543 (parse_partial_symbols, new_psymtab): Caller update.
10544 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
10545 two parameters.
10546 * psymtab.c (psymtab_to_symtab): Caller update.
10547 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
10548 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
10549 Rename parameter PST to SELF. Exchanged two parameters.
10550 (xcoff_start_psymtab): Caller update.
10551
10552 2013-01-18 Yao Qi <yao@codesourcery.com>
10553
10554 * infrun.c (proceed): Rename local variable 'oneproc' to
10555 'force_step'.
10556
10557 2013-01-17 Doug Evans <dje@google.com>
10558
10559 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
10560 (dw2_build_type_unit_groups): Delete. All uses updated.
10561
10562 * symtab.h (struct symbol_search): Add comment.
10563
10564 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10565
10566 * symtab.c (compare_filenames_for_search): New comment for
10567 HAS_DRIVE_SPEC.
10568
10569 2013-01-17 Tom Tromey <tromey@redhat.com>
10570
10571 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
10572
10573 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10574
10575 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
10576 initialize it by existing make_cleanup. Call new do_cleanups.
10577
10578 2013-01-17 Tom Tromey <tromey@redhat.com>
10579
10580 * cp-abi.c (cp_abi_completer): New function.
10581 (_initialize_cp_abi): Set completer for "set cp-abi".
10582
10583 2013-01-17 Tom Tromey <tromey@redhat.com>
10584
10585 * mem-break.c: Remove obsolete comment.
10586 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
10587
10588 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10589
10590 * jit.c (jit_reader_load_command): Interpret the jit reader name
10591 as an absolute path if it begins with a forward slash.
10592
10593 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10594
10595 PR gdb/14550
10596
10597 * jit.c (finalize_symtab): Ensure that only the global block has a
10598 NULL superblock.
10599
10600 2013-01-17 Pedro Alves <palves@redhat.com>
10601
10602 * acinclude.m4: Include ../config/plugins.m4,
10603 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
10604 * Makefile.in (aclocal_m4_deps): Update.
10605 * aclocal.m4: Renegerate.
10606
10607 2013-01-16 Doug Evans <dje@google.com>
10608
10609 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
10610
10611 2013-01-16 Pedro Alves <palves@redhat.com>
10612 Tom Tromey <tromey@redhat.com>
10613
10614 PR cli/7221:
10615 * NEWS: Add "catch signal".
10616 * breakpoint.c (base_breakpoint_ops): No longer static.
10617 (bpstat_explains_signal): New function.
10618 (init_catchpoint): No longer static.
10619 (base_breakpoint_explains_signal): New function.
10620 (base_breakpoint_ops): Initialize new field.
10621 * breakpoint.h (enum bpstat_signal_value): New.
10622 (struct breakpoint_ops) <explains_signal>: New field.
10623 (bpstat_explains_signal): Remove macro, declare as function.
10624 (base_breakpoint_ops, init_catchpoint): Declare.
10625 * break-catch-sig.c: New file.
10626 * inferior.h (signal_catch_update): Declare.
10627 * infrun.c (signal_catch): New global.
10628 (handle_syscall_event): Update for change to
10629 bpstat_explains_signal.
10630 (handle_inferior_event): Likewise. Always handle random signals
10631 via bpstats.
10632 (signal_cache_update): Check signal_catch.
10633 (signal_catch_update): New function.
10634 (_initialize_infrun): Initialize signal_catch.
10635 * Makefile.in (SFILES): Add break-catch-sig.c.
10636 (COMMON_OBS): Add break-catch-sig.o.
10637
10638 2013-01-16 Tom Tromey <tromey@redhat.com>
10639
10640 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
10641 (print_one_catch_solib, print_one_catch_syscall)
10642 (print_one_catch_exec, print_one_exception_catchpoint): Emit
10643 "catch-type".
10644
10645 2013-01-16 Yao Qi <yao@codesourcery.com>
10646
10647 * printcmd.c (current_display_number): Make it static.
10648
10649 2013-01-16 Yao Qi <yao@codesourcery.com>
10650
10651 * infcmd.c (step_once): Don't check '!single_inst' as it was
10652 checked before.
10653
10654 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10655
10656 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
10657
10658 2013-01-14 Tom Tromey <tromey@redhat.com>
10659
10660 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
10661 set command.
10662 * command.h (add_setshow_string_noescape_cmd): Update.
10663 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
10664 (complete_set_gnutarget): New function.
10665 (_initialize_core): Set the "set gnutarget" completer.
10666
10667 2013-01-14 Tom Tromey <tromey@redhat.com>
10668
10669 PR symtab/14442:
10670 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
10671 (c_type_print_modifier): Likewise.
10672 * dwarf2read.c (read_tag_restrict_type): New function.
10673 (read_type_die_1): Handle DW_TAG_restrict_type.
10674 * gdbtypes.c (make_restrict_type): New function.
10675 (recursive_dump_type): Handle TYPE_RESTRICT.
10676 * gdbtypes.h (enum type_flag_values): Renumber.
10677 (enum type_instance_flag_value): Add
10678 TYPE_INSTANCE_FLAG_RESTRICT.
10679 (TYPE_RESTRICT): New macro.
10680 (make_restrict_type): Declare.
10681
10682 2013-01-14 Tom Tromey <tromey@redhat.com>
10683
10684 PR symtab/14931:
10685 * psymtab.c (struct psymtab_state): New.
10686 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
10687 functions.
10688 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
10689 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
10690
10691 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
10692 Pedro Alves <palves@redhat.com>
10693
10694 PR remote/14786
10695
10696 * remote.c (remote_threads_info): Make a copy of the reply from
10697 qfThreadInfo and use that instead of rs->buf.
10698
10699 2013-01-14 Yao Qi <yao@codesourcery.com>
10700
10701 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
10702 (dbx_psymtab_to_symtab): Likewise.
10703 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
10704 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
10705 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
10706
10707 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10708
10709 * parse.c (parse_exp_in_context): New variable inner_chain. Call
10710 make_cleanup_restore_current_language. Call set_language. Move
10711 OLD_CHAIN and INNER_CHAIN cleanups.
10712 * utils.c (do_restore_current_language)
10713 (make_cleanup_restore_current_language): New functions.
10714 * utils.h (make_cleanup_restore_current_language): New declaration.
10715
10716 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10717
10718 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
10719 non-existing files.
10720
10721 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
10722 non-existing files if FILENAME is already absolute.
10723
10724 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10725
10726 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
10727 fputs_filtered. Append trailing newline.
10728
10729 2013-01-11 Yao Qi <yao@codesourcery.com>
10730 Stan Shebs <stan@codesourcery.com>
10731
10732 * psymtab.c (init_psymbol_list): Clarify the comment.
10733
10734 2013-01-11 Yao Qi <yao@codesourcery.com>
10735
10736 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
10737 (update_dprintf_command_list): Assert that 'printf_line' is
10738 non-null. Remove condition check.
10739
10740 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10741
10742 Code cleanup.
10743 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
10744 type const char *.
10745 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
10746 const char *.
10747 * tui/tui-source.h (tui_source_is_displayed): Likewise.
10748
10749 2013-01-09 Anthony Green <green@moxielogic.com>
10750
10751 * cp-abi.c (cplus_print_vtable): Don't return value from void
10752 function.
10753 * ada-lang.c (re_set_catch_assert): Ditto.
10754
10755 2013-01-09 Doug Evans <dje@google.com>
10756
10757 * symfile.h (quick_symbol_functions): Delete member
10758 pre_expand_symtabs_matching. All uses removed.
10759 * dwarf2read.c (dw2_lookup_symbol): Implement.
10760 (dw2_do_expand_symtabs_matching): Delete.
10761 (dw2_pre_expand_symtabs_matching): Delete.
10762 (struct dw2_symtab_iterator): New type.
10763 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
10764 (dw2_expand_symtabs_for_function): Rewrite.
10765 (dwarf2_gdb_index_functions): Update.
10766 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
10767 (psym_functions): Update.
10768
10769 2013-01-09 Tom Tromey <tromey@redhat.com>
10770
10771 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
10772 * configure: Rebuild.
10773 * configure.ac: Add somread.o to the build if BFD has SOM
10774 support.
10775 * somread.c: Include som/aout.h, not syms.h.
10776 (som_symtab_read): Use som_external_symbol_dictionary_record.
10777 Unpack records manually.
10778 (_initialize_somread): Declare.
10779
10780 2012-01-08 Mike Frysinger <vapier@gentoo.org>
10781
10782 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
10783 Cast return_address to 64bits.
10784
10785 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
10786
10787 * printcmd.c: Remove define of function output_command.
10788 * tracepoint.c: Remove extern of function output_command.
10789 * valprint.h: (output_command): New extern.
10790
10791 2013-01-07 Tom Tromey <tromey@redhat.com>
10792
10793 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
10794 Remove.
10795 (objc_language_defn): Use c_printchar, c_printstr,
10796 c_emit_char.
10797
10798 2013-01-07 Tom Tromey <tromey@redhat.com>
10799
10800 PR cli/7719:
10801 * NEWS: Update.
10802 * ada-valprint.c (printstr, print_field_values): Remove
10803 "inspect_it" code.
10804 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
10805 code.
10806 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
10807 code.
10808 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
10809 * main.c (captured_main): Remove "epoch" argument.
10810 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
10811 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
10812 * p-valprint.c (pascal_object_print_value_fields): Remove
10813 "inspect_it" code.
10814 * printcmd.c (print_command_1): Remove 'inspect' argument.
10815 (print_command, call_command): Update.
10816 (inspect_command): Remove.
10817 (_initialize_printcmd): Make "inspect" an alias for "print".
10818 * top.c (epoch_interface): Remove.
10819 * top.h (epoch_interface): Remove.
10820 * valprint.c (user_print_options): Update.
10821 (print_converted_chars_to_obstack): Remove "inspect_it" code.
10822 * valprint.h (struct value_print_options) <inspect_it>: Remove
10823 field.
10824
10825 2013-01-04 Tom Tromey <tromey@redhat.com>
10826
10827 * valprint.h (read_string): Add 'extern'.
10828
10829 2013-01-07 Joel Brobecker <brobecker@adacore.com>
10830
10831 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
10832 used to decide whether to define darwin_read_dyld_info or not.
10833
10834 2013-01-03 Pierre Muller <muller@sourceware.org>
10835
10836 * main.c (relocate_gdb_directory): Avoid calling stat function
10837 if DIR is empty.
10838
10839 2013-01-03 Yao Qi <yao@codesourcery.com>
10840
10841 * psymtab.c (fixup_psymbol_section): Update declaration.
10842 (fixup_psymbol_section): Remove code returning value.
10843
10844 2013-01-03 Yao Qi <yao@codesourcery.com>
10845
10846 * symtab.h: Remove some out of date comments.
10847 (enum exception_event_kind): Move it ...
10848 * breakpoint.c: ... here.
10849
10850 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
10851
10852 PR gdb/14405
10853 * darwin-nat.c (darwin_read_dyld_info): Only build if
10854 TASK_DYLD_INFO_COUNT is defined.
10855 (darwin_xfer_partial): Call darwin_read_dyld_info only if
10856 TASK_DYLD_INFO_COUNT is defined.
10857
10858 2013-01-02 Tom Tromey <tromey@redhat.com>
10859
10860 * symfile.h (struct ecoff_debug_hack): Remove.
10861 * objfiles.c: Don't include mdebugread.h.
10862
10863 2013-01-02 Tom Tromey <tromey@redhat.com>
10864
10865 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
10866 * configure.ac: Check for Mach-O support in BFD. Update
10867 CONFIG_OBS.
10868 * configure: Rebuild.
10869
10870 2013-01-02 Tom Tromey <tromey@redhat.com>
10871
10872 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
10873 * configure.ac: Use GDB_AC_CHECK_BFD.
10874 * configure: Rebuild.
10875
10876 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
10877
10878 * MAINTAINERS: Update my email.
10879
10880 2013-01-01 Joel Brobecker <brobecker@adacore.com>
10881
10882 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
10883
10884 2013-01-01 Joel Brobecker <brobecker@adacore.com>
10885
10886 * rs6000-nat.c (bss_data_overlap): New function.
10887 (vmap_symtab): Use it to adjust the .bss section's offset.
10888
10889 2013-01-01 Joel Brobecker <brobecker@adacore.com>
10890
10891 Update year range in copyright notice of all files.
10892
10893 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
10894
10895 * top.c (print_gdb_version): Update copyright year.
10896
10897 For older changes see ChangeLog-2012.
10898 \f
10899 Local Variables:
10900 mode: change-log
10901 left-margin: 8
10902 fill-column: 74
10903 version-control: never
10904 coding: utf-8
10905 End:
This page took 0.308729 seconds and 4 git commands to generate.