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