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