64adfd275f7a5105a50d312199e118a41d74dea5
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-11-14 Joel Brobecker <brobecker@adacore.com>
2
3 * language.h: Add "symtab.h" #include.
4
5 2013-11-13 Doug Evans <xdje42@gmail.com>
6
7 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
8 specific breakpoints, don't evaluate breakpoint condition if
9 different thread.
10
11 2013-11-13 Keith Seitz <keiths@redhat.com>
12
13 PR c++/7935
14 PR c++/10541
15 * cp-support.c (insepct_type): Add support for substituting
16 namespace aliases, too.
17 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
18 for DW_TAG_imported_declaration.
19 (add_partial_symbol): Likewise.
20 (process_die): Handle namespace aliases with
21 read_namespace_alias.
22 (die_needs_namespace): Add DW_TAG_imported_declaration.
23 (read_namespace_alias): New function.
24 (load_partial_dies): Load DW_TAG_imported_declaration, too.
25 (new_symbol_full): Handle DW_TAG_imported_declaration.
26
27 2013-11-13 Keith Seitz <keiths@redhat.com>
28
29 * p-exp.y (uptok): Make first parameter const.
30 (yylex): Make `tokstart' and `tokptr' const.
31 Don't copy the lexer input to a temporary buffer.
32 Make `p' const.
33 Remove const workaround for parse_escape.
34 Create a temporary buffer for a convenience variable instead
35 of doing in-place modification of the input.
36 If a match is found with a different case from the input,
37 do not change the input at all.
38 Use `tmp' to construct the resultant stoken instead of
39 `tokstart'.
40
41 2013-11-13 Doug Evans <xdje42@gmail.com>
42
43 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
44
45 2013-11-13 Joel Brobecker <brobecker@adacore.com>
46
47 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
48 entry with "ada-exceptions".
49
50 2013-11-13 Joel Brobecker <brobecker@adacore.com>
51
52 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
53 after re-initialization of OBJFILE's obstack.
54
55 2013-11-12 Doug Evans <xdje42@gmail.com>
56
57 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
58 bs->stop != 0 on entry. Update function comment. Simplify early
59 exit for frame mismatch. Reindent rest of function.
60
61 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
62
63 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
64 NULL.
65
66 2013-11-12 Doug Evans <dje@google.com>
67
68 Work around gold/15646.
69 * dwarf2read.c (read_index_from_section): Update comment.
70 (struct dw2_symtab_iterator): New member global_seen.
71 (dw2_symtab_iter_init): Initialize it.
72 (dw2_symtab_iter_next): Skip duplicate global symbols.
73 (dw2_expand_symtabs_matching): Ditto.
74
75 2013-11-12 Joel Brobecker <brobecker@adacore.com>
76
77 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
78 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
79 command.
80 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
81 (mi_cmd_info_ada_exceptions): New function.
82 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
83
84 2013-11-12 Joel Brobecker <brobecker@adacore.com>
85
86 * ada-lang.h: #include "vec.h".
87 (struct ada_exc_info): New.
88 (ada_exc_info): New typedef.
89 (DEF_VEC_O(ada_exc_info)): New vector.
90 (ada_exceptions_list): Add declaration.
91 * ada-lang.c (ada_is_exception_sym)
92 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
93 (sort_remove_dups_ada_exceptions_list)
94 (ada_exc_search_name_matches, ada_add_standard_exceptions)
95 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
96 (ada_exceptions_list_1, ada_exceptions_list)
97 (info_exceptions_command): New function.
98 (_initialize_ada_language): Add "info exception" command.
99
100 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
101
102 PR python/15629
103 * NEWS: Add linetable feature.
104 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
105 * python/py-linetable.c: New file.
106 * python/py-symtab.c (stpy_get_linetable): New function.
107 * python/python-internal.h (symtab_to_linetable_object): Declare.
108 (gdbpy_initialize_linetable): Ditto.
109 * python/python.c (_initialize_python): Call
110 gdbpy_initialize_linetable.
111
112 2013-11-11 Joel Brobecker <brobecker@adacore.com>
113
114 * ada-lang.c (create_ada_exception_catchpoint): Enhance
115 the documentation of fields "except_string" and "condition".
116 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
117 CONDITION on the heap before passing it to
118 create_ada_exception_catchpoint.
119 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
120 CONDITION.
121
122 2013-11-11 Tom Tromey <tromey@redhat.com>
123
124 * config.in, configure: Rebuild.
125 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
126
127 2013-11-11 Joel Brobecker <brobecker@adacore.com>
128
129 * remote-sim.c (gdbsim_detach): Break declaration into
130 shorter lines. No code change.
131
132 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
133
134 * remote-sim.c (gdbsim_detach): Fix prototype.
135
136 2013-11-08 Doug Evans <dje@google.com>
137
138 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
139 (create_debug_types_hash_table): Only print debugging messages for
140 each TU if dwarf2-read >= 2.
141 (process_queue): Ditto.
142 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
143 Update doc string.
144
145 2013-11-08 Tom Tromey <tromey@redhat.com>
146
147 * configure: Rebuild.
148 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
149
150 2013-11-08 Tom Tromey <tromey@redhat.com>
151
152 * configure, config.in: Rebuild.
153 * configure.ac: Remove unused configury.
154
155 2013-11-08 Tom Tromey <tromey@redhat.com>
156
157 * m32c-tdep.c: Use gdb_string.h.
158
159 2013-11-08 Tom Tromey <tromey@redhat.com>
160
161 * configure, config.in: Rebuild.
162 * configure.ac: Remove all link.h-related checks.
163
164 2013-11-08 Tom Tromey <tromey@redhat.com>
165
166 * acinclude.m4: Include common.m4.
167 * common/common.m4: New file.
168 * configure, config.in: Rebuild.
169 * configure.ac: Use GDB_AC_COMMON.
170
171 2013-11-08 Doug Evans <dje@google.com>
172
173 * NEWS: Mention that "set debug symtab-create" now accepts a
174 verbosity level.
175 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
176 to set the symtab's primary flag.
177 * jit.c (finalize_symtab): Ditto.
178 * mdebugread.c (psymtab_to_symtab_1): Ditto.
179 * symfile.c (allocate_symtab): Only print debugging messages for
180 symtab_create_debug levels 2 and higher.
181 * symtab.c (symtab_create_debug): Change type to unsigned int.
182 (set_symtab_primary): New function.
183 (_initialize_symtab): Change "set debug symtab-create" to a
184 zuinteger option.
185 * symtab.h (set_symtab_primary): Declare.
186 (symtab_create_debug): Update decl.
187
188 2013-11-08 Tom Tromey <tromey@redhat.com>
189
190 * aix-thread.c (aix_thread_detach): Update.
191 * corelow.c (core_detach): Update.
192 * darwin-nat.c (darwin_detach): Update.
193 * dec-thread.c (dec_thread_detach): Update.
194 * gnu-nat.c (gnu_detach): Update.
195 * go32-nat.c (go32_detach): Update.
196 * inf-ptrace.c (inf_ptrace_detach): Update.
197 * inf-ttrace.c (inf_ttrace_detach): Update.
198 * linux-fork.c (linux_fork_detach): Update.
199 * linux-fork.h (linux_fork_detach): Update.
200 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
201 local for const-correctness.
202 * linux-thread-db.c (thread_db_detach): Update.
203 * monitor.c (monitor_detach): Update.
204 * nto-procfs.c (procfs_detach): Update.
205 * procfs.c (procfs_detach): Update.
206 * record.c (record_detach): Update.
207 * record.h (record_detach): Update.
208 * remote-m32r-sdi.c (m32r_detach): Update.
209 * remote-mips.c (mips_detach): Update.
210 * remote-sim.c (gdbsim_detach): Update.
211 * remote.c (remote_detach_1, remote_detach)
212 (extended_remote_detach): Update.
213 * sol-thread.c (sol_thread_detach): Update.
214 * target.c (target_detach): Make "args" const.
215 (init_dummy_target): Update.
216 * target.h (struct target_ops) <to_detach>: Make argument const.
217 (target_detach): Likewise.
218 * windows-nat.c (windows_detach): Update.
219
220 2013-11-07 Doug Evans <dje@google.com>
221
222 PR 11786
223 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
224 and align fields for PT_GNU_RELRO segments.
225
226 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
227
228 PR python/15747
229 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
230
231 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
232
233 * NEWS: Document Python temporary breakpoint support.
234 * python/py-breakpoint.c (bppy_get_temporary): New function.
235 (bppy_init): New keyword: temporary. Parse it and set breakpoint
236 to temporary if True.
237
238 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
239
240 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
241 removed to allow analyzing unconditional branch instructions
242 with PC-relative offsets of zero.
243
244 2013-11-07 Yao Qi <yao@codesourcery.com>
245
246 * mi/mi-cmd-var.c: Include "language.h".
247 (mi_cmd_var_info_expression): Get language name from
248 language_defn.
249 * varobj.c (varobj_language_string): Remove.
250 (variable_language): Remove declaration.
251 (languages): Remove.
252 (varobj_get_language): Change the type of return value.
253 (variable_language): Remove.
254 * varobj.h (enum varobj_languages): Remove.
255 (varobj_language_string): Remove declaration.
256 (varobj_get_language): Update declaration.
257
258 2013-11-07 Yao Qi <yao@codesourcery.com>
259
260 * language.h (struct language_defn) <la_natural_name>: New
261 field.
262 * ada-lang.c (ada_language_defn): Initialize field
263 'la_natural_name'.
264 * c-lang.c (c_language_defn): Likewise.
265 (cplus_language_defn, asm_language_defn): Likewise.
266 * d-lang.c (d_language_defn): Likewise.
267 * f-lang.c (f_language_defn): Likewise.
268 * go-lang.c (go_language_defn): Likewise.
269 * jv-lang.c (java_language_defn): Likewise.
270 * language.c (unknown_language_defn ): Likewise.
271 (auto_language_defn): Likewise.
272 * m2-lang.c (m2_language_defn): Likewise.
273 * objc-lang.c (objc_language_defn): Likewise.
274 * opencl-lang.c (opencl_language_defn): Likewise.
275 * p-lang.c (pascal_language_defn): Likewise.
276
277 2013-11-07 Yao Qi <yao@codesourcery.com>
278
279 * language.c (language_str): Return const char *.
280 (add_language): Add const to 'language_names'
281 * language.h (struct language_defn) <la_name>: Add const.
282 (language_str: Update declaration.
283
284 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
285
286 * s390-linux-nat.c (s390_read_description): Consider the TE field
287 in the HWCAP for determining 'have_regset_tdb'.
288
289 2013-11-06 Will Newton <will.newton@linaro.org>
290
291 PR gdb/12866
292 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
293 values. (read_partial_die): Likewise.
294
295 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
296
297 PR cli/16122
298 * top.c (command_line_input): Unify interactivity tests to use
299 input_from_terminal_p.
300 * event-top.c (command_line_handler): Likewise.
301
302 2013-11-06 Yao Qi <yao@codesourcery.com>
303
304 * Makefile.in (check-perf): New target.
305
306 2013-11-05 Will Newton <will.newton@linaro.org>
307
308 PR gdb/7670
309 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
310 (arm_print_float_info): Likewise.
311
312 2013-11-04 Anton Blanchard <anton@samba.org>
313
314 * target.c (memory_xfer_partial): Cap write to 4KB.
315
316 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
317
318 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
319 probe scan even when the arch provides no get_longjmp_target.
320
321 2013-10-31 Pedro Alves <palves@redhat.com>
322
323 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
324 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
325 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
326 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
327 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
328 <bpstat handling>: If the bpstat chain wants the signal to be
329 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
330 GDB_SIGNAL_TRAP.
331
332 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
333
334 * breakpoint.c (update_watchpoint): Update error message and add
335 an additional error message.
336
337 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
338
339 * s390-tdep.h: Rename to...
340 * s390-linux-tdep.h: ...here.
341 * s390-tdep.c: Rename to...
342 * s390-linux-tdep.c: ...here. Adjust #include.
343 * s390-nat.c: Rename to...
344 * s390-linux-nat.c: ...here. Adjust #include.
345 * config/s390/s390.mh: Rename to...
346 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
347 s390-linux-nat.o.
348 * configure.host: Reflect host rename "s390" -> "linux".
349 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
350 * Makefile.in (ALL_TARGET_OBS): Likewise.
351 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
352 s390-linux-tdep.h.
353 (ALLDEPFILES): Reflect rename of .c files.
354
355 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
356
357 * s390-nat.c: Whitespace cleanup.
358 * s390-tdep.c: Likewise.
359 * s390-tdep.h: Remove empty line at end of file.
360
361 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
362
363 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
364 siginfo_size.
365
366 2013-10-29 Tom Tromey <tromey@redhat.com>
367
368 * utils.c (reg): Move undefinition...
369 * gdb_curses.h: ... here. Update comment to mention AIX.
370
371 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
372
373 * exec.h (add_target_sections_of_objfile): New declaration.
374 * exec.c (add_target_sections_of_objfile): New function.
375 * symfile.c (add_symbol_file_command): Update current target sections.
376 (remove_symbol_file_command): New command.
377 (symfile_free_objfile): New function.
378 (_initialize_symfile): Register observer for free_objfile events.
379 * NEWS: Add description of the remove-symbol-file command.
380 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
381 * objfiles.c (free_objfile): Notify free_objfile.
382 (is_addr_in_objfile): New function.
383 * objfiles.h (is_addr_in_objfile): New declaration.
384 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
385 events instead of solib_unloaded events.
386 (_initialize_printcmd): Register observer for free_objfile instead
387 of solib_unloaded notifications.
388 * solib.c (remove_user_added_objfile): New function.
389 (_initialize_symfile): Add remove-symbol-file.
390
391 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
392
393 * infcmd.c (default_print_one_register_info): Use val_print to
394 print all values even optimized out or unavailable ones. Don't
395 try to print a raw form of optimized out or unavailable values.
396
397 2013-10-29 Yao Qi <yao@codesourcery.com>
398
399 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
400 parameter 'arg' instead of from program_space_data.
401 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
402 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
403 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
404 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
405 * inflow.c (inflow_inferior_data_cleanup): Get data from
406 parameter 'arg' instead of inferior_data.
407 * registry.h: Add comments.
408
409 2013-10-28 Pedro Alves <palves@redhat.com>
410
411 * breakpoint.c (watchpoints_triggered)
412 <!target_stopped_data_address>: Hardcode return 1.
413
414 2013-10-28 Pedro Alves <palves@redhat.com>
415
416 * infrun.c (process_event_stop_test): Remove unnecessary scoping
417 level and reindent.
418
419 2013-10-28 Pedro Alves <palves@redhat.com>
420
421 * infrun.c (process_event_stop_test): New function, factored out
422 from handle_inferior_event.
423 (handle_inferior_event): 'process_event_stop_test' is now a
424 function instead of a goto label -- adjust.
425
426 2013-10-28 Pedro Alves <palves@redhat.com>
427
428 * infrun.c (handle_inferior_event): Move process_event_stop_test
429 goto label to the else branch of the ecs->random_signal check,
430 along with FRAME and GDBARCH re-fetching.
431
432 2013-10-28 Pedro Alves <palves@redhat.com>
433
434 * infrun.c (switch_back_to_stepped_thread): New function, factored
435 out from handle_inferior_event.
436 (handle_inferior_event): Adjust to call
437 switch_back_to_stepped_thread. Call it also at the tail of the
438 random signal handling, and return, instead of also handling
439 random signals just before the stepping tests.
440
441 2013-10-28 Pedro Alves <palves@redhat.com>
442
443 * infrun.c (clear_stop_func): Delete.
444 (handle_inferior_event): Don't call clear_stop_func and don't
445 clear 'ecs->random_signal'.
446
447 2013-10-27 Yao Qi <yao@codesourcery.com>
448
449 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
450 (varobj_create, varobj_get_path_expr): Update.
451 (varobj_value_has_mutated, varobj_update): Likewise.
452 (create_child_with_value, new_root_variable): Likewise.
453 (number_of_children, name_of_variable): Likewise.
454 (value_of_child, my_value_of_variable): Likewise.
455 (varobj_value_is_changeable_p): Likewise.
456
457 2013-10-25 Yao Qi <yao@codesourcery.com>
458
459 * language.h (struct lang_varobj_ops): Declare.
460 (struct language_defn) <la_varobj_ops>: New field.
461 * ada-lang.c: Include "varobj.h"
462 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
463 ada_varobj_ops.
464 * c-lang.c: Include "varobj.h"
465 (c_language_defn): Initialize field 'la_varobj_ops' with
466 c_varobj_ops.
467 (cplus_language_defn): Initialize field 'la_varobj_ops' with
468 cplus_varobj_ops.
469 (asm_language_defn): Initialize field 'la_varobj_ops' with
470 default_varobj_ops.
471 (minimal_language_defn): Likewise.
472 * d-lang.c (d_language_defn): Likewise.
473 * f-lang.c (f_language_defn): Likewise.
474 * go-lang.c (go_language_defn): Likewise.
475 * m2-lang.c (m2_language_defn): Likewise.
476 * objc-lang.c (objc_language_defn): Likewise.
477 * opencl-lang.c (opencl_language_defn): Likewise.
478 * p-lang.c (pascal_language_defn): Likewise.
479 * language.c (unknown_language_defn): Likewise.
480 (auto_language_defn): Likewise.
481 (local_language_defn): Likewise.
482 * jv-lang.c (java_language_defn): Initialize field
483 'la_varobj_ops' with java_varobj_ops.
484 * varobj.c (varobj_create): Update.
485 * varobj.h (default_varobj_ops): Define macro.
486
487 2013-10-25 Pedro Alves <palves@redhat.com>
488
489 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
490 static field value.
491 (cp_print_static_field): If the value is entirely optimized out,
492 print <optimized out> here.
493 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
494 static field value.
495 * p-valprint.c (pascal_object_print_static_field): If the value is
496 entirely optimized out, print <optimized out> here.
497 * valops.c (do_search_struct_field)
498 (value_struct_elt_for_reference): No longer handle a NULL static
499 field value.
500 * value.c (value_static_field): Return an optimized out value
501 instead of NULL.
502
503 2013-10-25 Yao Qi <yao@codesourcery.com>
504
505 * remote.c (remote_traceframe_info): Return early if
506 traceframe is not selected.
507
508 2013-10-25 Yao Qi <yao@codesourcery.com>
509
510 * tracepoint.c (traceframe_fun): Remove.
511 (traceframe_sal): Remove.
512 (set_traceframe_context): Add local variables.
513
514 2013-10-25 Joel Brobecker <brobecker@adacore.com>
515
516 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
517 and parameter name.
518
519 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
520
521 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
522 failure from register information collection.
523
524 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
525
526 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
527 member.
528 (linux_corefile_thread_callback): Update accordingly.
529 (linux_make_corefile_notes): Likewise.
530
531 2013-10-24 Pedro Alves <palves@redhat.com>
532
533 * NEWS (New options): Mention set/show startup-with-shell.
534 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
535 instead of 3.
536 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
537 startup-with-shell'.
538 (show_startup_with_shell): New function.
539 (_initialize_fork_child): Register the set/show startup-with-shell
540 commands.
541 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
542 * inf-ttrace.c (inf_ttrace_him): Remove comment.
543 * procfs.c (procfs_init_inferior): Remove comment.
544 * infcmd.c (startup_with_shell): New global.
545 * inferior.h (startup_with_shell): Declare global.
546 (STARTUP_WITH_SHELL): Delete.
547 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
548
549 2013-10-23 Pedro Alves <palves@redhat.com>
550
551 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
552 * common/signals.c: Include "gdb_assert.h".
553 (signals): New field 'symbol'.
554 (SET): Use the 'symbol' parameter.
555 (gdb_signal_to_symbol_string): New function.
556 * infrun.c (handle_inferior_event) <random signal>: In debug
557 output, print the random signal enum as string in addition to its
558 number.
559 * target/waitstatus.c (target_waitstatus_to_string): Print the
560 signal's enum value as string instead of the (POSIX) signal name.
561
562 2013-10-23 Gary Benson <gbenson@redhat.com>
563
564 PR 16013
565 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
566 from 32 to 18. Adjusted fscanf format string accordingly.
567 (Avoids leaving cmd unterminated.)
568 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
569 trun, retn or extra. (Avoids leaving extra unterminated.) Check
570 that local_address and remote_address will not overflow.
571 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
572 leaving dependencies unterminated. Parse size as "%u" to match
573 definition.
574
575 2013-10-22 Pedro Alves <palves@redhat.com>
576
577 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
578 set ecs->random signal.
579
580 2013-10-22 Pedro Alves <palves@redhat.com>
581
582 * infrun.c (keep_going): Update comments.
583
584 2013-10-22 Pedro Alves <palves@redhat.com>
585
586 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
587 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
588
589 2013-10-22 Pedro Alves <palves@redhat.com>
590
591 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
592 GDB_EXC_BAD_ACCESS.
593 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
594 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
595 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
596 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
597 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
598 (GDB_SIGNAL_LAST): Change description string.
599 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
600 Adjust to signal renaming.
601 * darwin-nat.c (darwin_decode_message): Likewise.
602
603 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
604
605 * MAINTAINERS (Write After Approval): Add myself to the list.
606
607 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
608
609 * breakpoint.c (update_watchpoint): If hardware watchpoints are
610 forced off, downgrade them to software watchpoints if possible,
611 and error out if not possible.
612 (watch_command_1): Move watchpoint type selection closer to
613 watchpoint creation, and extend the comments.
614
615 2013-10-18 Pedro Alves <palves@redhat.com>
616
617 PR gdb/16062
618 * infrun.c (handle_inferior_event): Keep going if we got a random
619 signal we should not stop for, instead of falling through to the
620 step tests.
621
622 2013-10-18 Yao Qi <yao@codesourcery.com>
623
624 * c-varobj.c (cplus_number_of_children): Fix indentation.
625
626 2013-10-17 Tom Tromey <tromey@redhat.com>
627
628 PR gdb/15995:
629 * printcmd.c (printcmd): Call gdb_flush.
630
631 2013-10-17 Tom Tromey <tromey@redhat.com>
632
633 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
634 (elf_locate_sections): Update.
635
636 2013-10-17 Yao Qi <yao@codesourcery.com>
637
638 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
639 * ada-varobj.c: Remove the include of ada-varobj.h.
640 (ada_varobj_get_number_of_children): Declare.
641 (ada_varobj_get_name_of_child): Make it static.
642 (ada_varobj_get_path_expr_of_child): Likewise.
643 (ada_varobj_get_value_of_child): Likewise.
644 (ada_varobj_get_type_of_child): Likewise.
645 (ada_varobj_get_value_of_array_variable): Likewise.
646 * ada-varobj.h: Remove.
647
648 2013-10-17 Yao Qi <yao@codesourcery.com>
649
650 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
651 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
652 * ada-varobj.c: Include "varobj.h".
653 (ada_number_of_children): New. Moved from varobj.c.
654 (ada_name_of_variable, ada_name_of_child): Likewise.
655 (ada_path_expr_of_child, ada_value_of_child): Likewise.
656 (ada_type_of_child, ada_value_of_variable): Likewise.
657 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
658 (ada_varobj_ops): New.
659 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
660 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
661 * gdbtypes.h (get_target_type): Declare.
662 * varobj.c: Remove the inclusion of "ada-varobj.h" and
663 "ada-lang.h".
664 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
665 (ANONYMOUS_UNION_NAME): Likewise.
666 (get_type, get_value_type, get_target_type): Remove declarations.
667 (value_get_print_value, varobj_value_get_print_value): Likewise.
668 (c_number_of_children, c_name_of_variable): Likewise.
669 (c_name_of_child, c_path_expr_of_child): Likewise.
670 (c_value_of_child, c_type_of_child): Likewise.
671 (c_value_of_variable, cplus_number_of_children): Likewise.
672 (cplus_class_num_children, cplus_name_of_variable): Likewise.
673 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
674 (cplus_value_of_child, cplus_type_of_child): Likewise.
675 (cplus_value_of_variable, java_number_of_children): Likewise.
676 (java_name_of_variable, java_name_of_child): Likewise.
677 (java_path_expr_of_child, java_value_of_child): Likewise.
678 (java_type_of_child, java_value_of_variable): Likewise.
679 (ada_number_of_children, ada_name_of_variable): Likewise.
680 (ada_name_of_child, ada_path_expr_of_child): Likewise.
681 (ada_value_of_child, ada_type_of_child): Likewise.
682 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
683 (ada_value_has_mutated): Likewise.
684 (struct language_specific): Move it to varobj.h.
685 (CPLUS_FAKE_CHILD): Move it to varobj.h.
686 (restrict_range): Rename it varobj_restrict_range. Make it extern.
687 Callers update.
688 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
689 Make it extern.
690 (is_anonymous_child): Move it to c-varobj.c and rename to
691 varobj_is_anonymous_child. Caller update.
692 (get_type): Move it to c-varobj.c.
693 (get_value_type): Rename it varobj_get_value_type. Make it
694 extern.
695 (get_target_type): Move it gdbtypes.c.
696 (varobj_formatted_print_options): New function.
697 (value_get_print_value): Rename it to
698 varobj_value_get_print_value and make it extern.
699 (varobj_value_is_changeable_p): Make it extern.
700 (adjust_value_for_child_access): Move it to c-varobj.c.
701 (default_value_is_changeable_p): Rename it to
702 varobj_default_value_is_changeable_p. Make it extern.
703 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
704 (c_name_of_child, c_path_expr_of_child): Likewise.
705 (c_value_of_child, c_type_of_child): Likewise.
706 (c_value_of_variable, cplus_number_of_children): Likewise.
707 (cplus_class_num_children, cplus_name_of_variable): Likewise.
708 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
709 (cplus_value_of_child, cplus_type_of_child): Likewise.
710 (cplus_value_of_variable): Likewise.
711 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
712 (java_name_of_child, java_path_expr_of_child): Likewise.
713 (java_value_of_child, java_type_of_child): Likewise.
714 (java_value_of_variable): Likewise.
715 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
716 (ada_name_of_child, ada_path_expr_of_child): Likewise.
717 (ada_value_of_child, ada_type_of_child): Likewise.
718 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
719 (ada_value_has_mutated): Likewise.
720 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
721 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
722 (c_varobj_ops, cplus_varobj_ops): Declare.
723 (java_varobj_ops, ada_varobj_ops): Declare.
724 (varobj_default_value_is_changeable_p): Declare.
725 (varobj_value_is_changeable_p): Declare.
726 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
727 (varobj_get_path_expr_parent): Declare.
728 (varobj_value_get_print_value): Declare.
729 (varobj_formatted_print_options): Declare.
730 (varobj_restrict_range): Declare.
731
732 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
733
734 * target/waitstatus.h (target_waitkind): Remove spurious
735 character from the comments.
736
737 2013-10-17 Joel Brobecker <brobecker@adacore.com>
738
739 * gdbarch.sh (get_longjmp_target): Add method documentation.
740 * gdbarch.h: Regenerate.
741
742 2013-10-16 Tom Tromey <tromey@redhat.com>
743
744 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
745 label.
746
747 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
748
749 * gcore.in: Call GDB using the full path to the gcore script.
750 Error out if the GDB binary is not found.
751
752 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
753
754 PR gdb/16014
755 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
756 sizeof.
757
758 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
759
760 PR gdb/16042
761 * target.c (target_disable_btrace): Fix invalid return value for
762 void function.
763 (target_teardown_btrace): Likewise.
764
765 2013-10-14 Yao Qi <yao@codesourcery.com>
766
767 * varobj.c (struct varobj): Move most of the fields to
768 varobj.h.
769 (struct varobj_dynamic): New struct.
770 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
771 (varobj_has_more): Likewise.
772 (dynamic_varobj_has_child_method): Likewise.
773 (update_dynamic_varobj_children): Likewise.
774 (varobj_get_num_children): Likewise.
775 (varobj_list_children, varobj_pretty_printed_p): Likewise.
776 (install_new_value_visualizer): Likewise.
777 (install_new_value_visualizer, install_new_value): Likewise.
778 (varobj_update, new_variable, free_variable): Likewise.
779 (my_value_of_variable, value_get_print_value): Likewise.
780 (install_visualizer): Change the type of parameter 'var' to
781 'struct varobjd_dynamic *'. Callers update.
782 * varobj.h (struct varobj): Moved from varobj.c.
783 (struct varobj) <dynamic>: New field.
784
785 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
786
787 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
788 as the preferred name of r30.
789 * nios2-linux-tdep.c (reg_offsets): Likewise.
790 * features/nios2-cpu.xml: Likewise.
791 * features/nios2-linux.c: Regenerated.
792 * features/nios2.c: Regenerated.
793 * regformats/nios2-linux.dat: Regenerated.
794
795 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
796
797 Canonicalize directories for EXEC_FILENAME.
798 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
799 exec_filename.
800 * utils.c (gdb_realpath_keepfile): New function.
801 * utils.h (gdb_realpath_keepfile): New declaration.
802
803 2013-10-11 Doug Evans <dje@google.com>
804
805 * Makefile.in (GDBFLAGS): New variable.
806 (run): New rule.
807
808 2013-10-11 Joel Brobecker <brobecker@adacore.com>
809
810 * NEWS: Add entry documenting the new "-catch-assert" and
811 "-catch-exception" GDB/MI commands.
812
813 2013-10-11 Joel Brobecker <brobecker@adacore.com>
814
815 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
816 "enabled".
817 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
818 "enabled". Set B->ENABLE_STATE accordingly.
819 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
820 ada-lang.c.
821 (create_ada_exception_catchpoint): Add declaration.
822 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
823 (create_ada_exception_catchpoint): Make non-static. Add new
824 parameter "disabled". Use it in call to
825 init_ada_exception_breakpoint.
826 (catch_ada_exception_command): Add parameter "enabled" in call
827 to create_ada_exception_catchpoint.
828 (catch_assert_command): Likewise.
829
830 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
831 Add declarations.
832 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
833 "catch-exception" commands.
834 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
835 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
836
837 2013-10-11 Joel Brobecker <brobecker@adacore.com>
838
839 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
840 "enum exception_catchpoint_kind". Replace the "ex_" prefix
841 of all its enumerates with "ada_". Update the rest of this
842 file throughout.
843
844 2013-10-11 Joel Brobecker <brobecker@adacore.com>
845
846 * ada-lang.c (ada_decode_exception_location): Delete.
847 (create_ada_exception_catchpoint): Remove arguments "sal",
848 "addr_string" and "ops". Add argument "ex_kind" instead.
849 Adjust implementation accordingly, calling ada_exception_sal
850 to get the entities it no longer gets passed as arguments.
851 Document the function's arguments.
852 (catch_ada_exception_command): Use catch_ada_exception_command_split
853 instead of ada_decode_exception_location, and update call to
854 create_ada_exception_catchpoint.
855 (catch_ada_assert_command_split): Renames
856 ada_decode_assert_location. Remove parameters "addr_string" and
857 "ops", and now returns void. Adjust implementation accordingly.
858 Update the function documentation.
859 (catch_assert_command): Use catch_ada_assert_command_split
860 instead of ada_decode_assert_location. Update call to
861 create_ada_exception_catchpoint.
862
863 2013-10-11 Joel Brobecker <brobecker@adacore.com>
864
865 * utils.h (perror_warning_with_name): Add declaration.
866 * utils.c (perror_warning_with_name): New function.
867 * cli/cli-cmds.c (source_script_with_search): Add call to
868 perror_warning_with_name if from_tty is nul.
869
870 2013-10-11 Joel Brobecker <brobecker@adacore.com>
871
872 * utils.c (perror_string): New function, extracted out of
873 throw_perror_with_name.
874 (throw_perror_with_name): Rework to use perror_string.
875
876 2013-10-11 Yao Qi <yao@codesourcery.com>
877
878 * remote.c (discard_pending_stop_replies_in_queue): Update
879 declaration.
880 (struct stop_reply) <rs>: New field.
881 (remove_stop_reply_of_remote_state): New function.
882 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
883 Callers update. Pass remove_stop_reply_of_remote_state to
884 QUEUE_iterate.
885 (remote_parse_stop_reply): Initialize field 'rs'.
886
887 2013-10-10 Will Newton <will.newton@linaro.org>
888
889 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
890 linux_init_abi.
891
892 2013-10-10 Joel Brobecker <brobecker@adacore.com>
893
894 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
895 serial_baud_show_cmd.
896 (_initialize_cli_cmds): Delete the code creating the
897 "set/show remotebaud" commands.
898 * serial.c (baud_rate): Move here from top.c.
899 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
900 (_initialize_serial): Create "set/show serial baud" commands.
901 Add "set/show remotebaud" command aliases.
902 * top.c (baud_rate): Moved to serial.c.
903 * NEWS: Document the new "set/show serial baud" commands,
904 replacing "set/show remotebaud".
905
906 2013-10-09 Pedro Alves <palves@redhat.com>
907
908 * breakpoint.c (insert_bp_location): Use memory_error_message to
909 build the memory error string.
910 * c-lang.c: Include "gdbcore.h".
911 (c_get_string): Use memory_error to throw error.
912 (target_xfer_memory_error): Delete.
913 (memory_error_message): New, factored out from
914 target_xfer_memory_error.
915 (memory_error): Change parameter type to target_xfer_error.
916 Rewrite.
917 (read_memory): Use memory_error instead of
918 target_xfer_memory_error.
919 * gdbcore.h: Include "target.h".
920 (memory_error): Change parameter type to target_xfer_error.
921 (memory_error_message): Declare function.
922 * target.c (target_read_memory, target_read_stack)
923 (target_write_memory, target_write_raw_memory): Return
924 TARGET_XFER_E_IO on error. Adjust comments.
925 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
926 instead of EIO.
927 * target.h (target_read, target_insert_breakpoint)
928 (target_remove_breakpoint): Adjust comments.
929 * valprint.c (partial_memory_read): Rename parameter, and adjust
930 comment.
931 (val_print_string): Use memory_error_message to build the memory
932 error string.
933
934 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
935
936 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
937 result variable. Rename variable fopen_e_ever_failed to
938 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
939
940 2013-10-09 Pedro Alves <palves@redhat.com>
941
942 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
943 (monitor_write_memory_longlongs, monitor_write_memory_block):
944 Constify 'myaddr' parameter.
945 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
946 helper.
947 (monitor_xfer_partial): New function.
948 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
949 hook. Install a to_xfer_partial hook.
950
951 2013-10-09 Tom Tromey <tromey@redhat.com>
952
953 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
954 bfd_get_alt_debug_link_info.
955
956 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
957
958 New flag OBJF_NOT_FILENAME.
959 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
960 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
961 allocate_objfile.
962 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
963 symbol_file_add_from_bfd.
964 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
965 allocate_objfile.
966 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
967 NULL.
968 * objfiles.h (OBJF_NOT_FILENAME): New.
969
970 2013-10-08 Tom Tromey <tromey@redhat.com>
971
972 * Makefile.in (SFILES): Add build-id.c.
973 (HFILES_NO_SRCDIR): Add build-id.h.
974 * build-id.c: New file, largely from elfread.c. Modified
975 most functions.
976 * build-id.h: New file.
977 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
978 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
979 Search for dwz file using build-id.
980 * elfread.c (build_id_bfd_get, build_id_verify)
981 (build_id_to_debug_filename, find_separate_debug_file): Remove.
982
983 2013-10-08 Joel Brobecker <brobecker@adacore.com>
984
985 * ada-lang.c (compare_names_with_case): Renamed from
986 compare_names, adding a new parameter "casing" and its handling.
987 New function documentation.
988 (compare_names): New function, implemented using
989 compare_names_with_case.
990
991 2013-10-08 Joel Brobecker <brobecker@adacore.com>
992
993 * ada-lang.c (ada_exception_sal): Remove advance declaration.
994
995 2013-10-07 Tom Tromey <tromey@redhat.com>
996
997 * objfiles.c (free_objfile_per_bfd_storage): Delete the
998 demangled_names_hash.
999 (free_objfile): Don't delete the demangled_names_hash.
1000 * objfiles.h (struct objfile_per_bfd_storage)
1001 <demangled_names_hash>: New field.
1002 (struct objfile) <demangled_names_hash>: Move to
1003 objfile_per_bfd_storage.
1004 * symfile.c (reread_symbols): Don't delete the
1005 demangled_names_hash.
1006 * symtab.c (create_demangled_names_hash): Update.
1007 (symbol_set_names): Update.
1008
1009 2013-10-07 Tom Tromey <tromey@redhat.com>
1010
1011 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
1012 needs_relocations>: New fields.
1013 (gdb_bfd_requires_relocations): New function.
1014 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
1015 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
1016 the BFD needs relocations applied.
1017
1018 2013-10-07 Pedro Alves <palves@redhat.com>
1019
1020 PR breakpoints/11568
1021 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
1022 the thread list" instead of "gone".
1023
1024 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1025
1026 * NEWS: Mention new convenience variable $_exitsignal.
1027 * corelow.c (core_open): Reset exit convenience variables. Set
1028 $_exitsignal to the uncaught signal which generated the corefile.
1029 * infrun.c (handle_inferior_event): Reset exit convenience
1030 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
1031 (clear_exit_convenience_vars): New function.
1032 * inferior.h (clear_exit_convenience_vars): New prototype.
1033
1034 2013-10-06 Yao Qi <yao@codesourcery.com>
1035
1036 * varobj.h: Add comments to enum varobj_languages.
1037
1038 2013-10-04 Doug Evans <dje@google.com>
1039
1040 Add support for DWP file format version 2.
1041 * NEWS: Mention support for DWP file format version 2.
1042 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
1043 union of asection, containing_section. New fields virtual_offset
1044 and is_virtual. Change type of readin filed from int to char.
1045 (dwo_sections, dwo_file): Tweak comments.
1046 (dwp_v2_section_ids): New enum.
1047 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
1048 str_offsets, types.
1049 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
1050 All uses updated.
1051 (virtual_v2_dwo_sections): New struct.
1052 (dwp_hash_table): New fields version, nr_columns. Change type of
1053 section_pool field to a union.
1054 (dwp_file): New field version.
1055 (dwarf2_has_info): Check for virtual sections.
1056 (get_containing_section): New function.
1057 (get_section_bfd_owner, get_section_bfd_section): Call it.
1058 (dwarf2_locate_sections): Update.
1059 (dwarf2_section_empty_p): Update.
1060 (dwarf2_read_section): Handle virtual sections.
1061 (locate_dwz_sections): Update.
1062 (create_dwp_hash_table): Document and handle V2 format.
1063 (locate_v1_virtual_dwo_sections): Renamed from
1064 locate_virtual_dwo_sections and update. All callers updated.
1065 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
1066 Delete arg htab. Rename arg section_index to unit_index.
1067 All callers updated.
1068 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
1069 All uses updated.
1070 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
1071 (lookup_dwo_unit_in_dwp): Add V2 support.
1072 (dwarf2_locate_dwo_sections): Update.
1073 (dwarf2_locate_common_dwp_sections): Renamed from
1074 dwarf2_locate_dwp_sections and update. All callers updated.
1075 (dwarf2_locate_v2_dwp_sections): New function.
1076 (open_and_init_dwp_file): Add V2 support.
1077 (read_str_index): New locals str_section, str_offsets_section.
1078
1079 2013-10-04 Pedro Alves <palves@redhat.com>
1080
1081 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
1082 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
1083 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
1084 describing comments with references to ptid.h.
1085 * common/ptid.h: Remove intro description of constructors,
1086 accessors and predicates.
1087 (struct ptid): Reformat.
1088 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
1089 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
1090 describing comments.
1091
1092 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1093
1094 * aix-thread.c (sync_threadlists): Add missing ')' in call
1095 to ptid_build.
1096
1097 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1098
1099 * procfs.c (procfs_init_inferior): Fix typo causing the build
1100 to fail.
1101
1102 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1103
1104 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
1105
1106 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1107
1108 * mi/mi-main.c (run_one_inferior): Add function description.
1109 Make ARG a pointer to an integer whose value determines whether
1110 we should "run" or "start" the program.
1111 (mi_cmd_exec_run): Add handling of the "--start" option.
1112 Reject all other command-line options.
1113 * NEWS: Add entry for "-exec-run"'s new "--start" option.
1114
1115 2013-10-04 Yao Qi <yao@codesourcery.com>
1116
1117 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
1118 (struct notif_client) <pending_event>: Moved
1119 to struct remote_notif_state.
1120 <id>: New field.
1121 (struct remote_notif_state) <pending_event>: New field.
1122 (notif_event_xfree): Declare.
1123 * remote-notif.c (handle_notification): Adjust.
1124 (notif_event_xfree): New function.
1125 (do_notif_event_xfree): Call notif_event_xfree.
1126 (remote_notif_state_xfree): Call notif_event_xfree to free
1127 each element in field pending_event.
1128 * remote.c (discard_pending_stop_replies): Remove declaration.
1129 (discard_pending_stop_replies_in_queue): Declare.
1130 (remote_close): Call discard_pending_stop_replies_in_queue
1131 instead of discard_pending_stop_replies.
1132 (remote_start_remote): Adjust.
1133 (stop_reply_xfree): Call notif_event_xfree.
1134 (notif_client_stop): Adjust initialization.
1135 (remote_notif_remove_all): Rename it to ...
1136 (remove_stop_reply_for_inferior): ... this. Update comments.
1137 Don't check INF is NULL.
1138 (discard_pending_stop_replies): Return early if notif_state is
1139 NULL. Adjust. Don't check INF is NULL.
1140 (remote_notif_get_pending_events): Adjust.
1141 (discard_pending_stop_replies_in_queue): New function.
1142 (remote_wait_ns): Likewise.
1143
1144 2013-10-04 Yao Qi <yao@codesourcery.com>
1145
1146 * remote-notif.c (DECLARE_QUEUE_P): Remove.
1147 (notif_queue): Remove.
1148 (remote_notif_process): Add one parameter 'notif_queue'.
1149 Update comments. Callers update.
1150 (remote_async_get_pending_events_token): Remove.
1151 (remote_notif_register_async_event_handler): Remove.
1152 (remote_notif_unregister_async_event_handler): Remove.
1153 (handle_notification): Add parameter 'notif_queue'. Update
1154 comments. Callers update.
1155 (notif_xfree): Remove.
1156 (remote_notif_state_allocate): New function.
1157 (remote_notif_state_xfree): New function.
1158 (_initialize_notif): Remove code to allocate queue.
1159 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
1160 (struct remote_notif_state): New.
1161 (handle_notification): Update declaration.
1162 (remote_notif_process): Likewise.
1163 (remote_notif_register_async_event_handler): Remove.
1164 (remote_notif_unregister_async_event_handler): Remove.
1165 (remote_notif_state_allocate): Declare.
1166 (remote_notif_state_xfree): Declare.
1167 * remote.c (struct remote_state) <notif_state>: New field.
1168 (remote_close): Don't call
1169 remote_notif_unregister_async_event_handler. Call
1170 remote_notif_state_xfree.
1171 (remote_open_1): Don't call
1172 remote_notif_register_async_event_handler. Call
1173 remote_notif_state_allocate.
1174
1175 2013-10-04 Yao Qi <yao@codesourcery.com>
1176
1177 * varobj.c (create_child_with_value): Remove 'const' from the
1178 type of parameter 'name'.
1179 (varobj_add_child): Likewise.
1180 (install_dynamic_child): Remove 'const' from the type of
1181 parameter 'name'.
1182 (varobj_add_child): Likewise.
1183 (create_child_with_value): Likewise. Update comments. Don't
1184 duplicate 'name'.
1185 (update_dynamic_varobj_children): Duplicate 'name'
1186 and pass it to install_dynamic_child.
1187
1188 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
1189
1190 * python/py-value.c (convert_value_from_python): Move PyInt_Check
1191 conversion logic to occur after PyLong_Check. Comment on order
1192 change significance.
1193 * python/py-arch.c (archpy_disassemble): Comment on order of
1194 conversion for integers and longs.
1195
1196 2013-10-03 Pedro Alves <palves@redhat.com>
1197
1198 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1199 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1200 functions. Always test for PTRACE_O_TRACESYSGOOD even if
1201 PTRACE_O_TRACEFORK is not supported.
1202 (linux_test_for_tracesysgood): New function.
1203 (linux_test_for_tracefork): New function, factored out from
1204 linux_check_ptrace_features, and also don't kill child_pid here.
1205
1206 2013-10-03 Tristan Gingold <gingold@adacore.com>
1207
1208 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1209 Remove verbose error reporting. Use detected state to
1210 thread_set_state call.
1211 (i386_darwin_dr_get): Fix return type. Remove verbose error
1212 report.
1213 Remove trailing spaces.
1214
1215 2013-10-02 Pedro Alves <palves@redhat.com>
1216
1217 * cp-valprint.c (cp_print_value_fields): Adjust calls to
1218 val_print_optimized_out.
1219 * jv-valprint.c (java_print_value_fields): Likewise.
1220 * p-valprint.c (pascal_object_print_value_fields): Likewise.
1221 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1222 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1223 new optimized out value.
1224 * findvar.c (address_from_register): Likewise.
1225 * frame.c (put_frame_register): Tweak error string to say the
1226 register was not saved, rather than optimized out.
1227 * infcmd.c (default_print_one_register_info): Adjust call to
1228 val_print_optimized_out. Use value_of_register instead of
1229 get_frame_register_value.
1230 * mi/mi-main.c (output_register): Use value_of_register instead of
1231 get_frame_register_value.
1232 * valprint.c (valprint_check_validity): Likewise.
1233 (val_print_optimized_out): New value parameter. If the value is
1234 lval_register, print <not saved> instead.
1235 (value_check_printable, val_print_scalar_formatted): Adjust calls
1236 to val_print_optimized_out.
1237 * valprint.h (val_print_optimized_out): New value parameter.
1238 * value.c (struct value) <optimized_out>: Extend comment.
1239 (error_value_optimized_out): New function.
1240 (require_not_optimized_out): Use it. Use a different string for
1241 lval_register values.
1242 * value.h (error_value_optimized_out): New declaration.
1243 * NEWS: Mention <not saved>.
1244
1245 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1246
1247 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1248 strcmp to compare two symtab filenames.
1249
1250 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1251
1252 * symtab.c (search_symbols_equal): Delete.
1253 (sort_search_symbols_remove_dups): Replace call to
1254 search_symbols_equal by call to compare_search_syms,
1255 adjusting as necessary.
1256
1257 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1258
1259 PR python/15579
1260 * python/python.c: Document gdb.execute command in Python help.
1261
1262 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1263
1264 * python/py-frame.c (frame_info_to_frame_object): Use
1265 gdbpy_convert_exception. Clean up Python object on failure.
1266
1267 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1268
1269 * python/lib/gdb/command/frame_filters.py
1270 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1271 (ShowFrameFilterPriority.invoke): Ditto.
1272
1273 2013-10-01 Keith Seitz <keiths@redhat.com>
1274
1275 * linespec.c (struct ls_parser): Make 'saved_arg' const.
1276 (parse_linespec): Make 'argptr' const.
1277 Remove temporary cast of 'argptr' to const char **.
1278 (decode_line_full): Pass const pointer to parse_linespec.
1279 (decode_line_1): Likewise.
1280 (decode_objc): Make local variable 'new_argptr' const.
1281 (find_function_symbols): Remove temporary cast to char *
1282 to find_imps.
1283 * objc-lang.c (find_imps): Make argument 'method' const.
1284 Return const.
1285 * objc-lang.h (find_imps): Likewise.
1286
1287 2013-10-01 Keith Seitz <keiths@redhat.com>
1288
1289 * completer.c (skip_quoted_chars): Make all arguments const.
1290 Return const.
1291 (skip_quoted): Likewise.
1292 * completer.h (skip_quoted_chars): Likewise.
1293 (skip_quoted): Likewise.
1294 * defs.h (skip_quoted): Remove duplicate declaration.
1295 * jv-exp.y: Include completer.h.
1296 (yylex): Remove unneccessary cast to char * fro skip_quoted.
1297 * p-exp.y: Include completer.h.
1298
1299 2013-10-01 Keith Seitz <keiths@redhat.com>
1300
1301 * c-exp.y (parse_number): Make first argument const.
1302 Make a copy of the input to manipulate.
1303 (c_parse_escape): Make first argument const.
1304 Make local variable 'tokptr' const.
1305 (parse_string_or_char): Make first two arguments const.
1306 (macro_original_text): Make const.
1307 (lex_one_token): Make local variable 'tokstart' const.
1308 Likewise for local variables named 'p'.
1309 Cast away const for struct stoken (temporary).
1310 * c-lang.h (c_parse_escpae): Make first argument const.
1311 * cli/cli-cmds.c (echo_command): Make local variable 'p'
1312 const.
1313 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1314 var_string case.
1315 * f-exp.y (parse_number): Make first argument const.
1316 (match_string_literal): Make local variable 'tokstart'
1317 const.
1318 (yylex): Make local variable 'p' const.
1319 Cast away const for struct stoken (temporary).
1320 * go-exp.y (parse_number): Make first argument const.
1321 (parse_string_or_char): Likewise.
1322 Make local variable 'tokstart' const.
1323 (lex_one_token): Likewise for numerous locals called 'p'.
1324 Cast away const for struct stoken (temporary).
1325 * jv-exp.y (parse_number): Make first argument const.
1326 Make local variables 'tokstart' and 'tokptr' const.
1327 Cast away const for call to skip_quoted (temporary).
1328 (yylex): Make local variable 'p' const.
1329 Cast away const for struct stoken (temporary).
1330 * m2-exp.y (parse_number): Make local variable 'p' const.
1331 (yylex): Likewise for 'tokstart'.
1332 Cast away const for struct stoken (temporary).
1333 Make local variable 'p' const.
1334 * macroexp.c (get_character_constant): Pass a const string
1335 to c_parse_escape.
1336 (get_string_literal): Likewise.
1337 (macro_expand_next): Make first argument const.
1338 Cast away const for init_shared_buffer.
1339 * macroexp.h (macro_expand_next): Make first argument const.
1340 * p-exp.y (yylex): Make a local copy of 'lexptr'.
1341 Pass a const string to c_parse_escape.
1342 Make local variables 'p' and 'namestart' const.
1343 * parse.c (lexptr): Make const.
1344 (prev_lexptr): Likewise.
1345 (find_template_name_end): Return const.
1346 Make argument const, too.
1347 (parse_exp_in_context): Make first argument const.
1348 Remove the entire const_hack.
1349 (parse_exp_in_context_1): Make first argument const.
1350 * parser-defs.h (find_template_name_end): Return const.
1351 Make argument const, too.
1352 (lexptr): Make const.
1353 (prev_lexptr): Likewise.
1354 * utils.c (parse_escape): Make second argument const.
1355 * utils.h (parse_escape): Likewise.
1356
1357 2013-10-01 Keith Seitz <keiths@redhat.com>
1358
1359 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1360 is now const.
1361 (block_lookup): Make 'raw_name' and 'name' const.
1362 * ada-lex.l (processString): Update for struct stoken.ptr.
1363 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1364 (operator_stoken): Likewise.
1365 (lex_one_token): Remove temporary cast to char * for
1366 'yylval.sval.ptr'.
1367 * f-exp.y (yylex): Likewise.
1368 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1369 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1370 * go-exp.y (lex_one_token): Remove temporary cast to char * for
1371 'yylval.sval.ptr'.
1372 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1373 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1374 * linespec.c (struct ls_parser): Make 'stream' const.
1375 (find_parameter_list_end): Make argument 'input' and local
1376 variable 'p' const.
1377 (linespec_lexer_lex_string): Make local variables 'start' and
1378 'p' const.
1379 Use skip_spaces_const instead of skip_spaces.
1380 (linespec_lexer_peek_token): Make local variable 'saved_stream'
1381 const.
1382 (parse_linespec): Temporarily cast 'argptr' to const for
1383 'parser->lexer.stream'.
1384 * m2-exp.y (yylex): Remove temporary cast to char * for
1385 'yylval.sval.ptr'.
1386 * objc-lang.c (add_msglist): Make local variable 'p' const.
1387 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
1388 (exp : STRING): Make 'sp' const.
1389 (parse_number): Make argument 'p' const.
1390 * parser-defs.h (struct stoken): Make 'ptr' const.
1391
1392 2013-10-01 Doug Evans <dje@google.com>
1393
1394 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1395
1396 2013-10-01 Yao Qi <yao@codesourcery.com>
1397
1398 * varobj.c (c_value_of_root): Remove declaration.
1399 (cplus_value_of_root, java_value_of_root): Likewise.
1400 (ada_value_of_root): Likewise.
1401 (struct language_specific) <value_of_root>: Remove.
1402 (languages): Update initialization.
1403 (check_scope): Move earlier.
1404 (c_value_of_root): Move earlier and rename to ...
1405 (value_of_root_1): ... this.
1406 (value_of_root): Caller update.
1407 (cplus_value_of_root, java_value_of_root): Remove.
1408 (ada_value_of_root): Remove.
1409
1410 2013-10-01 Yao Qi <yao@codesourcery.com>
1411
1412 * varobj.c (varobj_format_string): Remove "unknown".
1413 (languages): Remove the first element.
1414 * varobj.h (enum varobj_languages): Remove vlang_c.
1415
1416 2013-10-01 Yao Qi <yao@codesourcery.com>
1417
1418 * varobj.c (struct language_specific) <language>: Remove.
1419 (languages): Update the initialization.
1420
1421 2013-10-01 Yao Qi <yao@codesourcery.com>
1422
1423 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1424 "solib-target.h". Include "windows-tdep.h".
1425 (arm_wince_init_abi): Call windows_init_abi. Remove call to
1426 set_solib_ops and set_gdbarch_has_dos_based_file_system.
1427 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1428 windows-tdep.o to gdb_target_obs.
1429
1430 2013-10-01 Yao Qi <yao@codesourcery.com>
1431
1432 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1433 "solib-target.h".
1434 (amd64_windows_init_abi): Don't call set_solib_ops and
1435 set_gdbarch_iterate_over_objfiles_in_search_order. Call
1436 windows_init_abi instead.
1437 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1438 "solib-target.h".
1439 (i386_cygwin_init_abi): Don't call set_solib_ops,
1440 set_gdbarch_has_dos_based_file_system and
1441 set_gdbarch_iterate_over_objfiles_in_search_order. Call
1442 windows_init_abi instead.
1443 * windows-tdep.c: Include "solib.h" and "solib-target.h".
1444 (windows_init_abi): New function.
1445 (windows_iterate_over_objfiles_in_search_order): Make it
1446 static.
1447 * windows-tdep.h (windows_init_abi): Declare.
1448 (windows_iterate_over_objfiles_in_search_order): Remove
1449 declaration.
1450
1451 2013-10-01 Jerome Guitton <guitton@adacore.com>
1452
1453 Checked in by Joel Brobecker <brobecker@adacore.com>
1454 * system-gdbinit/elinos.py (get_elinos_environment): Return an
1455 incomplete dictionnary instead of None in case of missing
1456 environment variables.
1457 (elinos_init): in case of an incomplete environment, best
1458 effort to load system libraries instead of abort.
1459
1460 2013-10-01 Joel Brobecker <brobecker@adacore.com>
1461
1462 * ada-lang.c (ada_has_this_exception_support): Ignore
1463 mst_solib_trampoline minimal symbols.
1464
1465 2013-09-30 Tristan Gingold <gingold@adacore.com>
1466
1467 * i386-darwin-nat.c (darwin_complete_target): Install methods for
1468 hardware watchpoint.
1469 (i386_darwin_dr_set): Support 32 and 64 bit states.
1470 (i386_darwin_dr_get): Likewise.
1471 (i386_darwin_dr_set_control): Make static.
1472 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1473 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1474
1475 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
1476
1477 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1478 Replace TIDGET with ptid_get_lwp.
1479 Replace GET_LWP with ptid_get_lwp.
1480 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1481 Replace BUILD_THREAD with ptid_build.
1482 Replace BUILD_LWP with ptid_build.
1483 Replace PIDGET with ptid_get_pid.
1484 Replace TIDGET with ptid_get_lwp.
1485 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1486 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1487 Replace TIDGET with ptid_get_lwp.
1488 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1489 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1490 Replace TIDGET with ptid_get_lwp.
1491 Replace GET_LWP with ptid_get_lwp.
1492 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1493 * auxv.c: Likewise.
1494 * breakpoint.c: Likewise.
1495 * common/ptid.c (ptid_is_pid): Condense check for
1496 null_ptid and minus_one_ptid.
1497 (ptid_lwp_p): New function.
1498 (ptid_tid_p): New function.
1499 * common/ptid.h: Update comments for accessors.
1500 (ptid_lwp_p): New prototype.
1501 (ptid_tid_p): New prototype.
1502 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1503 * gcore.c: Replace PIDGET with ptid_get_pid.
1504 * gdbthread.h: Likewise.
1505 * gnu-nat.c: Likewise.
1506 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1507 Replace TIDGET with ptid_get_lwp.
1508 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1509 * hppanbsd-nat.c: Likewise.
1510 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1511 Replace TIDGET with ptid_get_lwp.
1512 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1513 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1514 * infcmd.c: Likewise.
1515 * inferior.h: Likewise.
1516 * inflow.c: Likewise.
1517 * infrun.c: Likewise.
1518 * linux-fork.c: Likewise.
1519 * linux-nat.c: Replace PIDGET with ptid_get_pid.
1520 Replace GET_PID with ptid_get_pid.
1521 Replace is_lwp with ptid_lwp_p.
1522 Replace GET_LWP with ptid_get_lwp.
1523 Replace BUILD_LWP with ptid_build.
1524
1525 2013-09-28 Mike Frysinger <vapier@gentoo.org>
1526
1527 * common/linux-btrace.c: Move sys/syscall.h out of the
1528 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1529 Also check for SYS_perf_event_open before attempting to buid.
1530
1531 2013-09-27 Doug Evans <dje@google.com>
1532
1533 * dwarf2read.c (dwarf2_section_info): Add comment.
1534 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1535 All uses updated.
1536 (dwarf2_section_empty_p): Rename arg from "info" to "section".
1537 (dwarf2_read_section): Delete unused local "header". Add section
1538 name to error message.
1539 (create_dwo_in_dwp): Tweak comment.
1540 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1541
1542 * dwarf2read.c (die_reader_specs): Tweak comment.
1543 (get_section_bfd_owner, get_section_bfd_section): New functions.
1544 (get_section_name, get_section_file_name): New functions.
1545 (get_section_id, get_section_flags): New functions.
1546 (*): Use new functions to access section fields.
1547
1548 * dwarf2read.c (struct dwo_file): Add/tweak comments.
1549 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
1550 arg "htab". All callers updated.
1551 (create_debug_types_hash_table): Remove redundant copy of
1552 abbrev_section.
1553 (create_dwo_in_dwp): Tweak comments.
1554 (read_str_index): Tweak comment. Record dwarf form name in static
1555 local.
1556
1557 2013-09-27 Pedro Alves <palves@redhat.com>
1558
1559 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1560 (remote_filename_p): Add comment.
1561 * remote.c (remote_filename_p): Adjust to use
1562 REMOTE_SYSROOT_PREFIX.
1563 * solib.c (solib_find): When deciding whether we need to add a
1564 directory separator, check whether the sysroot is "remote:"
1565 instead of checking whether the patch has a drive spec. Add
1566 comments.
1567
1568 2013-09-27 Pedro Alves <palves@redhat.com>
1569
1570 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1571 Delete fields.
1572 (remote_parse_stop_reply): Adjust, setting event->ws.kind
1573 directly.
1574
1575 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1576
1577 Fix set debug frame output.
1578 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
1579 SENTINEL_FRAME entry lower to match enum frame_type order.
1580
1581 2013-09-26 Pierre Muller <muller@sourceware.org>
1582
1583 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1584 AMD64_R15_REGNUM when a register index is expected.
1585 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1586 Substitute in array.
1587 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1588 (amd64_push_arguments): Substitute in integer_regnum array.
1589
1590 2013-09-25 Doug Evans <dje@google.com>
1591
1592 * objfiles.c (allocate_objfile): Move comment to better place.
1593
1594 New option "set debug symfile on".
1595 * NEWS: Mention "set debug symfile".
1596 * Makefile.in (SFILES): Add symfile-debug.c.
1597 (COMMON_OBS): Add symfile-debug.o.
1598 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1599 objfile's symbol functions.
1600 * objfiles.h (objfile_set_sym_fns): Declare.
1601 * symfile-debug.c: New file.
1602 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1603 objfile's symbol functions.
1604 (reread_symbols): Ditto.
1605
1606 * symfile.h (struct sym_fns): Delete member "sym_flavour".
1607 All uses updated.
1608 (add_symtab_fns): Update prototype.
1609 * symfile.c (sym_fns_ptr): Delete. Replace with ...
1610 (registered_sym_fns): ... this.
1611 (symtab_fns): Update.
1612 (add_symtab_fns): New arg "flavour". All callers updated.
1613 (find_sym_fns): Rewrite to use new sym_fns registry.
1614
1615 * symfile.h (struct sym_fns): Add "objfile" argument to
1616 sym_read_linetable. All uses updated.
1617
1618 * symtab.c (domain_name, search_domain_name): New functions.
1619 * symtab.h (domain_name, search_domain_name): Declare.
1620
1621 * symfile.h (struct quick_symbol_functions): Reorg arg list of
1622 map_matching_symbols so objfile is first. All uses updated.
1623 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1624 * psymtab.c (map_matching_symbols_psymtab): Update signature.
1625
1626 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1627
1628 PR shlibs/8882
1629 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1630 link map entries.
1631
1632 2013-09-24 Doug Evans <dje@google.com>
1633
1634 * objfiles.c (free_objfile): Move comment.
1635
1636 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1637
1638 * ada-exp.y (string_to_operator): Delete.
1639 (dummy_string_to_ada_operator): Delete.
1640
1641 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1642
1643 Revert:
1644 * i386-tdep.h (enum amd64_reg_class): New, moved here from
1645 amd64-tdep.c.
1646 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1647 call_dummy_integer_regs, and classify.
1648 * amd64-tdep.h (amd64_classify): Add declaration.
1649 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1650 (amd64_reg_class): Delete, moved to i386-tdep.h.
1651 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
1652 Replace call to amd64_classify by call to tdep->classify.
1653 (amd64_push_arguments): Get the list of registers to use for
1654 passing integer parameters from the gdbarch tdep structure,
1655 rather than using a hardcoded one. Replace calls to amd64_classify
1656 by calls to tdep->classify.
1657 (amd64_push_dummy_call): Get the register number used for
1658 the "hidden" argument from tdep->call_dummy_integer_regs.
1659 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1660 and tdep->call_dummy_integer_regs. Set tdep->classify.
1661
1662 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1663
1664 Revert:
1665 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1666 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1667 where tdep->memory_args_by_pointer is non-zero.
1668
1669 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1670
1671 Revert:
1672 * i386-tdep.h (struct gdbarch_tdep): Add new field
1673 integer_param_regs_saved_in_caller_frame.
1674 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1675 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1676
1677 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1678
1679 * amd64-windows-tdep.c: #include "value.h"
1680 (amd64_windows_classify): Delete.
1681 (amd64_windows_passed_by_integer_register)
1682 (amd64_windows_passed_by_xmm_register)
1683 (amd64_windows_passed_by_pointer)
1684 (amd64_windows_adjust_args_passed_by_pointer)
1685 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1686 (amd64_windows_push_dummy_call): New functions.
1687 (amd64_windows_init_abi): Remove setting of
1688 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1689 tdep->classify, tdep->memory_args_by_pointer and
1690 tdep->integer_param_regs_saved_in_caller_frame.
1691 Add call to set_gdbarch_push_dummy_call.
1692
1693 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1694
1695 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1696 objfile->original_name.
1697
1698 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1699
1700 Pass down original filename for objfile.
1701 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1702 * elfread.c (elf_symfile_read): Likewise.
1703 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1704 longer set ORIGINAL_NAME.
1705 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1706 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1707 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
1708 symbol_file_add_from_bfd call.
1709 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1710 (macho_check_dsym): Add parameter filenamep. Change function comment.
1711 Set *filenamep.
1712 (macho_symfile_read): New variable dsym_filename. Update
1713 macho_check_dsym call. Use it for symbol_file_add_separate.
1714 * objfiles.c (allocate_objfile): Add parameter name. New comment for
1715 it. Use it for objfile->original_name.
1716 (objfile_name): Return OBFD's filename, if available.
1717 * objfiles.h (allocate_objfile): Add new parameter name.
1718 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1719 * symfile-mem.c (symbol_file_add_from_memory): Update
1720 symbol_file_add_from_bfd call.
1721 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1722 comment for it.
1723 (symbol_file_add_with_addrs): New parameter name, add function comment
1724 for it. Remove variable name. Update allocate_objfile call.
1725 (symbol_file_add_separate): New parameter name, add function comment
1726 for it. Update symbol_file_add_with_addrs call.
1727 (symbol_file_add_from_bfd): New parameter name. Update
1728 symbol_file_add_with_addrs call.
1729 (symbol_file_add): Update symbol_file_add_from_bfd call.
1730 (reread_symbols): New variable original_name. Save
1731 objfile->original_name by it.
1732 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1733 second parameter.
1734
1735 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1736
1737 Code cleanup: Add objfile_name accessor function.
1738 * ada-lang.c (is_known_support_routine): Use objfile_name.
1739 * auto-load.c (source_gdb_script_for_objfile)
1740 (auto_load_objfile_script): Likewise.
1741 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1742 * dbxread.c (dbx_symfile_read): Likewise.
1743 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1744 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1745 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1746 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1747 (lookup_dwp_signatured_type, lookup_dwo_unit)
1748 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1749 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1750 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1751 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1752 (dwarf2_record_block_ranges, read_common_block, read_typedef)
1753 (read_subrange_type, load_partial_dies, read_partial_die)
1754 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1755 (die_containing_type, build_error_marker_type, lookup_die_type)
1756 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1757 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1758 (get_DW_AT_signature_type, write_psymtabs_to_index)
1759 (save_gdb_index_command): Likewise.
1760 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1761 Likewise.
1762 * expprint.c (dump_subexp_body_standard): Likewise.
1763 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1764 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1765 original_name.
1766 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1767 obj_name, use objfile_name for it, use the variable.
1768 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1769 Use objfile_name.
1770 * machoread.c (macho_symtab_read, macho_check_dsym)
1771 (macho_symfile_relocate): Likewise.
1772 * maint.c (maintenance_translate_address): Likewise.
1773 * minidebug.c (find_separate_debug_file_in_section): Likewise.
1774 * minsyms.c (install_minimal_symbols): Likewise.
1775 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1776 original_name.
1777 (filter_overlapping_sections): Use objfile_name.
1778 (objfile_name): New function.
1779 * objfiles.h (struct objfile): Rename field name to original_name.
1780 (objfile_name): New prototype.
1781 * printcmd.c (sym_info, address_info): Use objfile_name.
1782 * probe.c (parse_probes, collect_probes, compare_probes)
1783 (info_probes_for_ops): Likewise.
1784 * progspace.c (clone_program_space): Likewise.
1785 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1786 (maintenance_info_psymtabs): Likewise.
1787 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1788 (source_section_scripts): Likewise.
1789 * python/py-objfile.c (objfpy_get_filename): Likewise.
1790 * python/py-progspace.c (pspy_get_filename): Likewise.
1791 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1792 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1793 * solib.c (solib_read_symbols): Likewise.
1794 * stabsread.c (scan_file_globals): Likewise.
1795 * stap-probe.c (handle_stap_probe): Likewise.
1796 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1797 (find_separate_debug_file_by_debuglink): Likewise.
1798 (reread_symbols): Likewise. Use the objfile field name renamed to
1799 original_name.
1800 (allocate_symtab): Use objfile_name.
1801 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1802 (dump_objfile, dump_msymbols, dump_symtab_1)
1803 (maintenance_print_msymbols, maintenance_print_objfiles)
1804 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1805 * target.c (target_translate_tls_address, target_info): Likewise.
1806 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1807 objfile_name.
1808
1809 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1810
1811 Code cleanup.
1812 * probe.c (parse_probes): Rename variable objfile_name to
1813 objfile_namestr.
1814
1815 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1816
1817 Remove solib-sunos.c.
1818 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1819 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1820 * objfiles.c (rt_common_objfile): Remove.
1821 (free_objfile): Remove rt_common_objfile comparison.
1822 * objfiles.h (rt_common_objfile): Remove.
1823 * solib-sunos.c: Remove.
1824 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1825
1826 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1827
1828 Remove a.out NetBSD and OpenBSD hosts.
1829 * NEWS (Removed native configurations): New.
1830 * config/arm/nbsdaout.mh: Remove.
1831 * config/i386/nbsdaout.mh: Remove.
1832 * config/i386/obsdaout.mh: Remove.
1833 * config/m68k/nbsdaout.mh: Remove.
1834 * config/sparc/nbsdaout.mh: Remove.
1835 * config/vax/nbsdaout.mh: Remove.
1836 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1837 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1838 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1839 error.
1840 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1841 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1842 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1843
1844 2013-09-23 Tom Tromey <tromey@redhat.com>
1845
1846 * linespec.c (struct minsym_and_objfile): Remove.
1847 (minsym_and_objfile_d): Remove.
1848 (struct linespec, struct collect_info, linespec_parse_basic)
1849 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1850 (compare_msymbols, find_method, find_function_symbols)
1851 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1852 (add_minsym, search_minsyms_for_name): Update.
1853
1854 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1855
1856 * regcache.c: Add include of valprint.h.
1857 (dump_endian_bytes): Delete.
1858 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1859
1860 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1861
1862 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1863
1864 2013-09-19 Pedro Alves <palves@redhat.com>
1865
1866 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1867 breakpoints.
1868
1869 2013-09-19 Pedro Alves <palves@redhat.com>
1870 Thomas Schwinge <thomas@codesourcery.com>
1871 Yue Lu <hacklu.newborn@gmail.com>
1872
1873 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1874 Take a gdb_byte pointer instead of a char pointer.
1875
1876 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1877 gnu_xfer_partial helper.
1878 (gnu_xfer_partial): New function.
1879 (gnu_target): Don't install a deprecated_xfer_memory hook.
1880 Install a to_xfer_partial hook.
1881
1882 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1883
1884 Constification.
1885 * main.c (captured_main): Replace catch_command_errors by
1886 catch_command_errors_const. Twice.
1887 * symfile.c (symbol_file_add_main_1): Make args parameter const.
1888 (symbol_file_add): Make name parameter const.
1889 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1890 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
1891 variable name. Change their usage accordingly.
1892 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1893 const.
1894 (symbol_file_add_main): Make args parameter const.
1895
1896 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
1897 Ulrich Weigand <uweigand@de.ibm.com>
1898
1899 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1900 of c_value member.
1901 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1902
1903 2013-09-18 Pedro Alves <palves@redhat.com>
1904 Yue Lu <hacklu.newborn@gmail.com>
1905
1906 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1907 (gnu_create_inferior)
1908 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1909 (set_sig_thread_cmd): Use the lwpid field of ptids to
1910 store/extract thread ids instead of the tid field.
1911 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1912
1913 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1914
1915 * infcmd.c (default_print_one_register_info): Add detection of
1916 optimized out values.
1917 (default_print_registers_info): Switch to using
1918 get_frame_register_value.
1919
1920 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
1921
1922 * infrun.c (handle_inferior_event): Check if we know the
1923 function start address before setting a resume breakpoint.
1924
1925 2013-09-18 Pedro Alves <palves@redhat.com>
1926
1927 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1928 minus_one_ptid instead of looking at the ptid's tid field and
1929 comparing that to -1.
1930
1931 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1932
1933 * main.h (get_gdb_program_name): Remove extra whitespace.
1934
1935 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1936
1937 * main.h (get_gdb_program_name): Add declaration.
1938 * main.c (get_gdb_program_name): Add definition.
1939
1940 2013-09-17 Doug Evans <dje@google.com>
1941
1942 * dwarf2read.c: Move definitions of complaint functions to after
1943 forward declarations of local functions.
1944
1945 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
1946 Pedro Alves <palves@redhat.com>
1947
1948 PR gdb/11568
1949 * breakpoint.c (remove_threaded_breakpoints): New function.
1950 (_initialize_breakpoint): Attach remove_threaded_breakpoints
1951 as thread_exit observer.
1952
1953 2013-09-17 Pedro Alves <palves@redhat.com>
1954
1955 PR gdb/15911
1956 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1957 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1958 * corelow.c (core_open):
1959 * frame.h (print_stack_frame, print_frame_info): New
1960 'set_current_sal' parameter.
1961 * infcmd.c (finish_command, kill_command): Adjust call to
1962 print_stack_frame.
1963 * inferior.c (inferior_command): Likewise.
1964 * infrun.c (normal_stop): Likewise.
1965 * linux-fork.c (linux_fork_context): Likewise.
1966 * record-full.c (record_full_goto_entry, record_full_restore):
1967 Likewise.
1968 * remote-mips.c (common_open): Likewise.
1969 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1970 Use it.
1971 (print_frame_info): New 'set_current_sal' parameter. Set the last
1972 displayed sal depending on the new paremeter instead of looking at
1973 print_what.
1974 (backtrace_command_1, select_and_print_frame, frame_command)
1975 (current_frame_command, up_command, down_command): Adjust call to
1976 print_stack_frame.
1977 * thread.c (print_thread_info, restore_selected_frame)
1978 (do_captured_thread_select): Adjust call to print_stack_frame.
1979 * tracepoint.c (tfind_1): Likewise.
1980 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1981 (mi_cmd_stack_info_frame): Likewise.
1982 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1983 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1984
1985 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1986
1987 * value.c (isvoid_internal_fn): Replace "parameter" with
1988 "argument".
1989
1990 2013-09-16 Stan Shebs <stan@codesourcery.com>
1991
1992 * README: Update references to writing code for GDB.
1993 * configure.ac (build_warnings): Remove obsolete comment.
1994 * configure: Regenerate.
1995 * gdbarch.sh: Remove references to gdbint.texinfo.
1996 * gdbarch.h: Regenerate.
1997 * gdbtypes.c (objfile_type): Remove comments referencing internals
1998 manual and D10V.
1999
2000 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2001
2002 * NEWS: Mention new convenience function $_isvoid.
2003 * value.c (isvoid_internal_fn): New function.
2004 (_initialize_values): Add new convenience function $_isvoid.
2005
2006 2013-09-16 Pierre Muller <muller@sourceware.org>
2007
2008 * arm-linux-tdep.c: Add "elf/common.h" header.
2009 Remove AT_HWCAP macro definintion as it is provided in
2010 added include file.
2011 * s390-tdep.c: Remove system header <elf.h>
2012 Add "elf/common.h" header for AT_HWCAP definition.
2013 (s390_core_read_description): Use correct CORE_ADDR
2014 for hwcap local variable used as third parameter
2015 of function target_auxv_search.
2016
2017 2013-09-14 Pierre Muller <muller@sourceware.org>
2018 Tom Tromey <tromey@redhat.com>
2019 Pedro Alves <palves@redhat.com>
2020
2021 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
2022 mode if operating system doesn't know O_CLOEXEC.
2023
2024 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2025
2026 Code cleanup.
2027 * symfile.c (reread_symbols): Move variable obfd_filename to a more
2028 inner block.
2029
2030 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2031
2032 * NEWS: Mention TDB support.
2033 * features/s390-tdb.xml: New file.
2034 * features/s390-te-linux64.xml: New file.
2035 * features/s390x-te-linux64.xml: New file.
2036 * features/Makefile (WHICH): Add new tdescs above.
2037 (s390-te-linux64-expedite): Set.
2038 (s390x-te-linux64-expedite): Set.
2039 * features/s390-te-linux64.c: New file (generated).
2040 * features/s390x-te-linux64.c: New file (generated).
2041 * regformats/s390-te-linux64.dat: New file (generated).
2042 * regformats/s390x-te-linux64.dat: New file (generated).
2043 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
2044 (HWCAP_S390_TE): Likewise.
2045 (S390_TDB_DWORD0_REGNUM): Likewise.
2046 (S390_TDB_DWORD0_REGNUM): Likewise.
2047 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
2048 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
2049 (S390_TDB_ATIA_REGNUM): Likewise.
2050 (S390_TDB_R0_REGNUM): Likewise.
2051 (S390_TDB_R1_REGNUM): Likewise.
2052 (S390_TDB_R2_REGNUM): Likewise.
2053 (S390_TDB_R3_REGNUM): Likewise.
2054 (S390_TDB_R4_REGNUM): Likewise.
2055 (S390_TDB_R5_REGNUM): Likewise.
2056 (S390_TDB_R6_REGNUM): Likewise.
2057 (S390_TDB_R7_REGNUM): Likewise.
2058 (S390_TDB_R8_REGNUM): Likewise.
2059 (S390_TDB_R9_REGNUM): Likewise.
2060 (S390_TDB_R10_REGNUM): Likewise.
2061 (S390_TDB_R11_REGNUM): Likewise.
2062 (S390_TDB_R12_REGNUM): Likewise.
2063 (S390_TDB_R13_REGNUM): Likewise.
2064 (S390_TDB_R14_REGNUM): Likewise.
2065 (S390_TDB_R15_REGNUM): Likewise.
2066 (S390_NUM_REGS): Increase.
2067 (S390_IS_TDBREGSET_REGNUM): New macro.
2068 (s390_regmap_tdb): Declare.
2069 (s390_sizeof_tdbregset): Define.
2070 (tdesc_s390_te_linux64): Declare.
2071 (tdesc_s390x_te_linux64): Likewise.
2072 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
2073 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
2074 (s390_regmap_tdb): New regmap.
2075 (s390_supply_tdb_regset): New function.
2076 (s390_tdb_regset): New regset.
2077 (s390_linux64v2_regset_sections): Add TDB regset to list.
2078 (s390x_linux64v2_regset_sections): Likewise.
2079 (s390_regset_from_core_section): Recognize TDB core note section.
2080 (s390_core_read_description): If HWCAP indicates TE support,
2081 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
2082 (s390_gdbarch_init): Handle TDB regset.
2083 (_initialize_s390_tdep): Initialize new tdescs.
2084 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
2085 (have_regset_tdb): New variable.
2086 (s390_native_supply): Support register invalidation.
2087 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
2088 (check_regset): Treat ENODATA as "regset exists".
2089 (s390_linux_fetch_inferior_registers): Add TDB.
2090 (s390_read_description): Check for TDB existence and select
2091 appropriate tdesc.
2092 * gdbserver/Makefile.in (clean): Add removal of new makefile
2093 targets.
2094 (s390-te-linux64.c): New makefile target.
2095 (s390x-te-linux64.c): Likewise.
2096 * gdbserver/configure.srv (srv_regobj): Append new objects
2097 s390-te-linux64.o and s390x-te-linux64.o.
2098 (srv_xmlfiles): Append new files s390-te-linux64.xml,
2099 s390x-te-linux64.xml, and s390-tdb.xml.
2100 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
2101 declaration.
2102 (tdesc_s390_te_linux64): Likewise.
2103 (init_registers_s390x_te_linux64): Likewise.
2104 (tdesc_s390x_te_linux64): Likewise.
2105 (s390_check_regset): Treat ENODATA as "regset exists".
2106 (s390_arch_setup): Add TDB regset support.
2107 (initialize_low_arch): Initialize registers for new tdescs.
2108
2109 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2110
2111 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
2112 (S390_IS_FPREGSET_REGNUM): New macro.
2113 * s390-tdep.c (s390_dwarf_regmap): Make const.
2114 (regnum_is_gpr_full): New function for replacing repeated code.
2115 (s390_pseudo_register_name): Use it.
2116 (s390_pseudo_register_type): Likewise.
2117 (s390_pseudo_register_read): Likewise.
2118 (s390_pseudo_register_write): Likewise.
2119 (s390_unwind_pseudo_register): Likewise.
2120 (s390_regmap_gregset): New format for regmap.
2121 (s390x_regmap_gregset): Likewise.
2122 (s390_regmap_fpregset): Likewise.
2123 (s390_regmap_upper): Likewise.
2124 (s390_regmap_last_break): Likewise.
2125 (s390_regmap_system_call): Likewise.
2126 (s390_supply_regset): Adjust to new regmap format.
2127 (s390_collect_regset): Likewise.
2128 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
2129 (s390_native_collect): Likewise.
2130 (supply_gregset): Likewise.
2131 (fill_gregset): Likewise.
2132 (supply_fpregset): Likewise.
2133 (fill_fpregset): Likewise.
2134 (fetch_regset): Likewise.
2135 (store_regset): Likewise.
2136 (s390_linux_fetch_inferior_registers): Likewise.
2137 (s390_linux_fetch_inferior_registers): Likewise.
2138
2139 2013-09-12 Andrew Pinski <apinski@cavium.com>
2140
2141 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
2142
2143 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2144
2145 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
2146
2147 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
2148
2149 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
2150
2151 2013-09-06 Pedro Alves <palves@redhat.com>
2152
2153 * remote-sim.c (dump_mem, gdbsim_fetch_register)
2154 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
2155 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
2156 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
2157 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
2158 gdb_stdlog.
2159
2160 2013-09-06 Pedro Alves <palves@redhat.com>
2161
2162 * remote-sim.c (dump_mem): Constify buf parameter.
2163 gdbsim_xfer_inferior_memory): Rename to ...
2164 (gdbsim_xfer_memory): ... this. Adjust interface as
2165 target_xfer_partial helper.
2166 (gdbsim_xfer_partial): New function.
2167 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
2168 Install a to_xfer_partial hook. Send output to gdb_stdlog.
2169
2170 2013-09-06 Pedro Alves <palves@redhat.com>
2171
2172 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2173 host_address_to_string, and send debug output to gdb_stdlog.
2174
2175 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2176
2177 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2178 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2179 gdb_target_obs for cris target.
2180 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2181 (cris_gdbarch_init): Move calls to
2182 set_gdbarch_fetch_tls_load_module_address and
2183 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2184 Add call to gdbarch_init_osabi.
2185 * cris-linux-tdep.c: New file.
2186 * cris-tdep.h: New file.
2187
2188 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2189
2190 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2191 to deprecated_init_ui_hook.
2192
2193 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2194
2195 * cli/cli-interp.c (_initialize_cli_interp): Add a
2196 command_loop_proc to interp_procs.
2197 * event-top.c (cli_command_loop): Change signature to match
2198 interp_command_loop_ftype.
2199 * event-top.h (cli_command_loop): Same.
2200 * interps.c (interp_new): Require every interpreter to have a
2201 command_loop_proc.
2202 (current_interp_command_loop): Just call the command_loop_proc on
2203 the current interpreter.
2204 * tui/tui-interp.c (_initialize_tui_interp): Add a
2205 command_loop_proc to interp_procs.
2206
2207 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2208
2209 * cris-tdep.c (cris_gdbarch_init): Add call to
2210 get_gdbarch_fetch_tls_load_module_address.
2211
2212 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2213
2214 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2215 (cris_elf_gregset_t): Rename from elf_gregset_t.
2216 (crisv32_elf_gregset_t): Adjust.
2217 (cris_supply_gregset, fetch_core_registers): Adjust.
2218
2219 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2220
2221 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2222
2223 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
2224
2225 * defs.h (deprecated_command_loop_hook): Remove, including
2226 references in comments.
2227 * interps.c (current_interp_command_loop): No longer use
2228 deprecated_command_loop_hook.
2229 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2230 setup.
2231 * top.c (deprecated_command_loop_hook): Remove.
2232
2233 2013-09-05 Pedro Alves <palves@redhat.com>
2234
2235 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2236 local is now int instead of ULONGEST. Print it with %d
2237 instead of paddress.
2238
2239 2013-09-05 Tristan Gingold <gingold@adacore.com>
2240
2241 * MAINTAINERS: Remove avr maintainership.
2242
2243 2013-09-05 Pedro Alves <palves@redhat.com>
2244
2245 * findvar.c (value_of_register): Rework in terms of
2246 value_of_register_lazy.
2247
2248 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
2249
2250 * symfile.c (add_symbol_file_command): Remove trailing
2251 whitespaces and blank line after comment.
2252
2253 2013-09-05 Pedro Alves <palves@redhat.com>
2254
2255 * tui/tui-regs.c (tui_register_format): Don't look at the
2256 register's name here. Return string representing register
2257 value instead of storing it in the data element.
2258 (tui_get_register): Compare register string representations
2259 instead of register value states and contents.
2260
2261 2013-09-05 Pedro Alves <palves@redhat.com>
2262
2263 PR tui/15933
2264 * tui/tui-regs.c (tui_show_registers): Show registers of the
2265 selected frame, not the current frame.
2266
2267 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
2268
2269 * MAINTAINERS (Write After Approval): Add myself to the list.
2270
2271 2013-09-04 Doug Evans <dje@google.com>
2272
2273 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2274 (queue_and_load_dwo_tu): New function.
2275 (lookup_dwo_signatured_type): Set per_cu.tu_read.
2276 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2277 Make dependent_cu optional.
2278 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2279 and an older .gdb_index is in use, queue and load all its TUs too.
2280
2281 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2282
2283 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2284 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2285 variable search_flags.
2286 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2287 (OPF_RETURN_REALPATH): ... here.
2288 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2289 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2290 call. Twice.
2291 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2292 openp call.
2293 * solib.c (solib_find): Likewise. Four times.
2294 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2295 in the function comment and for the realpath_fptr variable.
2296 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2297 (find_and_open_source): Likewise. Twice.
2298 * symfile.c (symfile_bfd_open): Likewise, also twice.
2299
2300 2013-09-04 Doug Evans <dje@google.com>
2301
2302 * progspace.c (save_current_space_and_thread): Remove unnecessary
2303 call to save_current_inferior.
2304
2305 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
2306
2307 * sh64-tdep.c (sh64_do_register): Return after printing message
2308 about unavailable register contents.
2309
2310 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
2311 Pedro Alves <palves@redhat.com>
2312
2313 * symfile.c (add_symbol_file_command): Error out on unknown
2314 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2315 options and collapse into single conditional branch.
2316
2317 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
2318
2319 * inf-child.c (inf_child_follow_fork): New parameter
2320 detach_fork.
2321 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2322 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2323 * inferior.h (detach_fork): Remove.
2324 * infrun.c (detach_fork): Adjust comment and make it
2325 static.
2326 (follow_fork): Pass detach_fork parameter to
2327 target_follow_fork.
2328 * linux-nat.c (linux_child_follow_fork): New parameter
2329 detach_fork.
2330 * target.c (target_follow_fork): New parameter detach_fork.
2331 Pass detach_fork as parameter and print its value.
2332 * target.h (struct target_ops) <to_follow_fork>: New int
2333 parameter.
2334 (target_follow_fork): New parameter detach_fork.
2335
2336 2013-09-03 Joel Brobecker <brobecker@adacore.com>
2337
2338 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2339 Replace sec->bfd by sec->the_bfd_section->owner.
2340
2341 2013-09-03 Yao Qi <yao@codesourcery.com>
2342
2343 * linux-tdep.c (linux_is_uclinux): New function. Code moved
2344 from linux_has_shared_address_space.
2345 (linux_has_shared_address_space): Call linux_is_uclinux.
2346 * linux-tdep.h (linux_is_uclinux): Declare.
2347 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2348 linux_is_uclinux.
2349
2350 2013-09-03 Yao Qi <yao@codesourcery.com>
2351
2352 * config/djgpp/fnchange.lst: Remove entry of
2353 i386-interix-nat.c and i386-interix-tdep.c.
2354 * configure.ac: Remove '*-*-interix*'.
2355 * configure: Re-generated.
2356 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2357 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2358 obsolete comments.
2359 * osabi.c (gdb_osabi_names): Remove "Interix".
2360
2361 2013-09-03 Yao Qi <yao@codesourcery.com>
2362
2363 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2364
2365 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
2366
2367 * record.h (record_print_flag) <record_print_src_line,
2368 record_print_insn_range>: Rename into ...
2369 (record_print_flag) <record_print_src_line,
2370 record_print_insn_range>: ... this. Update all users.
2371
2372 2013-09-02 Pierre Muller <muller@sourceware.org>
2373
2374 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2375 error code.
2376
2377 2013-09-02 Pierre Muller <muller@sourceware.org>
2378
2379 * windows-nat.c (windows_xfer_memory): Fix compilation failure
2380 by use of plongest function.
2381
2382 2013-09-02 Tristan Gingold <gingold@adacore.com>
2383
2384 * NEWS: Add entry mentioning support for native Windows x64
2385 SEH data.
2386
2387 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
2388 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
2389 (struct amd64_windows_frame_cache): New struct.
2390 (amd64_windows_w2gdb_regnum): New global.
2391 (pc_in_range, amd64_windows_frame_decode_epilogue)
2392 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
2393 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
2394 (amd64_windows_frame_this_id): New functions.
2395 (amd64_windows_frame_unwind): New static global.
2396 (amd64_windows_skip_prologue): New function.
2397 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2398 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2399 with amd64_windows_skip_prologue.
2400
2401 2013-08-30 Joel Brobecker <brobecker@adacore.com>
2402
2403 GDB 7.6.1 released.
2404
2405 2013-08-30 Pedro Alves <palves@redhat.com>
2406
2407 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2408 SRC_AND_LOC.
2409
2410 2013-08-30 Pedro Alves <palves@redhat.com>
2411
2412 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2413 warning text.
2414
2415 2013-08-30 Pedro Alves <palves@redhat.com>
2416
2417 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2418 Adjust arguments to print_stack_frame.
2419
2420 2013-08-30 Pedro Alves <palves@redhat.com>
2421
2422 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2423
2424 2013-08-30 Pedro Alves <palves@redhat.com>
2425
2426 * frame.h (show_and_print_stack_frame): Delete declaration.
2427
2428 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2429
2430 PR python/15461
2431 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2432 (archpy_name): Check for valid architecture.
2433 (archpy_disassemble): Ditto.
2434
2435 2013-08-29 Joel Brobecker <brobecker@adacore.com>
2436
2437 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2438 instead of "long long" in call to ptrace64.
2439
2440 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
2441
2442 * mi/mi-interp.c (mi_command_loop): Change signature to match
2443 interp_command_loop_ftype.
2444 (mi1_command_loop): Remove.
2445 (mi2_command_loop): Remove.
2446 (mi3_command_loop): Remove.
2447 (mi_interpreter_resume): Remove setting of
2448 deprecated_command_loop_hook.
2449 (_initialize_mi_interp): Set mi_command_loop as the command loop
2450 callback.
2451
2452 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2453
2454 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2455 value_type.
2456
2457 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2458
2459 * value.c (allocate_value_contents): Make static.
2460 * value.h (allocate_value_contents): Remove prototype.
2461
2462 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2463
2464 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2465 of assembling value via allocate_value_lazy and attribute setter.
2466 * findvar.c (default_read_var_value): Use value_at_lazy instead of
2467 assembling value via allocate_value_lazy and attribute setter.
2468 * valops.c (do_search_struct_field): Use value_at_lazy instead of
2469 assembling value via allocate_value_lazy and attribute setter.
2470
2471 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2472
2473 * value.c (value_from_contents_and_address): Replace allocate_value and
2474 memcpy with value_from_contents.
2475
2476 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2477
2478 * python/py-framefilter.c (py_print_frame): Remove usage of
2479 PyString_AsString. Use python_string_to_host_string instead.
2480 Refactor function to work with a string as a new allocation
2481 instead of a pointer.
2482 (py_print_frame): Ditto.
2483 * python/lib/gdb/frames.py (return_list): Cain iterators together
2484 instead of adding them as a list.
2485 (_sort_list): Call return_list, and remove duplicate code.
2486 (execute_frame_filters): Convert iterator to a list with list().
2487 * python/lib/gdb/command/frame_filters.py
2488 (SetFrameFilterPriority._set_filter_priority): Convert priority
2489 attribute to an integer.
2490 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2491 wrapper function __next__.
2492 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2493 define as "str".
2494
2495 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2496
2497 PR python/15752
2498 * python/py-framefilter.c (apply_frame_filter): Check
2499 gdb_python_initialized. Exit if the Python frame-filter code
2500 cannot be initialized.
2501
2502 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2503
2504 PR cli/15842
2505 * top.c (print_gdb_version): Remove erroneous newline after help
2506 text.
2507
2508 2013-08-29 Yao Qi <yao@codesourcery.com>
2509
2510 * varobj.c (install_dynamic_child): Remove trailing space.
2511 Add one blank line after variable declaration.
2512
2513 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2514
2515 PR gdb/15415
2516 * corefile.c (get_exec_file): Use exec_filename.
2517 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
2518 * exec.c (exec_close): Free EXEC_FILENAME.
2519 (exec_file_attach): New variable canonical_pathname. Use
2520 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
2521 EXEC_FILENAME.
2522 * exec.h (exec_filename): New.
2523 * inferior.c (print_inferior, inferior_command): Use
2524 PSPACE_EXEC_FILENAME.
2525 * mi/mi-main.c (print_one_inferior): Likewise.
2526 * progspace.c (clone_program_space, print_program_space): Likewise.
2527 * progspace.h (struct program_space): New field pspace_exec_filename.
2528 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
2529 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2530
2531 2013-08-28 Will Newton <will.newton@linaro.org>
2532
2533 * common/linux-ptrace.c: Include stdint.h unconditionally.
2534
2535 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2536
2537 Code cleanup.
2538 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2539
2540 2013-08-28 Yao Qi <yao@codesourcery.com>
2541 Pedro Alves <palves@redhat.com>
2542
2543 * event-top.c (gdb_setup_readline): Call stderr_fileopen
2544 instead of stdio_fileopen.
2545 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2546 .Call stderr_fileopen instead of stdio_fileopen.
2547 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2548 [__MINGW32__] (stderr_file_fputs): New function.
2549 (stderr_fileopen): New function.
2550 * ui-file.h (stderr_fileopen): Declare.
2551
2552 2013-08-27 Doug Evans <dje@google.com>
2553
2554 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2555 (struct dwarf2_per_cu_data): Ditto.
2556 (maybe_queue_comp_unit): Delete forward decl. Add comment.
2557 (process_imported_unit_die): Ditto.
2558 (follow_die_sig_1): Simplify assert.
2559
2560 2013-08-27 Pedro Alves <palves@redhat.com>
2561
2562 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2563 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
2564 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2565 windows_xfer_memory directly.
2566 (init_windows_ops): Don't install a deprecated_xfer_memory method.
2567
2568 2013-08-27 Pedro Alves <palves@redhat.com>
2569
2570 * darwin-nat.c (darwin_xfer_memory): Delete.
2571 (_initialize_darwin_inferior): Don't install a
2572 deprecated_xfer_memory method.
2573
2574 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2575 Yao Qi <yao@codesourcery.com>
2576
2577 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2578 (parse_no_frames_option): Remove.
2579 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2580 (mi_cmd_stack_list_args): Adjust.
2581 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2582 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
2583 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2584 Caller update.
2585 (list_args_or_locals): New parameter 'skip_unavailable'.
2586 Handle it.
2587 * valprint.c (scalar_type_p): Rename to ...
2588 (val_print_scalar_type_p): ... this. Make extern.
2589 (val_print, value_check_printable): Adjust.
2590 * valprint.h (val_print_scalar_type_p): Declare.
2591 * value.c (value_entirely_unavailable): New function.
2592 * value.h (value_entirely_unavailable): Declare.
2593
2594 * NEWS: Mention the new option "--skip-unavailable" to MI
2595 commands '-stack-list-locals', '-stack-list-arguments' and
2596 '-stack-list-variables'.
2597
2598 2013-08-27 Yao Qi <yao@codesourcery.com>
2599
2600 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2601 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2602 options.
2603 * mi/mi-getopt.c (mi_getopt): Remove.
2604 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
2605 'error_on_unknown'.
2606 (mi_getopt): Call mi_getopt_1.
2607 (mi_getopt_silent): New.
2608 * mi/mi-getopt.h (mi_getopt_silent): Declare.
2609
2610 2013-08-26 Doug Evans <dje@google.com>
2611
2612 PR symtab/15885
2613 * dwarf2read.c (dw2_dump): Print some minimal information indicating
2614 .gdb_index is in use.
2615 * symfile.c (reread_symbols): Reset objfile->sf.
2616
2617 * NEWS: Document "mt print objfiles" now takes optional regexp.
2618 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2619 regexp of objfiles to print.
2620 (_initialize_symmisc): Update doc string for "mt print objfiles".
2621
2622 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2623 missing debug info checks.
2624
2625 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
2626 Ulrich Weigand <uweigand@de.ibm.com>
2627
2628 * xcoffread.c (arrange_linetable): Add fix to correctly handle
2629 line tables generated by XLC compiled binaries.
2630
2631 2013-08-23 Doug Evans <dje@google.com>
2632
2633 * symmisc.c (dump_symtab): Delete prototype.
2634 (dump_msymbols, dump_objfile): Ditto.
2635 (maintenance_info_symtabs): Mark as dont_repeat.
2636 (_initialize_symmisc): Improve doc string for "mt info symtabs".
2637
2638 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2639 debugging printf to better location.
2640
2641 2013-08-23 Pedro Alves <palves@redhat.com>
2642
2643 * target.c (target_read_live_memory): Change type of 'ret' local
2644 to LONGEST.
2645
2646 2013-08-23 Pedro Alves <palves@redhat.com>
2647
2648 * remote.c (remote_write_bytes_aux, remote_write_bytes)
2649 (remote_read_bytes): Change return type to LONGEST, and adjust to
2650 return a target_xfer_error on error.
2651 (remote_xfer_memory): Delete.
2652 (remote_flash_write): Change type of 'ret' local to LONGEST.
2653 (remote_xfer_partial, remote_xfer_partial): Adjust.
2654 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2655
2656 2013-08-23 Pierre Muller <muller@sourceware.org>
2657
2658 ARI fix: Push # directives to start of line.
2659 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2660
2661 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
2662
2663 PR gdb/15501
2664 * breakpoint.c (enable_command, disable_command): Iterate over
2665 all specified breakpoint locations.
2666
2667 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2668
2669 * common/linux-ptrace.c (linux_fork_to_function): Push #
2670 directives to the start of the line.
2671 (linux_check_ptrace_features): Fix warning message to use
2672 the "_" markup.
2673
2674 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2675
2676 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2677 nat/linux-waitpid.h.
2678 (linux-waitpid.o): New object file rule.
2679 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2680 (current_ptrace_options): Moved from linux-nat.c.
2681 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2682 parameters.
2683 (linux_fork_to_function): New function.
2684 (linux_grandchild_function): Likewise.
2685 (linux_child_function): Likewise.
2686 (linux_check_ptrace_features): New function, heavily
2687 based on linux-nat.c:linux_test_for_tracefork.
2688 (linux_enable_event_reporting): New function.
2689 (ptrace_supports_feature): Likewise.
2690 (linux_supports_tracefork): Likewise.
2691 (linux_supports_traceclone): Likewise.
2692 (linux_supports_tracevforkdone): Likewise.
2693 (linux_supports_tracesysgood): Likewise.
2694 * common/linux-ptrace.h (HAS_NOMMU): Moved from
2695 gdbserver/linux-low.c.
2696 (linux_enable_event_reporting): New declaration.
2697 (linux_supports_tracefork): Likewise.
2698 (linux_supports_traceclone): Likewise.
2699 (linux_supports_tracevforkdone): Likewise.
2700 (linux_supports_tracesysgood): Likewise.
2701 * config.in (PTRACE_TYPE_ARG4): Regenerate.
2702 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2703 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2704 * config/arm/linux.mh (NATDEPFILES): Likewise.
2705 * config/i386/linux.mh (NATDEPFILES): Likewise.
2706 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2707 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2708 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2709 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2710 * config/mips/linux.mh (NATDEPFILES): Likewise.
2711 * config/pa/linux.mh (NATDEPFILES): Likewise..
2712 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2713 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2714 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2715 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2716 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2717 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2718 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2719 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2720 ptrace's 4th argument's types.
2721 Check the type of PTRACE_TYPE_ARG4.
2722 * configure: Regenerate.
2723 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2724 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2725 (linux_supports_tracefork_flag): Remove.
2726 (linux_supports_tracesysgood_flag): Likewise.
2727 (linux_supports_tracevforkdone_flag): Likewise.
2728 (current_ptrace_options): Moved to
2729 common/linux-ptrace.c.
2730 (linux_tracefork_child): Remove.
2731 (my_waitpid): Remove.
2732 (linux_test_for_tracefork): Renamed to
2733 linux_check_ptrace_features and moved to common/linux-ptrace.c.
2734 (linux_test_for_tracesysgood): Remove.
2735 (linux_supports_tracesysgood): Remove.
2736 (linux_supports_tracefork): Remove.
2737 (linux_supports_tracevforkdone): Remove.
2738 (linux_enable_tracesysgood): Remove.
2739 (linux_enable_event_reporting): Remove.
2740 (linux_init_ptrace): New function.
2741 (linux_child_post_attach): Call linux_init_ptrace.
2742 (linux_child_post_startup_inferior): Call linux_init_ptrace.
2743 (linux_child_follow_fork): Call linux_supports_tracefork
2744 and linux_supports_tracevforkdone.
2745 (linux_child_insert_fork_catchpoint): Call
2746 linux_supports_tracefork.
2747 (linux_child_insert_vfork_catchpoint): Likewise.
2748 (linux_child_set_syscall_catchpoint): Call
2749 linux_supports_tracesysgood.
2750 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2751 * nat/linux-nat.h: New file.
2752 * nat/linux-waitpid.c: New file.
2753 * nat/linux-waitpid.h: New file.
2754
2755 2013-08-22 Samuel Bronson <naesten@gmail.com>
2756
2757 ARM Linux support for `catch syscall'.
2758 * syscalls/arm-linux.py: New file.
2759 * syscalls/arm-linux.xml: Likewise.
2760 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2761 (arm_linux_init_abi): Register the new function and syscall xml file.
2762 * data-directory/Makefile.in: Install the new syscall xml file.
2763 * NEWS: Brag about this.
2764
2765 2013-08-22 Pedro Alves <palves@redhat.com>
2766
2767 PR gdb/15871
2768 * corefile.c (target_xfer_memory_error): New function.
2769 (memory_error): Defer EIO to target_memory_error.
2770 (read_memory): Use target_xfer_partial, and handle finer-grained
2771 target xfer errors.
2772 * target.c (target_xfer_error_to_string): New function.
2773 (memory_xfer_partial_1): If memory is known to be
2774 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2775 (target_xfer_partial): Make extern.
2776 * target.h (enum target_xfer_error): New enum.
2777 (target_xfer_error_to_string): Declare function.
2778 (target_xfer_partial): Declare function.
2779 (struct target_ops) <xfer_partial>: Adjust describing comment.
2780
2781 2013-08-22 Alan Modra <amodra@gmail.com>
2782
2783 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2784 * configure.tgt: Likewise as targets.
2785
2786 2013-08-20 Doug Evans <dje@google.com>
2787
2788 * buildsym.c (subfile_stack): Move here from buildsym.h.
2789 (pending_macros): Ditto.
2790 (get_macro_table): New function.
2791 (buildsym_init): Initialize subfile_stack.
2792 * coffread.c (type_vector,type_vector_length): Moved here from
2793 buildsym.h.
2794 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2795 (coff_symtab_read): Use it.
2796 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2797 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2798 with call to get_macro_table.
2799 * stabsread.c (type_vector,type_vector_length): Moved here from
2800 buildsym.h.
2801 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2802 * buildsym.h (get_macro_table): Declare.
2803
2804 2013-08-20 Tom Tromey <tromey@redhat.com>
2805
2806 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2807 Update.
2808 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2809
2810 2013-08-20 Doug Evans <dje@google.com>
2811
2812 * blockframe.c: Remove #include "psymtab.h".
2813 * cp-support.c: Ditto.
2814 * source.c: Ditto.
2815 * stack.c: Ditto.
2816
2817 2013-08-20 Tom Tromey <tromey@redhat.com>
2818
2819 PR python/15816:
2820 * exceptions.h (return_mask): Now an enum.
2821 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2822 enum constants.
2823
2824 2013-08-20 Tom Tromey <tromey@redhat.com>
2825
2826 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2827 get_objfile_arch.
2828 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2829 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2830 * jit.c (jit_object_close_impl): Update.
2831 * jv-lang.c (get_dynamics_objfile): Update.
2832 * linespec.c (add_minsym): Use get_dynamics_objfile.
2833 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2834 (allocate_objfile): Don't initialize 'gdbarch' field.
2835 (get_objfile_arch): Update.
2836 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2837 moved from...
2838 (struct objfile) <gdbarch>: ... here. Remove.
2839 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2840 get_objfile_arch.
2841 * symfile.c (init_entry_point_info): Use get_objfile_arch.
2842
2843 2013-08-20 Alan Modra <amodra@gmail.com>
2844
2845 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2846 for IBM long double nan and inf.
2847 (floatformat_is_negative, floatformat_classify,
2848 floatformat_mantissa): Similarly.
2849 (floatformat_ieee_single, floatformat_ieee_double,
2850 floatformat_ieee_quad, floatformat_arm_ext,
2851 floatformat_ia64_spill): Delete unused vars.
2852 (_initialize_doublest): Delete unused function.
2853 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2854 little-endian variants of floatformat_ibm_long_double.
2855
2856 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
2857
2858 * Makefile.in (SFILES): Remove common/target-common.c and
2859 add target/waitstatus.c.
2860 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2861 target/resume.h, target/wait.h and target/waitstatus.h.
2862 (COMMON_OBS): Remove target-common.o and add
2863 waitstatus.o.
2864 (target-common.o): Remove.
2865 (waitstatus.o): New target object file.
2866 * common/target-common.c: Move contents to
2867 target/waitstatus.c and remove.
2868 * common/target-common.h: Move contents to other files and
2869 remove.
2870 (enum resume_kind: Move to target/resume.h.
2871 (TARGET_WNOHANG): Move to target/wait.h.
2872 (enum target_waitkind): Move to target/waitstatus.h.
2873 (struct target_waitstatus): Likewise.
2874 * target.h: Do not include target-common.h and
2875 include target/resume.h, target/wait.h and
2876 target/waitstatus.h.
2877 * target/resume.h: New file.
2878 * target/wait.h: New file.
2879 * target/waitstatus.h: New file.
2880 * target/waitstatus.c: New file.
2881
2882 2013-08-19 Pedro Alves <palves@redhat.com>
2883
2884 * linux-nat.c (linux_test_for_tracefork)
2885 (linux_test_for_tracesysgood, linux_child_follow_fork)
2886 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2887 (linux_nat_wait_1): Extend comment.
2888 (linux_async_pipe): Add comment.
2889
2890 2013-08-15 Kevin Buettner <kevinb@redhat.com>
2891
2892 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2893 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2894 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2895 Update to account for fact that PC is now a pseudo-register.
2896 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
2897 cases for RL78_PC_REGNUM.
2898
2899 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2900
2901 PR cli/15841
2902 * top.c (quit_force): Skip writing history file
2903 if input is not from terminal.
2904
2905 2013-08-14 Tom Tromey <tromey@redhat.com>
2906
2907 * remote.c (struct remote_state) <echo_nextthread, nextthread,
2908 resultthreadlist>: New fields.
2909 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2910 (remote_get_threadlist, remote_threadlist_iterator): Use
2911 new fields. Remove static variables.
2912
2913 2013-08-14 Tom Tromey <tromey@redhat.com>
2914
2915 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2916 remote_watch_data_address>: New fields.
2917 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2918 (process_stop_reply, remote_wait_as)
2919 (remote_check_watch_resources, remote_stopped_data_address): Update.
2920
2921 2013-08-14 Tom Tromey <tromey@redhat.com>
2922
2923 * remote.c (struct remote_state) <async_client_callback,
2924 async_client_context>: New fields.
2925 (async_client_callback, async_client_context): Remove.
2926 (remote_async_serial_handler, remote_async): Update.
2927
2928 2013-08-14 Tom Tromey <tromey@redhat.com>
2929
2930 * remote.c (sizeof_pkt): Remove.
2931 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2932
2933 2013-08-14 Tom Tromey <tromey@redhat.com>
2934
2935 * remote.c (struct remote_state) <use_threadinfo_query,
2936 use_threadextra_query>: New fields.
2937 (remote_threads_info, remote_threads_extra_info)
2938 (remote_open_1): Update.
2939
2940 2013-08-14 Tom Tromey <tromey@redhat.com>
2941
2942 * remote.c (struct remote_state) <finished_object,
2943 finished_annex, finished_offset>: New fields.
2944 (remote_read_qxfer): Use remote_state fields; remove static
2945 variables.
2946
2947 2013-08-14 Tom Tromey <tromey@redhat.com>
2948
2949 * remote.c (struct remote_state) <last_sent_step>:
2950 New field.
2951 (last_sent_step): Remove.
2952 (remote_resume, remote_wait_as): Update.
2953
2954 2013-08-14 Tom Tromey <tromey@redhat.com>
2955
2956 * remote.c (struct remote_state) <last_sent_signal>:
2957 New field.
2958 (last_sent_signal): Remove.
2959 (new_remote_state, remote_resume, remote_wait_as): Update.
2960
2961 2013-08-14 Tom Tromey <tromey@redhat.com>
2962
2963 * remote.c (struct remote_state) <last_program_signals_packet>:
2964 New field.
2965 (last_program_signals_packet): Remove.
2966 (remote_program_signals, remote_open_1): Update.
2967
2968 2013-08-14 Tom Tromey <tromey@redhat.com>
2969
2970 * remote.c (struct remote_state) <last_pass_packet>:
2971 New field.
2972 (last_pass_packet): Remove.
2973 (remote_pass_signals, remote_open_1): Update.
2974
2975 2013-08-14 Tom Tromey <tromey@redhat.com>
2976
2977 * remote.c (struct remote_state) <remote_traceframe_number>:
2978 New field.
2979 (remote_traceframe_number): Remove.
2980 (new_remote_state, remote_open_1, set_remote_traceframe)
2981 (remote_trace_find): Update.
2982
2983 2013-08-14 Tom Tromey <tromey@redhat.com>
2984
2985 * remote.c (struct remote_state) <general_thread, continue_thread>:
2986 New fields.
2987 (general_thread, continue_thread): Remove.
2988 (record_currthread, set_thread, set_general_process)
2989 (remote_open_1, extended_remote_attach_1, remote_wait_as)
2990 (extended_remote_mourn_1): Update.
2991
2992 2013-08-14 Tom Tromey <tromey@redhat.com>
2993
2994 * remote.c (struct remote_state) <remote_desc>: New field.
2995 (remote_desc): Remove.
2996 (remote_threads_info, remote_threads_extra_info, remote_close)
2997 (send_interrupt_sequence, remote_start_remote, remote_open_1)
2998 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2999 (remote_hostio_send_command, remote_file_put, remote_file_get)
3000 (remote_file_delete, remote_can_async_p, remote_is_async_p)
3001 (remote_async, remote_new_objfile, set_range_stepping): Update.
3002
3003 2013-08-14 Tom Tromey <tromey@redhat.com>
3004
3005 * remote.c (remote_state): Now a pointer.
3006 (get_remote_state_raw): Update.
3007 (new_remote_state): New function.
3008 (_initialize_remote): Use new_remote_state.
3009
3010 2013-08-14 Tom Tromey <tromey@redhat.com>
3011
3012 * remote.c (remote_protocol_features): Now const.
3013
3014 2013-08-14 Tom Tromey <tromey@redhat.com>
3015
3016 * remote.c (crc32_table, crc32): Remove.
3017 (remote_verify_memory): Use xcrc32.
3018
3019 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
3020
3021 * value.h (create_internalvar_type_lazy): Adjust prototype
3022 declaration.
3023
3024 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
3025
3026 * common/format.c (parse_format_string): Don't allow '#' flag for
3027 pointer arguments in format string.
3028
3029 2013-08-13 Pierre Muller <muller@sourceware.org>
3030
3031 * utils.c (init_page_info): Only call tgetnum function
3032 if rl_get_screen_size did not return useful values.
3033
3034 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
3035
3036 PR breakpoints/15117
3037 * linespec.c (linespec_parse_basic): Check for convenience
3038 variable or history value while parsing.
3039
3040 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3041
3042 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
3043 AVR.
3044 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
3045 different signals between the generic Linux kernel implementation
3046 and AVR's.
3047 (avr_linux_gdb_signal_from_target): Delete.
3048 (avr_linux_gdb_signal_to_target): Delete.
3049 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
3050
3051 2013-08-09 Doug Evans <dje@google.com>
3052
3053 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
3054 entries.
3055
3056 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
3057
3058 * linux-tdep.c: Define enum with generic signal numbers.
3059 (linux_gdb_signal_from_target): New function.
3060 (linux_gdb_signal_to_target): Likewise.
3061 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3062 methods to the functions above.
3063 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
3064 (linux_gdb_signal_to_target): Likewise.
3065 * alpha-linux-tdep.c: Define new enum with signals different
3066 from generic Linux kernel.
3067 (alpha_linux_gdb_signal_from_target): New function.
3068 (alpha_linux_gdb_signal_to_target): Likewise.
3069 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3070 with the functions mentioned above.
3071 * avr-tdep.c: Define enum with differences between Linux kernel
3072 and AVR signals.
3073 (avr_linux_gdb_signal_from_target): New function.
3074 (avr_linux_gdb_signal_to_target): Likewise.
3075 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
3076 the functions mentioned above.
3077 * sparc-linux-tdep.c: Define enum with differences between SPARC
3078 and generic Linux kernel signal numbers.
3079 (sparc32_linux_gdb_signal_from_target): New function.
3080 (sparc32_linux_gdb_signal_to_target): Likewise.
3081 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3082 to the functions defined above.
3083 * xtensa-linux-tdep.c: Define enum with differences between
3084 Xtensa and Linux kernel generic signals.
3085 (xtensa_linux_gdb_signal_from_target): New function.
3086 (xtensa_linux_gdb_signal_to_target): Likewise.
3087 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
3088 to the functions defined above.
3089 * mips-linux-tdep.c: Define enum with differences between
3090 signals in MIPS and Linux kernel generic ones.
3091 (mips_gdb_signal_to_target): New function.
3092 (mips_gdb_signal_from_target): Redefine to use new enum, handle
3093 only different signals from the Linux kernel generic.
3094 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3095 the functions defined above.
3096 * mips-linux-tdep.h (enum mips_signals): Remove.
3097
3098 2013-08-09 Pedro Alves <palves@redhat.com>
3099
3100 * avr-tdep.c (XMALLOC): Delete macro.
3101 * cli/cli-dump.c (XMALLOC): Delete macro.
3102
3103 2013-08-09 Pedro Alves <palves@redhat.com>
3104
3105 * cli/cli-dump.c: Don't include cli/cli-dump.h.
3106 (scan_expression_with_cleanup, scan_filename_with_cleanup)
3107 (fopen_with_cleanup, add_dump_command): Make static.
3108 * cli/cli-dump.h: Delete file.
3109 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
3110 cli/cli-dump.h.
3111
3112 2013-08-09 Pedro Alves <palves@redhat.com>
3113
3114 * tracepoint.c (tfile_start): Show tilde-expanded filename in
3115 error message.
3116
3117 2013-08-09 Pedro Alves <palves@redhat.com>
3118
3119 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
3120 error message.
3121
3122 2013-08-09 Pedro Alves <palves@redhat.com>
3123
3124 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
3125 (gcore_command): Use tilde_expand here, and when showing the
3126 filename to the user, show the expanded version.
3127
3128 2013-08-09 Yao Qi <yao@codesourcery.com>
3129
3130 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
3131 'entryval' is set.
3132
3133 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
3134
3135 * gcore.c (create_gcore_bfd): Use tilde_expand.
3136
3137 2013-08-08 Yao Qi <yao@codesourcery.com>
3138
3139 * frame.h (read_frame_local): Declare.
3140 * mi/mi-cmd-stack.c (list_args_or_locals): Call
3141 read_frame_local.
3142 * stack.c (read_frame_local): New.
3143
3144 2013-08-08 Yao Qi <yao@codesourcery.com>
3145
3146 * mi/mi-cmd-stack.c: Update comments to function
3147 list_args_or_locals.
3148
3149 2013-08-07 Tom Tromey <tromey@redhat.com>
3150
3151 PR symtab/15028:
3152 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
3153 (process_psymtab_comp_unit_reader): Use it.
3154 (process_psymtab_comp_unit): Update. Add "pretend_language"
3155 argument.
3156 (dwarf2_build_psymtabs_hard): Update.
3157 (scan_partial_symbols): Pass CU's language to
3158 process_psymtab_comp_unit.
3159
3160 2013-08-07 Tom Tromey <tromey@redhat.com>
3161
3162 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
3163 (dwarf2_gdb_index_functions): Update.
3164 * psymtab.c (find_symbol_file_from_partial): Remove.
3165 (psym_functions): Update.
3166 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3167 Remove.
3168
3169 2013-08-07 Tom Tromey <tromey@redhat.com>
3170
3171 * symfile.c (set_initial_language): Look up "main" symbol
3172 and use its language.
3173 * symtab.c (find_main_filename): Remove.
3174 * symtab.h (find_main_filename): Remove.
3175
3176 2013-08-07 Tom Tromey <tromey@redhat.com>
3177
3178 * dwarf2read.c (recursively_compute_inclusions): Add
3179 "immediate_parent" argument. Set symtab's "user" field
3180 if not set.
3181 (compute_symtab_includes): Update.
3182
3183 2013-08-07 Tom Tromey <tromey@redhat.com>
3184
3185 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3186 when adding label symbols.
3187
3188 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3189 Ulrich Weigand <uweigand@de.ibm.com>
3190
3191 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3192 * configure.host (powerpc64-*-aix*): Likewise.
3193
3194 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3195 Ulrich Weigand <uweigand@de.ibm.com>
3196
3197 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3198 is defined.
3199 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3200 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3201 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3202 * configure.ac: Check for ptrace64.
3203 * configure, config.in: Regenerate.
3204
3205 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3206 Ulrich Weigand <uweigand@de.ibm.com>
3207
3208 * aixthread.c: Call ptrace64 instead of ptracex if defined.
3209 Call ptrace64 instead of ptrace if defined.
3210 Add macro addr_ptr to take care of ptrace address argument.
3211 (pdc_read_regs): Likewise.
3212 (pdc_write_regs): Likewise.
3213 (aix_thread_resume): Likewise.
3214 (fetch_regs_kernel_thread): Likewise.
3215 (store_regs_kernel_thread): Likewise.
3216
3217 2013-08-07 Anton Blanchard <anton@samba.org>
3218
3219 * MAINTAINERS: Add myself to Write After Approval.
3220
3221 2013-08-05 Tom Tromey <tromey@redhat.com>
3222
3223 * aix-thread.c (_initialize_aix_thread): Use
3224 complete_target_initialization.
3225 * bsd-uthread.c (_initialize_bsd_uthread): Use
3226 complete_target_initialization.
3227 * dec-thread.c (_initialize_dec_thread): Use
3228 complete_target_initialization.
3229 * ravenscar-thread.c (_initialize_ravenscar): Use
3230 complete_target_initialization.
3231 * sol-thread.c (_initialize_sol_thread): Use
3232 complete_target_initialization.
3233 * spu-multiarch.c (_initialize_spu_multiarch): Use
3234 complete_target_initialization.
3235
3236 2013-08-05 Tom Tromey <tromey@redhat.com>
3237
3238 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3239 * ada-lang.c (ada_lookup_simple_minsym): Return
3240 bound_minimal_symbol.
3241 * ada-lang.h (ada_lookup_simple_minsym): Update.
3242 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3243 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3244 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3245 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3246 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3247 * minsyms.c (msymbol_objfile): Remove.
3248 (lookup_minimal_symbol_internal): New function, from
3249 lookup_minimal_symbol.
3250 (lookup_minimal_symbol): Rewrite using
3251 lookup_minimal_symbol_internal.
3252 (lookup_bound_minimal_symbol): New function.
3253 * minsyms.h (msymbol_objfile): Remove.
3254 (lookup_bound_minimal_symbol): Declare.
3255 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3256 * parse.c (write_exp_msymbol): Change parameter to a
3257 bound_minimal_symbol.
3258 (write_dollar_variable): Use lookup_bound_minimal_symbol.
3259 * parser-defs.h (write_exp_msymbol): Update.
3260 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3261 * symfile.c (simple_read_overlay_table): Use
3262 lookup_bound_minimal_symbol.
3263 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3264 (search_symbols): Likewise.
3265 (print_msymbol_info): Take a bound_minimal_symbol argument.
3266 (symtab_symbol_info, rbreak_command): Update.
3267 * symtab.h (struct symbol_search) <msymbol>: Change type
3268 to bound_minimal_symbol.
3269 * valops.c (find_function_in_inferior): Use
3270 lookup_bound_minimal_symbol.
3271 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3272
3273 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3274
3275 Code cleanup.
3276 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3277 to ...
3278 (async_cleanup_sigint_signal_handler): ... this.
3279 (initialize_sigint_signal_handler): Remove declaration.
3280 (handle_remote_sigint): Rename the declaration to ...
3281 (async_handle_remote_sigint): ... this.
3282 (handle_remote_sigint_twice): Rename the declaration to ...
3283 (async_handle_remote_sigint_twice): ... this.
3284 (async_remote_interrupt, async_remote_interrupt_twice)
3285 (remote_interrupt): Remove the declarations.
3286 (remote_interrupt_twice): Rename the declaration ...
3287 (sync_remote_interrupt_twice): ... this.
3288 (sigint_remote_twice_token): Rename the variable to ...
3289 (async_sigint_remote_twice_token): ... this.
3290 (sigint_remote_token): Rename the variable to ...
3291 (async_sigint_remote_token): ... this.
3292 (initialize_sigint_signal_handler): Rename the function to ...
3293 (async_initialize_sigint_signal_handler): ... this. Update the name
3294 inside.
3295 (handle_remote_sigint): Rename the function to ...
3296 (async_handle_remote_sigint): ... this. Update the names inside.
3297 (handle_remote_sigint_twice): Rename the function to ...
3298 (async_handle_remote_sigint_twice): ... this. Update the names inside.
3299 (cleanup_sigint_signal_handler): Rename the function to ...
3300 (async_cleanup_sigint_signal_handler): ... this.
3301 (remote_interrupt): Rename the function to ...
3302 (sync_remote_interrupt): this. Update the names inside.
3303 (remote_interrupt_twice): Rename the function to ...
3304 (sync_remote_interrupt_twice): this. Update the names inside.
3305 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3306 (_initialize_remote): Update the names inside.
3307
3308 2013-08-02 Tom Tromey <tromey@redhat.com>
3309
3310 PR symtab/15719:
3311 * breakpoint.c (update_watchpoint, watchpoint_check)
3312 (watch_command_1): Update.
3313 * eval.c (fetch_subexp_value): Add "preserve_errors"
3314 parameter.
3315 * ppc-linux-nat.c (check_condition): Update.
3316 * value.h (fetch_subexp_value): Update.
3317
3318 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
3319
3320 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3321 add_file_handler.
3322
3323 2013-08-01 Doug Evans <dje@google.com>
3324
3325 PR symtab/15691
3326 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3327 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3328 Add assert of sig_entry->dwo_unit == NULL.
3329 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3330 had already been read.
3331 (read_signatured_type): Set per_cu.tu_read.
3332
3333 PR symtab/15695
3334 * valops.c (value_struct_elt): Add missing call to check_typedef.
3335 (value_find_oload_method_list): Ditto.
3336
3337 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3338 effectively, struct symbol_search **.
3339 (make_cleanup_free_search_symbols): Change arg to struct
3340 symbol_search **. All callers updated.
3341 (compare_search_syms): Compare symtab file name and block as well.
3342 (search_symbols_equal): New function.
3343 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3344 New args new_head, new_tail. Result is now void. Remove dups after
3345 sorting the symbols.
3346 (search_symbols): Sort all found symbols once, after all have been
3347 found, and remove duplicates. Simplify cleanup tracking of result.
3348 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3349
3350 Further workarounds for binutils/15021.
3351 * dwarf2read.c (recursively_compute_inclusions): Change type of result
3352 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
3353 Watch for duplicate symtabs coming from type units.
3354 (compute_symtab_includes): Update call to
3355 recursively_compute_inclusions. Build vector of included symtabs
3356 instead of per_cus.
3357 * symtab.h (symtab_ptr): New typedef.
3358 (DEF_VEC_P (symtab_ptr)): New VEC type.
3359 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
3360 instead.
3361
3362 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
3363
3364 * cli/cli-script.c (script_from_file): Remove use of
3365 error_pre_print.
3366 * main.c (captured_main): Remove use of error_pre_print and
3367 quit_pre_print.
3368 * utils.c (error_pre_print, quit_pre_print): Remove.
3369 * utils.h (error_pre_print, quit_pre_print): Likewise.
3370
3371 2013-08-01 Yao Qi <yao@codesourcery.com>
3372
3373 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3374 with mi_getopt.
3375 (mi_cmd_stack_list_variables): Likewise.
3376
3377 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3378
3379 * exceptions.c (deprecated_throw_reason): Remove.
3380 * exceptions.h (deprecated_throw_reason): Remove.
3381
3382 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3383
3384 * remote-mips.c (mips_error): Replace use of
3385 deprecated_throw_reason with throw_verror. Use the error message
3386 passed to mips_error as the error message for throw_verror.
3387
3388 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3389
3390 * monitor.c (monitor_interrupt_query): Replace use of
3391 deprecated_throw_reason with quit.
3392 * nto-procfs.c (interrupt_query): Likewise.
3393 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3394 * remote-mips.c (mips_kill): Likewise.
3395 * remote.c (interrupt_query): Likewise.
3396
3397 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3398
3399 * utils.c (internal_verror): Replace use of deprecated_throw_reason
3400 with call to fatal.
3401
3402 2013-07-31 Pedro Alves <pedro@codesourcery.com>
3403 Yao Qi <yao@codesourcery.com>
3404
3405 * tracepoint.c (trace_dump_command): Select the current frame.
3406
3407 2013-07-30 Doug Evans <dje@google.com>
3408
3409 * dwarf2read.c (process_queue): Add type signature to debug output.
3410
3411 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
3412
3413 * value.c (value_fetch_lazy): Mark optimized out values as such
3414 rather than raising an error.
3415
3416 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
3417
3418 * value.c (value_fetch_lazy): Ensure parent value is not lazy
3419 before checking which bits of the parent, not the child, value are
3420 valid.
3421
3422 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
3423
3424 PR gdb/15715
3425 * top.c: Include "filenames.h".
3426 (set_history_filename): New function.
3427 (init_main): Install it as set hook of the "set history filename"
3428 command.
3429
3430 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3431
3432 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3433 attribute parameter.
3434 (dwarf2_const_value_data): Constify struct attribute parameter.
3435 (dwarf2_const_value): Constify struct attribute parameter.
3436 (dwarf2_const_value_attr): Constify struct attribute parameter.
3437 (lookup_die_type): Constify struct attribute parameter.
3438 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3439 (follow_die_ref_or_sig): Constify struct attribute parameter.
3440 (follow_die_ref): Constify struct attribute parameter.
3441 (follow_die_sig): Constify struct attribute parameter.
3442 (get_DW_AT_signature_type): Constify struct attribute parameter.
3443 (get_type_unit_group): Constify struct attribute parameter.
3444 (fill_in_loclist_baton): Constify struct attribute parameter.
3445 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3446 (type_unit_group): Constify struct attribute parameter.
3447
3448 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3449
3450 * dwarf2read.c (attr_form_is_block): Make argument const.
3451 (attr_form_is_section_offset): Make argument const.
3452 (attr_form_is_constant): Make argument const.
3453 (attr_form_is_ref): Make argument const.
3454
3455 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3456
3457 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3458 All uses updated.
3459 (attr_form_is_ref): Moved below attr_form_is_constant.
3460
3461 2013-07-29 Doug Evans <dje@google.com>
3462
3463 * main.c (captured_command_loop): Tweak comment.
3464
3465 * target.c (target_async_permitted_1): Fix comment.
3466
3467 * symtab.c (iterate_over_some_symtabs): Add comment.
3468
3469 * symtab.c (iterate_over_some_symtabs): Fix indentation.
3470
3471 2013-07-27 Yao Qi <yao@codesourcery.com>
3472
3473 * NEWS: Mention that GDBserver now supports hardware
3474 watchpoints on the MIPS GNU/Linux target.
3475
3476 2013-07-27 Yao Qi <yao@codesourcery.com>
3477
3478 * Makefile.in (HFILES_NO_SRCDIR): Add
3479 common/mips-linux-watch.h.
3480 (mips-linux-watch.o): New rule.
3481 * common/mips-linux-watch.c: New.
3482 * common/mips-linux-watch.h: New.
3483 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3484 * mips-linux-nat.c: Include mips-linux-watch.h.
3485 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3486 to common/mips-linux-watch.h.
3487 (MAX_DEBUG_REGISTER): Likewise.
3488 (enum pt_watch_style): Likewise.
3489 (struct mips32_watch_regs): Likewise.
3490 (struct mips64_watch_regs): Likewise.
3491 (struct pt_watch_regs): Likewise.
3492 (struct mips_watchpoint): Likewise.
3493 (mips_linux_watch_get_irw_mask): Move to
3494 common/mips-linux-watch.c.
3495 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3496 (mips_linux_watch_get_watchlo): Likewise.
3497 (mips_linux_watch_set_watchlo): Likewise.
3498 (mips_linux_watch_get_watchhi): Likewise.
3499 (mips_linux_watch_set_watchhi): Likewise.
3500 (mips_linux_read_watch_registers): Likewise.
3501 (mips_linux_watch_type_to_irw): Likewise.
3502 (mips_linux_stopped_data_address, fill_mask): Likewise.
3503 (mips_linux_watch_try_one_watch): Likewise.
3504 (mips_linux_watch_populate_regs): Likewise.
3505
3506 2013-07-27 Yao Qi <yao@codesourcery.com>
3507
3508 * mips-linux-nat.c (get_irw_mask): Rename to ...
3509 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
3510 'set' to 'n'. Update function comment. All callers changed.
3511 (get_reg_mask): Rename parameter 'set' to 'n'. Update
3512 function comment. All callers changed.
3513 (get_num_valid): Rename to ...
3514 (mips_linux_watch_get_num_valid): ... this. Rename parameter
3515 'set' to 'n'. Update function comment. All callers changed.
3516 (get_watchlo): Rename to ...
3517 (mips_linux_watch_get_watchlo): ... this. Rename parameter
3518 'set' to 'n'. Update function comment. All callers changed.
3519 (set_watchlo): Rename to ...
3520 (mips_linux_watch_set_watchlo): ... this. Rename parameter
3521 'set' to 'n'. Update function comment. All callers changed.
3522 (get_watchhi): Rename to ...
3523 (mips_linux_watch_get_watchhi): ... this. Update function
3524 comment. All callers changed.
3525 (set_watchhi): Rename to ...
3526 (mips_linux_watch_set_watchhi): ... this. Update function
3527 comment. All callers changed.
3528 (mips_linux_read_watch_registers): Update function comment.
3529 Add new parameters 'lwpid', 'watch_readback', and
3530 'watch_readback_valid'. Update.
3531 (type_to_irw): Rename to ...
3532 (mips_linux_watch_type_to_irw): ... this. Update function
3533 comment. All callers changed.
3534 (fill_mask): Update function comment.
3535 (try_one_watch): Rename to ...
3536 (mips_linux_watch_try_one_watch): ... this. Change the type
3537 of parameter 'irw' from 'unsigned' to 'uint32_t'.
3538 (populate_regs_from_watches): Rename to ...
3539 (mips_linux_watch_populate_regs): ... this. Add parameter
3540 'current_watches'. All callers changed.
3541
3542 2013-07-27 Yao Qi <yao@codesourcery.com>
3543
3544 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3545 the code.
3546 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3547 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3548 (struct pt_watch_regs): Likewise.
3549 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3550 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3551 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3552 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3553 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3554
3555 2013-07-27 Yao Qi <yao@codesourcery.com>
3556
3557 * breakpoint.h: Include break-common.h.
3558 (enum target_hw_bp_type): Move to ...
3559 * common/break-common.h: ... here. New.
3560
3561 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
3562
3563 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3564 process group regardless of having tty on stdin.
3565
3566 2013-07-25 Doug Evans <dje@google.com>
3567
3568 * linux-fork.h (detach_fork): Delete.
3569
3570 2013-07-25 Tom Tromey <tromey@redhat.com>
3571
3572 PR remote/15256, PR remote/15266:
3573 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3574 * monitor.c (monitor_detach): Use unpush_target.
3575 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3576 * remote-mips.c (mips_detach): Use unpush_target. Don't
3577 call mips_close.
3578 * remote-sim.c (gdbsim_detach): Use unpush_target.
3579 * target.c (pop_target): Remove.
3580 (pop_all_targets_above): Don't call target_close.
3581 (target_close): Assert that the target is unpushed.
3582 * target.h (pop_target): Don't declare.
3583 * tracepoint.c (tfile_open): Use unpush_target.
3584
3585 2013-07-25 Tom Tromey <tromey@redhat.com>
3586
3587 * linux-thread-db.c (init_thread_db_ops): Call
3588 complete_target_initialization.
3589 (_initialize_thread_db): Don't call add_target.
3590 * target.c (complete_target_initialization): New function.
3591 (add_target_with_completer): Call it.
3592 * target.h (complete_target_initialization): Declare.
3593
3594 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3595
3596 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3597 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3598 (HPPANBSD_SIZEOF_GREGS): New define.
3599 (hppaobsd_supply_gregset): Handle additional registers.
3600 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3601 we provide more registers now.
3602 (hppabsd_supply_gregset): Supply additional registers.
3603 (hppabsd_collect_gregset): Collect additional registers.
3604
3605 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3606
3607 * hppabsd-tdep.c: Include "dwarf2-frame.h".
3608 (hppabsd_dwarf2_frame_init_reg): New function.
3609 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3610
3611 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3612
3613 * mi/mi-main.c (output_register): Make MI 'r' format use standard
3614 'z' format code. Remove error for optimized out values, standard
3615 code will handle these fine.
3616
3617 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3618
3619 * NEWS: Mention new 'z' formatter.
3620 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3621 (_initialize_printcmd): Mention 'z' formatter in help text of the
3622 'x' command.
3623
3624 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
3625
3626 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3627 formatting.
3628
3629 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3630
3631 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3632 interface can evaluate arguments. Fallback to the old mode if it
3633 cannot.
3634 (create_exception_master_breakpoint): Likewise.
3635 * elfread.c (elf_can_evaluate_probe_arguments): New function.
3636 (struct sym_probe_fns elf_probe_fns): Export function above to the
3637 probe interface.
3638 * probe.c (can_evaluate_probe_arguments): New function.
3639 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3640 function pointer.
3641 (can_evaluate_probe_arguments): New function prototype.
3642 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3643 probe interface can evaluate arguments. Fallback to the old mode
3644 if it cannot.
3645 * stap-probe.c (stap_get_probe_argument_count): Check if probe
3646 interface can evaluate arguments. Warning the user if it cannot.
3647 (stap_can_evaluate_probe_arguments): New function.
3648 (struct probe_ops stap_probe_ops): Export function above to the
3649 probe interface.
3650 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3651 New function pointer.
3652
3653 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
3654
3655 * Makefile.in (SFILES): Add common/target-common.c.
3656 Add common/target-common.h to headers.
3657 (COMMON_OBS): Add target-common.o.
3658 (target-common.o): New target.
3659 * linux-nat.h (resume_kind): Move to common/target-common.h.
3660 * target.c (target_waitstatus_to_string): Move to
3661 common/target-common.c.
3662 * target.h: Include target-common.h.
3663 (target_waitkind): Move to common/target-common.h.
3664 (target_waitstatus): Likewise.
3665 (TARGET_WNOHANG): Likewise.
3666 * common/target-common.c: New file.
3667 * common/target-common.h: New file.
3668
3669 2013-07-24 Doug Evans <dje@google.com>
3670
3671 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3672 a warning.
3673
3674 2013-07-23 Yao Qi <yao@codesourcery.com>
3675
3676 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3677 parameter 'gdbarch'.
3678 (i386_stack_tramp_frame_sniffer): Caller update.
3679 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3680 parameter 'gdbarch' and 'target'.
3681 (i386_linux_core_read_description): Caller update.
3682 * amd64-linux-tdep.c (amd64_linux_core_read_description):
3683 Likewise.
3684 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3685 declaration.
3686
3687 2013-07-23 Tom Tromey <tromey@redhat.com>
3688
3689 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3690 2013-07-22.
3691
3692 2013-07-22 Doug Evans <dje@google.com>
3693
3694 * exec.h (remove_target_sections): Delete arg abfd.
3695 * exec.c (exec_close): Update call to remove_target_sections.
3696 (remove_target_sections): Delete arg abfd.
3697 * solib.c (update_solib_list): Ditto.
3698 (reload_shared_libraries_1): Ditto.
3699 (clear_solib): Ditto, and unconditionally call remove_target_sections.
3700 * target.h (struct target_section): Rename key to owner.
3701 All uses updated.
3702
3703 2013-07-22 Tom Tromey <tromey@redhat.com>
3704
3705 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3706
3707 2013-07-22 Tom Tromey <tromey@redhat.com>
3708
3709 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3710 Simplify cleanup handling.
3711
3712 2013-07-22 Tom Tromey <tromey@redhat.com>
3713
3714 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3715 on all return paths.
3716
3717 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3718
3719 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3720 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3721 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3722
3723 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
3724
3725 * top.c (print_gdb_version): Add help, apropos description and
3726 url to online documentation.
3727
3728 2013-07-19 Hui Zhu <hui@codesourcery.com>
3729
3730 PR gdb/15692
3731 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3732
3733 2013-07-19 Yao Qi <yao@codesourcery.com>
3734
3735 * target.c (update_current_target): Change the default action
3736 of 'to_traceframe_info' from tcomplain to return_zero.
3737 * target.h (struct target_ops) <to_traceframe_info>: Add more
3738 comments.
3739 * valops.c (read_value_memory): Call
3740 traceframe_available_memory unconditionally.
3741
3742 2013-07-18 Yao Qi <yao@codesourcery.com>
3743
3744 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3745 if the name is prefixed by "__imp_" or "_imp_", look for minimal
3746 symbol without prefix. If found, set its type to
3747 'mst_solib_trampoline'.
3748
3749 2013-07-17 Doug Evans <dje@google.com>
3750
3751 * NEWS: Mention "set print raw frame-arguments".
3752 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3753 * stack.c (print_raw_frame_arguments): New static global.
3754 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3755 (_initialize_stack): New command "set/show print raw frame-arguments".
3756 * valprint.c (setprintrawlist, showprintrawlist): New globals.
3757 (set_print_raw, show_print_raw): New functions.
3758 (_initialize_valprint): New prefix command "set/show print raw".
3759 * valprint.h (value_print_options): Improve comments.
3760
3761 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3762 of all *list variables.
3763
3764 * gdbcmd.h (togglelist): Delete.
3765 * cli/cli-cmds.c (togglelist): Delete.
3766 (init_cmd_lists): Update.
3767 * cli/cli-cmds.h (togglelist): Delete.
3768
3769 2013-07-17 Tom Tromey <tromey@redhat.com>
3770
3771 * dwarf2read.c (dwarf2_per_objfile_free): Clear
3772 dwarf2_per_objfile.
3773
3774 2013-07-16 Doug Evans <dje@google.com>
3775
3776 * nto-tdep.c (nto_relocate_section_addresses): Update,
3777 target_section.bfd deleted.
3778 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3779 * s390-tdep.c (s390_load): Ditto.
3780 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3781
3782 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
3783
3784 * common/format.c (parse_format_string): Add checks for NULL
3785 character before calling strchr.
3786
3787 2013-07-16 Doug Evans <dje@google.com>
3788
3789 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3790 temp_pathname argument.
3791 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3792 when opening the file fails.
3793
3794 * target.h (struct target_section): Delete member bfd.
3795 All users updated to use the_bfd_section->owner instead.
3796 * exec.c (add_to_section_table): Assert bfd is expected value.
3797 Remove initialization of target_section.bfd.
3798 (remove_target_sections): Update.
3799 (section_table_available_memory): Update.
3800 (section_table_xfer_memory_partial): Update.
3801 (print_section_info): Update.
3802 (exec_set_section_address): Update.
3803 * record-full.c (record_full_core_xfer_partial): Update.
3804 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3805 * solib-target.c (solib_target_relocate_section_addresses): Update.
3806 * symfile.c (build_section_addr_info_from_section_table): Update.
3807 * target.c (memory_xfer_live_readonly_partial): Update.
3808 (memory_xfer_partial_1): Update.
3809
3810 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3811
3812 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3813 now available for embedded (BookE) and server (BookS) processors,
3814 correct mentions of 'booke' and adjust comments accordingly in order to
3815 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3816 (have_ptrace_booke_interface): Rename function and variable
3817 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3818 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3819 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3820 'hwdebug_point_cmp'. Update all uses.
3821 (booke_find_thread_points_by_tid): Rename function
3822 'booke_find_thread_points_by_tid' to
3823 'hwdebug_find_thread_points_by_tid'. Update all uses.
3824 (booke_insert_point): Rename function 'booke_insert_point' to
3825 'hwdebug_insert_point'. Update all uses.
3826 (booke_remove_point): Rename function 'booke_remove_point' to
3827 'hwdebug_remove_point'. Update all uses.
3828
3829 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
3830
3831 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3832 numbers with enum values.
3833
3834 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
3835
3836 PR threads/13217
3837 * thread.c (thread_apply_all_command): Check for valid threads
3838 and thread count.
3839 (thread_array_cleanup): New struct.
3840 (set_thread_refcount): New function.
3841
3842 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
3843
3844 * infcmd.c (default_print_one_register_info): Reuse function
3845 print_hex_chars.
3846
3847 2013-07-10 Tom Tromey <tromey@redhat.com>
3848
3849 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3850 (ada-exp.o): New target.
3851
3852 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
3853
3854 * mt-tdep.c (mt_registers_info): Call
3855 get_no_prettyformat_print_options instead of
3856 get_raw_print_options (regression by last patch from Doug
3857 Evans).
3858
3859 2013-07-09 Pedro Alves <palves@redhat.com>
3860
3861 Checked in by Joel Brobecker <brobecker@adacore.com>.
3862 * ada-lang.c (coerce_unspec_val_to_type): Use
3863 value_optimized_out_const.
3864 * value.c (value_optimized_out_const): New function.
3865 * value.h (value_optimized_out_const): New declaration.
3866
3867 2013-07-09 Doug Evans <dje@google.com>
3868
3869 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3870 Enum values rename as well. All uses updated.
3871 * valprint.h (value_print_options): Rename member pretty to
3872 pretty format. Rename member prettyprint_arrays to
3873 prettyformat_arrays. Rename member prettyprint_structs to
3874 prettyformat_structs. All uses updated.
3875 (get_no_prettyformat_print_options): Renamed from
3876 get_raw_print_options.
3877 * valprint.c (get_no_prettyformat_print_options): Renamed from
3878 get_raw_print_options. All callers updated.
3879 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3880 All callers updated.
3881 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3882 All callers updated.
3883 (_initialize_valprint): Improve help text for "set print pretty" and
3884 "set print arrays".
3885
3886 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
3887
3888 * value.c (value_bits_valid): Revert previous change, and change
3889 by Pedro on 2013-07-04, due to regressions in
3890 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3891
3892 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
3893 Pedro Alves <palves@redhat.com>
3894
3895 * value.c (value_bits_valid): If the value is not lval_computed
3896 or has no check validity handler then the answer is the
3897 optimized_out flag, otherwise defer to the handler.
3898
3899 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3900
3901 * top.c (print_gdb_configuration): Explain in output of
3902 --configuration what does "relocatable" mean.
3903
3904 * main.c (print_gdb_help): Regroup options in the --help text.
3905 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3906 the relevant discussions.
3907
3908 2013-07-06 Yao Qi <yao@codesourcery.com>
3909
3910 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3911 Remove parameter 'lsal'.
3912 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3913 to inner block. Caller update.
3914 (base_breakpoint_create_breakpoints_sal): Update.
3915 (bkpt_create_breakpoints_sal): Likewise.
3916 (tracepoint_create_breakpoints_sal): Likewise.
3917 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3918 element 0 of vector 'canonical->sals'.
3919
3920 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
3921
3922 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3923 register number instead of the pseudo register one.
3924 (rs6000_dwarf2_reg_to_regnum): Likewise.
3925
3926 2013-07-04 Pedro Alves <palves@redhat.com>
3927
3928 * findvar.c (value_of_register): Use allocate_optimized_out_value
3929 if the register has been optimized out, instead of
3930 set_value_optimized_out.
3931 * frame-unwind.c (frame_unwind_got_optimized): Use
3932 allocate_optimized_out_value.
3933
3934 2013-07-04 Pedro Alves <palves@redhat.com>
3935
3936 * value.c (value_bits_valid): If the value is not lval_computed,
3937 or doesn't have a check_validity hook, assume the value is entirely
3938 valid.
3939
3940 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3941
3942 * stack.c (read_frame_arg): No longer fetch lazy values.
3943 * value.c (value_optimized_out): If the value is not already
3944 marked optimized out, and is lazy then fetch it.
3945 (value_primitive_field): Move optimized out check to later in the
3946 function, after we have loaded any lazy values.
3947 (value_fetch_lazy): Use optimized out flag directly rather than
3948 calling optimized_out method.
3949
3950 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3951
3952 * valops.c: Don't include "user-regs.h".
3953 (value_fetch_lazy): Moved to value.c.
3954 * value.c: Include "user-regs.h".
3955 (value_fetch_lazy): Moved from valops.c.
3956
3957 2013-07-04 Yao Qi <yao@codesourcery.com>
3958
3959 Revert:
3960 2013-06-27 Yao Qi <yao@codesourcery.com>
3961
3962 * common/create-version.sh: Update comments. Handle the case
3963 that TARGET_ALIAS is empty.
3964
3965 2013-07-03 Pedro Alves <palves@redhat.com>
3966
3967 * Makefile.in (config.status): Depend on development.sh.
3968 (aclocal_m4_deps): Add libmcheck.m4.
3969 * acinclude.m4: Include libmcheck.m4.
3970 * configure.ac: Source development.sh instead of setting
3971 'development' here. --enable-libmcheck/--disable-libmcheck code
3972 factored out to GDB_AC_LIBMCHECK. Run it.
3973 * development.sh: New file.
3974 * libmcheck.m4: New file.
3975 * configure: Regenerate.
3976
3977 2013-07-02 Tom Tromey <tromey@redhat.com>
3978
3979 * contrib/ari/update-web-ari.sh: Update for version.in change.
3980
3981 2013-07-02 Tom Tromey <tromey@redhat.com>
3982
3983 * common/ptid.h: Comment fixes.
3984
3985 2013-07-01 Tom Tromey <tromey@redhat.com>
3986
3987 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3988 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
3989 (dwarf2_read_index, create_all_comp_units): Update.
3990
3991 2013-07-01 Tom Tromey <tromey@redhat.com>
3992
3993 * configure.ac (build_warnings): Add -Wold-style-definition.
3994 * configure: Rebuild.
3995 * machoread.c (_initialize_machoread): Use "(void)".
3996 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3997 use "(void)".
3998
3999 2013-07-01 Tom Tromey <tromey@redhat.com>
4000
4001 * configure.ac (build_warnings): Add -Wold-style-declaration.
4002 * configure: Rebuild.
4003 * dsrec.c (make_srec): Use "static const", not "const static".
4004 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
4005 not "const static".
4006 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
4007 Use "static const", not "const static".
4008 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
4009 not "const static".
4010 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
4011 not "const static".
4012 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
4013 not "const static".
4014 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
4015 not "const static".
4016 (v850_dbtrap_breakpoint_from_pc): Likewise.
4017 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
4018 not "const static".
4019
4020 2013-07-01 Tom Tromey <tromey@redhat.com>
4021
4022 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
4023 * configure: Rebuild.
4024
4025 2013-07-01 Pedro Alves <palves@redhat.com>
4026
4027 * defs.h: Include "pathmax.h".
4028 * utils.c: Don't include sys/param.h.
4029 (gdb_realpath): Remove code that checks for MAXPATHLEN.
4030 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
4031 instead of MAXPATHLEN.
4032 * solib-sunos.c: Don't include sys/param.h.
4033 * xcoffread.c: Don't include sys/param.h.
4034 * bsd-kvm.c: Don't include sys/param.h.
4035 * darwin-nat.c: Don't include sys/param.h.
4036 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4037 * darwin-nat-info.c: Don't include sys/param.h.
4038 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
4039 MAXPATHLEN.
4040 * i386obsd-nat.c: Don't include sys/param.h.
4041 * inf-child.c: Don't include sys/param.h.
4042 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
4043 * linux-fork.c: Don't include sys/param.h.
4044 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
4045 * linux-nat.c: Don't include sys/param.h.
4046 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
4047 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
4048 * m68klinux-nat.c: Don't include sys/param.h.
4049 * nbsd-nat.c: Don't include sys/param.h.
4050 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4051 * ppc-linux-nat.c: Don't include sys/param.h.
4052 * rs6000-nat.c: Don't include sys/param.h.
4053 * spu-linux-nat.c. Don't include sys/param.h.
4054 * windows-nat.c: Don't include sys/param.h.
4055 * xtensa-linux-nat.c: Don't include sys/param.h.
4056 * config/i386/nm-fbsd.h: Don't include sys/param.h.
4057
4058 2013-07-01 Pedro Alves <palves@redhat.com>
4059
4060 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
4061 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
4062 * gnulib/aclocal.m4: Regenerate.
4063 * gnulib/config.in: Regenerate.
4064 * gnulib/configure: Regenerate.
4065 * gnulib/import/pathmax.h: New file.
4066 * gnulib/import/Makefile.am: Regenerate.
4067 * gnulib/import/Makefile.in: Regenerate.
4068 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4069 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4070 * gnulib/import/m4/pathmax.m4: New file.
4071
4072 2013-07-01 Pedro Alves <palves@redhat.com>
4073
4074 * configure.ac (GDBINIT): Define, depending on host.
4075 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
4076 * top.c (PATH_MAX): Delete fallback definition.
4077 (GDBINIT_FILENAME): Delete.
4078 (gdbinit): Reimplement as const char array set to the GDBINIT
4079 string constant.
4080 * top.h (gdbinit): Make const.
4081 * configure, config.in: Regenerate.
4082
4083 2013-07-01 Pedro Alves <palves@redhat.com>
4084
4085 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
4086 * cli/cli-cmds.h (source_script): Likewise.
4087 * exceptions.c (catch_command_errors_const): New function.
4088 * exceptions.h (catch_command_errors_const): Declare.
4089 * main.c (get_init_files): Make parameters const, and adjust.
4090 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
4091 'local_gdbinit' locals const. Adjust to use
4092 catch_command_errors_const.
4093 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
4094 'local_gdbinit' locals const.
4095
4096 2013-07-01 Pedro Alves <palves@redhat.com>
4097
4098 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
4099 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
4100 * tracepoint.c: Don't check HAVE_UNISTD_H before including
4101 <unistd.h>.
4102
4103 2013-07-01 Pedro Alves <palves@redhat.com>
4104
4105 Import the "unistd" gnulib module.
4106 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
4107 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
4108 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
4109 import/m4/unistd_h.m4.
4110 * gnulib/aclocal.m4: Renenerate.
4111 * gnulib/config.in: Renenerate.
4112 * gnulib/configure: Renenerate.
4113 * gnulib/import/Makefile.am: Renenerate.
4114 * gnulib/import/Makefile.in: Renenerate.
4115 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
4116 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
4117 * gnulib/import/m4/off_t.m4: New file.
4118 * gnulib/import/m4/ssize_t.m4: New file.
4119 * gnulib/import/m4/sys_types_h.m4: New file.
4120 * gnulib/import/m4/unistd_h.m4: New file.
4121 * gnulib/import/sys_types.in.h: New file.
4122 * gnulib/import/unistd.c: New file.
4123 * gnulib/import/unistd.in.h: New file.
4124
4125 2013-07-01 Pedro Alves <palves@redhat.com>
4126
4127 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
4128 defined instead of checking HAVE_UNISTD_H.
4129
4130 2013-07-01 Pedro Alves <palves@redhat.com>
4131
4132 Reimport gnulib from scratch.
4133 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
4134 import/m4/onceonly.m4.
4135 * gnulib/aclocal.m4: Renegerate.
4136 * gnulib/config.in: Renegerate.
4137 * gnulib/configure: Renegerate.
4138 * gnulib/import/Makefile.in: Renegerate.
4139 * gnulib/import/extra/update-copyright: Renegerate.
4140 * gnulib/import/m4/onceonly.m4: Delete.
4141
4142 2013-07-01 Pedro Alves <palves@redhat.com>
4143
4144 * tui/tui-regs.c (pagination_enabled): Delete declaration.
4145
4146 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4147
4148 Code cleanup.
4149 * remote.c (async_remote_interrupt_twice): Make it static.
4150 * remote.h (async_remote_interrupt_twice): Remove the declaration.
4151
4152 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
4153
4154 * ia64-linux-tdep.c: Include <ctype.h>.
4155 (ia64_linux_stap_is_single_operand): New function.
4156 (ia64_linux_init_abi): Initialize SystemTap related attributes.
4157
4158 2013-06-28 Tom Tromey <tromey@redhat.com>
4159
4160 * Makefile.in (version.c): Use version.in, not
4161 common/version.in.
4162 * common/create-version.sh: Likewise.
4163 * common/version.in: Move...
4164 * version.in: ...here.
4165
4166 2013-06-28 Pedro Alves <palves@redhat.com>
4167
4168 * infrun.c (set_observer_mode): Don't declare pagination_enabled
4169 here.
4170 * utils.h (pagination_enabled): Declare.
4171
4172 2013-06-28 Pedro Alves <palves@redhat.com>
4173
4174 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4175 Move higher up in file.
4176
4177 2013-06-28 Tom Tromey <tromey@redhat.com>
4178
4179 * tracepoint.c (deprecated_readline_begin_hook)
4180 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4181 declare.
4182
4183 2013-06-28 Pedro Alves <palves@redhat.com>
4184
4185 PR tui/14880
4186 * tui/tui-regs.c (tui_get_register): Fetch value contents before
4187 checking if they're available.
4188 * value.c (value_available_contents_eq): Change comment.
4189 * value.h (value_available_contents_eq): Expand comment.
4190
4191 2013-06-27 Tom Tromey <tromey@redhat.com>
4192
4193 * target.c (find_run_target): Remove.
4194 * target.h (find_run_target): Remove.
4195
4196 2013-06-27 Tom Tromey <tromey@redhat.com>
4197
4198 * corelow.c (core_gdbarch): Now static.
4199
4200 2013-06-27 Tom Tromey <tromey@redhat.com>
4201
4202 * target.c (target_struct_index): Remove.
4203
4204 2013-06-27 Pedro Alves <palves@redhat.com>
4205
4206 * infrun.c: Remove comment describing the 'stepping over runtime
4207 loader dynamic symbol resolution code' mechanism; moved to
4208 gdbint.texinfo.
4209
4210 2013-06-27 Pedro Alves <palves@redhat.com>
4211
4212 * exceptions.c (catch_command_errors): Remove spurious space.
4213 * exceptions.h (catch_command_errors): Second parameter is "arg",
4214 not "command".
4215
4216 2013-06-27 Yao Qi <yao@codesourcery.com>
4217
4218 * common/create-version.sh: Update comments. Handle the case
4219 that TARGET_ALIAS is empty.
4220
4221 2013-06-26 Pedro Alves <palves@redhat.com>
4222
4223 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4224 comment.
4225
4226 2013-06-26 Pedro Alves <palves@redhat.com>
4227
4228 * infrun.c: Update comments on stepping over runtime loader
4229 dynamic symbol resolution code.
4230
4231 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
4232
4233 * ax-gdb.h (union exp_element): Forward declare.
4234 * parser-defs.h: Include expression.h.
4235
4236 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4237
4238 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4239
4240 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4241
4242 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4243
4244 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4245
4246 Fix trace-status to output proper start-time and stop-time.
4247 * tracepoint.c (trace_status_command): Fix type of printf arg to
4248 prevent improper type conversion.
4249 (trace_status_mi): Likewise.
4250
4251 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4252
4253 * mips-tdep.c (mips_next_pc): Fix a typo.
4254
4255 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4256
4257 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4258
4259 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4260 Yao Qi <yao@codesourcery.com>
4261
4262 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4263 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4264 * mi/mi-main.c (print_variable_or_computed): New function.
4265 (mi_cmd_trace_frame_collected): New function.
4266 * tracepoint.c (find_trace_state_variable_by_number): New.
4267 (struct traceframe_info): Move to tracepoint.h
4268 (struct collection_list): Likewise.
4269 (do_collect_symbol): Include locals and arguments in the
4270 collected variables list.
4271 (clear_collection_list): Clear wholly collected variables list
4272 and computed variables list.
4273 (append_exp): New function.
4274 (encode_actions_1): Include variables in the wholly
4275 collected variables list. Include memory ranges and
4276 full-fledged expressions in the computed expressions list.
4277 (encode_actions): Move some code to ...
4278 Return the cleanup chain.
4279 (encode_actions_rsp): ... here. New function.
4280 (get_traceframe_location, get_traceframe_info): Remove static.
4281 * tracepoint.h (struct memrange): Moved from tracepoint.c.
4282 (struct collection_list): Moved from tracepoint.c. Add two
4283 new fields 'wholly_collected' and 'computed'.
4284 (find_trace_state_variable_by_number): Declare.
4285 (encode_actions): Adjust declaration.
4286 (encode_actions_rsp): Declare.
4287 (get_traceframe_info, get_traceframe_location): Declare.
4288
4289 * NEWS: Mention new MI command -trace-frame-collected.
4290
4291 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4292 Yao Qi <yao@codesourcery.com>
4293
4294 * ctf.c (ctf_traceframe_info): Push trace state variables
4295 present in the trace data into the traceframe info object.
4296 * breakpoint.c (DEF_VEC_I): Remove.
4297 * common/filestuff.c (DEF_VEC_I): Likewise.
4298 * dwarf2loc.c (DEF_VEC_I): Likewise.
4299 * mi/mi-main.c (DEF_VEC_I): Likewise.
4300 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4301 * features/traceframe-info.dtd: Add tvar element and its
4302 attributes.
4303 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4304 (build_traceframe_info): Push trace state variables present in
4305 the trace data into the traceframe info object.
4306 (traceframe_info_start_tvar): New function.
4307 (tvar_attributes): New.
4308 (traceframe_info_children): Add "tvar" element.
4309 * tracepoint.h (struct traceframe_info) <tvars>: New field.
4310
4311 * NEWS: Mention the change in GDB and GDBserver.
4312
4313 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4314 Yao Qi <yao@codesourcery.com>
4315
4316 * tracepoint.c (trace_dump_command): Move code to ...
4317 (get_traceframe_location): ... here. New.
4318
4319 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4320 Yao Qi <yao@codesourcery.com>
4321
4322 * tracepoint.c (trace_dump_command): GDB emits an error
4323 instead of a warning when a traceframe is not selected.
4324
4325 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4326 Yao Qi <yao@codesourcery.com>
4327
4328 * tracepoint.c (tracepoint_list, stepping_list): Remove.
4329 (clear_collection_list): Free fields 'aexpre_list' and 'list'
4330 in collection_list.
4331 (do_clear_collection_list, init_collection_list): New.
4332 (encode_actions): Add local variables 'tracepoint_list' and
4333 'stepping_list'. Call init_collection_list and make cleanup
4334 which calls do_clear_collection_list. Don't call
4335 clear_collection_list.
4336 (_initialize_tracepoint): Delete references to
4337 'tracepoint_list' and 'stepping_list'.
4338
4339 2013-06-25 Tom Tromey <tromey@redhat.com>
4340
4341 * common/create-version.sh (date): Use "$", not "$$" in sed
4342 expression.
4343
4344 2013-06-25 Kevin Buettner <kevinb@redhat.com>
4345
4346 * NEWS (New targets): Add entry for TI MSP430.
4347
4348 2013-06-25 Yao Qi <yao@codesourcery.com>
4349
4350 * remote.c (remote_start_remote): Move code to upload tsv
4351 earlier.
4352
4353 2013-06-25 Yao Qi <yao@codesourcery.com>
4354 Hui Zhu <hui@codesourcery.com>
4355 Pedro Alves <palves@redhat.com>
4356
4357 PR breakpoints/15075
4358 PR breakpoints/15434
4359 * breakpoint.c (bpstat_stop_status): Call
4360 b->ops->after_condition_true.
4361 (update_dprintf_command_list): Don't append "continue" command
4362 to the command list of dprintf breakpoint.
4363 (base_breakpoint_after_condition_true): New function.
4364 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4365 (dprintf_after_condition_true): New function.
4366 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4367 * breakpoint.h (breakpoint_ops): Add after_condition_true.
4368
4369 2013-06-24 Kevin Buettner <kevinb@redhat.com>
4370
4371 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4372 (ALLDEPFILES): Add msp430-tdep.c.
4373 * configure.tgt (msp430*-*-elf): New target.
4374 * msp430-tdep.c: New file.
4375
4376 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
4377
4378 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4379 microMIPS synthetic symbols.
4380
4381 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
4382
4383 * objfiles.h (pc_in_section): New prototype.
4384 (in_plt_section): Remove name argument, replace prototype with
4385 static inline function.
4386 * mips-tdep.h: Include "objfiles.h".
4387 (in_mips_stubs_section): New function.
4388 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
4389 in_solib_call_trampoline member.
4390 (hppa_in_solib_call_trampoline): Remove name argument.
4391 * objfiles.c (pc_in_section): New function.
4392 (in_plt_section): Remove function.
4393 * mips-linux-tdep.c: Include "objfiles.h".
4394 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
4395 name argument. Return 1 rather than the low 16-bit halfword of
4396 any instruction examined.
4397 (mips_linux_in_dynsym_resolve_code): Update
4398 mips_linux_in_dynsym_stub call accordingly.
4399 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4400 rather than an equivalent hand-coded sequence.
4401 * hppa-hpux-tdep.c (in_opd_section): Remove function.
4402 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4403 (hppa64_hpux_in_solib_call_trampoline): Likewise.
4404 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4405 in_opd_section.
4406 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4407 on call to tdep->in_solib_call_trampoline.
4408 (hppa_in_solib_call_trampoline): Remove name argument, update
4409 according to in_plt_section change.
4410 (hppa_skip_trampoline_code): Update according to in_plt_section
4411 change.
4412 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4413 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4414 Likewise.
4415 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4416 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4417 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4418 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4419 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4420 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4421 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4422 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4423 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4424 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4425 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4426 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4427 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4428
4429 2013-06-24 Joel Brobecker <brobecker@adacore.com>
4430
4431 * common/create-version.sh: Fix expansion of $host_alias
4432 and $target_alias in generation of HOST_NAME and TARGET_NAME
4433 (resp.).
4434
4435 2013-06-24 Tom Tromey <tromey@redhat.com>
4436
4437 * common/create-version.sh: New file.
4438 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4439 create-version.sh.
4440 (HFILES_NO_SRCDIR): Use common/version.h.
4441 * version.in: Move to ...
4442 * common/version.in: ... here. Replace date with "DATE".
4443 * version.h: Move to ...
4444 * common/version.h: ... here.
4445
4446 2013-06-21 Joel Brobecker <brobecker@adacore.com>
4447
4448 * gdb/gnulib/Makefile.in: Update date in copyright header.
4449 * gdb/gnulib/configure.ac: Ditto.
4450 * gdb/gnulib/update-gnulib.sh: Ditto.
4451
4452 2013-06-21 Joel Brobecker <brobecker@adacore.com>
4453
4454 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4455 "gdb/gnulib/import".
4456
4457 2013-06-21 Will Newton <will.newton@linaro.org>
4458
4459 * doublest.c (ldfrexp): Remove function.
4460 (convert_doublest_to_floatformat): Call frexpl instead of
4461 ldfrexp.
4462
4463 2013-06-21 Will Newton <will.newton@linaro.org>
4464
4465 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4466 * gnulib/aclocal.m4: Regenerate.
4467 * gnulib/config.in: Regenerate.
4468 * gnulib/configure: Regenerate.
4469 * gnulib/import/Makefile.am: Update.
4470 * gnulib/import/Makefile.in: Update.
4471 * gnulib/import/m4/gnulib-cache.m4: Update.
4472 * gnulib/import/m4/gnulib-comp.m4: Update.
4473 * gnulib/import/float+.h: Import.
4474 * gnulib/import/float.c: Import.
4475 * gnulib/import/float.in.h: Import.
4476 * gnulib/import/fpucw.h: Import.
4477 * gnulib/import/frexp.c: Import.
4478 * gnulib/import/frexpl.c: Import.
4479 * gnulib/import/isnan.c: Import.
4480 * gnulib/import/isnand-nolibm.h: Import.
4481 * gnulib/import/isnand.c: Import.
4482 * gnulib/import/isnanl-nolibm.h: Import.
4483 * gnulib/import/isnanl.c: Import.
4484 * gnulib/import/itold.c: Import.
4485 * gnulib/import/m4/exponentd.m4: Import.
4486 * gnulib/import/m4/exponentl.m4: Import.
4487 * gnulib/import/m4/float_h.m4: Import.
4488 * gnulib/import/m4/fpieee.m4: Import.
4489 * gnulib/import/m4/frexp.m4: Import.
4490 * gnulib/import/m4/frexpl.m4: Import.
4491 * gnulib/import/m4/isnand.m4: Import.
4492 * gnulib/import/m4/isnanl.m4: Import.
4493 * gnulib/import/m4/math_h.m4: Import.
4494 * gnulib/import/math.c: Import.
4495 * gnulib/import/math.in.h: Import.
4496
4497 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4498
4499 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4500 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4501 signature_INTEL_edx comparisons.
4502
4503 2013-06-20 Doug Evans <dje@google.com>
4504
4505 symtab/15652
4506 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4507 All callers updated.
4508 (open_dwp_file): If we can't find the dwp file, search the basename
4509 in debug-file-directory.
4510
4511 * dwarf2read.c (struct dwp_file): Fix comment.
4512 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4513
4514 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4515 better.
4516
4517 2013-06-20 Yao Qi <yao@codesourcery.com>
4518
4519 * breakpoint.c (create_breakpoint): Fix code indentation.
4520
4521 2013-06-20 Yao Qi <yao@codesourcery.com>
4522
4523 * breakpoint.c (create_breakpoints_sal_default): Remove
4524 parameter 'lsal'. Update declaration.
4525 (bkpt_create_breakpoints_sal): Caller update.
4526 (tracepoint_create_breakpoints_sal): Likewise.
4527
4528 2013-06-20 Pedro Alves <pedro@codesourcery.com>
4529 Yao Qi <yao@codesourcery.com>
4530
4531 * NEWS: Mention the new option '--skip-unavailable' of command
4532 -data-list-register-values.
4533 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4534 --skip-unavailable option. Adjust to use output_register.
4535 (output_register): Add new 'skip_unavailable' parameter.
4536 Handle it.
4537
4538 2013-06-19 Mike Frysinger <vapier@gentoo.org>
4539
4540 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4541 common/i386-gcc-cpuid.h.
4542 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4543 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4544 Copy the latest version from upstream gcc.
4545 * common/linux-btrace.c: Include i386-cpuid.h.
4546 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4547 call to i386_cpuid.
4548 (cpu_supports_btrace): Likewise.
4549 * go32-nat.c: Include i386-cpuid.h.
4550 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4551
4552 2013-06-19 Doug Evans <dje@google.com>
4553
4554 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4555 (get_section_index): Ditto.
4556
4557 2013-06-19 Tom Tromey <tromey@redhat.com>
4558
4559 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4560 "dprintf" help.
4561
4562 2013-06-18 Doug Evans <dje@google.com>
4563
4564 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4565 before using it.
4566 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4567 Move test of cu_index closer to use. Print complaint if cu_index
4568 is bad.
4569
4570 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4571
4572 * machoread.c (oso_vector): Delete this global.
4573 (macho_register_oso): Add new parameter "oso_vector_ptr".
4574 Use it instead of the "oso_vector" global.
4575 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4576 (macho_symfile_read): Use a local oso_vector, to be free'ed
4577 at the end of this function, in place of the old "oso_vector"
4578 global. Update various function calls accordingly. Use one
4579 single cleanup chain for the entire function.
4580
4581 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4582
4583 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4584 DWARF2_PER_OBJFILE by uses of DATA instead.
4585
4586 2013-06-18 Tom Tromey <tromey@redhat.com>
4587
4588 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4589 argument.
4590 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4591 Special case signals other than GDB_SIGNAL_TRAP.
4592 (explains_signal_watchpoint): New function.
4593 (base_breakpoint_explains_signal): Add 'sig' argument.
4594 (initialize_breakpoint_ops): Set 'explains_signal' method for
4595 watchpoints.
4596 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4597 signal argument.
4598 (bpstat_explains_signal): Likewise.
4599 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4600
4601 2013-06-18 Tom Tromey <tromey@redhat.com>
4602
4603 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4604
4605 2013-06-18 Tom Tromey <tromey@redhat.com>
4606
4607 * python/python.c (finish_python_initialization): Decref
4608 'pythondir' on failure path as well.
4609
4610 2013-06-18 Tom Tromey <tromey@redhat.com>
4611
4612 PR symtab/15391:
4613 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4614 after taking bits_to_skip into account. Sign extend byte_offset.
4615 * utils.h (gdb_sign_extend): Declare.
4616 * utils.c (gdb_sign_extend): New function.
4617
4618 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4619
4620 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4621
4622 2013-06-17 Pierre Muller <muller@sourceware.org>
4623
4624 * corelow.c (core_open): Print GDB signal name instead of target
4625 signal number.
4626
4627 2013-06-17 Mike Frysinger <vapier@gentoo.org>
4628
4629 * .gitignore: Add /gcore.
4630
4631 2013-06-13 Doug Evans <dje@google.com>
4632
4633 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4634 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4635
4636 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
4637
4638 * stack.c (backtrace_command_1): Fix indentation.
4639
4640 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4641
4642 * window-nat.c (thread_rec): Add missing empty line after
4643 local variable declaration.
4644
4645 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4646
4647 * windows-nat.c (thread_rec): Revert format used to print
4648 error code returned by SuspendThread from %d back to %u.
4649
4650 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4651
4652 * windows-nat.c (windows_continue): Add "0x" prefix for thread
4653 ID in debug trace.
4654 (get_windows_debug_event): Likewise, for all debug traces.
4655
4656 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4657
4658 * window-nat.c (thread_rec): Add thread ID in SuspendThread
4659 warning message.
4660
4661 2013-06-08 Pedro Alves <pedro@codesourcery.com>
4662 Yao Qi <yao@codesourcery.com>
4663
4664 * mi/mi-main.c (get_register): Remove declaration.
4665 (output_register): Declare.
4666 (mi_cmd_data_list_register_values): Remove local variable
4667 'tuple_cleanup'. Move some code into output_register.
4668 (get_register): Renamed to ...
4669 (output_register): ... this. Output the register's
4670 "number" ui_out tuple here.
4671
4672 2013-06-07 Pedro Alves <palves@redhat.com>
4673
4674 * darwin-nat.c: Fix formating in copyright header.
4675 * darwin-nat.h: Likewise.
4676 * gnu-nat.c: Likewise.
4677 * machoread.c: Likewise.
4678
4679 2013-06-07 Pedro Alves <palves@redhat.com>
4680
4681 PR server/14823
4682 * regformats/regdat.sh: Output #include tdesc.h. Make globals
4683 static. Output a global target description pointer.
4684 (init_registers_${name}): Adjust to initialize a
4685 target description structure.
4686
4687 2013-06-07 Will Newton <will.newton@linaro.org>
4688
4689 * printcmd.c (build_address_symbolic): Call
4690 gdbarch_addr_bits_remove for text minimal symbols.
4691
4692 2013-06-07 Will Newton <will.newton@linaro.org>
4693
4694 * MAINTAINERS: Add myself to Write After Approval.
4695
4696 2013-06-07 Yao Qi <yao@codesourcery.com>
4697
4698 * tracepoint.c (start_tracing): Move code to ...
4699 (trace_reset_local_state): ... here. New.
4700 (disconnect_tracing): Don't call set_current_traceframe,
4701 set_tracepoint_num, and set_traceframe_context. Call
4702 trace_reset_local_state instead.
4703 (tfile_close): Call trace_reset_local_state.
4704 * ctf.c (ctf_close): Likewise.
4705 * remote.c (remote_close): Likewise.
4706 * tracepoint.h (trace_reset_local_state): Declare.
4707
4708 2013-06-06 Doug Evans <dje@google.com>
4709
4710 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4711 and fix header docs.
4712
4713 2013-06-05 Doug Evans <dje@google.com>
4714 Keith Seitz <keiths@redhat.com>
4715
4716 PR 15519
4717 * cp-namespace.c (find_symbol_in_baseclass): Call
4718 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4719 Check result of call to lookup_symbol_static.
4720 Call lookup_static_symbol_aux unconditionally.
4721 Call check_typedef on base types before accessing them.
4722 (cp_lookup_nested_symbol): Fix comment.
4723
4724 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
4725
4726 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4727 minimal symbols pointing to function descriptors.
4728
4729 2013-06-05 Tom Tromey <tromey@redhat.com>
4730
4731 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4732
4733 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4734 Pedro Alves <palves@redhat.com>
4735
4736 * remote.c (remote_wait_as): Restore signal handler before returning
4737 when GDB gets a notification.
4738
4739 2013-06-04 Gary Benson <gbenson@redhat.com>
4740
4741 PR 2328
4742 * breakpoint.h (handle_solib_event): Moved function declaration
4743 to solib.h.
4744 * breakpoint.c (handle_solib_event): Moved function to solib.c.
4745 (bpstat_stop_status): Pass new argument to handle_solib_event.
4746 * solib.h (update_solib_breakpoints): New function declaration.
4747 (handle_solib_event): Moved function declaration from
4748 breakpoint.h.
4749 * solib.c (update_solib_breakpoints): New function.
4750 (handle_solib_event): Moved function from breakpoint.c.
4751 Updated to call solib_ops->handle_event if not NULL.
4752 * solist.h (target_so_ops): New fields "update_breakpoints" and
4753 "handle_event".
4754 * infrun.c (set_stop_on_solib_events): New function.
4755 (_initialize_infrun): Use the above for "set
4756 stop-on-solib-events".
4757 (handle_inferior_event): Pass new argument to handle_solib_event.
4758 * solib-svr4.c (probe.h): New include.
4759 (svr4_free_library_list): New forward declaration.
4760 (probe_action): New enum.
4761 (probe_info): New struct.
4762 (probe_info): New static variable.
4763 (NUM_PROBES): New definition.
4764 (svr4_info): New fields "using_xfer", "probes_table" and
4765 "solib_list".
4766 (free_probes_table): New function.
4767 (free_solib_list): New function.
4768 (svr4_pspace_data_cleanup): Free probes table and solib list.
4769 (svr4_copy_library_list): New function.
4770 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4771 (svr4_read_so_list): New parameter "prev_lm".
4772 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4773 (svr4_current_sos): New function.
4774 (probe_and_action): New struct.
4775 (hash_probe_and_action): New function.
4776 (equal_probe_and_action): Likewise.
4777 (register_solib_event_probe): Likewise.
4778 (solib_event_probe_at): Likewise.
4779 (solib_event_probe_action): Likewise.
4780 (solist_update_full): Likewise.
4781 (solist_update_incremental): Likewise.
4782 (disable_probes_interface_cleanup): Likewise.
4783 (svr4_handle_solib_event): Likewise.
4784 (svr4_update_solib_event_breakpoint): Likewise.
4785 (svr4_update_solib_event_breakpoints): Likewise.
4786 (svr4_create_solib_event_breakpoints): Likewise.
4787 (enable_break): Free probes table before creating breakpoints.
4788 Use svr4_create_solib_event_breakpoints to create breakpoints.
4789 (svr4_solib_create_inferior_hook): Free the solib list.
4790 (_initialize_svr4_solib): Initialise
4791 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4792
4793 2013-06-04 Gary Benson <gbenson@redhat.com>
4794
4795 * target.h (target_ops): New field
4796 "to_augmented_libraries_svr4_read".
4797 (target_augmented_libraries_svr4_read): New macro.
4798 * target.c (update_current_target): Handle
4799 to_augmented_libraries_svr4_read.
4800 * remote.c (remote_state): New field
4801 "augmented_libraries_svr4_read".
4802 (remote_augmented_libraries_svr4_read_feature): New function.
4803 (remote_protocol_features): Add entry for
4804 "augmented-libraries-svr4-read".
4805 (remote_augmented_libraries_svr4_read): New function.
4806 (init_remote_ops): Initialize
4807 remote_ops.to_augmented_libraries_svr4_read.
4808
4809 2013-06-04 Gary Benson <gbenson@redhat.com>
4810
4811 * NEWS: Update.
4812
4813 2013-06-04 Gary Benson <gbenson@redhat.com>
4814
4815 * objfiles.h (inhibit_section_map_updates): New function
4816 declaration.
4817 (resume_section_map_updates): Likewise.
4818 (resume_section_map_updates_cleanup): Likewise.
4819 * objfiles.c (objfile_pspace_info): Removed field
4820 "objfiles_changed_p". New fields "new_objfiles_available",
4821 "section_map_dirty" and "inhibit_updates".
4822 (allocate_objfile): Set new_objfiles_available.
4823 (free_objfile): Set section_map_dirty.
4824 (objfile_relocate1): Likewise.
4825 (in_plt_section): Likewise.
4826 (find_pc_section): Update the conditions under which the
4827 section map will be updated.
4828 (inhibit_section_map_updates): New function.
4829 (resume_section_map_updates): Likewise.
4830 (resume_section_map_updates_cleanup): Likewise.
4831
4832 2013-06-04 Gary Benson <gbenson@redhat.com>
4833
4834 * probe.h (get_probe_argument_count): New declaration.
4835 (evaluate_probe_argument): Likewise.
4836 * probe.c (get_probe_argument_count): New function.
4837 (evaluate_probe_argument): Likewise.
4838 (probe_safe_evaluate_at_pc): Use the above new functions.
4839
4840 2013-06-04 Alan Modra <amodra@gmail.com>
4841
4842 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4843 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4844 (ppc_insns_match_pattern): Add frame param. Avoid multiple
4845 target mem reads on optional insns.
4846 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4847 ppc_insns_match_pattern calls.
4848 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4849 Add match for power7 thread safety insns, and new order of
4850 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
4851 invocation in comment, and update rest of comment.
4852 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4853 PPC64_STANDARD_LINKAGE3_LEN): Delete.
4854 (ppc64_standard_linkage2_target): Update insn offsets.
4855 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
4856 stubs first. Update calls.
4857
4858 2013-06-04 Yao Qi <yao@codesourcery.com>
4859
4860 * solib.c (solib_find): Don't need dir separator if path has
4861 drive spec.
4862
4863 2013-06-03 Joel Brobecker <brobecker@adacore.com>
4864
4865 Revert (indirectly causes a SIGSEGV):
4866 * machoread.c (macho_symfile_read): Assign first cleanup to
4867 'back_to'.
4868
4869 2013-06-03 Yao Qi <yao@codesourcery.com>
4870
4871 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4872 mi-parse.c. Make them static.
4873 (mi_all_values): Likewise.
4874 (mi_parse_values_option): Move to mi-parse.c. Rename it to
4875 mi_parse_print_values. Make it external.
4876 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4877 Remove the declarations.
4878 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4879 * mi/mi-parse.h (mi_parse_print_values): Declare.
4880 * mi/mi-cmd-stack.c: Include mi-parse.h.
4881 (parse_print_values): Remove
4882 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4883 of parse_print_values.
4884 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4885
4886 2013-05-31 Pedro Alves <pedro@codesourcery.com>
4887 Yao Qi <yao@codesourcery.com>
4888
4889 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4890 (encode_actions): Move code to ...
4891 (all_tracepoint_actions_and_cleanup): ... here. New.
4892 (trace_dump_command): Likewise.
4893
4894 2013-05-30 Tom Tromey <tromey@redhat.com>
4895
4896 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4897
4898 2013-05-30 Tom Tromey <tromey@redhat.com>
4899
4900 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4901 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
4902 'old_chain' argument. Add 'parser_result' argument.
4903 (gdb_xml_create_parser_and_cleanup): Remove old version.
4904 (gdb_xml_parse_quick): Update.
4905 (xml_process_xincludes): Update.
4906 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4907 declare.
4908
4909 2013-05-30 Tom Tromey <tromey@redhat.com>
4910
4911 * probe.c (collect_probes): Check arguments for NULL before
4912 calling compile_rx_or_error.
4913 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4914 Remove NULL return.
4915
4916 2013-05-30 Tom Tromey <tromey@redhat.com>
4917
4918 * infrun.c (adjust_pc_after_break): Introduce an outer null
4919 cleanup.
4920
4921 2013-05-30 Tom Tromey <tromey@redhat.com>
4922
4923 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4924
4925 2013-05-30 Tom Tromey <tromey@redhat.com>
4926
4927 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4928 for 'old_chain'. Do not check 'head' before processing
4929 cleanups.
4930
4931 2013-05-30 Tom Tromey <tromey@redhat.com>
4932
4933 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4934 "cleanup_tuple".
4935
4936 2013-05-30 Tom Tromey <tromey@redhat.com>
4937
4938 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4939 inner scope. Unconditionally call do_cleanups.
4940
4941 2013-05-30 Tom Tromey <tromey@redhat.com>
4942
4943 * source.c (find_and_open_source): Call do_cleanups.
4944
4945 2013-05-30 Tom Tromey <tromey@redhat.com>
4946
4947 * linux-thread-db.c (thread_db_load_search): Unconditionally
4948 call do_cleanups.
4949
4950 2013-05-30 Tom Tromey <tromey@redhat.com>
4951
4952 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4953 for 'cleanup'; instead use a later one.
4954
4955 2013-05-30 Tom Tromey <tromey@redhat.com>
4956
4957 * python/py-breakpoint.c (bppy_get_commands): Use
4958 explicit, unconditional return.
4959 * python/py-frame.c (frapy_read_var): Likewise.
4960 * python/python.c (gdbpy_decode_line): Likewise.
4961
4962 2013-05-30 Tom Tromey <tromey@redhat.com>
4963
4964 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4965 do_cleanups on all return paths.
4966
4967 2013-05-30 Tom Tromey <tromey@redhat.com>
4968
4969 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4970
4971 2013-05-30 Tom Tromey <tromey@redhat.com>
4972
4973 * stabsread.c (read_struct_type): Call do_cleanups along
4974 all return paths.
4975
4976 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4977
4978 * mips-linux-tdep.c: Adjust formatting throughout.
4979
4980 2013-05-30 Tom Tromey <tromey@redhat.com>
4981
4982 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4983 along all return paths.
4984
4985 2013-05-30 Tom Tromey <tromey@redhat.com>
4986
4987 * symfile.c (find_separate_debug_file): Call do_cleanups
4988 along all return paths.
4989
4990 2013-05-30 Tom Tromey <tromey@redhat.com>
4991
4992 * symtab.c (search_symbols): Introduce a null cleanup for
4993 'retval_chain'.
4994
4995 2013-05-30 Tom Tromey <tromey@redhat.com>
4996
4997 * python/py-value.c (valpy_binop): Call do_cleanups before
4998 exiting loop.
4999
5000 2013-05-30 Tom Tromey <tromey@redhat.com>
5001
5002 * python/py-prettyprint.c (print_children): Remove extra
5003 do_cleanups call.
5004
5005 2013-05-30 Tom Tromey <tromey@redhat.com>
5006
5007 * python/py-frame.c (frapy_read_var): Call do_cleanups along
5008 all return paths.
5009
5010 2013-05-30 Tom Tromey <tromey@redhat.com>
5011
5012 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
5013 along all return paths.
5014
5015 2013-05-30 Tom Tromey <tromey@redhat.com>
5016
5017 * cli/cli-logging.c (set_logging_redirect): Unconditionally
5018 call do_cleanups.
5019
5020 2013-05-30 Tom Tromey <tromey@redhat.com>
5021
5022 * varobj.c (c_value_of_root): Call do_cleanups along all
5023 return paths.
5024
5025 2013-05-30 Tom Tromey <tromey@redhat.com>
5026
5027 * tracepoint.c (trace_dump_command): Unconditionally call
5028 do_cleanups.
5029
5030 2013-05-30 Tom Tromey <tromey@redhat.com>
5031
5032 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
5033 do_cleanups earlier.
5034
5035 2013-05-30 Tom Tromey <tromey@redhat.com>
5036
5037 * machoread.c (macho_symfile_read): Assign first cleanup to
5038 'back_to'.
5039
5040 2013-05-30 Tom Tromey <tromey@redhat.com>
5041
5042 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
5043
5044 2013-05-30 Tom Tromey <tromey@redhat.com>
5045
5046 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
5047
5048 2013-05-30 Tom Tromey <tromey@redhat.com>
5049
5050 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
5051 call discard_cleanups.
5052 (inf_ptrace_attach): Likewise.
5053
5054 2013-05-30 Tom Tromey <tromey@redhat.com>
5055
5056 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
5057 return paths.
5058 (mips_initialize): Likewise.
5059 (common_open): Call do_cleanups.
5060
5061 2013-05-30 Tom Tromey <tromey@redhat.com>
5062
5063 * utils.c (internal_vproblem): Call do_cleanups.
5064
5065 2013-05-30 Tom Tromey <tromey@redhat.com>
5066
5067 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
5068
5069 2013-05-30 Tom Tromey <tromey@redhat.com>
5070
5071 * cli/cli-script.c (setup_user_args): Don't return after error.
5072
5073 2013-05-30 Tom Tromey <tromey@redhat.com>
5074
5075 * somread.c (som_symtab_read): Call do_cleanups.
5076
5077 2013-05-30 Tom Tromey <tromey@redhat.com>
5078
5079 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
5080
5081 2013-05-30 Tom Tromey <tromey@redhat.com>
5082
5083 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
5084 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
5085 * interps.c (interpreter_exec_cmd): Call do_cleanups.
5086 * source.c (show_substitute_path_command): Call do_cleanups.
5087 (unset_substitute_path_command, set_substitute_path_command):
5088 Likewise.
5089 * symfile.c (load_command): Call do_cleanups.
5090
5091 2013-05-30 Tom Tromey <tromey@redhat.com>
5092
5093 * contrib/cleanup_check.py: New file.
5094 * contrib/gcc-with-excheck: Add option parsing.
5095
5096 2013-05-30 Joel Brobecker <brobecker@adacore.com>
5097
5098 * windows-nat.c (windows_delete_thread): Add missing space
5099 in cast expression.
5100
5101 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
5102
5103 * inferior.c (top level): Include tilde.h.
5104 (add_inferior_command): Call tilde_expand on the value of 'exec'
5105 argument.
5106
5107 2013-05-30 Pedro Alves <pedro@codesourcery.com>
5108 Yao Qi <yao@codesourcery.com>
5109
5110 * tracepoint.c (encode_actions_1): Remove parameter 't'.
5111 Caller update.
5112 (encode_actions): Likewise.
5113 * remote.c (remote_download_tracepoint): Caller update.
5114 * tracepoint.h (encode_actions): Update declaration.
5115
5116 2013-05-30 Pedro Alves <palves@redhat.com>
5117
5118 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
5119 pointer.
5120
5121 2013-05-30 Yao Qi <yao@codesourcery.com>
5122
5123 * remote.c (remote_check_symbols): Remove unused parameter
5124 'objfile'.
5125 Declaration update.
5126 (remote_start_remote, remote_new_objfile): Caller update.
5127
5128 2013-05-30 Yao Qi <yao@codesourcery.com>
5129
5130 * mi/mi-cmds.c (mi_cmds): Define MI command
5131 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
5132 DEF_MI_CMD_CLI.
5133
5134 2013-05-29 Pedro Alves <palves@redhat.com>
5135
5136 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
5137 (remote_insert_watchpoint, remote_remove_watchpoint)
5138 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
5139 (remote_verify_memory, compare_sections_command)
5140 (remote_search_memory): Set the general process/thread on the
5141 remote side.
5142
5143 2013-05-29 Pedro Alves <palves@redhat.com>
5144
5145 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
5146 (_initialize_aarch64_tdep): Don't call
5147 initialize_tdesc_aarch64_without_fpu.
5148 * features/Makefile (WHICH): Remove reference to
5149 aarch64-without-fpu.
5150 * features/aarch64-without-fpu.c: Delete file.
5151 * regformats/aarch64-without-fpu.dat: Delete file.
5152
5153 2013-05-28 Yao Qi <yao@codesourcery.com>
5154
5155 * tracepoint.c (stringify_collection_list): Remove parameter
5156 'string'.
5157 (encode_actions): Caller update. Remove local variables.
5158
5159 2013-05-24 Yao Qi <yao@codesourcery.com>
5160
5161 * tracepoint.c (TFILE_PID): Remove.
5162 (tfile_open): Don't add thread and inferior.
5163 (tfile_close): Don't set 'inferior_ptid'. Don't call
5164 exit_inferior_silent.
5165 (tfile_thread_alive): Remove.
5166 (init_tfile_ops): Don't set field 'to_thread_alive' of
5167 tfile_ops.
5168
5169 2013-05-23 Doug Evans <dje@google.com>
5170
5171 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5172
5173 2013-05-23 Pedro Alves <palves@redhat.com>
5174
5175 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5176 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5177 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5178 Only define if HAVE_SOCKETS is defined.
5179 * configure.ac: Check for sys/socket.h.
5180 * config.in, configure: Regenerate.
5181
5182 2013-05-23 Pedro Alves <palves@redhat.com>
5183
5184 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5185 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5186 printing uint32_t variables.
5187
5188 2013-05-23 Pedro Alves <palves@redhat.com>
5189
5190 * NEWS: Mention GDBserver range stepping support.
5191
5192 2013-05-23 Yao Qi <yao@codesourcery.com>
5193 Pedro Alves <palves@redhat.com>
5194
5195 * gdbthread.h (struct thread_control_state) <may_range_step>: New
5196 field.
5197 * infcmd.c (step_once, until_next_command): Enable range stepping.
5198 * infrun.c (displaced_step_prepare): Disable range stepping.
5199 (resume): Disable range stepping if stepping over a breakpoint or
5200 we have software watchpoints. If range stepping is enabled,
5201 assert the thread is in the stepping range.
5202 (clear_proceed_status_thread): Clear may_range_step.
5203 (handle_inferior_event): Disable range stepping as soon as we know
5204 the thread that hit the event. Re-enable it whenever we're going
5205 to step with a step range.
5206 * remote.c (struct vCont_action_support) <r>: New field.
5207 (use_range_stepping): New global.
5208 (remote_vcont_probe): Handle 'r' action.
5209 (append_resumption): Append an 'r' action if the thread may range
5210 step.
5211 (show_range_stepping): New function.
5212 (set_range_stepping): New function.
5213 (_initialize_remote): Call add_setshow_boolean_cmd to register the
5214 'set range-stepping' and 'show range-stepping' commands.
5215 * NEWS: Mention range stepping, the new vCont;r action, and the
5216 new "set/show range-stepping" commands.
5217
5218 2013-05-23 Yao Qi <yao@codesourcery.com>
5219 Pedro Alves <palves@redhat.com>
5220
5221 * remote.c (struct vCont_action_support): New struct.
5222 (struct remote_state) <support_vCont_t>: Remove field.
5223 <vCont_actions_support>: New field.
5224 (remote_vcont_probe, remote_stop_ns): Update.
5225
5226 2013-05-23 Yao Qi <yao@codesourcery.com>
5227 Pedro Alves <palves@redhat.com>
5228
5229 * gdbthread.h (pc_in_thread_step_range): New declaration.
5230 * thread.c (pc_in_thread_step_range): New function.
5231 * infrun.c (handle_inferior_event): Use it.
5232
5233 2013-05-23 Joel Brobecker <brobecker@adacore.com>
5234
5235 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5236 of sprintf.
5237
5238 2013-05-22 Keith Seitz <keiths@redhat.com>
5239
5240 * ada-lang.c (is_known_support_routine): Add explicit free of
5241 'func_name' from find_frame_funname.
5242 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5243 for func_name from find_frame_funname.
5244 * python/py-frame.c (frapy_name): Add explicit free of
5245 'name' from find_frame_funname.
5246 * stack.c (find_frame_funname): Add comment explaining that
5247 funcp must be freed by the caller.
5248 Return copy of symbol names instead of pointers.
5249 (print_frame): Add a cleanup for 'funname' from
5250 find_frame_funname.
5251 * stack.h (find_frame_funname): Remove "const" from
5252 'funname' parameter.
5253
5254 2013-05-22 Tom Tromey <tromey@redhat.com>
5255
5256 PR c++/15401:
5257 * c-valprint.c (c_value_print): Use value_addr for
5258 references. Convert back to reference type with value_ref.
5259
5260 2013-05-22 Eli Zaretskii <eliz@gnu.org>
5261
5262 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5263 unloaded DLL, it will be done by handle_solib_event. See
5264 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5265 details.
5266
5267 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
5268
5269 * ui-out.c: Create typedef ui_out_level_p and define vector
5270 operations for that type.
5271 (struct ui_out): Use a vector instead of an array.
5272 (current_level): Return level from a vector.
5273 (push_level): Create a level in a vector.
5274 (pop_level): Delete a level in a vector.
5275 (ui_out_new): Create initial level zero level, and store in a
5276 vector.
5277 (ui_out_destroy): Add vector cleanup.
5278
5279 2013-05-22 Pedro Alves <palves@redhat.com>
5280
5281 * python/python-internal.h (gdb_Py_DECREF): Tag with
5282 "ARI: editCase function".
5283
5284 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5285
5286 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5287
5288 2013-05-21 Pedro Alves <palves@redhat.com>
5289
5290 * python/py-prettyprint.c (apply_val_pretty_printer): Check
5291 whether PRINTER is NULL before installing a Py_DECREF cleanup.
5292 * python/py-utils.c (py_decref): Don't check for NULL before
5293 calling Py_DECREF.
5294
5295 2013-05-21 Pedro Alves <palves@redhat.com>
5296
5297 * python/py-utils.c (py_decref): Remove extra braces.
5298 (gdb_pymodule_addobject): Remove extra braces.
5299 * python-internal.h (gdb_Py_DECREF): New static inline function.
5300 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5301
5302 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5303
5304 * breakpoints.c (detach_breakpoints): Do not
5305 detach breakpoints locations with loc_type bp_loc_other.
5306
5307 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5308
5309 Workaround Python 2.6.
5310 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5311 a block.
5312
5313 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5314
5315 Code cleanup: constification.
5316 * solib.c (solib_ops): Make return type and ops variable type const.
5317 (set_solib_ops): Make the new_ops parameter and ops variable const.
5318 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5319 (solib_add, solib_keep_data_in_core, clear_solib)
5320 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5321 (reload_shared_libraries, solib_global_lookup): Make the ops variable
5322 const.
5323 * solib.h (set_solib_ops): Make the new_ops parameter const.
5324
5325 2013-05-21 Joel Brobecker <brobecker@adacore.com>
5326
5327 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5328 variable.
5329 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5330 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5331 (SYSTEM_GDBINIT_FILES): New variables.
5332 (all): Add stamp-system-gdbinit.
5333 (stamp-system-gdbinit): New rule.
5334 (clean-system-gdbinit, install-system-gdbinit)
5335 (uninstall-system-gdbinit): New rules. Make them .PHONY.
5336 (install-only): Add dependency on install-system-gdbinit.
5337 (uninstall): Add dependency on uninstall-system-gdbinit.
5338 (clean): Add dependency on clean-system-gdbinit.
5339 * system-gdbinit/elinos.py: New file.
5340 * system-gdbinit/wrs-linux.py: New file.
5341
5342 2013-05-21 Joel Brobecker <brobecker@adacore.com>
5343
5344 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5345
5346 2013-05-21 Hui Zhu <hui@codesourcery.com>
5347
5348 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5349 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5350 * mi/mi-cmd-break.c (ctype.h): New include.
5351 (gdb_obstack.h): New include.
5352 (mi_argv_to_format, mi_cmd_break_insert_1): New.
5353 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5354 (mi_cmd_dprintf_insert): New.
5355 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5356 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5357
5358 2013-05-20 Tom Tromey <tromey@redhat.com>
5359
5360 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5361
5362 2013-05-20 Tom Tromey <tromey@redhat.com>
5363
5364 * python/py-value.c (valpy_get_dynamic_type): Simplify
5365 dynamic_type assignment. Use Py_XINCREF.
5366
5367 2013-05-20 Tom Tromey <tromey@redhat.com>
5368
5369 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5370
5371 2013-05-20 Tom Tromey <tromey@redhat.com>
5372
5373 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5374 (gdbpy_selected_frame): Move object-construction code
5375 out of TRY_CATCH.
5376
5377 2013-05-20 Tom Tromey <tromey@redhat.com>
5378
5379 * python/py-arch.c (gdbpy_initialize_arch): Use
5380 gdb_pymodule_addobject.
5381 * python/py-block.c (gdbpy_initialize_blocks): Use
5382 gdb_pymodule_addobject.
5383 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5384 gdb_pymodule_addobject.
5385 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
5386 gdb_pymodule_addobject.
5387 * python/py-event.c (gdbpy_initialize_event_generic): Use
5388 gdb_pymodule_addobject.
5389 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
5390 gdb_pymodule_addobject.
5391 * python/py-evts.c (add_new_registry): Use
5392 gdb_pymodule_addobject.
5393 (gdbpy_initialize_py_events): Likewise.
5394 * python/py-finishbreakpoint.c
5395 (gdbpy_initialize_finishbreakpoints): Use
5396 gdb_pymodule_addobject.
5397 * python/py-frame.c (gdbpy_initialize_frames): Use
5398 gdb_pymodule_addobject.
5399 * python/py-function.c (gdbpy_initialize_functions): Use
5400 gdb_pymodule_addobject.
5401 * python/py-inferior.c (gdbpy_initialize_inferior): Use
5402 gdb_pymodule_addobject.
5403 * python/py-infthread.c (gdbpy_initialize_thread): Use
5404 gdb_pymodule_addobject.
5405 * python/py-objfile.c (gdbpy_initialize_objfile): Use
5406 gdb_pymodule_addobject.
5407 * python/py-param.c (gdbpy_initialize_parameters): Use
5408 gdb_pymodule_addobject.
5409 * python/py-progspace.c (gdbpy_initialize_pspace): Use
5410 gdb_pymodule_addobject.
5411 * python/py-symbol.c (gdbpy_initialize_symbols): Use
5412 gdb_pymodule_addobject.
5413 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5414 gdb_pymodule_addobject.
5415 * python/py-type.c (gdbpy_initialize_types): Use
5416 gdb_pymodule_addobject.
5417 * python/py-utils.c (gdb_pymodule_addobject): New function.
5418 * python/py-value.c (gdbpy_initialize_values): Use
5419 gdb_pymodule_addobject.
5420 * python/python-internal.h (gdb_pymodule_addobject): Declare.
5421 * python/python.c (_initialize_python): Use
5422 gdb_pymodule_addobject.
5423
5424 2013-05-20 Tom Tromey <tromey@redhat.com>
5425
5426 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5427 * python/py-param.c (get_set_value, get_show_value): Use
5428 explicit decrefs.
5429 * python/python.c (start_type_printers, apply_type_printers):
5430 Use explicit decrefs.
5431
5432 2013-05-20 Tom Tromey <tromey@redhat.com>
5433
5434 * python/py-evts.c (gdbpy_initialize_py_events): Don't
5435 incref the module.
5436
5437 2013-05-20 Tom Tromey <tromey@redhat.com>
5438
5439 * python/python.c (gdbpy_run_events): Decref the result
5440 of PyObject_CallObject.
5441
5442 2013-05-20 Tom Tromey <tromey@redhat.com>
5443
5444 * python/py-symtab.c (set_sal): Use
5445 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
5446 (symtab_and_line_to_sal_object): Update.
5447
5448 2013-05-20 Tom Tromey <tromey@redhat.com>
5449
5450 * python/py-param.c (compute_enum_values): Decref 'item'.
5451
5452 2013-05-20 Tom Tromey <tromey@redhat.com>
5453
5454 * mi/mi-main.c: Include python-internal.h.
5455 (mi_cmd_list_features): Check gdb_python_initialized.
5456 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5457 (python_inferior_exit, python_new_objfile, add_thread_object)
5458 (delete_thread_object, py_free_inferior): Check
5459 gdb_python_initialized.
5460 * python/py-prettyprint.c (apply_val_pretty_printer): Check
5461 gdb_python_initialized.
5462 * python/py-type.c (save_objfile_types): Check
5463 gdb_python_initialized.
5464 * python/python-internal.h (gdb_python_initialized): Declare.
5465 * python/python.c (ensure_python_env): Throw exception if
5466 Python not initialized.
5467 (before_prompt_hook, source_python_script_for_objfile)
5468 (start_type_printers, apply_type_printers,
5469 free_type_printers): Check gdb_python_initialized.
5470 * varobj.c (varobj_get_display_hint)
5471 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5472 (install_new_value_visualizer, varobj_set_visualizer)
5473 (value_get_print_value): Check gdb_python_initialized.
5474
5475 2013-05-20 Tom Tromey <tromey@redhat.com>
5476
5477 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5478 Check errors.
5479 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5480 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5481 Check errors.
5482 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5483 Check errors.
5484 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5485 Check errors.
5486 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5487 Check errors.
5488 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5489 init function to return 'int'.
5490 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5491 Return 'int'. Check errors.
5492 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5493 Check errors.
5494 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5495 Return 'int'. Check errors.
5496 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5497 Check errors.
5498 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5499 Check errors.
5500 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5501 Check errors.
5502 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5503 Check errors.
5504 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5505 Check errors.
5506 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5507 Check errors.
5508 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5509 Check errors.
5510 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5511 Check errors.
5512 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5513 Check errors.
5514 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5515 Check errors.
5516 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5517 Check errors.
5518 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5519 Check errors.
5520 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5521 Check errors.
5522 * python/python-internal.h (gdbpy_initialize_auto_load,
5523 gdbpy_initialize_values, gdbpy_initialize_frames,
5524 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5525 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5526 gdbpy_initialize_blocks, gdbpy_initialize_types,
5527 gdbpy_initialize_functions, gdbpy_initialize_pspace,
5528 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5529 gdbpy_initialize_finishbreakpoints,
5530 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5531 gdbpy_initialize_thread, gdbpy_initialize_inferior,
5532 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5533 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5534 gdbpy_initialize_signal_event,
5535 gdbpy_initialize_breakpoint_event,
5536 gdbpy_initialize_continue_event,
5537 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5538 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5539 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5540 * python/python.c (gdb_python_initialized): New global.
5541 (gdbpy_initialize_events): Return 'int'. Check errors.
5542 (_initialize_python): Check errors. Set
5543 gdb_python_initialized.
5544
5545 2013-05-20 Tom Tromey <tromey@redhat.com>
5546
5547 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5548 Decref the reslut of PyObject_CallMethod.
5549
5550 2013-05-20 Tom Tromey <tromey@redhat.com>
5551
5552 * python/py-event.c (gdbpy_initialize_event_generic): Return
5553 early if PyType_Ready fails.
5554
5555 2013-05-20 Tom Tromey <tromey@redhat.com>
5556
5557 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5558 as 'default' in the switch.
5559
5560 2013-05-20 Tom Tromey <tromey@redhat.com>
5561
5562 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
5563 get_addr_from_python calls out of TRY_CATCH.
5564 (infpy_write_memory, infpy_search_memory): Likewise.
5565 * python/py-utils.c (get_addr_from_python): Return negative
5566 value on error. Use TRY_CATCH.
5567 * python/python-internal.h (get_addr_from_python): Use
5568 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5569
5570 2013-05-20 Tom Tromey <tromey@redhat.com>
5571
5572 * python/py-event.c (evpy_emit_event): Decref the
5573 result of PyObject_CallFunctionObjArgs.
5574
5575 2013-05-20 Tom Tromey <tromey@redhat.com>
5576
5577 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5578 Correctly decref.
5579
5580 2013-05-20 Tom Tromey <tromey@redhat.com>
5581
5582 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5583
5584 2013-05-20 Tom Tromey <tromey@redhat.com>
5585
5586 * python/py-event.h (gdbpy_initialize_event_generic): Use
5587 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5588 * python/py-evts.c (add_new_registry): Use
5589 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5590 * python/python-internal.h
5591 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5592
5593 2013-05-20 Tom Tromey <tromey@redhat.com>
5594
5595 * python/py-arch.c (archpy_disassemble): Update.
5596 * python/py-type.c (typy_get_composite, typy_lookup_typename)
5597 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5598 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5599 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5600 macro.
5601 (GDB_PY_HANDLE_EXCEPTION): Update.
5602 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
5603
5604 2013-05-20 Tom Tromey <tromey@redhat.com>
5605
5606 * python/python-internal.h (events_object_type): Remove.
5607
5608 2013-05-20 Tom Tromey <tromey@redhat.com>
5609
5610 * python/py-event.h (evpy_emit_event): Use
5611 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5612 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5613 New macro.
5614
5615 2013-05-20 Tom Tromey <tromey@redhat.com>
5616
5617 * py-evtregistry.c (create_event_object): Decref
5618 eventregistry_object if PyList_New fails.
5619
5620 2013-05-20 Tom Tromey <tromey@redhat.com>
5621
5622 * py-cmd.c (gdbpy_string_to_argv): Check result of
5623 PyList_New.
5624
5625 2013-05-20 Tom Tromey <tromey@redhat.com>
5626
5627 * python/python.c (before_prompt_hook): Add cleanup to
5628 decref 'hook'.
5629
5630 2013-05-20 Tom Tromey <tromey@redhat.com>
5631
5632 * python/py-function.c (fnpy_init): Decref result of
5633 PyObject_GetAttrString.
5634
5635 2013-05-20 Tom Tromey <tromey@redhat.com>
5636
5637 * python/py-threadevent.c (get_event_thread): Use
5638 CPYCHECKER_RETURNS_BORROWED_REF.
5639 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5640 New define.
5641 (pspace_to_pspace_object, objfile_to_objfile_object)
5642 (find_thread_object): Use it.
5643
5644 2013-05-20 Tom Tromey <tromey@redhat.com>
5645
5646 * python/py-arch.c (arch_object_type): Use
5647 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5648 * python/py-block.c (block_syms_iterator_object_type):
5649 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5650 * python/py-bpevent.c (breakpoint_event_object_type):
5651 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5652 * python/py-cmd.c (cmdpy_object_type): Use
5653 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5654 * python/py-continueevent.c (continue_event_object_type):
5655 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5656 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5657 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5658 * python/py-events.h (thread_event_object_type):
5659 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5660 * python/py-evtregistry.c (eventregistry_object_type): Use
5661 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5662 * python/py-exitedevent.c (exited_event_object_type):
5663 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5664 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5665 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5666 * python/py-function.c (fnpy_object_type): Use
5667 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5668 * python/py-inferior.c (inferior_object_type, membuf_object_type):
5669 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5670 * python/py-infthread.c (thread_object_type): Use
5671 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5672 * python/py-lazy-string.c (lazy_string_object_type):
5673 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5674 * python/py-newobjfileevent.c (new_objfile_event_object_type):
5675 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5676 * python/py-objfile.c (objfile_object_type): Use
5677 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5678 * python/py-param.c (parmpy_object_type):
5679 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5680 * python/py-progspace.c (pspace_object_type):
5681 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5682 * python/py-signalevent.c (signal_event_object_type):
5683 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5684 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5685 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5686 * python/py-type.c (type_object_type, field_object_type)
5687 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5688 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5689 define.
5690 (value_object_type, block_object_type, symbol_object_type)
5691 (event_object_type, stop_event_object_type, breakpoint_object_type)
5692 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5693
5694 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
5695
5696 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5697 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5698
5699 2013-05-20 Doug Evans <dje@google.com>
5700
5701 When reading CU, stay in DWO. Be more tolerent of bad debug info.
5702 For Fission.
5703 * dwarf2read.c (struct dwarf2_per_cu_data): New member
5704 reading_dwo_directly.
5705 (struct signatured_type): New member dwo_unit.
5706 (struct die_reader_specs): New member comp_dir.
5707 (create_signatured_type_table_from_index): Use malloc for
5708 all_type_units instead of objfile's obstack.
5709 (create_all_type_units): Ditto.
5710 (fill_in_sig_entry_from_dwo_entry): New function.
5711 (add_type_unit): New function.
5712 (lookup_dwo_signatured_type): New function.
5713 (lookup_dwp_signatured_type): New function.
5714 (lookup_signatured_type): New arg cu. All callers updated.
5715 (init_cu_die_reader): Initialize comp_dir.
5716 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
5717 Change assert of matching type signatures to call error on mismatch.
5718 (lookup_dwo_unit): Add assert.
5719 (init_tu_and_read_dwo_dies): New function.
5720 (init_cutu_and_read_dies): Call it.
5721 (build_type_unit_groups): Handle case of no type unit groups created.
5722 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5723 (lookup_dwo_cutu): Tweak complaint.
5724 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5725 (dwarf2_per_objfile_free): Free all_type_units.
5726
5727 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5728
5729 * windows-nat.c (handle_unload_dll): Add missing empty line.
5730
5731 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5732
5733 * dwarf2read.c (prototyped_function_p): New function.
5734 (read_subroutine_type): Use it.
5735
5736 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5737
5738 * rs6000-aix-tdep.c: De-indent some example code provided
5739 as a comment.
5740
5741 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
5742
5743 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5744 region is ok for a hardware watchpoint using the new ptrace interface
5745 on Power servers.
5746
5747 2013-05-17 Doug Evans <dje@google.com>
5748
5749 * NEWS: Mention new maintenance commands check-symtabs, and
5750 expand-symtabs, and renamed check-psymtabs.
5751 * psymtab.c (maintenance_check_psymtabs): Renamed from
5752 maintenance_check_symtabs. Only process already-expanded symbol
5753 tables.
5754 (_initialize_psymtab): Update.
5755 * symmisc.c (maintenance_check_symtabs): New function.
5756 (maintenance_expand_name_matcher): New function
5757 (maintenance_expand_file_matcher): New function
5758 (maintenance_expand_symtabs): New function.
5759 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5760 commands.
5761
5762 2013-05-17 Tom Tromey <tromey@redhat.com>
5763
5764 * python/py-inferior.c (infpy_read_memory): Don't call
5765 PyErr_SetString if PyObject_New fails.
5766 * python/py-frame.c (frame_info_to_frame_object): Don't call
5767 PyErr_SetString if PyObject_New fails.
5768
5769 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
5770
5771 * acinclude.m4: Add check for dlopen in libdl.
5772 * configure.ac: Ditto.
5773 * configure: Regenerate.
5774
5775 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
5776
5777 * frame.c (frame_stash): Convert to htab.
5778 (frame_addr_hash): New function.
5779 (frame_addr_hash_eq): New function.
5780 (frame_stash_create): Convert function to create
5781 a hash table.
5782 (frame_stash_add): Convert function to add an entry to a hash
5783 table.
5784 (frame_stash_find): Convert function to search the hash table.
5785 (frame_stash_invalidate): Convert function to empty the hash
5786 table.
5787 (get_frame_id): Only add to stash if a frame_id is created.
5788 (_initialize_frame): Call frame_stash_create.
5789
5790 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
5791
5792 * configure.ac: Ensure MIG is available when building for GNU Hurd
5793 hosts.
5794 * configure: Regenerate.
5795
5796 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5797
5798 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5799
5800 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5801
5802 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5803 all cleanups are done before returning from this function.
5804
5805 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5806
5807 * utils.h: #include "exceptions.h".
5808 (enum errors): Remove partial declaration.
5809
5810 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5811
5812 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5813 * gdbarch.h, gdbarch.c: Regenerate.
5814 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5815 handling.
5816
5817 * rs6000-aix-tdep.h: New file.
5818 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5819 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5820 "xml-utils.h".
5821 (struct field_info, struct ld_info_desc): New types.
5822 (ld_info32_desc, ld_info64_desc): New static constants.
5823 (struct ld_info): New type.
5824 (rs6000_aix_extract_ld_info): New function.
5825 (rs6000_aix_shared_library_to_xml): Likewise.
5826 (rs6000_aix_ld_info_to_xml): Likewise.
5827 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5828 (rs6000_aix_init_osabi): Add call to
5829 set_gdbarch_core_xfer_shared_libraries_aix.
5830 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5831 Remove "xml-utils.h" include.
5832 (LdInfo): Delete typedef.
5833 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5834 Delete macros.
5835 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5836 Adjust code accordingly.
5837 (rs6000_core_ldinfo): Delete, folded into
5838 rs6000_aix_core_xfer_shared_libraries_aix.
5839 (rs6000_xfer_shared_library): Delete.
5840 (rs6000_xfer_shared_libraries): Reimplement.
5841
5842 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
5843
5844 * record.c (record_goto_cmdlist): New.
5845 (cmd_record_goto): Split into this ...
5846 (cmd_record_goto_begin): ... this
5847 (cmd_record_goto_end): ... and this.
5848 (_initialize_record): Change "record goto" to prefix command.
5849 Add commands for "record goto begin" and "record goto end".
5850 Add an alias for "record goto start" to "record goto begin".
5851
5852 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5853
5854 * linespec.c (convert_linespec_to_sals): New comment for
5855 SOURCE_FILENAME assignment.
5856
5857 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5858
5859 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5860 internal_warning.
5861
5862 2013-05-14 Tom Tromey <tromey@redhat.com>
5863
5864 * eval.c (parse_and_eval_long): Make 'exp' const.
5865 * value.h (parse_and_eval_long): Update.
5866
5867 2013-05-14 Tom Tromey <tromey@redhat.com>
5868
5869 * ui-file.c (gdb_fopen): Make arguments const.
5870 * ui-file.h (gdb_fopen): Make arguments const.
5871
5872 2013-05-14 Tom Tromey <tromey@redhat.com>
5873
5874 * remote.c (remote_set_trace_notes): Make arguments const.
5875 * target.c (update_current_target): Update cast.
5876 * target.h (to_set_trace_notes): Make arguments const.
5877
5878 2013-05-14 Tom Tromey <tromey@redhat.com>
5879
5880 * go32-nat.c (go32_terminal_info): Make 'args' const.
5881 * inferior.h (child_terminal_info): Update.
5882 * inflow.c (child_terminal_info): Make 'args' const.
5883 * target.c (default_terminal_info): Make 'args' const.
5884 (debug_to_terminal_save_ours): Likewise.
5885 * target.h (struct target_ops) <to_terminal_info>: Make argument
5886 const.
5887
5888 2013-05-13 Tom Tromey <tromey@redhat.com>
5889
5890 * gcore.c (create_gcore_bfd): Make 'filename' const.
5891 * gcore.h (create_gcore_bfd): Make 'filename' const.
5892 * record-full.c (record_full_save): Make 'recfilename' const.
5893 * target.c (target_save_record): Make 'filename' const.
5894 * target.h (struct target_ops) <to_save_record>: Make 'filename'
5895 const.
5896 (target_save_record): Likewise.
5897
5898 2013-05-13 Tom Tromey <tromey@redhat.com>
5899
5900 PR gdb/15338:
5901 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5902 ranges section has been read.
5903
5904 2013-05-13 Tom Tromey <tromey@redhat.com>
5905
5906 PR exp/15364:
5907 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5908 STRUCTOP_PTR>: Return a not_lval value for
5909 EVAL_AVOID_SIDE_EFFECTS.
5910 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5911 for EVAL_AVOID_SIDE_EFFECTS.
5912
5913 2013-05-13 Joel Brobecker <brobecker@adacore.com>
5914
5915 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5916 floating point registers to register type before storing
5917 value.
5918 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5919 Likewise.
5920
5921 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5922 Tom Tromey <tromey@redhat.com>
5923
5924 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5925 New functions.
5926 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5927 Declare.
5928 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5929 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5930 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5931 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5932
5933 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
5934 Tom Tromey <tromey@redhat.com>
5935
5936 PR build/15414:
5937 * configure: Rebuild.
5938 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5939 with -Wno-format.
5940
5941 2013-05-10 Pedro Alves <palves@redhat.com>
5942
5943 * remote.c (_initialize_remote): Fix spelling of
5944 qXfer:traceframe-info:read packet in packet config command.
5945
5946 2013-05-10 David Taylor <dtaylor@emc.com>
5947
5948 PR remote/15455
5949
5950 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5951 "QTro" at start of packet.
5952
5953 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5954
5955 * solib-aix.c (solib_aix_relocate_section_addresses):
5956 For the .bss section action, apply the same offset as
5957 the .data section.
5958
5959 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5960
5961 * solib-aix.c (solib_aix_relocate_section_addresses):
5962 Remove FIXME comment.
5963
5964 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5965
5966 PR tdep/15420:
5967 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5968 New functions, directly copied from sparc-sol-thread.c.
5969 * sparc-sol-thread.c: Delete.
5970 * configure.ac: Remove code handling sparc-solaris-thread.c.
5971 * configure: Regenerate.
5972
5973 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
5974
5975 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5976 filter logic.
5977 (backtrace_command): Add "no-filters" option parsing.
5978 (_initialize_stack): Alter help to reflect "no-filters" option.
5979 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5980 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5981 (py-frame.o): Add target
5982 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5983 filter files.
5984 * python/python.h: Add new frame filter constants, and flag enum.
5985 (apply_frame_filter): Add definition.
5986 * python/python.c (apply_frame_filter): New non-Python
5987 enabled function.
5988 * python/py-utils.c (py_xdecref): New function.
5989 (make_cleanup_py_xdecref): Ditto.
5990 * python/py-objfile.c: Declare frame_filters dictionary.
5991 (objfpy_dealloc): Add frame_filters dealloc.
5992 (objfpy_new): Initialize frame_filters attribute.
5993 (objfile_to_objfile_object): Ditto.
5994 (objfpy_get_frame_filters): New function.
5995 (objfpy_set_frame_filters): New function.
5996 * python/py-progspace.c: Declare frame_filters dictionary.
5997 (pspy_dealloc): Add frame_filters dealloc.
5998 (pspy_new): Initialize frame_filters attribute.
5999 (pspacee_to_pspace_object): Ditto.
6000 (pspy_get_frame_filters): New function.
6001 (pspy_set_frame_filters): New function.
6002 * python/py-framefilter.c: New file.
6003 * python/lib/gdb/command/frame_filters.py: New file.
6004 * python/lib/gdb/frames.py: New file.
6005 * python/lib/gdb/__init__.py: Initialize global frame_filters
6006 dictionary
6007 * python/lib/gdb/FrameDecorator.py: New file.
6008 * python/lib/gdb/FrameIterator.py: New file.
6009 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
6010 * mi/mi-cmds.h: Declare.
6011 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
6012 --no-frame-filter logic, and Python frame filter logic.
6013 (stack_enable_frame_filters): New function.
6014 (parse_no_frame_option): Ditto.
6015 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
6016 filter logic.
6017 (mi_cmd_stack_list_locals): Ditto.
6018 (mi_cmd_stack_list_args): Ditto.
6019 (mi_cmd_stack_list_variables): Ditto.
6020 * NEWS: Add frame filter note.
6021
6022 2013-05-09 Doug Evans <dje@google.com>
6023
6024 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
6025 All callers updated.
6026 (syms_from_objfile): Ditto. Make static.
6027 (symbol_file_add_with_addrs): Renamed from
6028 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
6029 num_offsets. All callers updated.
6030 * symfile.h (syms_from_objfile): Delete.
6031
6032 * symfile.c (decrement_reading_symtab): Add assert.
6033 (increment_reading_symtab): Ditto.
6034
6035 2013-05-09 Joel Brobecker <brobecker@adacore.com>
6036
6037 * source.c (forward_search_command): Replace call to getc
6038 by call to fgetc.
6039 (reverse_search_command): Likewise.
6040
6041 2013-05-08 Doug Evans <dje@google.com>
6042
6043 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
6044 matching test.
6045
6046 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6047
6048 * sol-thread.c (info_cb): Factorize the code a little.
6049
6050 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6051
6052 * sol-thread.c (info_cb): Rework the output of the "maintenance
6053 info sol-threads" command a bit.
6054
6055 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6056
6057 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
6058 Replace ti.ti_startfunc by ti.ti_pc.
6059
6060 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6061
6062 * solib-aix.c (solib_aix_free_library_list): New function
6063 for the case where HAVE_LIBEXPAT is not defined.
6064
6065 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6066
6067 PR breakpoints/15413:
6068 * breakpoint.c (condition_completer): Simplify the code to
6069 disconsider multiple locations of breakpoints when completing the
6070 "condition" command.
6071
6072 2013-05-07 Pierre Muller <muller@sourceware.org>
6073
6074 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
6075 instead of <sys/wait.h>.
6076
6077 2013-05-07 Pierre Muller <muller@sourceware.org>
6078
6079 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
6080 trailing new line from warning message.
6081
6082 2013-05-07 Pierre Muller <muller@sourceware.org>
6083
6084 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
6085 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
6086
6087 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6088
6089 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
6090 error message (ARI fix).
6091
6092 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6093
6094 * features/library-list-aix.dtd: Replace library-list by
6095 library-list-aix.
6096 * rs6000-nat.c: Replace library-list by library-list-aix
6097 throughout.
6098 * solib-aix.c: Likewise.
6099
6100 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6101
6102 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
6103 Renames TARGET_OBJECT_AIX_LIBRARIES.
6104 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
6105 TARGET_OBJECT_LIBRARIES_AIX throughout.
6106 * solib-aix.c: Likwise.
6107
6108 2013-05-07 Yao Qi <yao@codesourcery.com>
6109
6110 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
6111 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
6112
6113 2013-05-07 Yao Qi <yao@codesourcery.com>
6114
6115 * solib-dsbt.c (enable_break): Declare.
6116 (dsbt_current_sos): Remove call to enable_break2.
6117 (enable_break2): Rename to enable_break. Set solib breakpoint
6118 on '_dl_debug_state'.
6119 (enable_break): Remove.
6120
6121 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
6122
6123 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
6124 debug state prior to replicating existing hardware watchpoints or
6125 breakpoints.
6126
6127 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6128
6129 * gcore.c (gcore_create_callback): Ignore sections with
6130 separate_debug_objfile_backlink != NULL.
6131
6132 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
6133 Andrew Jenner <andrew@codesourcery.com>
6134 Chung-Lin Tang <cltang@codesourcery.com>
6135 Julian Brown <julian@codesourcery.com>
6136
6137 Based on the nios2-elf port from Altera Corporation.
6138
6139 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
6140 nios2-linux-tdep.o.
6141 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
6142 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
6143 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
6144 * nios2-tdep.h: New.
6145 * nios2-tdep.c: New.
6146 * nios2-linux-tdep.c: New.
6147 * features/Makefile (WHICH): Add nios2-linux.
6148 (nios2-linux-expedite): Set.
6149 * features/nios2-cpu.xml: New.
6150 * features/nios2.xml: New.
6151 * features/nios2-linux.xml: New.
6152 * features/nios2.c: New (autogenerated).
6153 * features/nios2-linux.c: New (autogenerated).
6154 * regformats/nios2-linux.dat: New (autogenerated).
6155 * NEWS (Changes since GDB 7.6): Add new Nios II targets
6156 and commands.
6157
6158 2013-05-06 Doug Evans <dje@google.com>
6159
6160 * symfile.c: Whitespace cleanup.
6161
6162 * solist.h (struct target_so_ops): New member clear_so.
6163 * solib-svr4.c (svr4_clear_so): New function.
6164 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
6165 * solib.c (clear_so): Renamed from free_so_symbols.
6166 All callers updated. Call target clear_so if it exists.
6167
6168 2013-05-06 Tom Tromey <tromey@redhat.com>
6169
6170 * ada-lang.c (ada_value_primitive_packed_val): Don't
6171 call value_incref.
6172 * value.c (set_value_parent): Incref the new parent and decref
6173 the old parent.
6174 (value_copy, value_primitive_field): Use set_value_parent.
6175
6176 2013-05-06 Tom Tromey <tromey@redhat.com>
6177
6178 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6179 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6180 if needed.
6181 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6182 * dwarf2read.c (write_constant_as_bytes)
6183 (dwarf2_fetch_constant_bytes): New functions.
6184
6185 2013-05-06 Tom Tromey <tromey@redhat.com>
6186
6187 * dwarf2read.c (dwarf2_const_value_data): Remove unused
6188 parameters.
6189 (dwarf2_const_value_attr): Update.
6190
6191 2013-05-06 Tom Tromey <tromey@redhat.com>
6192
6193 * somread.c (som_symfile_offsets): Add 'const' to addrs.
6194 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6195 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6196 Remove declaration.
6197
6198 2013-05-06 Tom Tromey <tromey@redhat.com>
6199
6200 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6201 objfile's obstack.
6202
6203 2013-05-06 Doug Evans <dje@google.com>
6204
6205 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6206 * stabsread.h (process_one_symbol): Update declaration.
6207 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6208 * elfread.c (elf_symfile_relocate_probe): Ditto.
6209 * psymtab.c (relocate_psymtabs): Ditto.
6210 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6211 (objfile_relocate): Ditto.
6212 * objfiles.h (objfile_relocate): Update declaration.
6213 * symfile.c (relative_addr_info_to_section_offsets): Constify
6214 addrs parameter.
6215 (default_symfile_offsets): Ditto.
6216 (syms_from_objfile_1): Constify offsets parameter.
6217 (syms_from_objfile): Ditto.
6218 (symbol_file_add_with_addrs_or_offsets): Ditto.
6219 (symfile_map_offsets_to_segments): Constify data parameter.
6220 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6221 delta parameters of member relocate.
6222 (struct sym_probe_fns): Constify new_offsets,
6223 delta parameters of member sym_relocate_probe.
6224 (struct sym_fns): Constify section_addr_info parameter of member
6225 sym_offsets.
6226 (relative_addr_info_to_section_offsets): Update declaration.
6227 (default_symfile_offsets): Ditto.
6228 (syms_from_objfile): Ditto.
6229 (symfile_map_offsets_to_segments): Ditto.
6230
6231 * symfile.c (syms_from_objfile_1): Use correct section count when
6232 objfile->sf == NULL.
6233
6234 2013-05-06 Mike Frysinger <vapier@gentoo.org>
6235
6236 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6237
6238 2013-05-06 Doug Evans <dje@google.com>
6239
6240 * psympriv.h (struct partial_symtab): Augment comment for member
6241 section_offsets.
6242
6243 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6244
6245 Reimplement shared library support on ppc-aix...
6246 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6247 * features/library-list-aix.dtd: New file.
6248 * solib-aix.h, solib-aix.c: New file.
6249 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6250 (rs6000_find_toc_address_hook): Delete.
6251 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6252 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6253 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
6254 "xml-utils.h".
6255 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6256 (vmap_symtab, fixup_breakpoints): Delete.
6257 (rs6000_xfer_shared_libraries): New function.
6258 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6259 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6260 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6261 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6262 (rs6000_xfer_shared_library): New function.
6263 (find_toc_address): Delete.
6264 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6265 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6266 * xcoffread.c (record_minimal_symbol): Reloate symbol address
6267 before creating minimal symbol. Adjust function description
6268 accordingly.
6269 (scan_xcoff_symtab): Replace call to
6270 prim_record_minimal_symbol_and_info by call to
6271 record_minimal_symbol.
6272 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6273 around default_symfile_offsets.
6274 * configure.tgt: Add solib-aix.o to gdb_target_obs for
6275 powerpc-aix targets.
6276 * config/rs6000/nm-rs6000.h: Delete.
6277 * config/powerpc/aix.mh (NAT_FILE): Delete.
6278 (NATDEPFILES): Remove xcoffsolib.o.
6279 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6280 (ALL_TARGET_OBS): Add solib-aix.o.
6281 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6282 config/rs6000/nm-rs6000.h. Add solib-aix.h.
6283 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
6284 * xcoffsolib.h, xcoffsolib.c: Delete.
6285
6286 * solib.c (reload_shared_libraries): Remove reference to
6287 SOLIB_CREATE_INFERIOR_HOOK.
6288 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6289 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6290 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6291 comment.
6292 * corelow.c (deprecated_core_resize_section_table): Delete.
6293 * exec.c: Remove include of xcoffsolib.h".
6294 (map_vmap, vmap): Delete.
6295 (exec_close_1): Remove references to vmap.
6296 (exec_file_attach): Remove vmap handling code, and reference
6297 to DEPRECATED_IBM6000_TARGET.
6298 (bfdsec_to_vmap): Delete.
6299 (exec_files_info): Remove block of code handling VMAP.
6300 * infcmd.c (post_create_inferior): Remove reference to
6301 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6302 * infrun.c (follow_exec): Remove reference to
6303 SOLIB_CREATE_INFERIOR_HOOK.
6304 * stack.c (print_frame): Remove reference to PC_SOLIB.
6305 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6306 (dsbt_relocate_main_executable): Likewise.
6307 * solib-frv.c (frv_current_sos): Likewise.
6308
6309 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6310
6311 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6312 to target_write_memory and target_read_memory.
6313
6314 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6315
6316 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6317 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6318
6319 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6320
6321 * darwin-nat.c: Replace all "%x" instances in format strings
6322 into "0x%x" throughout.
6323
6324 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6325
6326 * darwin-nat.c (darwin_mourn_inferior): Replace call to
6327 gdb_assert by call to MACH_CHECK_ERROR.
6328 (darwin_attach_pid): Raise an error rather than a failed
6329 assertion when various system calls failed. Report a warning
6330 instead of raising a failed assertion when PREV_NOT is not NULL
6331 after call to mach_port_request_notification.
6332 (darwin_ptrace_me): Raise an error rather than a failed
6333 assertion when read returns nonzero.
6334
6335 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6336
6337 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6338
6339 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6340
6341 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6342
6343 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6344
6345 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6346 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6347 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
6348 a stale cleanup. Fix double free of NAME.
6349
6350 2013-05-04 Eli Zaretskii <eliz@gnu.org>
6351
6352 * windows-nat.c (windows_delete_thread): Accept an additional
6353 argument, the thread's exit code, and announce thread death when
6354 print_thread_events is non-zero and we are deleting a thread that
6355 is not the main thread.
6356 (get_windows_debug_event): Pass thread exit code to
6357 windows_delete_thread.
6358
6359 2013-05-03 Kevin Buettner <kevinb@redhat.com>
6360
6361 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6362 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6363 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6364 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6365 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6366 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6367 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6368 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6369 (gdbarch_tdep): New struct.
6370 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6371 E_NUM_REGS.
6372 (v850e3v5_register_name): New function.
6373 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6374 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
6375 code handling the struct return conventions for the RH850 ABI.
6376 Update all callers.
6377 (v850_eight_byte_align_p): New function.
6378 (v850_push_call_dummy): Push structs by value, not by reference
6379 for the RH850 ABI. Add support for eight byte alignment.
6380 (v850_dbtrap_breakpoint_from_pc): New function.
6381 (v850_gdbarch_init): Add ABI detection code. Register
6382 v850e3v5_register_name for the v850e3v5 architecture. Set the
6383 number of registers for v850e3v5. Register
6384 v850_dbtrap_breakpoint_from_pc as appropriate.
6385 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
6386
6387 2013-05-03 Doug Evans <dje@google.com>
6388
6389 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
6390 of bfd_count_sections.
6391 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
6392 * symfile.c (default_symfile_offsets): Ditto.
6393 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
6394 one entry, not bfd_count_sections entries.
6395
6396 2013-05-03 Kevin Buettner <kevinb@redhat.com>
6397
6398 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6399 `save' and `restore' register groups. Don't include SPL
6400 or SPH in these groups.
6401 (rl78_dwarf_reg_to_regnum): Adjust mapping for
6402 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
6403 RL78_ES_REGNUM, and RL78_CS_REGNUM.
6404 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
6405 dwarf2_append_unwinders().
6406
6407 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6408
6409 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6410 ignore SIGINT and SIGTRAP in case these internal signals are
6411 caught explicitely.
6412
6413 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6414
6415 * darwin-nat.c (darwin_read_write_inferior): Change types
6416 of parameters rdaddr and wraddr to "gdb_byte *". Change type
6417 of copy_count to "mach_msg_type_number_t".
6418 (darwin_read_dyld_info): Change type of parameter
6419 rdaddr to "gdb_byte *".
6420
6421 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6422
6423 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6424 of &info->load_map from "char *" to "gdb_byte *".
6425
6426 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6427
6428 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6429 from "char *" to "gdb_byte *".
6430 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6431
6432 2013-04-30 Doug Evans <dje@google.com>
6433
6434 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6435 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6436 DWO stub. If DWO isn't found, just use stub.
6437 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6438
6439 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6440 calling init_cutu_and_read_dies.
6441
6442 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6443
6444 * target-descriptions.c (maint_print_c_tdesc_cmd):
6445 Add case to parse structures as register types and
6446 bitfields.
6447
6448 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
6449
6450 * MAINTAINERS (Write After Approval): Add myself to the list.
6451
6452 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6453
6454 * sol-thread.c (rw_common): Change type of parameter "buf"
6455 to "gdb_byte *".
6456 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6457 rw_common to "gdb_byte *" instead of "char *".
6458
6459 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6460
6461 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6462 of local variable msym to const struct bound_minimal_symbol.
6463 Adjust use accordingly.
6464 [ti.ti_state == TD_THR_SLEEP]: Likewise.
6465
6466 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
6467
6468 * i386gnu-nat.c (CREG_OFFSET): New macro.
6469 (creg_offset): New array.
6470 (CREG_ADDR): Use creg_offset instead of reg_offset.
6471
6472 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6473
6474 * mep-tdep.c (mep_write_pc): Delete.
6475 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6476 Add call to set_gdbarch_pc_regnum.
6477
6478 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6479
6480 * common/filestuff.c: Replace #include <dirent.h> by
6481 #include "gdb_dirent.h".
6482
6483 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6484
6485 * common/filestuff.c: Replace #include <sys/stat.h> by
6486 #include "gdb_stat.h".
6487
6488 2013-04-29 Pierre Muller <muller@sourceware.org>
6489
6490 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6491 editCase function rule.
6492 (get_DW_AT_signature_type): Likewise.
6493
6494 2013-04-29 Joel Brobecker <brobecker@adacore.com>
6495
6496 * m32r-tdep.c (m32r_write_pc): Delete.
6497 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6498 Add call to set_gdbarch_pc_regnum.
6499
6500 2013-04-29 Pierre Muller <muller@sourceware.org>
6501
6502 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6503
6504 2013-04-29 Joel Brobecker <brobecker@adacore.com>
6505
6506 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6507
6508 2013-04-28 Yao Qi <yao@codesourcery.com>
6509
6510 * solib-dsbt.c (fetch_loadmap): Re-indent.
6511 (displacement_from_map, enable_break2): Likewise.
6512 (dsbt_relocate_section_addresses): Likewise.
6513
6514 2013-04-26 Joel Brobecker <brobecker@adacore.com>
6515
6516 GDB 7.6 released.
6517
6518 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
6519
6520 PR corefiles/14983:
6521 * dwarf2read.c (process_full_comp_unit): Always create a static
6522 block.
6523
6524 2013-04-25 Hui Zhu <hui@codesourcery.com>
6525
6526 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6527 to loc->cmd_bytecode.
6528
6529 2013-04-24 Doug Evans <dje@google.com>
6530
6531 * dwarf2read.c (setup_type_unit_groups): Fix comment.
6532
6533 2013-04-22 Keith Seitz <keiths@redhat.com>
6534
6535 * tracepoint.c (trace_save): Call the writer's start method.
6536
6537 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
6538
6539 PR gdb/10462
6540 * cli/cli-decode.c (lookup_command): Show an error if there is no space
6541 before argument.
6542
6543 2013-04-23 Tom Tromey <tromey@redhat.com>
6544
6545 * common/filestuff.c: Check USE_WIN32API before including
6546 sys/socket.h.
6547 (HAVE_F_GETFD): New define.
6548 (mark_cloexec): Check HAVE_F_GETFD.
6549 (gdb_open_cloexec): Change 'mode' to unsigned long.
6550 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6551 (gdb_pipe_cloexec): Check HAVE_PIPE.
6552 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6553 long.
6554
6555 2013-04-23 Hui Zhu <hui@codesourcery.com>
6556
6557 PR gdb/15293
6558 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6559
6560 2013-04-23 Hui Zhu <hui@codesourcery.com>
6561
6562 PR gdb/15165
6563 * breakpoint.c (dprintf_print_recreate): New.
6564 (save_breakpoints): Let it not save dprintf commands.
6565 (initialize_breakpoint_ops): Set dprintf_print_recreate.
6566
6567 2013-04-22 Tom Tromey <tromey@redhat.com>
6568
6569 PR gdb/7912:
6570 * Makefile.in (SFILES): Add filestuff.c
6571 (COMMON_OBS): Add filestuff.o.
6572 (filestuff.o): New target.
6573 * auto-load.c (auto_load_objfile_script_1): Use
6574 gdb_fopen_cloexec.
6575 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6576 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6577 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6578 * common/agent.c (gdb_connect_sync_socket): Use
6579 gdb_socket_cloexec.
6580 * common/filestuff.c: New file.
6581 * common/filestuff.h: New file.
6582 * common/linux-osdata.c (linux_common_core_of_thread)
6583 (command_from_pid, commandline_from_pid, print_source_lines)
6584 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6585 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6586 gdb_fopen_cloexec.
6587 * common/linux-procfs.c (linux_proc_get_int)
6588 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6589 * config.in, configure: Rebuild.
6590 * configure.ac: Don't check for sys/socket.h. Check for
6591 fdwalk, pipe2.
6592 * corelow.c (core_open): Use gdb_open_cloexec.
6593 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6594 * fork-child.c (fork_inferior): Call close_most_fds.
6595 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6596 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6597 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6598 Use gdb_fopen_cloexec.
6599 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6600 gdb_open_cloexec.
6601 (linux_async_pipe): Use gdb_pipe_cloexec.
6602 * remote-fileio.c (remote_fileio_func_open): Use
6603 gdb_open_cloexec.
6604 * remote.c (remote_file_put, remote_file_get): Use
6605 gdb_fopen_cloexec.
6606 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6607 close_most_fds.
6608 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6609 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6610 * solib.c (solib_find): Use gdb_open_cloexec.
6611 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6612 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6613 (tfile_open): Use gdb_open_cloexec.
6614 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6615 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6616 * xml-support.c (xml_fetch_content_from_file): Use
6617 gdb_fopen_cloexec.
6618 * main.c (captured_main): Call notice_open_fds.
6619
6620 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
6621
6622 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6623 'char *' to 'gdb_byte *'.
6624 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6625 'gdb_byte'.
6626
6627 2013-04-22 Yao Qi <yao@codesourcery.com>
6628
6629 * infrun.c: Fix typo in comment.
6630
6631 2013-04-22 Andrew Haley <aph@redhat.com>
6632
6633 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6634 instead of "long".
6635
6636 2013-04-20 Yao Qi <yao@codesourcery.com>
6637
6638 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6639 'char *' to 'gdb_byte *'. Cast the return value of
6640 'bt_ctf_get_char_array' to 'gdb_byte *'.
6641
6642 2013-04-19 Pedro Alves <palves@redhat.com>
6643
6644 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6645 -Wpointer-sign.
6646 * configure: Regenerate.
6647
6648 2013-04-19 Pedro Alves <palves@redhat.com>
6649
6650 * ser-tcp.c (net_read_prim): Cast second argument to recv to
6651 'void *'.
6652
6653 2013-04-19 Pedro Alves <palves@redhat.com>
6654
6655 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6656 Change type of 'myaddr' parameter to gdb_byte pointer.
6657 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
6658 to 'long long' pointer instead of to 'unsigned long long'.
6659 (monitor_write_memory_block, monitor_read_memory_single)
6660 (monitor_read_memory): Change type of 'myaddr' parameter to
6661 gdb_byte pointer.
6662
6663 2013-04-19 Pedro Alves <palves@redhat.com>
6664
6665 * record.c (validate_history_size): Make parameter 'setting'
6666 unsigned.
6667
6668 2013-04-19 Pedro Alves <palves@redhat.com>
6669
6670 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6671 to 'gdb_byte *'.
6672
6673 2013-04-19 Pedro Alves <palves@redhat.com>
6674
6675 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6676 local to int.
6677
6678 2013-04-19 Pedro Alves <palves@redhat.com>
6679
6680 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6681 * ada-tasks.c (read_fat_string_value): Likewise.
6682
6683 2013-04-19 Pedro Alves <palves@redhat.com>
6684
6685 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6686 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
6687 'offset', and adjust.
6688
6689 2013-04-19 Pedro Alves <palves@redhat.com>
6690
6691 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6692 (read_index_from_section): Add cast to 'char *'.
6693
6694 2013-04-19 Pedro Alves <palves@redhat.com>
6695
6696 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6697
6698 2013-04-19 Pedro Alves <palves@redhat.com>
6699
6700 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6701
6702 2013-04-19 Pedro Alves <palves@redhat.com>
6703
6704 * record-full.c (record_full_get_bookmark): Change local 'ret'
6705 type to char * and add cast to gdb_byte *.
6706 (record_full_goto_bookmark): Handle 'bookmark' argument as a
6707 string.
6708 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6709
6710 2013-04-19 Pedro Alves <palves@redhat.com>
6711
6712 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6713 * python/py-prettyprint.c (print_string_repr): Change type of
6714 'output' local to char *. Add cast to gdb_byte * in
6715 LA_PRINT_STRING call.
6716 (print_children): Change type of 'output' local to char *.
6717 * python/py-value.c (valpy_string): Add cast to const char * in
6718 PyUnicode_Decode call.
6719
6720 2013-04-19 Pedro Alves <palves@redhat.com>
6721
6722 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6723 and change its type to 'const char *'. Adjust.
6724 (mips_send_packet): Add cast to 'char *', and remove cast to
6725 'unsigned char *'.
6726 (mips_receive_packet): Remove cast to 'unsigned char *'.
6727 (mips_load_srec): Use bfd_byte.
6728 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6729 (pmon_checkset): Make 'value' parameter unsigned.
6730
6731 2013-04-19 Pedro Alves <palves@redhat.com>
6732
6733 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6734
6735 2013-04-19 Pedro Alves <palves@redhat.com>
6736
6737 * remote.c (remote_write_bytes_aux, compare_sections_command)
6738 (remote_read_qxfer)
6739 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6740 (remote_hostio_readlink, remote_bfd_iovec_pread)
6741 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6742 binary buffer, and char when buffer is used as string.
6743 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6744 (trace_save, tfile_open, traceframe_walk_blocks)
6745 (tfile_fetch_registers): Likewise.
6746
6747 2013-04-19 Pedro Alves <palves@redhat.com>
6748
6749 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6750 buffer and size_t size. Adjust.
6751 * ser-base.h (ser_base_write): Adjust.
6752 * ser-go32.c (cnts): Change type to size_t.
6753 (dos_write): Change prototype -- take 'void *'
6754 buffer and size_t size. Adjust.
6755 (dos_info): Print elements of 'cnts' as unsigned long.
6756 * serial.c (serial_write): Likewise.
6757 * serial.h (serial_write): Adjust.
6758 (struct serial_ops) <write>: Change prototype -- take 'void *'
6759 buffer and size_t size. Adjust.
6760
6761 2013-04-19 Pedro Alves <palves@redhat.com>
6762
6763 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6764 gdb_byte *.
6765 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6766
6767 2013-04-19 Pedro Alves <palves@redhat.com>
6768
6769 * alpha-tdep.c (alpha_extract_return_value): Use
6770 regcache_cooked_read_unsigned to read 'v0'.
6771
6772 2013-04-19 Pedro Alves <palves@redhat.com>
6773
6774 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6775 parameters 'at', 'as' and 'offset' to uint32_t.
6776
6777 2013-04-19 Pedro Alves <palves@redhat.com>
6778
6779 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6780 'is64' to signed 'int'.
6781
6782 2013-04-19 Pedro Alves <palves@redhat.com>
6783
6784 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6785 parameter to int *.
6786
6787 2013-04-19 Pedro Alves <palves@redhat.com>
6788
6789 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6790 'insnbuf' buffer type to unsigned int[].
6791
6792 2013-04-19 Pedro Alves <palves@redhat.com>
6793
6794 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6795
6796 2013-04-19 Pedro Alves <palves@redhat.com>
6797
6798 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6799 unsigned long *.
6800
6801 2013-04-19 Pedro Alves <palves@redhat.com>
6802
6803 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6804 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6805 UINT_MAX.
6806 * mips-tdep.c (heuristic_fence_post): Change type to int.
6807 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6808
6809 2013-04-19 Pedro Alves <palves@redhat.com>
6810
6811 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6812 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6813 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6814
6815 2013-04-19 Pedro Alves <palves@redhat.com>
6816
6817 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6818 it to get a string view of the byte buffer.
6819 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6820 type to gdb_byte *. Adjust.
6821 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6822 Change local to char *.
6823 * solib-darwin.c (find_program_interpreter): Change return type to
6824 char *. Adjust.
6825 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6826 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6827 * solib-frv.c (enable_break2): Change local 'buf' to char *.
6828 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6829 * solib-svr4.c (find_program_interpreter): Change return type to
6830 char *. Adjust.
6831 (enable_break): Change local 'interp_name' to char *.
6832 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6833 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6834 (spu_pseudo_register_write_spu): Use char for string buffer.
6835 Adjust.
6836 (info_spu_event_command, info_spu_signal_command): Add casts to
6837 'char *'.
6838
6839 2013-04-19 Pedro Alves <palves@redhat.com>
6840
6841 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6842 gdb_byte[].
6843 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6844 * ada-lang.c (ada_value_assign): Use gdb_byte.
6845 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6846 (alphanbsd_sigtramp_offset): Use gdb_byte.
6847 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6848 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6849 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6850 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6851 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6852 * arm-tdep.c (arm_stub_unwind_sniffer)
6853 (arm_displaced_init_closure): Use gdb_byte.
6854 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6855 (arm_default_thumb_le_breakpoint)
6856 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6857 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6858 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6859 * arm-wince-tdep.c (arm_wince_le_breakpoint)
6860 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6861 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6862 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6863 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6864 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6865 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6866 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6867 (cris_store_return_value, cris_extract_return_value): Use
6868 gdb_byte.
6869 (constraint): Change type of parameter to char * from signed
6870 char*. Use gdb_byte.
6871 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6872 of local buffer to gdb_byte *.
6873 * dwarf2read.c (read_index_from_section): Use gdb_byte.
6874 (create_dwp_hash_table): Change type of locals to gdb_byte *.
6875 (add_address_entry): Change type of local buffer to gdb_byte[].
6876 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6877 (frv_push_dummy_call): Use gdb_byte.
6878 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6879 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6880 (hppa_hpux_supply_save_state): Use gdb_byte.
6881 * hppa-tdep.c (hppa32_push_dummy_call)
6882 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6883 * ia64-tdep.c (extract_bit_field, replace_bit_field)
6884 (slotN_contents, replace_slotN_contents): Change type of parameter
6885 to gdb_byte *.
6886 (fetch_instruction, ia64_pseudo_register_write)
6887 (ia64_register_to_value, ia64_value_to_register)
6888 (ia64_extract_return_value, ia64_store_return_value)
6889 (ia64_push_dummy_call): Use gdb_byte.
6890 * m32c-tdep.c (m32c_return_value): Remove cast.
6891 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6892 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6893 gdb_byte.
6894 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6895 * mn10300-tdep.c (mn10300_store_return_value)
6896 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6897 gdb_byte.
6898 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6899 (moxie_process_record): Remove casts.
6900 * ppc-ravenscar-thread.c (supply_register_at_address)
6901 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6902 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6903 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6904 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6905 * remote.c (compare_sections_command): Use gdb_byte.
6906 * score-tdep.c (score7_free_memblock): Change type of parameter to
6907 gdb_byte *.
6908 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6909 gdb_byte *. Use gdb_byte.
6910 (sh_push_dummy_call_fpu): Use gdb_byte.
6911 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6912 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6913 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6914 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6915 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6916 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6917 (sh64_store_return_value, sh64_register_convert_to_virtual):
6918 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6919 (sh64_pseudo_register_write): Use gdb_byte.
6920 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6921 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
6922 buffer.
6923 (irix_current_sos): Use gdb_byte.
6924 * solib-som.c (som_current_sos): Use gdb_byte.
6925 * sparc-ravenscar-thread.c (supply_register_at_address)
6926 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6927 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6928 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6929 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6930 'gdb_byte *'.
6931 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6932 'gdb_byte *'.
6933 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6934 * xstormy16-tdep.c (xstormy16_extract_return_value)
6935 (xstormy16_store_return_value): Change parameter type to
6936 'gdb_byte *'. Adjust.
6937 (xstormy16_push_dummy_call): Use gdb_byte.
6938 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6939 (call0_analyze_prologue, execute_code): Use gdb_byte.
6940
6941 2013-04-19 Vladimir Kargov <kargov@gmail.com>
6942 Pedro Alves <palves@redhat.com>
6943
6944 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6945 value contents.
6946
6947 2013-04-17 Doug Evans <dje@google.com>
6948
6949 * dwarf2read.c (struct signatured_type): New member type.
6950 (struct attribute): Replace member signatured_type with signature.
6951 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6952 (read_call_site_scope): Call follow_die_ref instead of
6953 follow_die_ref_or_sig.
6954 (read_structure_type): Rewrite handling of signatured types.
6955 (read_enumeration_type): Ditto.
6956 (read_attribute_value): Update.
6957 (build_error_marker_type): New function.
6958 (lookup_die_type): Add assert. Rewrite handling of signatured types.
6959 Don't call error for bad types, just build an error marker type.
6960 (dump_die_shallow): Update.
6961 (follow_die_sig_1): Renamed from follow_die_sig.
6962 Don't call error for bad types, instead return NULL.
6963 (follow_die_sig): New function.
6964 (get_signatured_type, get_DW_AT_signature_type): New functions.
6965
6966 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
6967
6968 * aarch64-tdep.c (aarch64_write_pc): Removed.
6969 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6970 function.
6971
6972 2013-04-17 Yao Qi <yao@codesourcery.com>
6973
6974 * top.c (print_gdb_configuration): Print configure-time
6975 parameter on using libbabeltrace or not.
6976
6977 2013-04-16 Pedro Alves <palves@redhat.com>
6978
6979 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6980
6981 2013-04-16 Pedro Alves <palves@redhat.com>
6982
6983 * common/glibc_thread_db.h: Update from upstream glibc
6984 (git 568035b7874a099087b77f7bba3e36a1173787b0).
6985
6986 2013-04-16 Pedro Alves <palves@redhat.com>
6987
6988 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6989 * common/glibc_thread_db.h: ... this new file ...
6990 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6991
6992 2013-04-16 Will Newton <will.newton@gmail.com>
6993 Pedro Alves <palves@redhat.com>
6994
6995 PR build/11881
6996
6997 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6998 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6999 HAVE_THREAD_DB_H.
7000
7001 2013-04-16 Pedro Alves <palves@redhat.com>
7002 Eli Zaretskii <eliz@gnu.org>
7003
7004 * NEWS: Mention "set foo unlimited".
7005
7006 2013-04-15 Doug Evans <dje@google.com>
7007
7008 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
7009 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
7010 (create_dwo_cu_reader): Renamed from
7011 create_dwo_debug_info_hash_table_reader.
7012 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
7013 Remove support for multiple CUs in a DWO file.
7014 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
7015
7016 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
7017 instead of phex.
7018 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
7019 (create_dwo_in_dwp): Ditto.
7020
7021 2013-04-15 Tom Tromey <tromey@redhat.com>
7022
7023 * NEWS: Move recent entries into "since 7.6" section.
7024
7025 2013-04-15 Tom Tromey <tromey@redhat.com>
7026
7027 PR c++/13588:
7028 * NEWS: Update.
7029 * break-catch-throw.c (struct exception_catchpoint)
7030 <exception_rx, pattern>: New fields.
7031 (fetch_probe_arguments, dtor_exception_catchpoint)
7032 (check_status_exception_catchpoint)
7033 (print_one_detail_exception_catchpoint): New functions.
7034 (handle_gnu_v3_exceptions): Add "except_rx" argument.
7035 Compile regular expression if needed.
7036 (extract_exception_regexp): New function.
7037 (catch_exception_command_1): Use extract_exception_regexp.
7038 (compute_exception): Use fetch_probe_arguments.
7039 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
7040 and check_status fields.
7041 * cp-abi.c (cplus_typename_from_type_info): New function.
7042 * cp-abi.h (cplus_typename_from_type_info): Declare.
7043 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
7044 * gdb_regex.h (compile_rx_or_error): Declare.
7045 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
7046 comment.
7047 (init_gnuv3_ops): Set get_type_from_type_info field.
7048 * probe.c (compile_rx_or_error): Move...
7049 * utils.c (compile_rx_or_error): ... here.
7050
7051 2013-04-15 Tom Tromey <tromey@redhat.com>
7052
7053 PR c++/15176:
7054 * NEWS: Update.
7055 * break-catch-throw.c (compute_exception): New function.
7056 (exception_funcs): New global.
7057 (_initialize_break_catch_throw): Create $_exception.
7058 * cp-abi.c (cplus_type_from_type_info): New function.
7059 * cp-abi.h (cplus_type_from_type_info): Declare.
7060 (struct cp_abi_ops) <get_type_from_type_info>: New field.
7061 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
7062 (gnuv3_get_type_from_type_info): New functions.
7063 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
7064
7065 2013-04-15 Tom Tromey <tromey@redhat.com>
7066
7067 * break-catch-throw.c (struct exception_names): New.
7068 (exception_functions): Change type.
7069 (re_set_exception_catchpoint): Look for SDT probes.
7070
7071 2013-04-15 Tom Tromey <tromey@redhat.com>
7072
7073 PR c++/10119:
7074 * break-catch-throw.c (exception_functions): New global.
7075 (gnu_v3_exception_catchpoint_ops): Move earlier.
7076 (struct exception_catchpoint): New.
7077 (classify_exception_breakpoint): Rewrite.
7078 (re_set_exception_catchpoint): New function.
7079 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
7080 Allocate a struct exception_catchpoint.
7081 (catch_exception_command_1): Update.
7082 (initialize_throw_catchpoint_ops): Set 're_set' method.
7083
7084 2013-04-15 Tom Tromey <tromey@redhat.com>
7085
7086 * Makefile.in (SFILES): Add break-catch-throw.c
7087 (COMMON_OBS): Add break-catch-throw.o.
7088 * break-catch-throw.c: New file.
7089 * breakpoint.c: Move exception-catching code to new file.
7090 (ep_parse_optional_if_clause): No longer static.
7091 * breakpoint.h (ep_parse_optional_if_clause): Declare.
7092
7093 2013-04-15 Tom Tromey <tromey@redhat.com>
7094
7095 PR c++/9065:
7096 * NEWS: Update.
7097 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
7098 * c-exp.y (TYPEID): New token.
7099 (exp): Add new TYPEID productions.
7100 (ident_tokens): Add "typeid".
7101 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
7102 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
7103 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
7104 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
7105 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
7106 case.
7107 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
7108 (build_std_type_info_type, gnuv3_get_typeid_type)
7109 (gnuv3_get_typeid): New functions.
7110 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
7111 new fields on ABI object.
7112 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
7113 * std-operator.def (OP_TYPEID): New.
7114
7115 2013-04-15 Tom Tromey <tromey@redhat.com>
7116
7117 * elfread.c (elf_symtab_read): Install versioned symbol under
7118 unversioned name as well.
7119
7120 2013-04-15 Tom Tromey <tromey@redhat.com>
7121
7122 PR c++/11990:
7123 * c-lang.c (cplus_language_defn): Use gdb_demangle.
7124 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
7125 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
7126 (gdb_demangle): New function.
7127 * cp-support.h (gdb_demangle): Declare.
7128 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
7129 (dwarf2_name): Use gdb_demangle.
7130 * gdbtypes.c (check_stub_method): Use gdb_demangle.
7131 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
7132 suffixes from name.
7133 (gnuv3_print_method_ptr): Use gdb_demangle.
7134 * jv-lang.c (java_demangle): Use gdb_demangle.
7135 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
7136 * language.c (unk_lang_demangle): Use gdb_demangle.
7137 * symtab.c (symbol_find_demangled_name)
7138 (demangle_for_lookup): Use gdb_demangle.
7139
7140 2013-04-15 Tom Tromey <tromey@redhat.com>
7141
7142 PR c++/12824:
7143 * NEWS: Update.
7144 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
7145 New constant.
7146 (classify_exception_breakpoint): New function.
7147 (print_it_exception_catchpoint, print_one_exception_catchpoint)
7148 (print_mention_exception_catchpoint)
7149 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
7150 (catch_exception_command_1): Handle "rethrow" catchpoint.
7151 (catch_rethrow_command): New function.
7152 (_initialize_breakpoint): Add "catch rethrow" command.
7153
7154 2013-04-15 Pierre Muller <muller@sourceware.org>
7155
7156 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
7157 set_gdbarch_write_pc as deprecated anymore.
7158
7159 2013-04-15 Joel Brobecker <brobecker@adacore.com>
7160
7161 * spu-tdep.c (spu_write_pc): Add empty line after local variable
7162 declarations.
7163
7164 2013-04-13 Yao Qi <yao@codesourcery.com>
7165
7166 * ctf.c (_initialize_ctf): Include "completer.h".
7167 Call add_target_with_completer instead of add_target.
7168
7169 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7170
7171 Fix GDB regression related to PR binutils/14813.
7172 * jit.c (mem_bfd_iovec_close): Return 0 for success.
7173 * minidebug.c (lzma_close): Add return value comment.
7174 * remote.c (remote_bfd_iovec_close): Return 0 for success.
7175 * solib-spu.c (spu_bfd_iovec_close): Likewise.
7176 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7177
7178 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7179
7180 * config.in: Regenerate.
7181
7182 2013-04-12 Tom Tromey <tromey@redhat.com>
7183
7184 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7185 const.
7186 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7187 (struct die_reader_specs) <buffer>: Likewise.
7188 (die_reader_func_ftype): Make 'info_ptr' const.
7189 (struct line_header) <include_dirs, statement_program_start,
7190 statement_program_end>: Now const.
7191 (struct file_entry) <name>: Likewise.
7192 (struct partial_die_info) <sibling>: Likewise.
7193 (struct dwarf_block) <data>: Likewise.
7194 (dwarf2_read_section): Remove cast.
7195 (dwarf2_get_section_info): Make 'bufp' const.
7196 (read_index_from_section): Constify.
7197 (dw2_get_file_names_reader): Make 'info_ptr' const.
7198 (dw2_get_primary_filename_reader): Likewise.
7199 (read_comp_unit_head): Make 'info_ptr' and return type const.
7200 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7201 Likewise.
7202 (read_abbrev_offset): Constify.
7203 (dwarf2_create_include_psymtab): Make 'name' const.
7204 (create_debug_types_hash_table): Update.
7205 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7206 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7207 Constify.
7208 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7209 (load_partial_comp_unit_reader): Make 'info_ptr' const.
7210 (read_comp_units_from_section): Constify.
7211 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7212 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7213 const.
7214 (dwarf2_compute_name, setup_type_unit_groups): Constify.
7215 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7216 (create_dwp_hash_table, dwarf2_ranges_read)
7217 (dwarf2_record_block_ranges): Constify.
7218 (read_die_and_children, read_die_and_siblings_1)
7219 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7220 const.
7221 (read_full_die_1, read_full_die): Make 'info_ptr' const.
7222 (abbrev_table_read_table): Constify.
7223 (load_partial_dies): Make 'info_ptr' const.
7224 (read_partial_die, read_attribute_value, read_attribute): Make
7225 'info_ptr' and return type const.
7226 (read_address, read_initial_length)
7227 (read_checked_initial_length_and_offset, read_offset)
7228 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7229 const.
7230 (read_direct_string): Make 'buf' and return type const.
7231 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7232 (read_indirect_string): Make return type const.
7233 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7234 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7235 'info_ptr' const.
7236 (read_str_index): Make return type const.
7237 (add_include_dir): Make 'include_dir' const.
7238 (add_file_name): Make 'name' const.
7239 (dwarf_decode_line_header): Constify.
7240 (psymtab_include_file_name): Make return type const.
7241 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7242 (dwarf2_start_subfile): Make 'filename' const.
7243 (dwarf2_const_value_attr): Make 'bytes' const.
7244 (read_signatured_type_reader): Make 'info_ptr' const.
7245 (decode_locdesc): Constify.
7246 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7247 const.
7248 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7249 'mac_end', and return type const.
7250 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7251 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7252 type const.
7253 (per_cu_header_read_in): Constify.
7254 * symfile.h (dwarf2_get_section_info): Update.
7255
7256 2013-04-12 Tom Tromey <tromey@redhat.com>
7257
7258 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7259
7260 2013-04-12 Eli Zaretskii <eliz@gnu.org>
7261
7262 * NEWS: Mention "show configuration", --configuration.
7263 * top.c (print_gdb_configuration): New function, displays the
7264 details about GDB configure-time parameters.
7265 (print_gdb_version): Mention "show configuration".
7266 * cli/cli-cmds.c (show_configuration): New function.
7267 (_initialize_cli_cmds): Add the "show configuration" command.
7268 * main.c (captured_main) <print_configuration>: New static var.
7269 <long_options>: Use it.
7270 If --configuration was given, call print_gdb_configuration.
7271
7272 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7273 Pedro Alves <palves@redhat.com>
7274
7275 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7276 (generated_files): Add gcore.
7277 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7278 HAVE_NATIVE_GCORE_HOST.
7279 (gcore): New.
7280 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7281 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7282 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7283 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7284 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7285 Add HAVE_NATIVE_GCORE_HOST.
7286 * configure: Regenerate.
7287 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7288 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
7289 AC_CONFIG_FILES for gcore.
7290 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
7291 gdb_have_gcore.
7292 * gdb_gcore.sh: Rename to ...
7293 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
7294 and GCORE_TRANSFORM_NAME substitutions.
7295
7296 Fix parsing tabs in ${gdb_target_obs}.
7297 * configure.tgt (gdb_have_gcore): Replace case with for and if.
7298
7299 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7300
7301 * remote.c (unpush_and_perror): Add output message final dot.
7302
7303 2013-04-11 Yao Qi <yao@codesourcery.com>
7304
7305 * tracepoint.c (tfile_interp_line): Fit parameters line and
7306 utpp in one line.
7307
7308 2013-04-10 Joel Brobecker <brobecker@adacore.com>
7309
7310 * solib.c (solib_map_sections): Remove code overwriting
7311 SO->SO_NAME with the bfd's filename.
7312
7313 2013-04-10 Pedro Alves <palves@redhat.com>
7314
7315 * cli/cli-decode.c (integer_unlimited_completer): New function.
7316 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7317 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7318 completer.
7319 * cli/cli-setshow.c: Include "cli/cli-utils.h".
7320 (is_unlimited_literal): New function.
7321 (do_set_command): Handle literal "unlimited" arguments.
7322 * frame.c (_initialize_frame) <set backtrace limit>: Document
7323 "unlimited".
7324 * printcmd.c (_initialize_printcmd) <set print
7325 max-symbolic-offset>: Add help text.
7326 * record-full.c (_initialize_record_full) <set record full
7327 insn-number-max>: Likewise.
7328 * record.c (_initialize_record) <set record
7329 instruction-history-size, set record function-call-history-size>:
7330 Add help text.
7331 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7332 help text.
7333 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7334 Likewise.
7335 * source.c (_initialize_source) <set listsize>: Add help text.
7336 * utils.c (initialize_utils) <set height, set width>: Likewise.
7337 <set pagination>: Mention "set height unlimited".
7338 * valprint.c (_initialize_valprint) <set print elements, set print
7339 repeats>: Document "unlimited".
7340
7341 2013-04-10 Pedro Alves <palves@redhat.com>
7342
7343 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7344 instead of disconnect_tracing.
7345 * infcmd.c (detach_command, disconnect_command): Call
7346 query_if_trace_running. Adjust.
7347 * top.c: Include "tracepoint.h".
7348 (quit_target): Delete. Contents moved ...
7349 (quit_force): ... here. Wrap each stage of teardown in
7350 TRY_CATCH. Call disconnect_tracing before detaching.
7351
7352 2013-04-10 Hui Zhu <hui@codesourcery.com>
7353 Yao Qi <yao@codesourcery.com>
7354
7355 * configure.ac: Check libbabeltrace is installed.
7356 * config.in: Regenerate.
7357 * configure: Regenerate.
7358 * Makefile.in (LIBBABELTRACE): New.
7359 (CLIBS): Add LIBBABELTRACE.
7360 * ctf.c: Include "exec.h".
7361 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7362 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7363 (ctf_save_metadata_header): Define new type aliases in
7364 metadata.
7365 (ctf_write_header): Define event type "tsv_def" and "tp_def"
7366 in metadata. Start a new faked packet for trace status.
7367 (ctf_write_status): Write trace status to CTF.
7368 (ctf_write_uploaded_tsv): Write TSV to CTF.
7369 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7370 (ctf_write_definition_end): End the faked packet.
7371
7372 (ctx, ctf_iter, trace_dirname): New.
7373 (start_pos): New variable.
7374 (ctf_destroy, ctf_open_dir, ctf_open): New.
7375 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7376 macros.
7377 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7378 (ctf_fetch_registers, ctf_xfer_partial): New.
7379 (ctf_get_trace_state_variable_value): New.
7380 (ctf_get_tpnum_from_frame_event): New.
7381 (ctf_get_traceframe_address): New.
7382 (ctf_trace_find, ctf_has_stack): New.
7383 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7384 (ctf_get_trace_status, ctf_read_status): New.
7385 (_initialize_ctf): New.
7386 * tracepoint.c (get_tracepoint_number): New
7387 (get_uploaded_tsv): Remove 'static'.
7388 (struct traceframe_info, trace_regblock_size): Move it to ...
7389 * tracepoint.h: ... here.
7390 (get_tracepoint_number): Declare it.
7391 (get_uploaded_tsv): Declare it.
7392
7393 * NEWS: Mention new configure option.
7394
7395 2013-04-10 Pedro Alves <palves@redhat.com>
7396 Hui Zhu <hui@codesourcery.com>
7397
7398 * breakpoint.c (dprintf_re_set): New.
7399 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7400 to dprintf_re_set.
7401
7402 2013-04-09 Joel Brobecker <brobecker@adacore.com>
7403
7404 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7405 Remove solib-svr4.o from the list.
7406
7407 2013-04-09 Joel Brobecker <brobecker@adacore.com>
7408
7409 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7410 Use gdb_assert_not_reached instead of invalid boolean expression.
7411
7412 2013-04-09 Pedro Alves <palves@redhat.com>
7413
7414 * remote.c (unpush_and_perror): New function.
7415 (readchar, remote_serial_write): Use it.
7416
7417 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
7418
7419 * NEWS: Mention new btrace RSP packets.
7420
7421 2013-04-08 Tom Tromey <tromey@redhat.com>
7422
7423 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7424 long.
7425
7426 2013-04-08 Tom Tromey <tromey@redhat.com>
7427
7428 * maint.c (print_bfd_section_info): Print the section index.
7429 * symmisc.c (dump_msymbols): Print the section index.
7430
7431 2013-04-08 Tom Tromey <tromey@redhat.com>
7432
7433 PR symtab/8424:
7434 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7435 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7436 * breakpoint.c (resolve_sal_pc): Update.
7437 * elfread.c (elf_gnu_ifunc_record_cache): Update.
7438 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7439 (minsym_lookup_iterator_cb): Use it.
7440 (default_read_var_value): Update.
7441 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7442 Update.
7443 * infcmd.c (jump_command): Update.
7444 * linespec.c (minsym_found): Update.
7445 * maint.c (maintenance_translate_address): Update.
7446 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7447 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7448 * parse.c (write_exp_msymbol): Update.
7449 * printcmd.c (address_info): Update.
7450 * psymtab.c (find_pc_sect_psymbol): Update.
7451 (fixup_psymbol_section): Check SYMBOL_SECTION, not
7452 SYMBOL_OBJ_SECTION.
7453 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7454 Don't initialize SYMBOL_OBJ_SECTION.
7455 * spu-tdep.c (spu_catch_start): Update.
7456 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7457 * symmisc.c (dump_msymbols, print_symbol): Update.
7458 * symtab.c (fixup_section): Don't set 'obj_section'. Change
7459 how fallback section is computed.
7460 (fixup_symbol_section): Update.
7461 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7462 Update.
7463 (allocate_symbol, initialize_symbol, allocate_template_symbol):
7464 Initialize SYMBOL_SECTION.
7465 * symtab.h (struct general_symbol_info) <section>: Update comment.
7466 <obj_section>: Remove.
7467 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
7468 (SYMBOL_OBJFILE): New macro.
7469
7470 2013-04-08 Tom Tromey <tromey@redhat.com>
7471
7472 * coffread.c (record_minimal_symbol): Update.
7473 * dbxread.c (record_minimal_symbol): Update.
7474 * elfread.c (record_minimal_symbol): Update.
7475 * machoread.c (macho_symtab_add_minsym): Update.
7476 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7477 Update.
7478 * minsyms.c (prim_record_minimal_symbol): Update.
7479 (prim_record_minimal_symbol_full): Remove 'bfd_section'
7480 argument.
7481 (prim_record_minimal_symbol_and_info): Likewise.
7482 * minsyms.h (prim_record_minimal_symbol_full)
7483 (prim_record_minimal_symbol_and_info): Update.
7484 * symtab.c (allocate_symbol, initialize_symbol)
7485 (allocate_template_symbol): Initialize SYMBOL_SECTION.
7486 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7487 Update.
7488
7489 2013-04-08 Tom Tromey <tromey@redhat.com>
7490
7491 PR symtab/8423:
7492 * solib-som.c (som_solib_section_offsets): Use BFD section
7493 indices. Set offsets for all sections.
7494 * somread.c (som_symtab_read): Compute BFD section for
7495 symbol. Use prim_record_minimal_symbol_and_info.
7496 (som_symfile_read): Fix comment.
7497 (struct find_section_offset_arg): New.
7498 (find_section_offset, set_section_index): New functions.
7499 (som_symfile_offsets): Use set_section_index to compute
7500 section indices.
7501
7502 2013-04-08 Tom Tromey <tromey@redhat.com>
7503
7504 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7505 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7506 gdb_bfd_section_index.
7507 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7508 New functions.
7509 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7510 Declare.
7511 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7512 Update.
7513 * objfiles.c (add_to_objfile_sections_full): New function.
7514 (add_to_objfile_sections): Use it.
7515 (build_section_table): Rewrite.
7516 (objfile_relocate1): Use gdb_bfd_section_index. Update.
7517 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7518 (struct objfile) <sections>: Update comment.
7519 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7520 is NULL.
7521 (ALL_OBJSECTIONS): Use it.
7522 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7523 * solib-frv.c (frv_relocate_main_executable): Update.
7524 * solib-target.c (solib_target_relocate_section_addresses):
7525 Use gdb_bfd_section_index.
7526 * symfile.c (build_section_addr_info_from_section_table):
7527 Use gdb_bfd_section_index.
7528 (build_section_addr_info_from_bfd, place_section): Likewise.
7529 * symtab.c (fixup_section): Update.
7530 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7531
7532 2013-04-08 Tom Tromey <tromey@redhat.com>
7533
7534 * minsyms.h (struct bound_minimal_symbol): New.
7535 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7536 Remove objfile argument.
7537 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7538 Return bound_minimal_symbol.
7539 * minsyms.c (lookup_minimal_symbol_by_pc_1)
7540 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7541 Return bound_minimal_symbol.
7542 (in_gnu_ifunc_stub): Update.
7543 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7544 Remove 'objfile_p' argument.
7545 (lookup_solib_trampoline_symbol_by_pc): Update.
7546 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7547 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7548 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7549 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7550 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7551 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7552 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7553 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7554 stack.c, symtab.c, tui/tui-disasm.c: Update.
7555
7556 2013-04-08 Tom Tromey <tromey@redhat.com>
7557
7558 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7559 Use symbol's obstack, not an objfile.
7560 * coffread.c (process_coff_symbol): Update.
7561 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7562 * jv-lang.c (add_class_symbol): Update.
7563 * mdebugread.c (new_symbol): Update.
7564 * minsyms.c (prim_record_minimal_symbol_full)
7565 (terminate_minimal_symbol_table): Update.
7566 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
7567 * stabsread.c (define_symbol, read_enum_type): Update.
7568 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7569 Handle Ada specially.
7570 (symbol_set_language): Add 'obstack' argument.
7571 (symbol_set_names): Update.
7572 (symbol_natural_name, symbol_demangled_name): Always use
7573 ada_decode_symbol.
7574 * symtab.h (struct general_symbol_info)
7575 <language_specific::obstack>: New field.
7576 <ada_mangled>: New field.
7577 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7578 (symbol_set_language): Update.
7579
7580 2013-04-08 Tom Tromey <tromey@redhat.com>
7581
7582 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7583 Take an obstack, not an objfile.
7584 (symbol_set_names): Update.
7585 * symtab.h (symbol_set_demangled_name): Update.
7586
7587 2013-04-08 Tom Tromey <tromey@redhat.com>
7588
7589 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7590 allocate_symbol.
7591 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7592 (read_func_scope): Call allocate_template_symbol.
7593 (new_symbol_full): Call allocate_symbol.
7594 * jit.c (finalize_symtab): Call allocate_symbol.
7595 * jv-lang.c (add_class_symbol): Call allocate_symbol.
7596 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7597 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7598 (common_block_end): Call allocate_symbol.
7599 * symtab.c (allocate_symbol, initialize_symbol)
7600 (allocate_template_symbol): New functions.
7601 * symtab.c (allocate_symbol, initialize_symbol)
7602 (allocate_template_symbol): Declare.
7603 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7604
7605 2013-04-08 Pedro Alves <palves@redhat.com>
7606 Keith Seitz <keiths@redhat.com>
7607
7608 * breakpoint.c (create_breakpoint): Rename
7609 "parse_condition_and_thread" parameter to "parse_arg". Update
7610 describing comment. If !PARSE_ARG, then error out if ARG is not
7611 the empty string after extracting the location.
7612 * breakpoint.h (create_breakpoint): Rename
7613 "parse_condition_and_thread" parameter to "parse_arg".
7614
7615 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
7616
7617 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7618
7619 2013-04-07 Yao Qi <yao@codesourcery.com>
7620
7621 * remote.c (remote_trace_find): Change type of parameters 'addr1'
7622 and 'addr2' to CORE_ADDR.
7623 * target.c (update_current_target): Update.
7624 * target.h (struct target_ops) <to_trace_find>: Change parameter
7625 type to CORE_ADDR.
7626 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7627 'addr2' to CORE_ADDR.
7628 (tfile_trace_find): Likewise.
7629 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7630 Change local variable 'addr' to type CORE_ADDR.
7631 * tracepoint.h (tfind_1): Update declaration.
7632
7633 2013-04-06 Eli Zaretskii <eliz@gnu.org>
7634
7635 * windows-nat.c (windows_get_absolute_argv0): Move from here...
7636 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7637 Include main.h.
7638
7639 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7640 here...
7641 * main.h (windows_get_absolute_argv0): ...to here.
7642
7643 2013-04-05 Doug Evans <dje@google.com>
7644
7645 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7646 (read_cutu_die_from_dwo): Add comments.
7647 (read_structure_type): Update comment.
7648 (read_enumeration_type, read_namespace_type): Update comment.
7649 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7650
7651 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7652
7653 Convert man pages to texinfo, new gdbinit.5 texinfo page.
7654 * Makefile.in (gdb.z): Remove.
7655 (install-only): Remove $(man1dir) and gdb.1 installation.
7656 * gdb.1: Remove.
7657
7658 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7659
7660 Fix compatibility with Linux kernel 3.8.3.
7661 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7662 to more inner block. Remove parsing of NUMBER from outer block.
7663 Parse NUMBER only if KEYWORD has been identified.
7664
7665 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7666
7667 Fix variable name shadowing.
7668 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7669 filename to mapsfilename and update its uses.
7670
7671 2013-04-05 Eli Zaretskii <eliz@gnu.org>
7672
7673 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7674 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7675 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7676 details of the problem.
7677
7678 2013-04-04 Pedro Alves <palves@redhat.com>
7679 Hui Zhu <hui@codesourcery.com>
7680
7681 * breakpoint.c (validate_commands_for_breakpoint): If validating a
7682 tracepoint, reset its STEP_COUNT and call validate_actionline.
7683
7684 2013-04-03 Doug Evans <dje@google.com>
7685
7686 * dwarf2read.c (read_die_and_siblings_1): Renamed from
7687 read_die_and_siblings.
7688 (read_die_and_siblings): New function.
7689 (read_cutu_die_from_dwo): Dump die if requested.
7690 (read_die_and_children): Call read_full_die_1 and
7691 read_die_and_siblings_1.
7692 (read_full_die): Dump die if requested.
7693
7694 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7695
7696 * dwarf2read.c (struct dwo_file): New member comp_dir.
7697 Rename member name to dwo_name. All uses updated.
7698 (hash_dwo_file): Include comp_dir in computation.
7699 (eq_dwo_file): Ditto.
7700 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
7701 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7702
7703 * psymtab.c (read_psymtabs_with_fullname): Don't call
7704 psymtab_to_fullname if the basenames are different.
7705
7706 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7707
7708 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7709 New entry about "fullname" presence.
7710
7711 2013-04-03 Pedro Alves <palves@redhat.com>
7712
7713 * NEWS: Mention x86_64/Cygwin as new native configuration.
7714
7715 2013-04-02 Doug Evans <dje@google.com>
7716
7717 * dwarf2read.c (read_structure_type): Fix typo in comment.
7718
7719 2013-04-02 Pedro Alves <palves@redhat.com>
7720
7721 * NEWS: Mention "set/show debug aarch64", "set/show debug
7722 coff-pe-read" and "set/show debug mach-o".
7723
7724 2013-04-02 Pedro Alves <palves@redhat.com>
7725
7726 * NEWS: Mention "set/show remote trace-buffer-size-packet".
7727
7728 2013-04-02 Eli Zaretskii <eliz@gnu.org>
7729
7730 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7731 gdb_string.h is now in common/.
7732
7733 2013-04-02 Pedro Alves <palves@redhat.com>
7734
7735 * NEWS: Move "set debug notification" and "set trace-buffer-size"
7736 under "New options".
7737
7738 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7739
7740 Revert this patch:
7741 PR gdb/15275
7742 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7743
7744 2013-04-02 Pedro Alves <palves@redhat.com>
7745
7746 PR gdb/15275
7747
7748 * remote.c (send_interrupt_sequence): Use remote_serial_write.
7749 (remote_serial_write): New function.
7750 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7751
7752 2013-04-01 Jiong Wang <jiwang@tilera.com>
7753
7754 * NEWS: Mention TILE-Gx in "New native configurations" and
7755 "New targets" sections.
7756
7757 2013-04-01 Doug Evans <dje@google.com>
7758
7759 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7760 (process_enumeration_scope): Simplify.
7761
7762 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7763 type_unit_group ...
7764 (struct signatured_type): ... to here.
7765 (sig_type_ptr): New typedef.
7766 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
7767 out of union 't'. All uses updated.
7768 (dw2_get_file_names_reader): Assert not called for a type unit.
7769 (dw2_get_file_names): Assert not called for a type unit or type
7770 unit group.
7771 (build_type_psymtabs_reader): Assert called for a type unit.
7772 (build_type_psymtab_dependencies): Assert called for a type unit group.
7773
7774 * dwarf2read.c (free_dwo_file): Add comment.
7775 (dwarf2_per_objfile_free): Unref dwp bfd.
7776
7777 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7778
7779 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7780 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7781 (read_pe_exported_syms): Remove unused 'exportix'.
7782 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7783 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7784 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7785
7786 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7787
7788 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7789 (print_it_watchpoint): Remove unused 'bl'.
7790 (say_where): Remove unused 'uiout'.
7791 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7792 (bkpt_breakpoint_hit): Remove unused 'b'.
7793 (internal_bkpt_print_it): Remove unused 'uiout'.
7794 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7795
7796 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7797
7798 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7799 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7800
7801 2013-03-29 Doug Evans <dje@google.com>
7802
7803 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7804 Delete arg is_dwp. All callers updated.
7805 (open_dwp_file): New function.
7806 (open_and_init_dwp_file): Call it.
7807 (get_dwp_file): New function.
7808 (lookup_dwo_cutu): Call it.
7809
7810 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7811 unnecessary, cleanup.
7812
7813 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7814
7815 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7816 (lookup_dwo_unit): New function.
7817 (init_cutu_and_read_dies): Move DWO handling to new functions.
7818
7819 * dwarf2read.c (struct signatured_type): Tweak comment.
7820 (struct dwo_unit): Tweak comment.
7821 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7822 (create_dwo_debug_info_hash_table): Tweak comment.
7823 (dwarf2_per_cu_offset_and_type): Tweak comment.
7824
7825 * dwarf2read.c (lookup_signatured_type): Remove complaint about
7826 missing .debug_types section.
7827
7828 2013-03-29 Yao Qi <yao@codesourcery.com>
7829
7830 * corelow.c: Include "completer.h".
7831 (_initialize_corelow): Call add_target_with_completer with
7832 argument 'filename_completer'.
7833 * tracepoint.c: Likewise.
7834 * exec.c (_initialize_exec): Likewise.
7835 * target.c (add_target): Rename to ...
7836 (add_target_with_completer): ... this. Call set_cmd_completer
7837 if parameter completer is not NULL.
7838 (add_target): New.
7839 * target.h: Include "command.h".
7840 (add_target_with_completer): Declare it.
7841
7842 2013-03-28 Joel Brobecker <brobecker@adacore.com>
7843
7844 * coffread.c (is_import_fixup_symbol): New function.
7845 (record_minimal_symbol): Use is_import_fixup_symbol to
7846 detect import fixup symbols, and discard them.
7847
7848 2013-03-28 Doug Evans <dje@google.com>
7849
7850 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7851 types hash table until we know we need it.
7852
7853 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7854 index numbers.
7855
7856 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7857 All callers updated.
7858 (dw2_print_stats): Print #read CUs too.
7859 (dump_die_shallow): Print signatured types better.
7860
7861 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7862 info_or_types_section to section. All uses updated.
7863 (struct dwo_unit): Ditto.
7864
7865 2013-03-28 Pedro Alves <palves@redhat.com>
7866
7867 * NEWS (New options): New section.
7868 (New options): Mention set/show remote trace-status-packet.
7869 * remote.c (PACKET_qTStatus): New enumeration value.
7870 (remote_get_trace_status): Skip sending qTStatus if the packet is
7871 disabled. Use packet_ok.
7872 (_initialize_remote): Register a configuration command for
7873 qTStatus packet.
7874
7875 2013-03-28 Doug Evans <dje@google.com>
7876
7877 * symfile.c (find_separate_debug_file): Add comment.
7878 (terminate_after_last_dir_separator): Tweak comment.
7879
7880 * dwarf2read.c (create_partial_symtab): Add forward decl.
7881 (create_partial_symtab): Move to be closer to other psymtab functions.
7882 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7883
7884 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7885 (compute_symtab_includes): Remove unnecessary forward declaration.
7886 (die_needs_namespace): Add comment marking group of functions for
7887 dwarf2 name computation.
7888
7889 * typeprint.c (_initialize_typeprint): Improve type help text.
7890
7891 * python/python.c (finish_python_initialization): Provide suggestion
7892 for how to tell gdb to find its python files.
7893
7894 2013-03-28 Pedro Alves <palves@redhat.com>
7895
7896 PR gdb/15294
7897
7898 * source.c (_initialize_source): Change back "set listsize" to an
7899 integer command.
7900
7901 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
7902
7903 PR gdb/15275
7904 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7905
7906 2013-03-27 Pedro Alves <palves@redhat.com>
7907
7908 * top.c (history_size): Rename to ...
7909 (history_size_setshow_var): ... this. Add comment.
7910 (show_commands): Use readline's 'history_length' instead of
7911 computing the history length by calling history_get in a loop.
7912 (set_history_size_command): Error out for sizes over INT_MAX.
7913 Restore previous history size on invalid size.
7914 (init_history): If HISTSIZE is negative, leave the history size as
7915 zero. Add comments.
7916 (init_main): Adjust.
7917
7918 2013-03-27 Pedro Alves <palves@redhat.com>
7919
7920 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7921 coff_pe_read" command to "set debug coff-pe-read".
7922
7923 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
7924
7925 * record.c (command_size_to_target_size): Fix size comparison.
7926 Change parameter type from pointer to integer to integer.
7927 Update all users.
7928
7929 2013-03-27 Pierre Muller <muller@sourceware.org>
7930
7931 * windows-nat.c (handle_output_debug_string): Avoid typecast
7932 from integer of different size warning.
7933
7934 2013-03-26 Joel Brobecker <brobecker@adacore.com>
7935
7936 * windows-nat.c (handle_output_debug_string): Add empty line
7937 after local block variable definition.
7938
7939 2013-03-26 Pedro Alves <palves@redhat.com>
7940
7941 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7942 (net_open): Make 'polls' local unsigned.
7943
7944 2013-03-26 Pedro Alves <palves@redhat.com>
7945
7946 * remote.c (_initialize_remote): Make "set remoteaddresssize"
7947 a zuinteger command instead of uinteger.
7948
7949 2013-03-26 Pedro Alves <palves@redhat.com>
7950
7951 * record-full.c (record_full_insn_num): Make it unsigned.
7952 (record_full_check_insn_num, record_full_message)
7953 (record_full_registers_change, record_full_xfer_partial): Remove
7954 record_full_insn_max_num check (it's always != 0).
7955 (record_full_info, record_full_restore): Use %u as format string.
7956 (): Use %u as format string.
7957 (set_record_full_insn_max_num): Remove record_full_insn_max_num
7958 check (it's always != 0).
7959
7960 2013-03-26 Pedro Alves <palves@redhat.com>
7961
7962 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7963 and "set dcache size" commands zuinteger instead of uinteger.
7964
7965 2013-03-26 Pedro Alves <palves@redhat.com>
7966
7967 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7968 command zuinteger instead of uinteger.
7969
7970 2013-03-26 Pedro Alves <palves@redhat.com>
7971
7972 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7973 zuinteger instead of uinteger.
7974
7975 2013-03-26 Pedro Alves <palves@redhat.com>
7976
7977 * record.c (record_insn_history_size_setshow_var)
7978 (record_call_history_size_setshow_var): New globals.
7979 (command_size_to_target_size): New function.
7980 (cmd_record_insn_history, cmd_record_call_history): Use
7981 command_size_to_target_size instead of cast.
7982 (validate_history_size, set_record_insn_history_size)
7983 (set_record_call_history_size): New functions.
7984 (_initialize_record): Install set_record_insn_history_size and
7985 set_record_call_history_size as "set" hooks of "set record
7986 instruction-history-size" and "set record
7987 function-call-history-size".
7988
7989 2013-03-26 Pedro Alves <palves@redhat.com>
7990
7991 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7992 use with history_max_entries use. Remove FIXME note.
7993
7994 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
7995
7996 * record-btrace.c (record_btrace_close): Call
7997 record_btrace_auto_disable.
7998
7999 2013-03-25 Joel Brobecker <brobecker@adacore.com>
8000
8001 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
8002
8003 2013-03-25 Doug Evans <dje@google.com>
8004
8005 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
8006
8007 2013-03-25 Tom Tromey <tromey@redhat.com>
8008
8009 PR symtab/11462:
8010 * c-exp.y (exp): Add new productions for destructors after '.' and
8011 '->'.
8012 (write_destructor_name): New function.
8013
8014 2013-03-25 Tom Tromey <tromey@redhat.com>
8015
8016 PR c++/9197:
8017 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
8018 value_struct_elt, not lookup_struct_elt_type.
8019 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
8020 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
8021 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
8022
8023 2013-03-25 Yao Qi <yao@codesourcery.com>
8024
8025 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
8026 instead of '_mkdir'.
8027
8028 2013-03-23 Eli Zaretskii <eliz@gnu.org>
8029
8030 * windows-nat.c (windows_get_absolute_argv0): New function.
8031 * windows-nat.h: Add its prototype.
8032
8033 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
8034 Use IS_DIR_SEPARATOR instead of looking for a character inside
8035 SLASH_STRING. Include filenames.h.
8036 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
8037 relocate_gdb_directory works when passed gdb_program_name.
8038 Include windows-nat.h.
8039
8040 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8041
8042 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
8043 * remote.c (trace_error): Remove the special handling of '2'.
8044 (readchar) <SERIAL_EOF>
8045 (readchar) <SERIAL_ERROR>
8046 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
8047 (remote_get_trace_status): Call throw_exception if EX is
8048 TARGET_CLOSE_ERROR.
8049 * utils.c (perror_with_name): Rename to ...
8050 (throw_perror_with_name): ... here. New parameter errcode, describe it
8051 in the function comment.
8052 (perror_with_name): New function wrapper.
8053 * utils.h (enum errors): New stub declaration.
8054 (throw_perror_with_name): New declaration.
8055
8056 2013-03-22 Pedro Alves <palves@redhat.com>
8057 Yao Qi <yao@codesourcery.com>
8058 Mark Kettenis <kettenis@gnu.org>
8059
8060 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
8061 Don't let the user set the value to UINT_MAX directly.
8062 <var_integer>: Don't let the user set the value to INT_MAX
8063 directly.
8064
8065 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8066
8067 * remote.c (remote_unpush_target): New function.
8068 (remote_open_1): Remove two pop_target calls, update one comment, add
8069 comment to target_preopen call. Replace pop_target call by
8070 remote_unpush_target call.
8071 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
8072 pop_target calls by remote_unpush_target calls.
8073
8074 2013-03-22 Pedro Alves <palves@redhat.com>
8075
8076 * linux-nat.c (linux_child_follow_fork): Don't call
8077 linux_enable_event_reporting.
8078 (linux_handle_extended_wait): Don't call
8079 linux_enable_event_reporting.
8080
8081 2013-03-22 Pedro Alves <palves@redhat.com>
8082
8083 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
8084 use it to rewrite the trampoline buffers with type gdb_byte[], and
8085 undefine the macro. Remove char* cast.
8086
8087 2013-03-21 Doug Evans <dje@google.com>
8088
8089 New commands "mt set per-command {space,time,symtab} {on,off}".
8090 * NEWS: Add entry.
8091 * event-top.c: #include "maint.h".
8092 * main.c: #include "maint.h".
8093 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
8094 timeval-utils.h, maint.h, cli/cli-setshow.h.
8095 (per_command_time, per_command_space): New static globals.
8096 (per_command_symtab): New static global.
8097 (per_command_setlist, per_command_showlist): New static globals.
8098 (struct cmd_stats): Move here from utils.c.
8099 (set_per_command_time): Renamed from set_display_time in utils.c
8100 and moved here. All callers updated.
8101 (set_per_command_space): Renamed from set_display_space in utils.c
8102 and moved here. All callers updated.
8103 (count_symtabs_and_blocks): New function.
8104 (report_command_stats): Moved here from utils.c. Add support for
8105 printing symtab stats. Only print data if enabled before command
8106 executed.
8107 (make_command_stats_cleanup): Ditto.
8108 (sert_per_command_cmd, show_per_command_cmd): New functions.
8109 (_initialize_maint_cmds): Add new commands
8110 mt set per-command {space,time,symtab} {on,off}.
8111 * maint.h: New file.
8112 * top.c: #include "maint.h".
8113 * utils.c (reset_prompt_for_continue_wait_time): New function.
8114 (get_prompt_for_continue_wait_time): New function.
8115 * utils.h (reset_prompt_for_continue_wait_time): Declare
8116 (get_prompt_for_continue_wait_time): Declare.
8117 (make_command_stats_cleanup): Moved to maint.h.
8118 (set_display_time, set_display_space): Moved to maint.h and renamed
8119 to set_per_command_time, set_per_command_space.
8120 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
8121 parse_binary_operation and made non-static. Don't call error,
8122 just return an error marker. All callers updated.
8123 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
8124
8125 2013-03-21 Tom Tromey <tromey@redhat.com>
8126
8127 * symfile.c (alloc_section_addr_info): Update header. Don't set
8128 'num_sections' field.
8129 (build_section_addr_info_from_section_table): Set 'num_sections'.
8130 (build_section_addr_info_from_bfd): Likewise.
8131 (build_section_addr_info_from_objfile): Remove dead loop
8132 condition.
8133 (free_section_addr_info): Unconditionally call xfree.
8134 (relative_addr_info_to_section_offsets, addrs_section_sort)
8135 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
8136 condition.
8137 (syms_from_objfile_1): Remove dead 'if' condition. Check
8138 'num_sections'.
8139 (add_symbol_file_command): Set 'num_sections'.
8140 * symfile-mem.c (symbol_file_add_from_memory): Set
8141 'num_sections'.
8142 * somread.c (som_symfile_offsets): Remove dead loop condition.
8143 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
8144 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
8145
8146 2013-03-21 Tom Tromey <tromey@redhat.com>
8147
8148 * tracepoint.h (decode_agent_options): Add 'trace_string'
8149 argument.
8150 * tracepoint.c (decode_agent_options): Add 'trace_string'
8151 argument.
8152 (validate_actionline): Update.
8153 (collect_symbol): Add 'trace_string' argument.
8154 (struct add_local_symbols_data) <trace_string>: New field.
8155 (do_collect_symbol): Update.
8156 (add_local_symbols): Add 'trace_string' argument.
8157 (encode_actions_1): Update.
8158 (trace_dump_actions): Update.
8159 * dwarf2loc.c (access_memory): Update.
8160 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
8161 * ax-general.c (new_agent_expr): Update.
8162 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
8163 (gen_trace_for_return_address): Add argument.
8164 (trace_kludge, trace_string_kludge): Remove.
8165 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
8166 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
8167 (gen_trace_for_var): Add 'trace_string' argument.
8168 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
8169 (gen_printf, agent_eval_command_one): Update.
8170
8171 2013-03-21 Tom Tromey <tromey@redhat.com>
8172
8173 PR exp/15109:
8174 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8175 Handle FILENAME token.
8176
8177 2013-03-21 Tom Tromey <tromey@redhat.com>
8178
8179 * c-exp.y (YYPRINT): Define.
8180 (c_print_token): New function.
8181
8182 2013-03-21 Tom Tromey <tromey@redhat.com>
8183
8184 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8185
8186 2013-03-21 Yao Qi <yao@codesourcery.com>
8187
8188 * ctf.c: Include "gdb_stat.h".
8189 [USE_WIN32API]: New macro 'mkdir'.
8190 (ctf_start): Use permission bits macros if they are defined.
8191
8192 2013-03-20 Keith Seitz <keiths@redhat.com>
8193
8194 * breakpoint.h (struct breakpoint): Add comment to
8195 extra_string indicating that this member is mallod'd.
8196 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8197
8198 2013-03-20 Pedro Alves <palves@redhat.com>
8199
8200 PR gdb/15289
8201
8202 * cli/cli-setshow.c (do_set_command)
8203 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8204 the result of parsing the command argument. Throw error if the
8205 value is greater than UINT_MAX. Print the invalid value with
8206 plongest.
8207 <var_integer, var_zinteger>: Use LONGEST for variable holding the
8208 result of parsing the command argument. Throw error if the value
8209 is greater than INT_MAX, not greater or equal. Also throw error
8210 if the value is less than INT_MIN. Print the invalid value with
8211 plongest.
8212 <var_zuinteger_unlimited>: Throw error if the value is greater
8213 than INT_MAX, not greater or equal.
8214 (do_show_command) <var_integer, var_zinteger,
8215 var_zuinteger_unlimited>: Use %d for printing int, not %u.
8216
8217 2013-03-20 Tom Tromey <tromey@redhat.com>
8218
8219 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8220 if possible.
8221 * dwarf2read.c (read_func_scope): Remove old FIXME.
8222 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8223 not LOC_COMPUTED.
8224 * findvar.c (symbol_read_needs_frame, default_read_var_value):
8225 Unconditionally call via computed ops, if possible.
8226 * printcmd.c (address_info): Unconditionally call via computed ops,
8227 if possible.
8228 * stack.c (read_frame_arg): Unconditionally call via computed ops,
8229 if possible.
8230 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8231 * tracepoint.c (scope_info): Unconditionally call via computed ops,
8232 if possible.
8233
8234 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8235 Tom Tromey <tromey@redhat.com>
8236
8237 PR symtab/8421:
8238 * coffread.c (coff_register_index): New global.
8239 (process_coff_symbol, coff_read_enum_type): Set
8240 SYMBOL_ACLASS_INDEX.
8241 (_initialize_coffread): Initialize new global.
8242 * dwarf2loc.c (locexpr_find_frame_base_location)
8243 (dwarf2_block_frame_base_locexpr_funcs)
8244 (loclist_find_frame_base_location)
8245 (dwarf2_block_frame_base_loclist_funcs): New.
8246 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8247 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8248 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8249 (dwarf2_block_frame_base_loclist_funcs): New.
8250 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8251 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8252 globals.
8253 (read_func_scope): Update.
8254 (fixup_go_packaging, mark_common_block_symbol_computed)
8255 (var_decode_location, new_symbol_full, dwarf2_const_value):
8256 Set SYMBOL_ACLASS_INDEX.
8257 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
8258 (_initialize_dwarf2_read): Initialize new globals.
8259 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8260 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8261 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8262 globals.
8263 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8264 (_initialize_mdebugread): Initialize new globals.
8265 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8266 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8267 (stab_register_index, stab_regparm_index): New globals.
8268 (define_symbol, read_enum_type, common_block_end): Set
8269 SYMBOL_ACLASS_INDEX.
8270 (_initialize_stabsread): Initialize new globals.
8271 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8272 globals.
8273 (MAX_SYMBOL_IMPLS): New define.
8274 (register_symbol_computed_impl, register_symbol_block_impl)
8275 (register_symbol_register_impl)
8276 (initialize_ordinary_address_classes): New functions.
8277 (_initialize_symtab): Call initialize_ordinary_address_classes.
8278 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8279 (struct symbol_impl): New.
8280 (SYMBOL_ACLASS_BITS): New define.
8281 (struct symbol) <aclass, ops>: Remove fields.
8282 <aclass_index>: New field.
8283 (symbol_impls): Declare.
8284 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8285 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8286 (register_symbol_computed_impl, register_symbol_block_impl)
8287 (register_symbol_register_impl): Declare.
8288 (struct symbol_computed_ops): Add location_has_loclist.
8289 (struct symbol_block_ops): New.
8290 (SYMBOL_BLOCK_OPS): New.
8291 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8292
8293 2013-03-20 Tom Tromey <tromey@redhat.com>
8294
8295 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8296 (print_partial_symbols, recursively_search_psymtabs): Use
8297 PSYMBOL_CLASS.
8298
8299 2013-03-20 Pierre Muller <muller@sourceware.org>
8300
8301 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8302 addtion, subtraction, multiplication and division binary operator.
8303
8304 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8305
8306 Code cleanup.
8307 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8308 * bsd-kvm.c (bsd_kvm_close): Likewise.
8309 * bsd-uthread.c (bsd_uthread_close): Likewise.
8310 * corelow.c (core_close): Likewise.
8311 (core_close_cleanup): Remove parameter quitting from a caller.
8312 * event-top.c (async_disconnect): Likewise.
8313 * exec.c (exec_close_1): Remove parameter quitting.
8314 * go32-nat.c (go32_close): Likewise.
8315 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
8316 parameter quitting from a caller.
8317 * mips-linux-nat.c (super_close): Remove parameter quitting from the
8318 variable.
8319 (mips_linux_close): Remove parameter quitting. Remove parameter
8320 quitting from a caller.
8321 * monitor.c (monitor_close): Remove parameter quitting.
8322 * monitor.h (monitor_close): Likewise.
8323 * record-btrace.c (record_btrace_close): Likewise.
8324 * record-full.c (record_full_close): Likewise.
8325 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8326 it also from fprintf_unfiltered.
8327 * remote-mips.c (mips_close): Remove parameter quitting.
8328 (mips_detach): Remove parameter quitting from a caller.
8329 * remote-sim.c (gdbsim_close): Remove parameter quitting.
8330 (gdbsim_close): Remove duplicate function comment. Remove parameter
8331 quitting and remove it also from printf_filtered.
8332 * remote.c (remote_close): Remove parameter quitting.
8333 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8334 * target.c (update_current_target): Remove parameter int from to_close
8335 de_fault.
8336 (push_target, unpush_target, pop_target): Remove parameter quitting from
8337 a caller.
8338 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8339 Remove parameter quitting from a caller.
8340 (target_preopen): Remove parameter quitting from a caller.
8341 (target_close): Remove parameter quitting. Remove parameter quitting
8342 from a caller two times. Remove parameter quitting also from
8343 fprintf_unfiltered.
8344 * target.h (struct target_ops): Remove parameter quitting and as int
8345 from fields to_xclose and to_close.
8346 (extern struct target_ops current_target):
8347 (target_close, pop_all_targets): Remove parameter quitting. Update the
8348 comment.
8349 (pop_all_targets_above): Remove parameter quitting.
8350 * top.c (quit_target): Remove parameter quitting from a caller.
8351 * tracepoint.c (tfile_close): Remove parameter quitting.
8352 * windows-nat.c (windows_close): Remove parameter quitting.
8353
8354 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
8355
8356 * windows-nat.c (handle_output_debug_string): Replace call
8357 to string_to_core_addr with call to strtoull.
8358
8359 2013-03-20 Yao Qi <yao@codesourcery.com>
8360
8361 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8362 and write it to CTF metadata.
8363
8364 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
8365
8366 * windows-nat.c (handle_output_debug_string): Change type of n to
8367 SIZE_T to avoid crash on 64 bit systems.
8368
8369 2013-03-17 Eli Zaretskii <eliz@gnu.org>
8370
8371 * python/python-internal.h (HAVE_SNPRINTF)
8372 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8373 about redefinition of snprintf by pyerrors.h.
8374
8375 2013-03-15 Steve Ellcey <sellcey@mips.com>
8376
8377 * remote-sim.c (sim_command_completer): Make char arguments const.
8378
8379 2013-03-15 Tom Tromey <tromey@redhat.com>
8380
8381 PR c++/15116:
8382 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8383
8384 2013-03-14 Tom Tromey <tromey@redhat.com>
8385
8386 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
8387 New fields.
8388 (get_file_crc): Move from symfile.c.
8389 (gdb_bfd_crc): New function.
8390 * gdb_bfd.h (gdb_bfd_crc): Declare.
8391 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
8392 * symfile.c (get_file_crc): Move to gdb_bfd.c.
8393 (separate_debug_file_exists): Use gdb_bfd_crc.
8394
8395 2013-03-14 Tom Tromey <tromey@redhat.com>
8396
8397 * symfile.c (get_debug_link_info): Remove.
8398 (find_separate_debug_file_by_debuglink): Use
8399 bfd_get_debug_link_info.
8400
8401 2013-03-14 Tom Tromey <tromey@redhat.com>
8402
8403 * symtab.c (error_in_psymtab_expansion): New function.
8404 (lookup_symbol_aux_quick)
8405 (basic_lookup_transparent_type_quick): Remove "last resort"
8406 code. Use error_in_psymtab_expansion.
8407
8408 2013-03-14 Doug Evans <dje@google.com>
8409 Jan Kratochvil <jan.kratochvil@redhat.com>
8410
8411 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8412 any successful compare_filenames_for_search or FILENAME_CMP.
8413 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8414 * symtab.c (iterate_over_some_symtabs): Likewise.
8415
8416 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8417
8418 * source.c (print_source_lines_base): Make a local copy of
8419 symtab_to_fullname.
8420
8421 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
8422 Jan Kratochvil <jan.kratochvil@redhat.com>
8423
8424 * source.c (print_source_lines_base): Suppress "file" for TUI.
8425
8426 2013-03-14 Keith Seitz <keiths@redhat.com>
8427 Alan Matsuoka <alanm@redhat.com>
8428
8429 PR c++/15203
8430 PR c++/15210
8431 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8432 TYPE_CODE_METHOD.
8433 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8434 symbols.
8435
8436 2013-03-14 Yao Qi <yao@codesourcery.com>
8437
8438 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8439 status to tfile if trace is stopped by command 'tstop'.
8440
8441 2013-03-14 Yao Qi <yao@codesourcery.com>
8442
8443 * tracepoint.c (tfile_write_status): Write trace notes and user
8444 name into tfile if they are not NULL.
8445
8446 2013-03-14 Hui Zhu <hui@codesourcery.com>
8447 Yao Qi <yao@codesourcery.com>
8448
8449 * Makefile.in (REMOTE_OBS): Add ctf.o.
8450 (SFILES): Add ctf.c.
8451 (HFILES_NO_SRCDIR): Add ctf.h.
8452 * ctf.c, ctf.h: New files.
8453 * tracepoint.c: Include 'ctf.h'.
8454 (collect_pseudocommand): Remove static.
8455 (trace_save_command): Parse option "-ctf".
8456 Produce different trace file writers per option.
8457 Adjust output message.
8458 (trace_save_tfile, trace_save_ctf): New.
8459 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8460 * mi/mi-main.c: Include 'ctf.h'.
8461 (mi_cmd_trace_save): Handle option '-ctf'. Call either
8462 trace_save_tfile or trace_save_ctf.
8463 * NEWS: Mention these changes.
8464
8465 2013-03-14 Yao Qi <yao@codesourcery.com>
8466
8467 * tracepoint.c (trace_file_writer_xfree): New.
8468 (struct tfile_writer_data): New.
8469 (tfile_dtor, tfile_can_target_save, tfile_start): New.
8470 (tfile_write_header, tfile_write_regblock_type): New.
8471 (tfile_write_status, tfile_write_uploaded_tsv): New.
8472 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8473 (tfile_write_raw_data, (tfile_end): New.
8474 (tfile_write_ops): New global variable.
8475 (TRACE_WRITE_R_BLOCK): New macro.
8476 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8477 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8478 (TRACE_WRITE_V_BLOCK): New macro.
8479 (trace_save): Add extra one parameter WRITER. Make it static.
8480 Use WRITER to writer trace.
8481 (tfile_trace_file_writer_new): New.
8482 (trace_save_command): Caller update.
8483 (trace_save_tfile): Write trace data in TFILE format.
8484 * tracepoint.h (struct trace_frame_write_ops): New.
8485 (struct trace_file_write_ops): New.
8486 (struct trace_file_writer): New.
8487 (trace_save): Remove its declaration.
8488 (trace_save_tfile): Declare it.
8489 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8490 instead of trace_save.
8491
8492 2013-03-13 Pedro Alves <palves@redhat.com>
8493
8494 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8495
8496 2013-03-13 Pedro Alves <palves@redhat.com>
8497
8498 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8499 commented out code.
8500 * demangle.c (current_demangling_style_string): Make it const.
8501 (set_demangling_command): Assert the demangling style is known.
8502 Remove all handling of unknown styles. Set
8503 'current_demangling_style_string' to an element of the
8504 demangling_style_names array.
8505 (set_demangling_style): Delete.
8506 (_initialize_demangler): Set current_demangling_style_string to the
8507 element of the demangling_style_names array that corresponds to
8508 the default demangling style. Remove FIXME note. Don't call
8509 set_demangling_style.
8510 * gdb-demangle.h (set_demangling_style): Remove declaration.
8511
8512 2013-03-13 Pedro Alves <palves@redhat.com>
8513
8514 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8515 fields const.
8516 (ada_make_symbol_completion_list): Make "text0" parameter const.
8517 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8518 * breakpoint.c (condition_completer): Make "text" and "word"
8519 parameters const. Adjust.
8520 (check_tracepoint_command): Adjust to validate_actionline
8521 prototype change.
8522 (catch_syscall_completer): Make "text" and "word" parameters
8523 const.
8524 * cli/cli-cmds.c (show_user): Make "comname" local const.
8525 (valid_command_p): Make "command" parameter const.
8526 (alias_command): Make "alias_prefix" and "command_prefix" locals
8527 const.
8528 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8529 (add_alias_cmd): Make "name" and "oldname" parameters const.
8530 Adjust. No longer make copy of OLDNAME.
8531 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8532 (add_setshow_cmd_full, add_setshow_enum_cmd)
8533 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8534 (add_setshow_filename_cmd, add_setshow_string_cmd)
8535 (add_setshow_string_noescape_cmd)
8536 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8537 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8538 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8539 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8540 Make "name" parameter const.
8541 (help_cmd): Rename "command" parameter to "arg". New const local
8542 "command".
8543 (find_cmd): Make "command" parameter const.
8544 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
8545 deprecated_cmd_warning prototype change.
8546 (undef_cmd_error): Make "cmdtype" parameter const.
8547 (lookup_cmd): Make "line" parameter const.
8548 (deprecated_cmd_warning): Change type of "text" parameter to
8549 pointer to const char, from pointer to pointer to char. Adjust.
8550 (lookup_cmd_composition): Make "text" parameter const.
8551 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8552 parameters const.
8553 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8554 const.
8555 * cli/cli-script.c (validate_comname): Make "tem" local const.
8556 (define_command): New const local "tem_c". Use it in calls to
8557 lookup_cmd.
8558 (document_command): Make "tem" and "comfull" locals const.
8559 (show_user_1): Make "prefix" and "name" parameters const.
8560 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8561 const.
8562 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8563 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8564 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8565 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8566 (complete_on_enum, add_setshow_enum_cmd)
8567 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8568 (add_setshow_filename_cmd, add_setshow_string_cmd)
8569 (add_setshow_string_noescape_cmd)
8570 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8571 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8572 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8573 Change prototypes, constifying strings.
8574 * completer.c (noop_completer, filename_completer): Make "text"
8575 and "prefix" parameters const.
8576 (location_completer, expression_completer)
8577 (complete_line_internal): Make "text" and "prefix" parameters
8578 const and adjust.
8579 (command_completer, signal_completer): Make "text" and "prefix"
8580 parameters const.
8581 * completer.h (noop_completer, filename_completer)
8582 (expression_completer, location_completer, command_completer)
8583 (signal_completer): Change prototypes.
8584 * corefile.c (complete_set_gnutarget): Make "text" and "word"
8585 parameters const.
8586 * cp-abi.c (cp_abi_completer): Likewise.
8587 * expression.h (parse_expression_for_completion): Change
8588 prototype.
8589 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8590 parameters const.
8591 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8592 * infrun.c (handle_completer): Make "text" and "word" parameters
8593 const.
8594 * interps.c (interpreter_completer): Make "text" and "word"
8595 parameters const.
8596 * language.h (struct language_defn)
8597 <la_make_symbol_completion_list>: Make "text" and "word"
8598 parameters const.
8599 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8600 (parse_exp_in_context): Rename to ...
8601 (parse_exp_in_context_1): ... this.
8602 (parse_exp_in_context): Reimplement, with const hack from
8603 parse_exp_1.
8604 (parse_expression_for_completion): Make "string" parameter const.
8605 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8606 to pointer to const char. Adjust.
8607 (print_command_1): Make "exp" parameter const.
8608 (output_command): Rename to ...
8609 (output_command_const): ... this. Make "exp" parameter const.
8610 (output_command): Reimplement.
8611 (x_command): Adjust.
8612 (display_command): Rename "exp" parameter to "arg". New "exp"
8613 local, const version of "arg".
8614 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8615 "cmd_name" local const.
8616 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8617 call.
8618 (cmdpy_completer): Make "text" and "word" parameters const.
8619 (gdbpy_parse_command_name): Make "prefix_text2" local const.
8620 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8621 const.
8622 * remote.c (_initialize_remote): Make "cmd_name" local const.
8623 * symtab.c (language_search_unquoted_string): Make "text" and "p"
8624 parameters const. Adjust.
8625 (completion_list_add_fields): Make "sym_text", "text" and "word"
8626 parameters const.
8627 (struct add_name_data) <sym_text, text, word>: Make fields const.
8628 (default_make_symbol_completion_list_break_on): Make "text" and
8629 "word" parameters const. Adjust locals.
8630 (default_make_symbol_completion_list)
8631 (make_symbol_completion_list, make_symbol_completion_type)
8632 (make_symbol_completion_list_fn): Make "text" and "word"
8633 parameters const.
8634 (make_file_symbol_completion_list): Make "text", "word" and
8635 "srcfile" parameters const. Adjust locals.
8636 (add_filename_to_list): Make "text" and "word" parameters const.
8637 (struct add_partial_filename_data) <text, word>: Make fields
8638 const.
8639 (make_source_files_completion_list): Make "text" and "word"
8640 parameters const.
8641 * symtab.h (default_make_symbol_completion_list_break_on)
8642 (default_make_symbol_completion_list, make_symbol_completion_list)
8643 (make_symbol_completion_type enum type_code)
8644 (make_symbol_completion_list_fn make_file_symbol_completion_list)
8645 (make_source_files_completion_list): Change prototype.
8646 * top.c (execute_command): Adjust to pass pointer to pointer to
8647 const char to lookup_cmd, and to deprecated_cmd_warning prototype
8648 change.
8649 (set_verbose): Make "cmdname" local const.
8650 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8651 and adjust.
8652 (validate_actionline): Make "line" parameter a pointer to const
8653 char, and adjust.
8654 (encode_actions_1): Make "action_exp" local const, and adjust.
8655 (encode_actions): Adjust.
8656 (replace_comma): Delete.
8657 (trace_dump_actions): Make "action_exp" and "next_comma" locals
8658 const, and adjust. Don't frob the action string while splitting
8659 it at commas. Instead, make a copy of each split substring in
8660 turn.
8661 (trace_dump_command): Adjust to validate_actionline prototype
8662 change.
8663 * tracepoint.h (decode_agent_options, decode_agent_options)
8664 (encode_actions, validate_actionline): Change prototypes.
8665 * valprint.h (output_command): Delete declaration.
8666 (output_command_const): Declare.
8667 * value.c (function_destroyer): Cast const away in xfree call.
8668
8669 2013-03-13 Pedro Alves <palves@redhat.com>
8670
8671 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8672 rather than casting 'const char * const *' to 'const char **'.
8673 * ada-lex.l (processInt): Make "trailer" local const. Remove
8674 'const char **' cast.
8675 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8676 locals, and use those as strtol output pointer, instead than doing
8677 invalid casts to from 'const char **' to 'char **'.
8678 (_initialize_demangle): Remove cast.
8679 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8680 locals, and use those as strtol output pointer, instead than doing
8681 invalid casts to from 'const char **' to 'char **'.
8682 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8683 casts.
8684 * stap-probe.c (stap_parse_register_operand)
8685 (stap_parse_single_operand): Likewise.
8686
8687 2013-03-13 Yao Qi <yao@codesourcery.com>
8688
8689 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8690 the last matched 'V' blcok in trace frame.
8691
8692 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8693
8694 * NEWS: Create a new section for the next release branch.
8695 Rename the section of the current branch, now that it has
8696 been cut.
8697
8698 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8699
8700 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8701 * version.in: Bump version to 7.6.50.20130312-cvs.
8702
8703 2013-03-12 Keith Seitz <keiths@redhat.com>
8704
8705 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8706 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8707 Remove temporary copy of input string.
8708 (mi_execute_command_wrapper): Make "cmd" const.
8709 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8710 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8711 Use const strings.
8712 (mi_parse): Make "cmd" const.
8713 Use const strings.
8714 * mi/mi-parse.h (mi_parse): Make "cmd" const.
8715
8716 2013-03-12 Keith Seitz <keiths@redhat.com>
8717
8718 * ada-lang.c (ada_read_renaming_var_value): Pass const
8719 pointer to expression string to parse_exp_1.
8720 (create_excep_cond_exprs): Likewise.
8721 * ax-gdb.c (agent_eval_command_one): Likewise.
8722 (maint_agent_printf_command): Likewise.
8723 Constify much of the string handling/parsing.
8724 * breakpoint.c (set_breakpoint_condition): Pass const
8725 pointer to expression string to parse_exp_1.
8726 (update_watchpoint): Likewise.
8727 (parse_cmd_to_aexpr): Constify string handling.
8728 Pass const pointer to parse_exp_1.
8729 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8730 (find_condition_and_thread): Likewise.
8731 Make TOK const.
8732 (watch_command_1): Make "arg" const.
8733 Constify string handling.
8734 Copy the expression string instead of changing the input
8735 string.
8736 (update_breakpoint_location): Pass const pointer to
8737 parse_exp_1.
8738 * eval.c (parse_and_eval_address): Make "exp" const.
8739 (parse_to_comma_and_eval): Make "expp" const.
8740 (parse_and_eval): Make "exp" const.
8741 * expression.h (parse_expression): Make argument const.
8742 (parse_exp_1): Make first argument const.
8743 * findcmd.c (parse_find_args): Treat "args" as const.
8744 * linespec.c (parse_linespec): Pass const pointer to
8745 linespec_expression_to_pc.
8746 (linespec_expression_to_pc): Make "exp_ptr" const.
8747 * parse.c (parse_exp_1): Make "stringptr" const.
8748 Make a copy of the expression to pass to parse_exp_in_context until
8749 this whole interface can be constified.
8750 (parse_expression): Make "string" const.
8751 * printcmd.c (ui_printf): Treat "arg" as const.
8752 Handle const strings.
8753 * tracepoint.c (validate_actionline): Pass const pointer to
8754 all calls to parse_exp_1.
8755 (encode_actions_1): Likewise.
8756 * value.h (parse_to_comma_and_eval): Make argument const.
8757 (parse_and_eval_address): Likewise.
8758 (parse_and_eval): Likewise.
8759 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8760 (varobj_set_value): Likewise.
8761 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8762 constify string handling.
8763 Pass const pointers to parse_and_eval_address and
8764 parse_to_comman_and_eval.
8765 * cli/cli-utils.c (skip_to_space): Rename to ...
8766 (skip_to_space_const): ... this. Handle const strings.
8767 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8768 skip_to_space_const.
8769 (skip_to_space_const): Declare.
8770 * common/format.c (parse_format_string): Make "arg" const.
8771 Handle const strings.
8772 * common/format.h (parse_format_string): Make "arg" const.
8773 * gdbserver/ax.c (ax_printf): Make "format" const.
8774 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8775 of the expression string.
8776
8777 2013-03-12 Hui Zhu <hui@codesourcery.com>
8778
8779 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8780
8781 2013-03-12 Yao Qi <yao@codesourcery.com>
8782 Hui Zhu <hui@codesourcery.com>
8783
8784 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8785 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8786 DW_OP_deref_size.
8787
8788 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
8789
8790 * ada-lex.l (rules): Only recognize 'thread' as a
8791 delimiter when followed by numerals, as for c-exp.y.
8792 Use new rewind_to_char function to rewind the input for
8793 expression-delimiting tokens.
8794 (rewind_to_char): New function.
8795
8796 2013-03-11 Pedro Alves <palves@redhat.com>
8797 Jan Kratochvil <jan.kratochvil@redhat.com>
8798
8799 * configure: Regenerate.
8800 * configure.ac (check dynamic export flag): Link python test with
8801 $PYTHON_LIBS.
8802
8803 2013-03-11 Doug Evans <dje@google.com>
8804 Keith Seitz <keiths@redhat.com>
8805
8806 * linespec.c (find_linespec_symbols): Call find_function_symbols
8807 first, and then call lookup_prefix_sym/find_method.
8808
8809 2013-03-11 Pedro Alves <palves@redhat.com>
8810
8811 * charset.c (convert_between_encodings): Don't cast between
8812 different pointer to pointer types. Instead, make the 'inp' local
8813 be of the type iconv expects.
8814 (wchar_iterate): Don't cast between different pointer to pointer
8815 types. Instead, use new pointer local of the type iconv expects.
8816 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8817 Add new local of type char pointer, and use it to get a
8818 char/string view of the byte buffer, instead of casting between
8819 pointer to pointer types.
8820
8821 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
8822
8823 * remote.c (remote_set_trace_buffer_size): Move != operator
8824 to the start of next line to fix an ARI warning.
8825
8826 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8827
8828 * NEWS: Add record changes.
8829
8830 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8831
8832 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8833 the instruction history disassembly.
8834 * disasm.c (dump_insns): Omit the pc prefix, if requested.
8835 * disasm.h (DISASSEMBLY_OMIT_PC): New.
8836
8837 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8838
8839 * Makefile.in (SFILES): Add record-btrace.c
8840 (COMMON_OBS): Add record-btrace.o
8841 * record-btrace.c: New.
8842 * objfiles.c: Include btrace.h.
8843 (free_objfile): call btrace_free_objfile.
8844
8845 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8846
8847 * target.c (target_call_history, target_call_history_from,
8848 target_call_history_range): New.
8849 * target.h (target_ops) <to_call_history, to_call_history_from,
8850 to_call_history_range>: New fields.
8851 (target_call_history, target_call_history_from,
8852 target_call_history_range): New declaration.
8853 * record.c (get_call_history_modifiers, cmd_record_call_history,
8854 record_call_history_size): New.
8855 (_initialize_record): Add the "record function-call-history" command.
8856 Add "set/show record function-call-history-size" commands.
8857 * record.h (record_print_flag): New.
8858
8859 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8860
8861 * target.h (target_ops) <to_insn_history, to_insn_history_from,
8862 to_insn_history_range>: New fields.
8863 (target_insn_history): New.
8864 (target_insn_history_from): New.
8865 (target_insn_history_range): New.
8866 * target.c (target_insn_history): New.
8867 (target_insn_history_from): New.
8868 (target_insn_history_range): New.
8869 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8870 (record_insn_history_size): New.
8871 (get_insn_number): New.
8872 (get_context_size): New.
8873 (no_chunk): New.
8874 (get_insn_history_modifiers): New.
8875 (cmd_record_insn_history): New.
8876 (_initialize_record): Add "set/show record instruction-history-size"
8877 command. Add "record instruction-history" command.
8878
8879 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8880
8881 * record.h (record_disconnect): New.
8882 (record_detach): New.
8883 (record_mourn_inferior): New.
8884 (record_kill): New.
8885 * record-full.c (record_disconnect, record_detach,
8886 record_mourn_inferior, record_kill): Move to...
8887 * record.c: ...here.
8888 (DEBUG): New.
8889 (record_stop): New.
8890 (record_unpush): New.
8891 (cmd_record_stop): Call record_stop. Replace unpush_target
8892 call with record_unpush call.
8893 (record_disconnect, record_detach): Assert that the target
8894 is of record stratum. Call record_unpush, record_stop, and
8895 DEBUG.
8896 (record_mourn_inferior, record_kill): Assert that the target
8897 is of record stratum. Call record_unpush and DEBUG.
8898
8899 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8900
8901 * record-full.h, record-full.c (record_memory_query): Rename
8902 to ...
8903 (record_full_memory_query): ...this. Update all users.
8904 (record_arch_list_add_reg): Rename to ...
8905 (record_full_arch_list_add_reg): ...this. Update all users.
8906 (record_arch_list_add_mem): Rename to ...
8907 (record_full_arch_list_add_mem): ...this. Update all users.
8908 (record_arch_list_add_end): Rename to ...
8909 (record_full_arch_list_add_end): ...this. Update all users.
8910 (record_gdb_operation_disable_set): Rename to ...
8911 (record_full_gdb_operation_disable_set): ...this.
8912 Update all users.
8913
8914 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8915
8916 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8917 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8918 (RECORD_IS_REPLAY): Renamed to ...
8919 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8920 (RECORD_FILE_MAGIC): Renamed to ...
8921 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8922 (record_mem_entry): Renamed to ...
8923 (record_full_mem_entry): ... this. Updated all users.
8924 (record_reg_entry): Renamed to ...
8925 (record_full_reg_entry): ... this. Updated all users.
8926 (record_end_entry): Renamed to ...
8927 (record_full_end_entry): ... this. Updated all users.
8928 (record_type) <record_end, record_reg, record_mem>: Renamed
8929 to ...
8930 (record_full_type) <record_full_end, record_full_reg,
8931 record_full_mem>: ... this. Updated all users.
8932 (record_entry): Renamed to ...
8933 (record_full_entry): ... this. Updated all users.
8934 (record_core_buf_entry): Renamed to ...
8935 (record_full_core_buf_entry): ... this. Updated all users.
8936 (record_core_regbuf): Renamed to ...
8937 (record_full_core_regbuf): ... this. Updated all users.
8938 (record_core_start): Renamed to ...
8939 (record_full_core_start): ... this. Updated all users.
8940 (record_core_end): Renamed to ...
8941 (record_full_core_end): ... this. Updated all users.
8942 (record_core_buf_list): Renamed to ...
8943 (record_full_core_buf_list): ... this. Updated all users.
8944 (record_first): Renamed to ...
8945 (record_full_first): ... this. Updated all users.
8946 (record_list): Renamed to ...
8947 (record_full_list): ... this. Updated all users.
8948 (record_arch_list_head): Renamed to ...
8949 (record_full_arch_list_head): ... this. Updated all users.
8950 (record_arch_list_tail): Renamed to ...
8951 (record_full_arch_list_tail): ... this. Updated all users.
8952 (record_stop_at_limit): Renamed to ...
8953 (record_full_stop_at_limit): ... this. Updated all users.
8954 (record_insn_max_num): Renamed to ...
8955 (record_full_insn_max_num): ... this. Updated all users.
8956 (record_insn_num): Renamed to ...
8957 (record_full_insn_num): ... this. Updated all users.
8958 (record_insn_count): Renamed to ...
8959 (record_full_insn_count): ... this. Updated all users.
8960 (record_ops): Renamed to ...
8961 (record_full_ops): ... this. Updated all users.
8962 (record_core_ops): Renamed to ...
8963 (record_full_core_ops): ... this. Updated all users.
8964 (set_record_cmdlist): Renamed to ...
8965 (set_record_full_cmdlist): ... this. Updated all users.
8966 (show_record_cmdlist): Renamed to ...
8967 (show_record_full_cmdlist): ... this. Updated all users.
8968 (record_cmdlist): Renamed to ...
8969 (record_full_cmdlist): ... this. Updated all users.
8970 (record_beneath_to_resume_ops): Renamed to ...
8971 (record_full_beneath_to_resume_ops): ... this. Updated all users.
8972 (record_beneath_to_resume): Renamed to ...
8973 (record_full_beneath_to_resume): ... this. Updated all users.
8974 (record_beneath_to_wait_ops): Renamed to ...
8975 (record_full_beneath_to_wait_ops): ... this. Updated all users.
8976 (record_beneath_to_wait): Renamed to ...
8977 (record_full_beneath_to_wait): ... this. Updated all users.
8978 (record_beneath_to_store_registers_ops): Renamed to ...
8979 (record_full_beneath_to_store_registers_ops): ... this.
8980 Updated all users.
8981 (record_beneath_to_store_registers): Renamed to ...
8982 (record_full_beneath_to_store_registers): ... this.
8983 Updated all users.
8984 (record_beneath_to_xfer_partial_ops): Renamed to ...
8985 (record_full_beneath_to_xfer_partial_ops): ... this.
8986 Updated all users.
8987 (record_beneath_to_xfer_partial): Renamed to ...
8988 (record_full_beneath_to_xfer_partial): ... this.
8989 Updated all users.
8990 (record_beneath_to_insert_breakpoint): Renamed to ...
8991 (record_full_beneath_to_insert_breakpoint): ... this.
8992 Updated all users.
8993 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8994 (record_full_beneath_to_stopped_by_watchpoint): ... this.
8995 Updated all users.
8996 (record_beneath_to_stopped_data_address): Renamed to ...
8997 (record_full_beneath_to_stopped_data_address): ... this.
8998 Updated all users.
8999 (record_beneath_to_async): Renamed to ...
9000 (record_full_beneath_to_async): ... this. Updated all users.
9001 (record_goto_insn): Renamed to ...
9002 (record_full_goto_insn): ... this. Updated all users.
9003 (record_save): Renamed to ...
9004 (record_full_save): ... this. Updated all users.
9005 (record_reg_alloc): Renamed to ...
9006 (record_full_reg_alloc): ... this. Updated all users.
9007 (record_reg_release): Renamed to ...
9008 (record_full_reg_release): ... this. Updated all users.
9009 (record_mem_alloc): Renamed to ...
9010 (record_full_mem_alloc): ... this. Updated all users.
9011 (record_mem_release): Renamed to ...
9012 (record_full_mem_release): ... this. Updated all users.
9013 (record_end_alloc): Renamed to ...
9014 (record_full_end_alloc): ... this. Updated all users.
9015 (record_end_release): Renamed to ...
9016 (record_full_end_release): ... this. Updated all users.
9017 (record_entry_release): Renamed to ...
9018 (record_full_entry_release): ... this. Updated all users.
9019 (record_list_release): Renamed to ...
9020 (record_full_list_release): ... this. Updated all users.
9021 (record_list_release_following): Renamed to ...
9022 (record_full_list_release_following): ... this.
9023 Updated all users.
9024 (record_list_release_first): Renamed to ...
9025 (record_full_list_release_first): ... this. Updated all users.
9026 (record_arch_list_add): Renamed to ...
9027 (record_full_arch_list_add): ... this. Updated all users.
9028 (record_get_loc): Renamed to ...
9029 (record_full_get_loc): ... this. Updated all users.
9030 (record_check_insn_num): Renamed to ...
9031 (record_full_check_insn_num): ... this. Updated all users.
9032 (record_arch_list_cleanups): Renamed to ...
9033 (record_full_arch_list_cleanups): ... this. Updated all users.
9034 (record_message): Renamed to ...
9035 (record_full_message): ... this. Updated all users.
9036 (record_message_wrapper): Renamed to ...
9037 (record_full_message_wrapper): ... this. Updated all users.
9038 (record_message_wrapper_safe): Renamed to ...
9039 (record_full_message_wrapper_safe): ... this. Updated all users.
9040 (record_gdb_operation_disable): Renamed to ...
9041 (record_full_gdb_operation_disable): ... this. Updated all users.
9042 (record_hw_watchpoint): Renamed to ...
9043 (record_full_hw_watchpoint): ... this. Updated all users.
9044 (record_exec_insn): Renamed to ...
9045 (record_full_exec_insn): ... this. Updated all users.
9046 (record_restore): Renamed to ...
9047 (record_full_restore): ... this. Updated all users.
9048 (record_async_inferior_event_token): Renamed to ...
9049 (record_full_async_inferior_event_token): ... this.
9050 Updated all users.
9051 (record_async_inferior_event_handler): Renamed to ...
9052 (record_full_async_inferior_event_handler): ... this.
9053 Updated all users.
9054 (record_core_open_1): Renamed to ...
9055 (record_full_core_open_1): ... this. Updated all users.
9056 (record_open_1): Renamed to ...
9057 (record_full_open_1): ... this. Updated all users.
9058 (record_open): Renamed to ...
9059 (record_full_open): ... this. Updated all users.
9060 (record_close): Renamed to ...
9061 (record_full_close): ... this. Updated all users.
9062 (record_resume_step): Renamed to ...
9063 (record_full_resume_step): ... this. Updated all users.
9064 (record_resumed): Renamed to ...
9065 (record_full_resumed): ... this. Updated all users.
9066 (record_execution_dir): Renamed to ...
9067 (record_full_execution_dir): ... this. Updated all users.
9068 (record_resume): Renamed to ...
9069 (record_full_resume): ... this. Updated all users.
9070 (record_get_sig): Renamed to ...
9071 (record_full_get_sig): ... this. Updated all users.
9072 (record_sig_handler): Renamed to ...
9073 (record_full_sig_handler): ... this. Updated all users.
9074 (record_wait_cleanups): Renamed to ...
9075 (record_full_wait_cleanups): ... this. Updated all users.
9076 (record_wait_1): Renamed to ...
9077 (record_full_wait_1): ... this. Updated all users.
9078 (record_wait): Renamed to ...
9079 (record_full_wait): ... this. Updated all users.
9080 (record_stopped_by_watchpoint): Renamed to ...
9081 (record_full_stopped_by_watchpoint): ... this. Updated all users.
9082 (record_disconnect): Renamed to ...
9083 (record_full_disconnect): ... this. Updated all users.
9084 (record_detach): Renamed to ...
9085 (record_full_detach): ... this. Updated all users.
9086 (record_mourn_inferior): Renamed to ...
9087 (record_full_mourn_inferior): ... this. Updated all users.
9088 (record_kill): Renamed to ...
9089 (record_full_kill): ... this. Updated all users.
9090 (record_stopped_data_address): Renamed to ...
9091 (record_full_stopped_data_address): ... this. Updated all users.
9092 (record_registers_change): Renamed to ...
9093 (record_full_registers_change): ... this. Updated all users.
9094 (record_store_registers): Renamed to ...
9095 (record_full_store_registers): ... this. Updated all users.
9096 (record_xfer_partial): Renamed to ...
9097 (record_full_xfer_partial): ... this. Updated all users.
9098 (record_breakpoint): Renamed to ...
9099 (record_full_breakpoint): ... this. Updated all users.
9100 (record_breakpoint_p): Renamed to ...
9101 (record_full_breakpoint_p): ... this. Updated all users.
9102 (record_breakpoints): Renamed to ...
9103 (record_full_breakpoints): ... this. Updated all users.
9104 (record_sync_record_breakpoints): Renamed to ...
9105 (record_full_sync_record_breakpoints): ... this.
9106 Updated all users.
9107 (record_init_record_breakpoints): Renamed to ...
9108 (record_full_init_record_breakpoints): ... this.
9109 Updated all users.
9110 (record_insert_breakpoint): Renamed to ...
9111 (record_full_insert_breakpoint): ... this. Updated all users.
9112 (record_remove_breakpoint): Renamed to ...
9113 (record_full_remove_breakpoint): ... this. Updated all users.
9114 (record_can_execute_reverse): Renamed to ...
9115 (record_full_can_execute_reverse): ... this. Updated all users.
9116 (record_get_bookmark): Renamed to ...
9117 (record_full_get_bookmark): ... this. Updated all users.
9118 (record_goto_bookmark): Renamed to ...
9119 (record_full_goto_bookmark): ... this. Updated all users.
9120 (record_async): Renamed to ...
9121 (record_full_async): ... this. Updated all users.
9122 (record_can_async_p): Renamed to ...
9123 (record_full_can_async_p): ... this. Updated all users.
9124 (record_is_async_p): Renamed to ...
9125 (record_full_is_async_p): ... this. Updated all users.
9126 (record_execution_direction): Renamed to ...
9127 (record_full_execution_direction): ... this. Updated all users.
9128 (record_info): Renamed to ...
9129 (record_full_info): ... this. Updated all users.
9130 (record_delete): Renamed to ...
9131 (record_full_delete): ... this. Updated all users.
9132 (record_is_replaying): Renamed to ...
9133 (record_full_is_replaying): ... this. Updated all users.
9134 (record_goto_entry): Renamed to ...
9135 (record_full_goto_entry): ... this. Updated all users.
9136 (record_goto_begin): Renamed to ...
9137 (record_full_goto_begin): ... this. Updated all users.
9138 (record_goto_end): Renamed to ...
9139 (record_full_goto_end): ... this. Updated all users.
9140 (record_goto): Renamed to ...
9141 (record_full_goto): ... this. Updated all users.
9142 (init_record_ops): Renamed to ...
9143 (init_record_full_ops): ... this. Updated all users.
9144 (record_core_resume): Renamed to ...
9145 (record_full_core_resume): ... this. Updated all users.
9146 (record_core_kill): Renamed to ...
9147 (record_full_core_kill): ... this. Updated all users.
9148 (record_core_fetch_registers): Renamed to ...
9149 (record_full_core_fetch_registers): ... this. Updated all users.
9150 (record_core_prepare_to_store): Renamed to ...
9151 (record_full_core_prepare_to_store): ... this. Updated all users.
9152 (record_core_store_registers): Renamed to ...
9153 (record_full_core_store_registers): ... this. Updated all users.
9154 (record_core_xfer_partial): Renamed to ...
9155 (record_full_core_xfer_partial): ... this. Updated all users.
9156 (record_core_insert_breakpoint): Renamed to ...
9157 (record_full_core_insert_breakpoint): ... this. Updated all users.
9158 (record_core_remove_breakpoint): Renamed to ...
9159 (record_full_core_remove_breakpoint): ... this. Updated all users.
9160 (record_core_has_execution): Renamed to ...
9161 (record_full_core_has_execution): ... this. Updated all users.
9162 (init_record_core_ops): Renamed to ...
9163 (init_record_full_core_ops): ... this. Updated all users.
9164 (cmd_record_restore): Renamed to ...
9165 (cmd_record_full_restore): ... this. Updated all users.
9166 (record_save_cleanups): Renamed to ...
9167 (record_full_save_cleanups): ... this. Updated all users.
9168 (cmd_record_start): Renamed to ...
9169 (cmd_record_full_start): ... this. Updated all users.
9170 (set_record_insn_max_num): Renamed to ...
9171 (set_record_full_insn_max_num): ... this. Updated all users.
9172 (set_record_command): Renamed to ...
9173 (set_record_full_command): ... this. Updated all users.
9174 (show_record_command): Renamed to ...
9175 (show_record_full_command): ... this. Updated all users.
9176 (_initialize_record): Renamed to ...
9177 (_initialize_record_full): ... this. Updated all users.
9178
9179 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9180
9181 * record.h: Split into this and ...
9182 * record-full.h: ... this.
9183 * record.c: Split into this and ...
9184 * record-full.c: ... this.
9185 * target.h (target_ops): Add new fields to_info_record,
9186 to_save_record, to_delete_record, to_record_is_replaying,
9187 to_goto_record_begin, to_goto_record_end, to_goto_record.
9188 (target_info_record): New.
9189 (target_save_record): New.
9190 (target_supports_delete_record): New.
9191 (target_delete_record): New.
9192 (target_record_is_replaying): New.
9193 (target_goto_record_begin): New.
9194 (target_goto_record_end): New.
9195 (target_goto_record): New.
9196 * target.c (target_info_record): New.
9197 (target_save_record): New.
9198 (target_supports_delete_record): New.
9199 (target_delete_record): New.
9200 (target_record_is_replaying): New.
9201 (target_goto_record_begin): New.
9202 (target_goto_record_end): New.
9203 (target_goto_record): New.
9204 * record.h: Declare struct cmd_list_element.
9205 (record_cmdlist): New declaration.
9206 (set_record_cmdlist): New declaration.
9207 (show_record_cmdlist): New declaration.
9208 (info_record_cmdlist): New declaration.
9209 (cmd_record_goto): New declaration.
9210 * record.c: Remove unnecessary includes.
9211 Include inferior.h.
9212 (cmd_record_goto): Remove declaration.
9213 (record_cmdlist): Now extern. Initialize.
9214 (set_record_cmdlist): Now extern. Initialize.
9215 (show_record_cmdlist): Now extern. Initialize.
9216 (info_record_cmdlist): Now extern. Initialize.
9217 (find_record_target): New.
9218 (require_record_target): New.
9219 (cmd_record_start): Update.
9220 (cmd_record_delete): Remove target-specific code.
9221 Call target_delete_record.
9222 (cmd_record_stop): Unpush any record target.
9223 (set_record_insn_max_num): Move to record-full.c
9224 (set_record_command): Add comment.
9225 (show_record_command): Add comment.
9226 (info_record_command): Update comment.
9227 Remove target-specific code.
9228 Call the record target's to_info_record.
9229 (cmd_record_start): New.
9230 (cmd_record_goto): Now extern.
9231 Remove target-specific code.
9232 Call target_goto_begin, target_goto_end, or target_goto.
9233 (_initialize_record): Move record target ops initialization to
9234 record-full.c.
9235 Change "record" command help text.
9236 Move "record restore", "record set", and "record show" commands to
9237 record-full.c.
9238 * Makefile.in (SFILES): Add record-full.c.
9239 (HFILES_NO_SRCDIR): Add record-full.h.
9240 (COMMON_OBS): Add record-full.o.
9241 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9242 * arm-tdep.c: Include record-full.h.
9243 * i386-linux-tdep.c: Include record-full.h instead of record.h.
9244 * i386-tdep.c: Include record-full.h.
9245 * infrun.c: Include record-full.h.
9246 * linux-record.c: Include record-full.h.
9247 * moxie-tdep.c: Include record-full.h.
9248 * record-full.c: Include record-full.h.
9249 Change module comment.
9250 (set_record_full_cmdlist): New.
9251 (show_record_full_cmdlist): New.
9252 (record_full_cmdlist): New.
9253 (record_goto_insn): New declaration.
9254 (record_save): New declaration.
9255 (record_check_insn_num): Change query string.
9256 (record_info): New.
9257 (record_delete): New.
9258 (record_is_replaying): New.
9259 (record_goto_entry): New.
9260 (record_goto_begin): New.
9261 (record_goto_end): New.
9262 (record_goto): New.
9263 (init_record_ops): Update.
9264 (init_record_core_ops): Update.
9265 (cmd_record_save): Rename to record_save. Remove target and arg checks.
9266 (cmd_record_start): New.
9267 (set_record_insn_max_num): Moved from record.c
9268 (set_record_full_command): New.
9269 (show_record_full_command): New.
9270 (_initialize_record_full): New.
9271
9272 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9273
9274 * target.h (add_deprecated_target_alias): New.
9275 * target.c (add_deprecated_target_alias): New.
9276
9277 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9278
9279 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9280 and signal.h.
9281 (linux_supports_btrace): Add kernel and
9282 cpuid check.
9283 (kernel_supports_btrace): New function.
9284 (cpu_supports_btrace): New function.
9285 (intel_supports_btrace): New function.
9286
9287 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9288
9289 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9290 * remote.c: Include btrace.h.
9291 (struct btrace_target_info): New struct.
9292 (remote_supports_btrace): New function.
9293 (send_Qbtrace): New function.
9294 (remote_enable_btrace): New function.
9295 (remote_disable_btrace): New function.
9296 (remote_teardown_btrace): New function.
9297 (remote_read_btrace): New function.
9298 (init_remote_ops): Add btrace ops.
9299 (enum <unnamed>): Add btrace packets.
9300 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9301 (_initialize_remote): Add packet configuration for branch tracing.
9302
9303 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9304
9305 * features/btrace.dtd: New file.
9306 * Makefile.in (XMLFILES): Add btrace.dtd.
9307 * btrace.h (parse_xml_btrace): New declaration.
9308 * btrace.c: Include xml-support.h.
9309 (parse_xml_btrace): New function.
9310 (parse_xml_btrace_block): New function.
9311 (block_attributes): New struct.
9312 (btrace_attributes): New struct.
9313 (btrace_children): New struct.
9314 (btrace_elements): New struct.
9315
9316 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9317
9318 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9319 (amd64_linux_enable_btrace): New.
9320 (amd64_linux_disable_btrace): New.
9321 (amd64_linux_teardown_btrace): New.
9322 (_initialize_amd64_linux_nat): Initialize btrace ops.
9323 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9324 (i386_linux_enable_btrace): New.
9325 (i386_linux_disable_btrace): New.
9326 (i386_linux_teardown_btrace): New.
9327 (_initialize_i386_linux_nat): Initialize btrace ops.
9328 * config/i386/linux.mh: Add linux-btrace.o.
9329 * config/i386/linux64.mh: Add linux-btrace.o.
9330
9331 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9332
9333 * common/linux_btrace.h: New file.
9334 * common/linux_btrace.c: New file.
9335 * Makefile.in (SFILES): Add btrace.c.
9336 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9337 (COMMON_OBS): Add btrace.o.
9338 (linux-btrace.o): New rule.
9339
9340 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9341
9342 * target.h: Include btrace.h.
9343 (struct target_ops) <to_supports_btrace, to_enable_btrace,
9344 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9345 * target.c (target_supports_btrace): New function.
9346 (target_enable_btrace): New function.
9347 (target_disable_btrace): New function.
9348 (target_teardown_btrace): New function.
9349 (target_read_btrace): New function.
9350 * btrace.h: New file.
9351 * btrace.c: New file.
9352 * Makefile.in: Add btrace.c.
9353 * gdbthread.h: Include btrace.h.
9354 (struct thread_info): Add btrace field.
9355 * thread.c: Include btrace.h.
9356 (clear_thread_inferior_resources): Call target_teardown_btrace.
9357 * common/btrace-common.h: New file.
9358
9359 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9360
9361 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9362 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9363 kill_status to outer block.
9364
9365 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9366
9367 Fix entry-values if the callee called a noreturn function.
9368 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9369 get_frame_address_in_block. Add new comment.
9370
9371 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9372
9373 Fix entry-values in C++ across CUs.
9374 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9375 lookup_minimal_symbol. Add a comment.
9376 * dwarf2read.c
9377 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9378 DW_AT_linkage_name.
9379
9380 2013-03-08 Yao Qi <yao@codesourcery.com>
9381
9382 * tracepoint.c (_initialize_tracepoint): Indent the code.
9383
9384 2013-03-08 Pedro Alves <palves@redhat.com>
9385
9386 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
9387 (parse_find_args, find_command): Change type of pattern buffer
9388 locals to 'gdb_byte *'.
9389
9390 2013-03-08 Stan Shebs <stan@codesourcery.com>
9391 Hafiz Abid Qadeer <abidh@codesourcery.com>
9392
9393 * NEWS: Mention set and show trace-buffer-size commands.
9394 Mention new packet.
9395 * target.h (struct target_ops): New method
9396 to_set_trace_buffer_size.
9397 (target_set_trace_buffer_size): New macro.
9398 * target.c (update_current_target): Set up new method.
9399 * tracepoint.c (trace_buffer_size): New global.
9400 (start_tracing): Send it to the target.
9401 (set_trace_buffer_size): New function.
9402 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9403 * remote.c (remote_set_trace_buffer_size): New function.
9404 (_initialize_remote): Use it.
9405 (QTBuffer:size) New remote command.
9406 (PACKET_QTBuffer_size): New enum.
9407 (remote_protocol_features): Add an entry for
9408 PACKET_QTBuffer_size.
9409
9410 2013-03-08 Tom Tromey <tromey@redhat.com>
9411
9412 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9413 variable.
9414
9415 2013-03-07 Pedro Alves <palves@redhat.com>
9416
9417 * target.c (target_read_stralloc, target_fileio_read_alloc):
9418 *Cast pointer to 'gdb_byte *' in target call.
9419
9420 2013-03-07 Pedro Alves <palves@redhat.com>
9421
9422 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9423 call.
9424
9425 2013-03-07 Keith Seitz <keiths@redhat.com>
9426
9427 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9428 (trace_pass_command): Likewise.
9429 * cli/cli-cmds.c: Include cli/cli-utils.h.
9430 (source_command): Use skip-spaces.
9431 (disassemble_command): Likewise.
9432 * findcmd.c: Include cli/cli-utils.h.
9433 (parse_find_args): Use skip_spaces.
9434 * go32-nat.c: Include cli/cli-utils.h.
9435 (go32_sldt): Use skip_spaces.
9436 (go32_sgdt): Likewise.
9437 (go32_sidt): Likewise.
9438 (go32_pde): Likewise.
9439 (go32_pte): Likewise.
9440 (go32_pte_for_address): Likewise.
9441 * infcmd.c: Include cli/cli-utils.h.
9442 (registers_info): Use skip_spaces.
9443 * linux-tdep.c (read_mapping): Use skip_spaces_const.
9444 (linux_info_proc): Likewise.
9445 * linux-thread-db.c: Include cli/cli-utils.h.
9446 (info_auto_load_libthread_db): Use skip_spaces_const.
9447 * m32r-rom.c: Include cli/cli-utils.h.
9448 (m32r_upload_command): Use skip_spaces.
9449 * maint.c: Include cli/cli-utils.h.
9450 (maintenance_translate_address): Use skip_spaces.
9451 * mi/mi-parse.c: Include cli/cli-utils.h.
9452 (mi_parse_argv): Use skip_spaces.
9453 (mi_parse): Likewise.
9454 * minsyms.c: Include cli/cli-utils.h.
9455 (msymbol_hash_iw): Use skip_spaces_const.
9456 * objc-lang.c: Include cli/cli-utils.h.
9457 (parse_selector): Use skip_spaces.
9458 (parse_method): Likewise.
9459 * python/python.c: Include cli/cli-utils.h.
9460 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9461 (python_command)[HAVE_PYTHON]: Likewise.
9462 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9463 * remote-m32r-sdi.c: Include cli/cli-utils.h.
9464 (m32r_load): Use skip_spaces.
9465 * serial.c: Include cli/cli-utils.h.
9466 (serial_open): Use skip_spaces_const.
9467 * stack.c: Include cli/cli-utils.h.
9468 (parse_frame_specification_1): Use skip_spaces_const.
9469 * symfile.c: Include cli/cli-utils.h.
9470 (set_ext_lang_command): Use skip_spaces.
9471 * symtab.c: Include cli/cli-utils.h.
9472 (rbreak_command): Use skip_spaces.
9473 * thread.c (thread_name_command): Use skip_spaces.
9474 * tracepoint.c (validate_actionline): Use skip_spaces.
9475 (encode_actions_1): Likewise.
9476 (trace_find_range_command): Likewise.
9477 (trace_find_outside_command): Likewise.
9478 (trace_dump_actions): Likewise.
9479
9480 2013-03-07 Pedro Alves <palves@redhat.com>
9481
9482 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9483 * expprint.c (print_subexp_standard): Likewise.
9484 * utils.c (host_char_to_target): Likewise.
9485 * valprint.c (generic_emit_char, generic_printstr): Likewise.
9486 * varobj.c (value_get_print_value): Change type of local to char*.
9487 Cast it gdb_byte * in call to language printer.
9488
9489 2013-03-07 Pedro Alves <palves@redhat.com>
9490
9491 * charset.c (struct wchar_iterator) <input>: Change type to 'const
9492 gdb_byte *'.
9493 (make_wchar_iterator): Remove cast to char*.
9494 (wchar_iterate): Change type of local.
9495
9496 2013-03-07 Pedro Alves <palves@redhat.com>
9497
9498 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9499 for 'regcache->register_status'.
9500
9501 2013-03-07 Pedro Alves <palves@redhat.com>
9502
9503 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9504 int.
9505
9506 2013-03-07 Pedro Alves <palves@redhat.com>
9507
9508 * stap-probe.c (handle_stap_probe): Add cast to char*.
9509
9510 2013-03-07 Pedro Alves <palves@redhat.com>
9511
9512 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9513 RECORD_MSGRCV>: Pass a signed variable to
9514 regcache_raw_read_signed, instead of an unsigned one.
9515
9516 2013-03-07 Pedro Alves <palves@redhat.com>
9517
9518 * remote-notif.c (notif_debug): Change type to int.
9519 * remote-notif.h (notif_debug): Likewise.
9520
9521 2013-03-07 Pedro Alves <palves@redhat.com>
9522
9523 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9524
9525 2013-03-07 Pedro Alves <palves@redhat.com>
9526
9527 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9528 * remote.h (hex2bin, bin2hex): ... here.
9529 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9530
9531 2013-03-07 Eli Zaretskii <eliz@gnu.org>
9532
9533 * utils.c (initialize_utils): Improve doc strings of "set/show
9534 width", "set/show height", and "set/show pagination".
9535
9536 2013-03-06 Keith Seitz <keiths@redhat.com>
9537
9538 * ax-gdb.c (gen_printf): Make FORMAT const.
9539 * ax-gdb.h (gen_printf): Likewise.
9540 * ax-general.c (ax_string): Make STR const.
9541 * ax.h (ax_string): Likewise.
9542
9543 2013-03-06 Doug Evans <dje@google.com>
9544
9545 * elfread.c (elf_symfile_read): Move debugging printf to more
9546 logical location.
9547
9548 2013-03-06 Pedro Alves <palves@redhat.com>
9549
9550 * python/py-utils.c (target_string_to_unicode): Delete function.
9551 * python/python-internal.h (target_string_to_unicode): Delete
9552 declaration.
9553
9554 2013-03-06 Pierre Muller <muller@sourceware.org>
9555
9556 * linespec.c (get_current_search_block): ARI fix, use (void)
9557 for empty parameter list.
9558
9559 2013-03-05 Doug Evans <dje@google.com>
9560
9561 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9562 of old ada_lookup_symbol_list. In !full_search case, don't
9563 search superblocks.
9564 (ada_lookup_symbol_list): Delete arg full_search, all callers
9565 updated. Call ada_lookup_symbol_list_worker.
9566 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9567 * ada-lang.h (ada_lookup_symbol_list): Update.
9568 * language.h (language_defn): Update comment for
9569 la_iterate_over_symbols.
9570 * linespec.c (iterate_over_file_blocks): New function.
9571 (iterate_over_all_matching_symtabs): Call it.
9572 (lookup_prefix_sym): Ditto.
9573 (get_current_search_block): New function.
9574 (get_search_block): Delete.
9575 (find_label_symbols): Call get_current_search_block.
9576 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9577 * symtab.c (iterate_over_symbols): Don't search superblocks.
9578
9579 2013-03-05 Yao Qi <yao@codesourcery.com>
9580
9581 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9582 parameter VAR's type from "unsigned int" to "int".
9583 * command.h (var_zuinteger_unlimited): Update its comments.
9584 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9585
9586 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9587
9588 * NEWS: Mention new target x86_64-*-cygwin*.
9589
9590 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9591
9592 * configure.host: Add x86_64-*-cygwin* as host.
9593 * configure.tgt: Add x86_64-*-cygwin* as target.
9594 * config/i386/cygwin64.mh: New file.
9595
9596 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9597
9598 * linespec.c (decode_line_2): Fix duplicate request off by two message.
9599
9600 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9601
9602 * linespec.c (struct linespec_canonical_name): New.
9603 (struct linespec_state): Change canonical_names type to it.
9604 (add_sal_to_sals): Change variable canonical_name to canonical. Change
9605 xrealloc element size. Initialize the different CANONICAL fields.
9606 (canonical_to_fullform): New.
9607 (filter_results): Use it. Add variables canonical, fullform and
9608 cleanup.
9609 (struct decode_line_2_item, decode_line_2_compare_items): New.
9610 (decode_line_2): Remove variables iter and item_names, add variables
9611 items and items_count. Modify the code for these new variables.
9612
9613 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
9614
9615 * coff-pe-read.c (read_pe_exported_syms): Don't return without
9616 calling do_cleanup.
9617
9618 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
9619
9620 * tracepoint.c (build_traceframe_info): Add code for byte order.
9621
9622 2013-03-02 Kevin Buettner <kevinb@redhat.com>
9623
9624 * v850-tdep.c: (v850e2_register_name): Revise system register
9625 names to match current V850E2M architecture specifications.
9626 Update register number enum comments too.
9627
9628 2013-03-01 Jiong Wang <jiwang@tilera.com>
9629 Pedro Alves <palves@redhat.com>
9630
9631 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9632 to END_ADDR.
9633 (tilegx_skip_prologue): Limit prologue analysis to section end.
9634
9635 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9636
9637 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9638 use it.
9639
9640 2013-03-01 Pedro Alves <palves@redhat.com>
9641
9642 Use gdb_byte for bytes from the program being debugged.
9643
9644 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9645 Change type of local 'buf' to gdb_byte.
9646 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9647 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9648 * cris-tdep.c (cris_sigcontext_addr)
9649 (cris_sigtramp_frame_unwind_cache): Likewise.
9650 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9651 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9652 Likewise.
9653 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9654 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9655 (hppa32_hpux_search_dummy_call_sequence)
9656 (hppa_hpux_supply_save_state): Likewise.
9657 * hppa-linux-tdep.c (insns_match_pattern)
9658 (hppa_linux_find_global_pointer): Likewise.
9659 * hppa-tdep.c (hppa_in_function_epilogue_p)
9660 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9661 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9662 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9663 (i386fbsd_collect_uthread): Likewise.
9664 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9665 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9666 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9667 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9668 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9669 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9670 (ia64_libunwind_frame_prev_register)
9671 (ia64_libunwind_sigtramp_frame_this_id)
9672 (ia64_find_global_pointer_from_dynamic_section)
9673 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9674 (ia64_unwind_pc): Likewise.
9675 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9676 * m68hc11-tdep.c (m68hc11_push_dummy_call)
9677 (m68hc11_extract_return_value): Likewise.
9678 * m68klinux-nat.c (fetch_register, store_register): Likewise.
9679 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9680 (mep_get_insn, mep_push_dummy_call): Likewise.
9681 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9682 (mips_linux_in_dynsym_stub): Likewise.
9683 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9684 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9685 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9686 to gdb_byte.
9687 * remote-mips.c (mips_set_register): Likewise.
9688 * remote-sim.c (gdbsim_fetch_register): Likewise.
9689 * score-tdep.c (score7_fetch_inst): Change type of parameter
9690 'memblock' and local 'buf' to gdb_byte.
9691 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9692 Change type of local 'buf' to gdb_byte. Adjust.
9693 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9694 to gdb_byte**.
9695 (score7_analyze_prologue): Change type of 'memblock' and
9696 'memblock_ptr' locals to gdb_byte*.
9697 * sh64-tdep.c (sh64_extract_return_value)
9698 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9699 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9700 * solib-pa64.c (pa64_solib_create_inferior_hook)
9701 (pa64_open_symbol_file_object): Remove local 'buf'.
9702 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9703 (som_open_symbol_file_object): Likewise.
9704 * solib-spu.c (spu_current_sos): Likewise.
9705 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9706 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9707 (spu_store_registers): Likewise.
9708 * target.c (debug_print_register): Likewise.
9709 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9710 * xstormy16-tdep.c (xstormy16_store_return_value)
9711 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9712 (xstormy16_find_jmp_table_entry): Likewise.
9713
9714 2013-03-01 Jiong Wang <jiwang@tilera.com>
9715
9716 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9717 (tilegx_gdbarch_init): Install it.
9718
9719 2013-02-28 Tom Tromey <tromey@redhat.com>
9720
9721 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9722 PyLong_Check.
9723
9724 2013-02-28 Doug Evans <dje@google.com>
9725
9726 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9727 * python/python.c (gdbpy_find_pc_line): Ditto.
9728
9729 2013-02-28 Tom Tromey <tromey@redhat.com>
9730
9731 * contrib/excheck.py: New file.
9732 * contrib/exsummary.py: New file.
9733 * contrib/gcc-with-excheck: New file.
9734
9735 2013-02-28 Tom Tromey <tromey@redhat.com>
9736
9737 * python/python.c (gdbpy_print_stack): Call begin_line and
9738 fprintf_filtered inside TRY_CATCH.
9739
9740 2013-02-28 Tom Tromey <tromey@redhat.com>
9741
9742 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9743 inside TRY_CATCH.
9744
9745 2013-02-28 Tom Tromey <tromey@redhat.com>
9746
9747 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9748 frame_object_to_frame_info inside TRY_CATCH.
9749
9750 2013-02-28 Tom Tromey <tromey@redhat.com>
9751
9752 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9753 TRY_CATCH.
9754
9755 2013-02-28 Tom Tromey <tromey@redhat.com>
9756
9757 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9758
9759 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
9760
9761 * windows-nat.c: Throughout, fix format strings and casts of
9762 printf-like functions to avoid type related warnings on all
9763 platforms.
9764 (handle_output_debug_string): Fetch context information address
9765 from debug string using string_to_core_addr.
9766
9767 2013-02-27 Jiong Wang <jiwang@tilera.com>
9768
9769 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9770 * regformats/reg-tilegx32.dat: New.
9771
9772 2013-02-27 Jiong Wang <jiwang@tilera.com>
9773
9774 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9775
9776 2013-02-27 Jiong Wang <jiwang@tilera.com>
9777
9778 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9779
9780 2013-02-27 Yao Qi <yao@codesourcery.com>
9781 Pedro Alves <palves@redhat.com>
9782
9783 * tracepoint.c (tfile_trace_find): For tfind
9784 pc/tp/range/outside, look for the next trace frame instead of
9785 always starting from frame 0.
9786
9787 2013-02-26 Anthony Green <green@moxielogic.com>
9788
9789 * configure.tgt: Add support for moxie-*-rtems* target.
9790
9791 2013-02-25 Pedro Alves <palves@redhat.com>
9792
9793 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9794 warning text.
9795
9796 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9797
9798 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9799 if $fp is used as the virtual frame pointer.
9800
9801 2013-02-23 Alan Modra <amodra@gmail.com>
9802
9803 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9804 symbol size.
9805 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9806 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9807 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9808 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9809
9810 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9811
9812 Code cleanup.
9813 * elfread.c (build_id_bfd_get): Make the return type const.
9814 (build_id_verify): Make the check parameter const.
9815 (build_id_to_debug_filename): Make the build_id parameter and variable
9816 data const.
9817 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9818
9819 2013-02-21 Alan Modra <amodra@gmail.com>
9820
9821 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9822
9823 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
9824
9825 Add a new method 'disassemble' to gdb.Architecture class.
9826 * python/py-arch.c (archpy_disassmble): Implementation of the
9827 new method gdb.Architecture.disassemble.
9828 (arch_object_methods): Add entry for the new method.
9829
9830 2013-02-20 Jiong Wang <jiwang@tilera.com>
9831
9832 * MAINTAINERS (Write After Approval): Add myself to the list.
9833
9834 2013-02-19 Pedro Alves <palves@redhat.com>
9835
9836 Garbage collect 'struct monitor_ops'::load_routine.
9837
9838 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9839 * monitor.c (monitor_load): No longer call
9840 current_monitor->load_routine.
9841 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9842 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9843 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9844
9845 2013-02-19 Pedro Alves <palves@redhat.com>
9846
9847 PR gdb/15161
9848
9849 Harmonize with generic_load.
9850
9851 * monitor.c: Include "readline/readline.h".
9852 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
9853 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
9854 long/strtol for the 'load_offset' local. Error out if no argument
9855 is given or if too many arguments are given. Tilde expand the
9856 passed in file name.
9857
9858 2013-02-19 Kai Tietz <ktietz@redhat.com>
9859
9860 PR gdb/15161
9861 * symfile.c (load_section_data): Change type of load_offset
9862 to CORE_ADDR.
9863 (generic_load): User strtoulst instead of strtoul for conversion
9864 of load_offset.
9865
9866 2013-02-19 Jiong Wang <jiwang@tilera.com>
9867
9868 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9869 for return address, "lr" register, saved on stack.
9870 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9871 after we invoke tilegx_analyze_prologue.
9872
9873 2013-02-19 Jiong Wang <jiwang@tilera.com>
9874
9875 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9876
9877 2013-02-19 Jiong Wang <jiwang@tilera.com>
9878
9879 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9880
9881 2013-02-19 Jiong Wang <jiwang@tilera.com>
9882
9883 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9884 (tilegx_write_pc): New function.
9885 (tilegx_cannot_reference_register): Return zero if REGNO
9886 is TILEGX_FAULTNUM_REGNUM.
9887 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9888 (tilegx_register_name): Add handling of "faultnum" register.
9889 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9890 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9891 handling of TILEGX_FAULTNUM_REGNUM.
9892 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9893
9894 2013-02-19 Jiong Wang <jiwang@tilera.com>
9895
9896 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9897 should be aligned to 64bit.
9898
9899 2013-02-19 Kai Tietz <ktietz@redhat.com>
9900
9901 * windows-nat.c (windows_xfer_memory): Fix debug-output
9902 for LLP64.
9903
9904 2013-02-19 Lei Liu <lei.liu2@windriver.com>
9905
9906 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9907 Don't check DSP register number if HAVE_DSP is not set.
9908
9909 2013-02-19 Alan Modra <amodra@gmail.com>
9910
9911 * elfread.c (struct build_id): Delete. Use struct elf_build_id
9912 throughout file instead.
9913 (build_id_bfd_get): Update to use new elf_tdata build_id field.
9914 Don't xmalloc return value.
9915 (build_id_verify): Similarly. Don't xfree.
9916 (build_id_to_debug_filename): Update.
9917 (find_separate_debug_file_by_buildid): Update, don't xfree.
9918
9919 2013-02-18 Tom Tromey <tromey@redhat.com>
9920
9921 PR gdb/15102:
9922 * dwarf2read.c (read_subrange_type): Use result of
9923 'check_typedef'.
9924
9925 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
9926
9927 * frame.c: Remove one extra white space after #include
9928 directive.
9929
9930 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9931
9932 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9933
9934 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9935
9936 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9937 and dir commands into an if block.
9938
9939 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
9940
9941 * python/py-breakpoint (struct pybp_code): Use int instead of
9942 enum type_code.
9943
9944 2013-02-15 Pedro Alves <pedro@codesourcery.com>
9945 Hafiz Abid Qadeer <abidh@codesourcery.com>
9946
9947 * NEWS: Mention new field "trace-file".
9948 * tracepoint.c (trace_status_mi): Output "trace-file" field.
9949 (tfile_open): Record the trace file's filename in the trace
9950 status.
9951 (tfile_files_info): Mention the name of the trace file.
9952 Check the "filename" field explicitely.
9953 (trace_status_command): Explicitely check "filename" field.
9954 (trace_find_command): Ditto.
9955 (trace_find_pc_command): Ditto.
9956 (trace_find_tracepoint_command): Ditto.
9957 (trace_find_line_command): Ditto.
9958 (trace_find_range_command): Ditto.
9959 (trace_find_outside_command): Ditto.
9960 * tracepoint.h (struct trace_status) <from_file>: Rename it
9961 to "filename" and make it hold the trace file's filename
9962 instead of a boolean.
9963 * remote.c (remote_get_trace_status): Initialize "filename"
9964 field with NULL instead of 0.
9965
9966 2013-02-15 Yao Qi <yao@codesourcery.com>
9967
9968 * remote.c: Fix a typo.
9969
9970 2013-02-14 Pierre Muller <muller@sourceware.org>
9971
9972 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9973
9974 2013-02-14 Pedro Alves <palves@redhat.com>
9975
9976 * utils.c (savestring): Don't #undef it. Move function to
9977 common/common-utils.c.
9978 * common/common-utils.c: Include gdb_string.h.
9979 (savestring): Move here from utils.c.
9980 * common/common-utils.h (savestring): Declare.
9981
9982 2013-02-14 Pedro Alves <palves@redhat.com>
9983
9984 * utils.c (savestring): Rename parameter 'size' to 'len'.
9985
9986 2013-02-14 Pedro Alves <palves@redhat.com>
9987 Yufeng Zhang <yufeng.zhang@arm.com>
9988
9989 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9990 (aarch64_inferior_data, struct aarch64_inferior_data):
9991 Delete.
9992 (struct aarch64_process_info): New.
9993 (aarch64_process_list): New global.
9994 (aarch64_find_process_pid, aarch64_add_process)
9995 (aarch64_process_info_get): New functions.
9996 (aarch64_inferior_data_get): Delete.
9997 (aarch64_process_info_get): New function.
9998 (aarch64_forget_process): New function.
9999 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
10000 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
10001 aarch64_get_debug_reg_state.
10002 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
10003 instead of linux_nat_iterate_watchpoint_lwps.
10004 (aarch64_linux_new_fork): New function.
10005 (aarch64_linux_child_post_startup_inferior): Use
10006 aarch64_forget_process instead of aarch64_init_debug_reg_state.
10007 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
10008 (aarch64_linux_remove_hw_breakpoint)
10009 (aarch64_handle_aligned_watchpoint)
10010 (aarch64_handle_unaligned_watchpoint)
10011 (aarch64_linux_insert_watchpoint)
10012 (aarch64_linux_remove_watchpoint)
10013 (aarch64_linux_stopped_data_address): Adjust to pass the current
10014 process id to aarch64_debug_reg_state.
10015 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
10016 linux_nat_new_fork hook, and aarch64_forget_process as
10017 linux_nat_forget_process hook; remove the call to
10018 register_inferior_data_with_cleanup.
10019
10020 2013-02-14 Pedro Alves <palves@redhat.com>
10021
10022 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
10023 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
10024 lval_memory.
10025
10026 2013-02-14 Pedro Alves <pedro@codesourcery.com>
10027 Hafiz Abid Qadeer <abidh@codesourcery.com>
10028
10029 * tracepoint.h (validate_trace_state_variable_name): Declare.
10030 * tracepoint.c (validate_trace_state_variable_name): New.
10031 (trace_variable_command): Parse the trace state variable's name
10032 without using parse_expression. Do several validations.
10033 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
10034 trace state variable's name with parse_expression. Validate it.
10035
10036 2013-02-14 Yao Qi <yao@codesourcery.com>
10037
10038 * infcmd.c (breakpoint_proceeded): Remove it.
10039
10040 2013-02-14 Yao Qi <yao@codesourcery.com>
10041
10042 * tracepoint.c (end_actions_pseudocommand): Make it static.
10043 (while_stepping_pseudocommand): Likewise.
10044 * tracepoint.h (end_actions_pseudocommand): Remove the
10045 declaration.
10046 (while_stepping_pseudocommand): Likewise.
10047
10048 2013-02-14 Yao Qi <yao@codesourcery.com>
10049
10050 * cli/cli-decode.c (help_cmd): Remove the declaration of
10051 "cmdlist".
10052 (help_all): Likewise.
10053
10054 2013-02-13 Pedro Alves <palves@redhat.com>
10055
10056 * amd64-linux-nat.c (update_debug_registers_callback):
10057 Update comment.
10058 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10059 iterate_over_lwps.
10060 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
10061 i386_debug_reg_state.
10062 (amd64_linux_new_fork): New function.
10063 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
10064 linux_nat_new_fork hook, and i386_forget_process as
10065 linux_nat_forget_process hook.
10066 * i386-linux-nat.c (update_debug_registers_callback):
10067 Update comment.
10068 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10069 iterate_over_lwps.
10070 (i386_linux_prepare_to_resume): Pass the lwp's pid to
10071 i386_debug_reg_state.
10072 (i386_linux_new_fork): New function.
10073 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
10074 linux_nat_new_fork hook, and i386_forget_process as
10075 linux_nat_forget_process hook.
10076 * i386-nat.c (i386_init_dregs): Delete.
10077 (i386_inferior_data, struct i386_inferior_data):
10078 Delete.
10079 (struct i386_process_info): New.
10080 (i386_process_list): New global.
10081 (i386_find_process_pid, i386_add_process, i386_process_info_get):
10082 New functions.
10083 (i386_inferior_data_get): Delete.
10084 (i386_process_info_get): New function.
10085 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
10086 (i386_forget_process): New function.
10087 (i386_cleanup_dregs): Rewrite.
10088 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
10089 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
10090 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10091 (i386_remove_hw_breakpoint): Adjust to pass the current process id
10092 to i386_debug_reg_state.
10093 (i386_use_watchpoints): Don't register inferior data.
10094 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
10095 adjust comment.
10096 (i386_forget_process): Declare.
10097 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
10098 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
10099 New static globals.
10100 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
10101 (add_initial_lwp): New, factored out from ...
10102 (add_lwp): ... this. Don't check the number of lwps before
10103 calling linux_nat_new_thread.
10104 (linux_nat_iterate_watchpoint_lwps): Delete.
10105 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
10106 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
10107 forks and vforks.
10108 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
10109 initial lwp.
10110 (linux_nat_kill, linux_nat_mourn_inferior): Call
10111 linux_nat_forget_process.
10112 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10113 (linux_nat_forget_process): New functions.
10114 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
10115 type.
10116 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
10117 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
10118 types.
10119 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10120 (linux_nat_forget_process): New declarations.
10121
10122 * amd64fbsd-nat.c (super_mourn_inferior): New global.
10123 (amd64fbsd_mourn_inferior): New function.
10124 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
10125 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
10126
10127 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10128
10129 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
10130 Adding _().
10131
10132 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10133
10134 * aarch64-linux-nat.c (debug_reg_change_callback)
10135 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
10136 %s and phex().
10137
10138 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10139
10140 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
10141 with LONGEST.
10142
10143 2013-02-13 Pedro Alves <palves@redhat.com>
10144 Hafiz Abid Qadeer <abidh@codesourcery.com>
10145
10146 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
10147
10148 2013-02-12 Tom Tromey <tromey@redhat.com>
10149
10150 PR symtab/11464:
10151 * c-exp.y (lex_one_token): Initialize other fields of yylval on
10152 NAME return.
10153 (classify_inner_name): Remove 'first_name' argument, add
10154 'context'. Remove unused variable.
10155 (yylex): Explicitly maintain the context type. Exit loop earlier
10156 if NAME result is seen.
10157
10158 2013-02-12 Pedro Alves <palves@redhat.com>
10159
10160 * amd64-darwin-tdep.c: Add (C) after Copyright.
10161 * cli/cli-cmds.h: Ditto.
10162 * cli/cli-decode.c: Ditto.
10163 * cli/cli-decode.h: Ditto.
10164 * cli/cli-dump.c: Ditto.
10165 * cli/cli-dump.h: Ditto.
10166 * cli/cli-interp.c: Ditto.
10167 * cli/cli-logging.c: Ditto.
10168 * cli/cli-script.c: Ditto.
10169 * cli/cli-script.h: Ditto.
10170 * cli/cli-setshow.c: Ditto.
10171 * cli/cli-setshow.h: Ditto.
10172 * cli/cli-utils.c: Ditto.
10173 * cli/cli-utils.h: Ditto.
10174 * config/alpha/nm-osf3.h: Ditto.
10175 * config/djgpp/djconfig.sh: Ditto.
10176 * config/i386/nm-fbsd.h: Ditto.
10177 * config/i386/nm-i386gnu.h: Ditto.
10178 * config/nm-linux.h: Ditto.
10179 * config/nm-nto.h: Ditto.
10180 * config/rs6000/nm-rs6000.h: Ditto.
10181 * config/sparc/nm-sol2.h: Ditto.
10182 * darwin-nat-info.c: Ditto.
10183 * dfp.c: Ditto.
10184 * dfp.h: Ditto.
10185 * gdb-demangle.h: Ditto.
10186 * i386-darwin-nat.c: Ditto.
10187 * i386-darwin-tdep.c: Ditto.
10188 * linux-fork.h: Ditto.
10189 * m32c-tdep.c: Ditto.
10190 * microblaze-linux-tdep.c: Ditto.
10191 * microblaze-rom.c: Ditto.
10192 * microblaze-tdep.c: Ditto.
10193 * microblaze-tdep.h: Ditto.
10194 * mips-linux-tdep.h: Ditto.
10195 * ppc-ravenscar-thread.c: Ditto.
10196 * ppc-ravenscar-thread.h: Ditto.
10197 * prologue-value.c: Ditto.
10198 * prologue-value.h: Ditto.
10199 * ravenscar-thread.c: Ditto.
10200 * ravenscar-thread.h: Ditto.
10201 * sparc-ravenscar-thread.c: Ditto.
10202 * sparc-ravenscar-thread.h: Ditto.
10203 * tilegx-linux-tdep.c: Ditto.
10204 * unwind_stop_reasons.def: Ditto.
10205 * windows-nat.h: Ditto.
10206 * xtensa-linux-tdep.c: Ditto.
10207 * xtensa-xtregs.c: Ditto.
10208 * regformats/regdat.sh: Ditto.
10209 * regformats/regdef.h: Ditto.
10210
10211 2013-02-12 Pedro Alves <palves@redhat.com>
10212
10213 * break-catch-sig.c: Update copyright years.
10214
10215 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
10216
10217 Add support for a destructor for ui_out data and use it to
10218 provide a ui_out destructor.
10219 * ui-out.h: Declare the new ui_out destructor.
10220 (ui_out_impl): Add a field for data destructor in ui_out_impl.
10221 * ui-out.c (default_data_destroy): Add a default data destructor
10222 which does nothing.
10223 (default_ui_out_impl): Set the new data_destroy field to
10224 default_data_destroy
10225 (uo_data_destroy): Local function which invokes the data
10226 destructor if present.
10227 (clear_table): Local function which clears the table data of a
10228 ui_out object.
10229 (ui_out_destroy): Public function which frees a ui_out object.
10230 (ui_out_table_end): Use the new clear_table function.
10231 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10232 NULL.
10233 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10234 to NULL.
10235
10236 2013-02-11 Doug Evans <dje@google.com>
10237
10238 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10239 (printf_decfloat): New function. Broken out from ui_printf.
10240 Remove unnecessary code to shift the entire format string down.
10241 (printf_pointer): New function.
10242 (ui_printf): Code to print C strings, wide C strings, decfloats,
10243 and pointers moved to separate functions.
10244
10245 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
10246
10247 * valops.c (value_assign): Handling bitfield offset in
10248 `lval_internalvar_component' case.
10249
10250 2013-02-08 Doug Evans <dje@google.com>
10251
10252 * common/format.c (parse_format_string): Fix whitespace.
10253
10254 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
10255
10256 * stack.c (return_command): Work around uninitialized variable
10257 warning.
10258
10259 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
10260
10261 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10262 number of the registers from 36 to 34.
10263
10264 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10265
10266 * NEWS: Mention new AArch64 native and target support.
10267
10268 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10269
10270 * MAINTAINERS (Write After Approval): Add myself.
10271
10272 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
10273 Marcus Shawcroft <marcus.shawcroft@arm.com>
10274 Nigel Stephens <nigel.stephens@arm.com>
10275 Yufeng Zhang <yufeng.zhang@arm.com>
10276
10277 * aarch64-linux-nat.c: New file.
10278 * config/aarch64/linux.mh: New file.
10279 * configure.host: Add AArch64.
10280 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10281
10282 2013-02-07 Doug Evans <dje@google.com>
10283
10284 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10285 disassemble command.
10286
10287 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
10288
10289 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10290 set_gdbarch_fetch_tls_load_module_address.
10291
10292 2013-02-06 David S. Miller <davem@davemloft.net>
10293
10294 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10295 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10296 * value.c (struct_return_convention): New function.
10297 (using_struct_return): Implement in terms of struct_return_convention.
10298 * value.h (struct_return_convention): Declare.
10299 * stack.c (return_command): Allow successful overriding of the return
10300 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10301
10302 2013-02-06 Tom Tromey <tromey@redhat.com>
10303
10304 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10305 outside of TRY_CATCH.
10306
10307 2013-02-06 Yao Qi <yao@codesourcery.com>
10308
10309 * mi/mi-interp.c: Include "tracepoint.h".
10310 (mi_tsv_modified): Declare.
10311 (mi_tsv_created, mi_tsv_deleted): Update declaration.
10312 (mi_interpreter_init): Call observer_attach_tsv_modified.
10313 (mi_tsv_modified): New.
10314 (mi_tsv_created, mi_tsv_deleted): Update.
10315 * tracepoint.c (trace_variable_command): Call
10316 observer_notify_tsv_modified if the initial value of tsv is
10317 changed.
10318 (delete_trace_state_variable): Call
10319 observer_notify_tsv_deleted earlier.
10320 (trace_variable_command): Caller update.
10321 (create_tsv_from_upload): Likewise.
10322 * observer.sh: Declare "struct trace_state_variable".
10323
10324 * NEWS: Mention the new MI notification "=tsv-modified".
10325
10326 2013-02-05 Doug Evans <dje@google.com>
10327
10328 * completer.c (location_completer): Fix typo in comment.
10329
10330 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10331
10332 * breakpoint.c (add_location_to_breakpoint): Insert the location with
10333 ADDRESS sorted.
10334
10335 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
10336
10337 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10338 Refactor if statement to avoid trailing || operator.
10339
10340 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
10341
10342 * NEWS: Add PowerPC FreeBSD as a new native configuration.
10343
10344 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
10345
10346 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10347 * configure.host: Add powerpc*-*-freebsd* target.
10348 * configure.tgt: Add target info for powerpc*-*-freebsd*.
10349 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10350 * config/powerpc/fbsd.mh: New file.
10351
10352 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
10353 Denys Vlasenko <dvlasenk@redhat.com>
10354 Pedro Alves <palves@redhat.com>
10355
10356 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10357 (struct elf_internal_linux_prpsinfo): Forward declare.
10358 * gdbarch.h, gdbarch.c: Regenerate.
10359 * linux-tdep.c: Include `cli/cli-utils.h'.
10360 (linux_fill_prpsinfo): New function.
10361 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
10362 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10363 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10364 depending on gdbarch pointer bitness.
10365 * ppc-linux-tdep.c: Include elf-bfd.h.
10366 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10367 on 32-bit.
10368
10369 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10370 Marcus Shawcroft <marcus.shawcroft@arm.com>
10371 Nigel Stephens <nigel.stephens@arm.com>
10372 Yufeng Zhang <yufeng.zhang@arm.com>
10373
10374 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10375
10376 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10377 Marcus Shawcroft <marcus.shawcroft@arm.com>
10378 Nigel Stephens <nigel.stephens@arm.com>
10379 Yufeng Zhang <yufeng.zhang@arm.com>
10380
10381 * aarch64-newlib-tdep.c: New file.
10382 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10383 aarch64*-*-elf.
10384 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10385 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
10386 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
10387 * osabi.c (gdb_osabi_names): Add "Newlib".
10388
10389 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10390 Marcus Shawcroft <marcus.shawcroft@arm.com>
10391 Nigel Stephens <nigel.stephens@arm.com>
10392 Yufeng Zhang <yufeng.zhang@arm.com>
10393
10394 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10395 (ALLDEPFILES): Add aarch64-linux-tdep.c.
10396 * aarch64-linux-tdep.c: New file.
10397 * aarch64-linux-tdep.h: New file.
10398 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10399 * configure.tgt: Add aarch64-none-linux-gnu.
10400
10401 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10402 Marcus Shawcroft <marcus.shawcroft@arm.com>
10403 Nigel Stephens <nigel.stephens@arm.com>
10404 Yufeng Zhang <yufeng.zhang@arm.com>
10405
10406 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10407 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10408 (ALLDEPFILES): Add aarch64-tdep.c.
10409 * aarch64-tdep.c: New file.
10410 * aarch64-tdep.h: New file.
10411 * configure.tgt: Add AArch64.
10412 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10413 (aarch64-expedite): New definition.
10414 * features/aarch64-core.xml: New file.
10415 * features/aarch64-fpu.xml: New file.
10416 * features/aarch64-without-fpu.c: New file (generated).
10417 * features/aarch64-without-fpu.xml: New file.
10418 * features/aarch64.c: New file (generated).
10419 * features/aarch64.xml: New file.
10420 * regformats/aarch64-without-fpu.dat: New file (generated).
10421 * regformats/aarch64.dat: New file (generated).
10422
10423 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10424
10425 * contrib/expect-read1.c: New file.
10426 * contrib/expect-read1.sh: New file.
10427
10428 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10429
10430 * dwarf2read.c (file_file_name): New function with code from
10431 file_full_name.
10432 (file_full_name): Move most of the code to file_file_name.
10433 (macro_start_file): Rename variable full_name to file_name and use
10434 file_file_name for it. Add comp_dir parameter to new_macro_table.
10435 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
10436 macro_source_file->filename access by macro_source_fullname call.
10437 * macroscope.c (_initialize_macroscope): Update the new_macro_table
10438 caller.
10439 * macrotab.c (struct macro_table): New field comp_dir.
10440 (macro_include): New variables link_fullname and source_fullname.
10441 Replace any macro_source_file->filename access by macro_source_fullname
10442 call.
10443 (macro_lookup_inclusion): Remove the partial filenames checking code.
10444 (check_for_redefinition): New variables source_fullname and
10445 found_key_fullname. Replace any macro_source_file->filename access by
10446 macro_source_fullname call.
10447 (macro_undef): New variables source_fullname and key_fullname. Replace
10448 any macro_source_file->filename access by macro_source_fullname call.
10449 (macro_lookup_definition): New variables retval and source_fullname.
10450 Replace any macro_source_file->filename access by macro_source_fullname
10451 call.
10452 (foreach_macro): New variable key_fullname. Replace any
10453 macro_source_file->filename access by macro_source_fullname call.
10454 (foreach_macro_in_scope): New variable datum_fullname. Replace any
10455 macro_source_file->filename access by macro_source_fullname call.
10456 (new_macro_table): Add parameter comp_dir. Initialize T with it.
10457 (macro_source_fullname): New function.
10458 * macrotab.h (struct macro_source_file): Extent the filename field
10459 comment.
10460 (new_macro_table): New parameter comp_dir, add a comment for it.
10461 (macro_source_fullname): new declaration.
10462
10463 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10464
10465 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10466 this_real_name to outer block. Use it also for
10467 compare_filenames_for_search.
10468 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
10469 with dw2_get_real_path for file_matcher, considering also
10470 BASENAMES_MAY_DIFFER.
10471 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10472
10473 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10474
10475 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10476 to the file_matcher parameter. Pass 0 to it.
10477 (dwarf2_create_include_psymtab): Copy also DIRNAME.
10478 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10479 NULL psymtab_to_fullname result.
10480 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
10481 an expected filename instead.
10482 (expand_symtabs_matching_via_partial): Add basenames parameter to the
10483 file_matcher parameter. Call also psymtab_to_fullname, after newly
10484 considering BASENAMES_MAY_DIFFER.
10485 * source.c (rewrite_source_path): Remove static.
10486 * source.h (rewrite_source_path): New declaration.
10487 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10488 the expand_symtabs_matching field. Comment it.
10489 * symtab.c (file_matches): New function comment. Add parameter
10490 basenames, implement it.
10491 (search_symbols_file_matches): Add basenames parameter. Update the
10492 file_matches caller.
10493 (search_symbols): Match FILES also against symtab_to_fullname.
10494 Optimize it for BASENAMES_MAY_DIFFER.
10495
10496 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10497
10498 * source.c (print_source_lines_base): Print for TUI also "fullname".
10499 * tui/tui-data.c (init_content_element): Change tui_locator_element
10500 field to full_name.
10501 * tui/tui-data.h (struct tui_locator_element): Likewise.
10502 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10503 tui_update_locator_filename calls to tui_update_locator_fullname.
10504 Replace symtab->filename refererence by symtab_to_fullname call.
10505 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10506 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10507 field to full_name. Replace symtab->filename refererence by
10508 symtab_to_fullname call.
10509 (tui_show_symtab_source): Rename parameter to fullname. Change
10510 tui_locator_element field to full_name.
10511 * tui/tui-stack.c: Include source.h.
10512 (tui_set_locator_filename): Rename the declaration to ...
10513 (tui_set_locator_fullname): ... here. Rename its parameter to
10514 fullname, updates its comment.
10515 (tui_set_locator_info): Rename its parameter to fullname.
10516 (tui_set_locator_filename): Rename the definition to ...
10517 (tui_set_locator_fullname): ... here. Rename its parameter to
10518 fullname, updates its comment. Change tui_locator_element field to
10519 full_name.
10520 (tui_set_locator_info): Rename its parameter to fullname.
10521 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10522 (tui_update_locator_filename): Rename to ...
10523 (tui_update_locator_fullname): ... here. Rename callee to
10524 tui_set_locator_fullname.
10525 (tui_show_frame_info): Replace symtab->filename refererence by
10526 symtab_to_fullname call.
10527 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10528 (tui_update_locator_fullname): ... here.
10529 * tui/tui-winsource.c (tui_display_main): Rename the callee to
10530 tui_update_locator_fullname. Replace symtab->filename refererence by
10531 symtab_to_fullname call.
10532 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10533 Rename the callee to tui_update_locator_fullname.
10534 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10535
10536 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10537
10538 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10539 by symtab_to_filename_for_display calls.
10540 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10541 (clear_command): New variable sal_fullname, initialize it. Replace
10542 compare_filenames_for_search by filename_cmp with sal_fullname.
10543 (say_where, update_static_tracepoint): Replace symtab->filename
10544 refererences by symtab_to_filename_for_display calls.
10545 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10546 Likewise.
10547 * dwarf2read.c: Include source.h.
10548 (fixup_go_packaging): Replace symtab->filename refererences by
10549 symtab_to_filename_for_display calls.
10550 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10551 Replace symtab->filename refererences by symtab_to_filename_for_display
10552 calls.
10553 (create_sals_line_offset, convert_linespec_to_sals): New variable
10554 fullname, initialize it, replace symtab->filename reference by the
10555 variable.
10556 * linux-fork.c: Include source.h.
10557 (info_checkpoints_command): Replace symtab->filename refererences by
10558 symtab_to_filename_for_display calls.
10559 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10560 by symtab_to_filename_for_display calls.
10561 * mdebugread.c: Include source.h.
10562 (psymtab_to_symtab_1): Replace symtab->filename refererences by
10563 symtab_to_filename_for_display calls.
10564 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10565 (mi_cmd_file_list_exec_source_files): Likewise.
10566 * printcmd.c: Include source.h.
10567 (build_address_symbolic): Replace symtab->filename refererences by
10568 symtab_to_filename_for_display calls.
10569 * psymtab.c (partial_map_symtabs_matching_filename)
10570 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10571 with psymtab_to_fullname.
10572 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10573 by symtab_to_filename_for_display calls.
10574 (stpy_get_filename): New variable filename, initialize it, use instead
10575 of symtab->filename refererences.
10576 (salpy_str): Make variable filename const char *. Replace
10577 symtab->filename refererences by symtab_to_filename_for_display calls.
10578 * skip.c: Include source.h and filenames.h.
10579 (skip_file_command): Remove const from the symtab variable. Replace
10580 symtab->filename refererences by symtab_to_fullname call.
10581 (function_name_is_marked_for_skip): New variables searched_for_fullname
10582 and fullname. Use them to search also with symtab's fullname.
10583 * source.c (find_source_lines): Replace symtab->filename refererences
10584 by symtab_to_filename_for_display calls.
10585 (print_source_lines_base): New variable filename, use it instead of
10586 symtab->filename. Replace symtab->filename refererences by
10587 symtab_to_filename_for_display calls.
10588 (line_info, forward_search_command): Replace symtab->filename
10589 refererences by symtab_to_filename_for_display calls.
10590 (reverse_search_command): Replace symtab->filename refererences by
10591 symtab_to_filename_for_display calls. New variable filename for it.
10592 * stack.c (frame_info): Likewise.
10593 * symmisc.c: Include source.h.
10594 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10595 (maintenance_info_symtabs): Replace symtab->filename refererences by
10596 symtab_to_filename_for_display calls.
10597 * symtab.c (iterate_over_some_symtabs): Call
10598 compare_filenames_for_search also with symtab_to_fullname.
10599 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10600 symtab->filename refererences by symtab_to_filename_for_display calls.
10601 (find_line_symtab): Replace symtab->filename refererences by
10602 symtab_to_filename_for_display calls.
10603 (file_matches): Replace filename_cmp by compare_filenames_for_search.
10604 (print_symbol_info): Make the last parameter const char *. New
10605 variable s_filename. Use it in the function.
10606 (symtab_symbol_info): Make the last_filename variable const char *.
10607 Replace symtab->filename refererences by symtab_to_filename_for_display
10608 calls.
10609 (rbreak_command): New variable fullname. Use it. Replace
10610 symtab->filename refererence by symtab_to_filename_for_display call.
10611 * tracepoint.c (set_traceframe_context, trace_find_line_command)
10612 (print_one_static_tracepoint_marker): Replace symtab->filename
10613 refererences by symtab_to_filename_for_display calls.
10614 * tui/tui-source.c (tui_set_source_content): New variables filename and
10615 s_filename. Replace symtab->filename refererences by this variable.
10616 Replace other symtab->filename refererences by
10617 symtab_to_filename_for_display calls.
10618
10619 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10620 Jan Kratochvil <jan.kratochvil@redhat.com>
10621
10622 Add a new variable that controls a way in which filenames are
10623 displayed.
10624 * NEWS (set filename-display): New entry.
10625 * source.c (filename_display_basename, filename_display_relative)
10626 (filename_display_absolute, filename_display_kind_names)
10627 (filename_display_string, show_filename_display_string)
10628 (symtab_to_filename_for_display): New.
10629 (_initialize_source): Added initialization of 'filename-display'
10630 variable.
10631 * source.h (symtab_to_filename_for_display): Added declaration.
10632 * stack.c (print_frame): Added new variable and calling of a new
10633 function and condition with this variable. Changed third argument of
10634 calling of a function.
10635
10636 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10637
10638 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10639 Rename field reference filename to fullname.
10640 * tui/tui-data.h (struct tui_source_info): Rename field filename to
10641 fullname. New comment for it.
10642 * tui/tui-source.c (tui_set_source_content): Rename field reference
10643 filename to fullname. Initialize field by symtab_to_fullname now.
10644 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10645 reference filename to fullname. Use symtab_to_fullname during
10646 comparison.
10647
10648 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10649
10650 Code cleanup.
10651 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10652 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
10653 filename to fullname. Rename variable this_name to this_fullname.
10654 Lowercase FILENAME_CMP call.
10655 (dw2_find_symbol_file): New comment for the returned string.
10656 (dwarf2_gdb_index_functions): Rename the function to
10657 dw2_expand_symtabs_with_fullname.
10658 * psymtab.c (read_psymtabs_with_filename): Rename to ...
10659 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
10660 fullname.
10661 (psym_functions): Rename the function to read_psymtabs_with_fullname.
10662 * symfile.h (struct quick_symbol_functions): Rename field
10663 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10664 parameter filename to fullname. Document returned string meaning for
10665 find_symbol_file.
10666 * symtab.c (find_line_symtab): Rename the called function to
10667 expand_symtabs_with_fullname.
10668
10669 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10670
10671 Code cleanup.
10672 * breakpoint.c (clear_command): Remove variable is_abs, unify the
10673 call of filename_cmp with compare_filenames_for_search.
10674 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10675 is_abs, unify the call of FILENAME_CMP with
10676 compare_filenames_for_search. New gdb_asserts for real_path and name.
10677 Unify the call of compare_filenames_for_search with FILENAME_CMP.
10678 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10679 * symfile.h (struct quick_symbol_functions): Extend the comment for
10680 map_symtabs_matching_filename.
10681 * symtab.c (compare_filenames_for_search): Remove the function comment
10682 relative path requirement. Handle absolute filenames, with a comment.
10683 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10684 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
10685 real_path and name. Unify the call of compare_filenames_for_search
10686 with FILENAME_CMP.
10687 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10688
10689 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10690
10691 Code cleanup.
10692 * breakpoint.c (print_breakpoint_location): Replace bp_location field
10693 source_file references by symtab field references. Remove variables
10694 sal and fullname.
10695 (momentary_breakpoint_from_master, add_location_to_breakpoint):
10696 (clear_command, say_where): Replace bp_location field source_file
10697 references by symtab field references.
10698 (bp_location_dtor): Remove the source_file reference.
10699 (update_static_tracepoint): Replace bp_location field source_file
10700 references by symtab field references.
10701 (breakpoint_free_objfile): New function.
10702 * breakpoint.h (struct bp_location): Extend the comment for line_number.
10703 Replace the field source_file by field symtab, extend its comment.
10704 (breakpoint_free_objfile): New declaration.
10705 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10706 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10707 field source_file references by symtab field references.
10708
10709 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10710
10711 Replace xfullpath calls by gdb_realpath calls.
10712 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10713 function comment.
10714 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10715 Remove it from the iterate_over_some_symtabs call.
10716 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10717 Remove it from the dw2_map_expand_apply calls, remove a block handling
10718 it.
10719 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10720 Remove it from the iterate_over_some_symtabs call.
10721 (partial_map_symtabs_matching_filename): Remove parameter full_path.
10722 Remove it from the partial_map_expand_apply calls, remove a block
10723 handling it. Drop gdb_realpath call and cleanups from the real_path
10724 handling.
10725 * source.c (openp): Drop the comment part about xfullpath. Replace
10726 xfullpath calls by gdb_realpath calls.
10727 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10728 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10729 from method map_symtabs_matching_filename and its comment.
10730 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10731 gdb_realpath call.
10732 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10733 remove it also from the function comment, remove a block handling it.
10734 Drop gdb_realpath call and cleanups from the real_path handling.
10735 (iterate_over_symtabs): Drop variable full_path and its use.
10736 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10737 * utils.c (xfullpath): Remove.
10738 * utils.h (xfullpath): Remove.
10739
10740 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
10741
10742 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10743 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10744 (ALLDEPFILES): Add ppc64-tdep.c.
10745 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10746 ppc64-tdep.o to gdb_target_obs.
10747 * ppc64-tdep.h: New file.
10748 * ppc64-tdep.c: New file.
10749 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10750 ppc-linux-tdep.c to here.
10751 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10752 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10753 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10754 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10755 from ppc-linux-tdep.c to here.
10756 (ppc64_convert_from_func_ptr_addr): Rename from
10757 ppc64_linux_convert_from_func_ptr_addr to
10758 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10759 here.
10760 * rs6000-tdep.c:
10761 (read_insn): Move from ppc-linux-tdep.c to here.
10762 (insns_match_pattern, insn_d_field, insn_ds_field): Move
10763 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10764 * ppc-linux-tdep.c: Include ppc64-tdep.h.
10765 Removed above functions.
10766 (ppc_linux_init_abi): Adjust.
10767
10768 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10769
10770 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10771
10772 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10773
10774 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10775
10776 2013-02-01 Pedro Alves <palves@redhat.com>
10777
10778 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10779 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10780
10781 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10782
10783 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10784 files with no separate debug info.
10785 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10786 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10787 only for files with no separate debug info.
10788
10789 2013-01-31 Tom Tromey <tromey@redhat.com>
10790
10791 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10792 change type.
10793 (struct jit_program_space_data): Rename from jit_inferior_data.
10794 Update comments.
10795 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10796 Change return type. Attach data to program space.
10797 (jit_program_space_data_cleanup): Rename from
10798 jit_inferior_data_cleanup; change argument type.
10799 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10800 change type.
10801 (jit_register_code): Update.
10802 (jit_update_inferior_cache): Remove.
10803 (jit_breakpoint_deleted): Get jit data from the location's program
10804 space.
10805 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10806 'ps_data', change type.
10807 (jit_inferior_init, jit_breakpoint_re_set_internal)
10808 (jit_event_handler): Update.
10809 (free_objfile_data): Get data from objfile's program space.
10810 (_initialize_jit): Update.
10811
10812 2013-01-31 Tom Tromey <tromey@redhat.com>
10813
10814 PR gdb/13987:
10815 * jit.c (struct jit_inferior_data) <cached_code_address,
10816 jit_breakpoint>: New fields.
10817 (jit_breakpoint_re_set_internal): Fix logging. Only create
10818 breakpoint if cached address has changed.
10819 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10820 functions.
10821 (_initialize_jit): Register breakpoint deleted observer.
10822
10823 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10824
10825 * infrun.c (handle_syscall_event): Remove unused gdbarch.
10826 (save_infcall_suspend_state): Ifdef out unused inf.
10827 (restore_infcall_suspend_state): Ifdef out unused inf.
10828 * jit.c (jit_register_code): Remove unused i, b, inf_data.
10829 (jit_frame_sniffer): Remove unused inf_data.
10830
10831 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10832
10833 * c-exp.y (classify_inner_name): Remove unused type.
10834 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10835 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10836 need_escape.
10837 (c_get_string): Remove unused kind.
10838 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10839
10840 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10841
10842 * charset.c (intermediate_encoding): Remove unused i.
10843 * completer.c (signal_completer): Remove unused i.
10844 * continuations.c (discard_my_continuations_1): Remove unused
10845 continuation_ptr.
10846 * corelow.c (core_close): Remove unuseD name.
10847 (get_core_siginfo): Remove unused pid.
10848 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10849 i, cps.
10850 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10851 (loclist_describe_location): Remove unused first.
10852 * event-top.c (command_line_handler): Remove unused got_eof.
10853 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10854 (resize_section_table): Remove unused old_value.
10855 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10856 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10857 * i386-tdep.c (i386_process_record): Remove unused rex.
10858 * infcmd.c (get_return_value): Remove unused uiout.
10859 * jv-lang.c (type_from_class): Remove unused is_array.
10860 * jv-valprint.c (java_val_print): Remove unused i.
10861 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10862 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10863 * m2-typeprint.c (m2_print_type): Remove unused code.
10864 * macroexp.c (get_character_constant): Remove unused body_start.
10865 (macro_stringify): Remove unused result.
10866 * objc-lang.c (find_methods): Remove unused gdbarch.
10867 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10868 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10869 * stack.c (print_frame_args): Remove unused summary.
10870 * thread.c (thread_apply_command): Remove unused p.
10871 * valarith.c (value_x_unop): Remove unused mangle_ptr.
10872 * valops.c (search_struct_method): Remove unused skip.
10873 * valprint.c (generic_val_print): Remove unused byte_order.
10874 * varobj.c (varobj_update): Remove unused changed.
10875 * cli/cli-cmds.c (complete_command): Remove unused next_item.
10876 (alias_command): Remove unused c.
10877 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10878 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10879 format.
10880 (mi_cmd_data_write_memory): Remove unused word_format.
10881 (mi_cmd_data_write_memory_bytes): Remove unused r.
10882 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10883 p_start, p_end.
10884 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10885 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10886 line_width.
10887
10888 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10889
10890 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10891 * symtab.c (iterate_over_symtabs): Remove unused s.
10892 (find_pc_sect_symtab): Remove unused pspAce.
10893 (find_pc_sect_line): Remove unused alt_symtab.
10894 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10895 (completion_list_add_name): Remove unused newsize.
10896
10897 2013-01-31 Tom Tromey <tromey@redhat.com>
10898
10899 PR c++/14998:
10900 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10901 TYPE_CODE_FUNC.
10902
10903 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10904
10905 * target.c (target_read_string): Remove unused origlen.
10906
10907 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10908
10909 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10910 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10911 * ax-general.c (ax_print): Remove unused is_float.
10912 * blockframe.c (block_innermost_frame): Remove unused start, end.
10913 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10914
10915 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10916
10917 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10918 (svr4_read_so_list): Remove unused lmo.
10919 * solib-target.c (solib_target_relocate_section_addresses): Remove
10920 unused flags.
10921
10922 2013-01-30 Tom Tromey <tromey@redhat.com>
10923
10924 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10925
10926 2013-01-30 Tom Tromey <tromey@redhat.com>
10927
10928 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10929 * utils.c (gnu_debuglink_crc32): Remove.
10930 * utils.h (gnu_debuglink_crc32): Don't declare.
10931
10932 2013-01-30 Tom Tromey <tromey@redhat.com>
10933
10934 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10935 (read_structure_type, read_enumeration_type): Remove cast.
10936
10937 2013-01-30 Tom Tromey <tromey@redhat.com>
10938
10939 * dwarf2read.c (read_namespace_type): Remove cast.
10940 (read_typedef): Likewise.
10941
10942 2013-01-29 Tom Tromey <tromey@redhat.com>
10943
10944 * dwarf2read.c (free_dwo_file): Remove assert.
10945
10946 2013-01-29 Tom Tromey <tromey@redhat.com>
10947
10948 * value.c (deprecated_set_value_modifiable): Remove.
10949 * value.h (deprecated_set_value_modifiable): Remove.
10950
10951 2013-01-28 Doug Evans <dje@google.com>
10952
10953 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10954 to addresses from dwo files.
10955
10956 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
10957
10958 * valops.c (find_overload_match): Remove unused argument 'lax'.
10959 * value.h: Remove unused argument 'lax' from the declaration of
10960 find_overload_match.
10961 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10962 to find_overload_match.
10963 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10964 argument to find_overload_match.
10965
10966 2013-01-25 Tom Tromey <tromey@redhat.com>
10967
10968 * dwarf2read.c (processing_has_namespace_info): Remove.
10969 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10970 (process_die, read_func_scope, dwarf2_start_symtab)
10971 (new_symbol_full): Update.
10972
10973 2013-01-25 Tom Tromey <tromey@redhat.com>
10974
10975 * cp-namespace.c (cp_set_block_scope): Remove.
10976 * cp-support.h (cp_set_block_scope): Remove.
10977 * dbxread.c: Include block.h.
10978 (cp_set_block_scope): New function.
10979 (process_one_symbol): Update.
10980 * dwarf2read.c (read_func_scope): Use block_set_scope.
10981
10982 2013-01-25 Pedro Alves <palves@redhat.com>
10983
10984 * remote.c (add_current_inferior_and_thread): Tweak comment.
10985
10986 2013-01-25 Tom Tromey <tromey@redhat.com>
10987
10988 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10989 (cp_add_using_directive): Add 'copy_names' argument.
10990 * cp-support.h (cp_add_using_directive): Update.
10991 (struct using_direct) <import_src, import_dest, alias,
10992 declaration>: Now const.
10993 * dwarf2read.c (read_import_statement): Use obconcat.
10994 Don't copy names passed to cp_add_using_directive.
10995
10996 2013-01-25 Tom Tromey <tromey@redhat.com>
10997
10998 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10999
11000 2013-01-25 Pedro Alves <palves@redhat.com>
11001
11002 * remote.c (stop_reply_extract_thread): New.
11003 (add_current_inferior_and_thread): New parameter 'wait_status'.
11004 Handle it.
11005 (remote_start_remote): Pass wait status to
11006 add_current_inferior_and_thread.
11007 (extended_remote_run): Update comment.
11008 (extended_remote_create_inferior_1): Pass wait status to
11009 add_current_inferior_and_thread.
11010
11011 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
11012 Ulrich Weigand <uweigand@de.ibm.com>
11013
11014 * valarith.c (value_vector_widen): New function for replicating a
11015 scalar into a vector.
11016 (value_binop): Use value_vector_widen to widen scalar to vector
11017 rather than casting, this better matches gcc C behaviour.
11018 * valops.c (value_casst): Update logic for casting between vector
11019 types, and for casting from scalar to vector, try to match gcc C
11020 behaviour.
11021 * value.h (value_vector_widen): Declare.
11022 * opencl-lang.c (opencl_value_cast): New opencl specific casting
11023 function, handle special case for casting scalar to vector.
11024 (opencl_relop): Use opencl_value_cast.
11025 (evaluate_subexp_opencl): Use opencl_value_cast instead of
11026 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
11027 in order to use opencl_value_cast.
11028
11029 2013-01-25 Yao Qi <yao@codesourcery.com>
11030
11031 * event-loop.c: Include "queue.h".
11032 (gdb_event_p): New typedef.
11033 (DECLARE_QUEUE_P): Use.
11034 (DEFINE_QUEUE_P): Use.
11035 (async_queue_event): Remove.
11036 (gdb_event_xfree): New.
11037 (initialize_event_loop): New.
11038 (process_event): Use QUEUE macros.
11039 (event_queue): Remove.
11040 (gdb_wait_for_event): Caller update.
11041 (check_async_event_handlers): Likewise.
11042 (poll_timers): Likewise.
11043 * event-loop.h (initialize_event_loop): Declare.
11044 * event-loop.c (gdb_event_xfree): New.
11045 * top.c (gdb_init): Call initialize_event_loop.
11046
11047 2013-01-25 Yao Qi <yao@codesourcery.com>
11048
11049 * event-loop.c (async_queue_event): Remove one parameter
11050 'position'. Remove code handling 'position' == TAIL.
11051 (gdb_wait_for_event): Caller update.
11052 (check_async_event_handlers): Caller update.
11053 (poll_timers): Caller update.
11054 * event-loop.h (enum queue_position): Remove.
11055
11056 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
11057
11058 * MAINTAINERS: Update my email.
11059
11060 2013-01-25 Yao Qi <yao@codesourcery.com>
11061
11062 * main.c (print_gdb_help): Remove "--epoch" from the help
11063 message.
11064
11065 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
11066
11067 * symtab.c (skip_prologue_using_sal): Consider a file
11068 change the same as an increased line number
11069
11070 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11071
11072 * MAINTAINERS (Write After Approval): Add myself to the list.
11073
11074 2013-01-24 Tom Tromey <tromey@redhat.com>
11075
11076 * ada-lang.h (ada_decode_symbol): Make return type const.
11077 * ada-lang.c (ada_decode_symbol): Likewise.
11078
11079 2013-01-23 Doug Evans <dje@google.com>
11080
11081 * linespec.c (find_linespec_symbols): Make static.
11082
11083 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
11084
11085 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
11086 type on float conversion for complex type.
11087
11088 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
11089
11090 Add a new class gdb.Architecture which exposes GDB's
11091 internal representation of architecture via GDB Python API.
11092 * Makefile.in: Add entries corresponding to the new file
11093 python/py-arch.c.
11094 * NEWS (Python Scripting): Add entries for the new class
11095 gdb.Architecture and the new method gdb.Frame.architecture.
11096 * python/py-arch.c: Implement gdb.Architecture class.
11097 * python/py-frame.c (frapy_arch): Implement the method
11098 gdb.Frame.architecture().
11099 (frame_object_methods): Add 'architecture' to the method table.
11100 * python/python-internal.h: Add declarations of new utility
11101 functions.
11102 * python/python.c (_initialize_python): Initialize
11103 gdb.Architecture class.
11104
11105 2013-01-23 Doug Evans <dje@google.com>
11106
11107 Work around binutils/15021.
11108 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
11109 type_unit_group out of union s. All uses updated.
11110 (read_index_from_section): Watch for index version 8.
11111 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
11112 an imported symtab.
11113 (write_psymtabs_to_index): Increment version number to 8.
11114
11115 2013-01-22 Pedro Alves <palves@redhat.com>
11116
11117 * annotate.c (breakpoint_changed): Skip if breakpoint is not
11118 user-visible.
11119
11120 2013-01-22 Pedro Alves <palves@redhat.com>
11121
11122 * annotate.c (annotate_breakpoints_changed): Rename to ...
11123 (annotate_breakpoints_invalid): ... this. Make static.
11124 (breakpoint_changed): Adjust.
11125 (_initialize_annotate): Always install the observers. Install a
11126 "breakpoint_created" observer.
11127 * annotate.h (annotate_breakpoints_changed): Delete declaration.
11128 * breakpoint.c (set_breakpoint_condition)
11129 (breakpoint_set_commands, do_map_commands_command)
11130 (init_raw_breakpoint, clear_command, set_ignore_count)
11131 (enable_breakpoint_disp): No longer call
11132 annotate_breakpoints_changed.
11133
11134 2013-01-22 Pedro Alves <palves@redhat.com>
11135
11136 * annotate.c: Include "inferior.h".
11137 (frames_invalid_emitted)
11138 (breakpoints_invalid_emitted): New globals.
11139 (async_background_execution_p): New function.
11140 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
11141 emitting the annotation if it has already been emitted.
11142 (annotate_display_prompt): New function.
11143 * annotate.h (annotate_display_prompt): New declaration.
11144 * event-top.c: Include annotate.h.
11145 (display_gdb_prompt): Call annotate_display_prompt.
11146
11147 2013-01-22 Pedro Alves <palves@redhat.com>
11148
11149 * annotate.c (ignore_count_changed): Delete.
11150 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
11151 (annotate_ignore_count_change): Delete.
11152 (annotate_stopped): Don't emit a delayed breakpoints-changed
11153 annotation.
11154 * annotate.h (annotate_ignore_count_change): Delete.
11155 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
11156 annotate_ignore_count_change.
11157
11158 2013-01-22 Tom Tromey <tromey@redhat.com>
11159
11160 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
11161 require_rvalue for a register location.
11162
11163 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
11164
11165 * breakpoint.c (print_one_breakpoint_location): Add MI
11166 field 'thread-groups' when printing a breakpoint.
11167 (output_thread_groups): New function.
11168
11169 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
11170
11171 * python/lib/gdb/commands/explore.py
11172 (CompoundExplorer.explore_expr): Correct the name of a method
11173 being invoked.
11174 (ExploreTypeCommand.invoke): Add a missing 'return'.
11175
11176 2013-01-21 Tom Tromey <tromey@redhat.com>
11177
11178 * gdb_obstack.h (obconcat): Move declaration here, from...
11179 * symfile.h (obconcat): ... here.
11180 * gdb_obstack.c: New file.
11181 (obconcat): Move from...
11182 * symfile.c (obconcat): ... here.
11183 * Makefile.in (SFILES): Add gdb_obstack.c.
11184 (COMMON_OBS): Add gdb_obstack.o.
11185
11186 2013-01-21 Tom Tromey <tromey@redhat.com>
11187
11188 * symfile.h (obsavestring): Don't declare.
11189 * symfile.c (obsavestring): Remove.
11190 * ada-exp.y: Use obstack_copy0, not obsavestring.
11191 * ada-lang.c: Use obstack_copy0, not obsavestring.
11192 * coffread.c: Use obstack_copy0, not obsavestring.
11193 * cp-namespace.c: Use obstack_copy0, not obsavestring.
11194 * dbxread.c: Use obstack_copy0, not obsavestring.
11195 * dwarf2read.c: Use obstack_copy0, not obsavestring.
11196 * jit.c: Use obstack_copy0, not obsavestring.
11197 * mdebugread.c: Use obstack_copy0, not obsavestring.
11198 * psymtab.c: Use obstack_copy0, not obsavestring.
11199 * stabsread.c: Use obstack_copy0, not obsavestring.
11200 * xcoffread.c: Use obstack_copy0, not obsavestring.
11201
11202 2013-01-21 Tom Tromey <tromey@redhat.com>
11203
11204 * dwarf2read.c (fixup_go_packaging): Save package name
11205 on objfile obstack.
11206 * gdbtypes.c (init_type): Don't copy name.
11207
11208 2013-01-21 Tom Tromey <tromey@redhat.com>
11209
11210 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11211 const.
11212 (struct attribute) <u.str>: Now const.
11213 (struct fnfieldlist) <name>: Now const.
11214 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11215 (partial_die_parent_scope): Make return type const.
11216 (partial_die_full_name, add_partial_symbol): Update.
11217 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11218 'name' const.
11219 (find_file_and_directory): Make 'name' and 'comp_dir' const.
11220 (read_file_scope, read_func_scope, dwarf2_add_field)
11221 (dwarf2_add_member_fn, read_structure_type)
11222 (process_enumeration_scope, read_array_type, read_module_type)
11223 (read_base_type, read_subrange_type): Update.
11224 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11225 (new_symbol_full, guess_full_die_structure_name): Update.
11226 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
11227 (dwarf2_name): Return const type.
11228 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11229 const.
11230
11231 2013-01-21 Tom Tromey <tromey@redhat.com>
11232
11233 * gdbtypes.c (init_type): Make 'name' const.
11234 * gdbtypes.h (init_type): Update.
11235
11236 2013-01-21 Tom Tromey <tromey@redhat.com>
11237
11238 * buildsym.c (patch_subfile_names): Use set_last_source_file.
11239 (start_symtab): Make 'name' and 'dirname' const. Use
11240 set_last_source_file.
11241 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11242 (last_source_file): Define. Now static.
11243 (set_last_source_file, get_last_source_file): New functions.
11244 * buildsym.h (last_source_file): Don't declare.
11245 (start_symtab): Update.
11246 (set_last_source_file, get_last_source_file): Declare.
11247 * coffread.c (complete_symtab): Use set_last_source_file.
11248 (coff_end_symtab): Likewise.
11249 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11250 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11251 set_last_source_file.
11252 (process_one_symbol): Use get_last_source_file.
11253 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11254 (psymtab_to_symtab_1): Use get_last_source_file.
11255 * xcoffread.c (process_linenos): Use get_last_source_file.
11256 (complete_symtab): Use set_last_source_file.
11257 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11258 (scan_xcoff_symtab): Use set_last_source_file.
11259
11260 2013-01-21 Tom Tromey <tromey@redhat.com>
11261
11262 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11263 (symbol_set_names): Remove casts. Handle field const-ness.
11264
11265 2013-01-21 Tom Tromey <tromey@redhat.com>
11266
11267 * dwarf2read.c (new_symbol_full): Remove cast.
11268 * symtab.c (symbol_set_demangled_name): Make 'name' const.
11269 * symtab.h (symbol_set_demangled_name): Update.
11270
11271 2013-01-21 Tom Tromey <tromey@redhat.com>
11272
11273 * main.c (captured_main): Call bfd_init.
11274
11275 2013-01-21 Tom Tromey <tromey@redhat.com>
11276
11277 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11278 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11279 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11280 * NEWS: Update.
11281
11282 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11283
11284 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11285
11286 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11287
11288 Fix gdb.fortran/common-block.exp crash in PIE mode.
11289 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11290 LOC_COMMON_BLOCK.
11291 * f-valprint.c (info_common_command_for_block): Expect
11292 LOC_COMMON_BLOCK in gdb_assert.
11293 * symtab.h (struct general_symbol_info): Update comment for the
11294 common_block member.
11295 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11296 (enum address_class): New member LOC_COMMON_BLOCK.
11297
11298 2013-01-18 David Blaikie <dblaikie@gmail.com>
11299
11300 * MAINTAINERS (Write After Approval): Add "David Blaikie".
11301
11302 2013-01-18 Tom Tromey <tromey@redhat.com>
11303
11304 PR c++/14999:
11305 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11306 Call require_rvalue.
11307
11308 2013-01-18 Yao Qi <yao@codesourcery.com>
11309
11310 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11311 (dbx_read_symtab): New declaration.
11312 (dbx_psymtab_to_symtab): Delete.
11313 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11314 Rename parameter PST to SELF. Exchanged two parameters.
11315 (start_psymtab): Caller update.
11316 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11317 (dwarf2_read_symtab): New declaration.
11318 (dwarf2_psymtab_to_symtab): Delete.
11319 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11320 Rename parameter PST to SELF. Exchanged two parameters.
11321 (create_partial_symtab): Caller update.
11322 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11323 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11324 Rename parameter PST to SELF. Exchanged two parameters.
11325 (parse_partial_symbols, new_psymtab): Caller update.
11326 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11327 two parameters.
11328 * psymtab.c (psymtab_to_symtab): Caller update.
11329 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11330 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11331 Rename parameter PST to SELF. Exchanged two parameters.
11332 (xcoff_start_psymtab): Caller update.
11333
11334 2013-01-18 Yao Qi <yao@codesourcery.com>
11335
11336 * infrun.c (proceed): Rename local variable 'oneproc' to
11337 'force_step'.
11338
11339 2013-01-17 Doug Evans <dje@google.com>
11340
11341 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11342 (dw2_build_type_unit_groups): Delete. All uses updated.
11343
11344 * symtab.h (struct symbol_search): Add comment.
11345
11346 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11347
11348 * symtab.c (compare_filenames_for_search): New comment for
11349 HAS_DRIVE_SPEC.
11350
11351 2013-01-17 Tom Tromey <tromey@redhat.com>
11352
11353 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11354
11355 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11356
11357 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11358 initialize it by existing make_cleanup. Call new do_cleanups.
11359
11360 2013-01-17 Tom Tromey <tromey@redhat.com>
11361
11362 * cp-abi.c (cp_abi_completer): New function.
11363 (_initialize_cp_abi): Set completer for "set cp-abi".
11364
11365 2013-01-17 Tom Tromey <tromey@redhat.com>
11366
11367 * mem-break.c: Remove obsolete comment.
11368 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11369
11370 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11371
11372 * jit.c (jit_reader_load_command): Interpret the jit reader name
11373 as an absolute path if it begins with a forward slash.
11374
11375 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11376
11377 PR gdb/14550
11378
11379 * jit.c (finalize_symtab): Ensure that only the global block has a
11380 NULL superblock.
11381
11382 2013-01-17 Pedro Alves <palves@redhat.com>
11383
11384 * acinclude.m4: Include ../config/plugins.m4,
11385 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
11386 * Makefile.in (aclocal_m4_deps): Update.
11387 * aclocal.m4: Renegerate.
11388
11389 2013-01-16 Doug Evans <dje@google.com>
11390
11391 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
11392
11393 2013-01-16 Pedro Alves <palves@redhat.com>
11394 Tom Tromey <tromey@redhat.com>
11395
11396 PR cli/7221:
11397 * NEWS: Add "catch signal".
11398 * breakpoint.c (base_breakpoint_ops): No longer static.
11399 (bpstat_explains_signal): New function.
11400 (init_catchpoint): No longer static.
11401 (base_breakpoint_explains_signal): New function.
11402 (base_breakpoint_ops): Initialize new field.
11403 * breakpoint.h (enum bpstat_signal_value): New.
11404 (struct breakpoint_ops) <explains_signal>: New field.
11405 (bpstat_explains_signal): Remove macro, declare as function.
11406 (base_breakpoint_ops, init_catchpoint): Declare.
11407 * break-catch-sig.c: New file.
11408 * inferior.h (signal_catch_update): Declare.
11409 * infrun.c (signal_catch): New global.
11410 (handle_syscall_event): Update for change to
11411 bpstat_explains_signal.
11412 (handle_inferior_event): Likewise. Always handle random signals
11413 via bpstats.
11414 (signal_cache_update): Check signal_catch.
11415 (signal_catch_update): New function.
11416 (_initialize_infrun): Initialize signal_catch.
11417 * Makefile.in (SFILES): Add break-catch-sig.c.
11418 (COMMON_OBS): Add break-catch-sig.o.
11419
11420 2013-01-16 Tom Tromey <tromey@redhat.com>
11421
11422 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11423 (print_one_catch_solib, print_one_catch_syscall)
11424 (print_one_catch_exec, print_one_exception_catchpoint): Emit
11425 "catch-type".
11426
11427 2013-01-16 Yao Qi <yao@codesourcery.com>
11428
11429 * printcmd.c (current_display_number): Make it static.
11430
11431 2013-01-16 Yao Qi <yao@codesourcery.com>
11432
11433 * infcmd.c (step_once): Don't check '!single_inst' as it was
11434 checked before.
11435
11436 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11437
11438 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11439
11440 2013-01-14 Tom Tromey <tromey@redhat.com>
11441
11442 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11443 set command.
11444 * command.h (add_setshow_string_noescape_cmd): Update.
11445 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11446 (complete_set_gnutarget): New function.
11447 (_initialize_core): Set the "set gnutarget" completer.
11448
11449 2013-01-14 Tom Tromey <tromey@redhat.com>
11450
11451 PR symtab/14442:
11452 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11453 (c_type_print_modifier): Likewise.
11454 * dwarf2read.c (read_tag_restrict_type): New function.
11455 (read_type_die_1): Handle DW_TAG_restrict_type.
11456 * gdbtypes.c (make_restrict_type): New function.
11457 (recursive_dump_type): Handle TYPE_RESTRICT.
11458 * gdbtypes.h (enum type_flag_values): Renumber.
11459 (enum type_instance_flag_value): Add
11460 TYPE_INSTANCE_FLAG_RESTRICT.
11461 (TYPE_RESTRICT): New macro.
11462 (make_restrict_type): Declare.
11463
11464 2013-01-14 Tom Tromey <tromey@redhat.com>
11465
11466 PR symtab/14931:
11467 * psymtab.c (struct psymtab_state): New.
11468 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11469 functions.
11470 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11471 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11472
11473 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
11474 Pedro Alves <palves@redhat.com>
11475
11476 PR remote/14786
11477
11478 * remote.c (remote_threads_info): Make a copy of the reply from
11479 qfThreadInfo and use that instead of rs->buf.
11480
11481 2013-01-14 Yao Qi <yao@codesourcery.com>
11482
11483 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11484 (dbx_psymtab_to_symtab): Likewise.
11485 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11486 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11487 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11488
11489 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11490
11491 * parse.c (parse_exp_in_context): New variable inner_chain. Call
11492 make_cleanup_restore_current_language. Call set_language. Move
11493 OLD_CHAIN and INNER_CHAIN cleanups.
11494 * utils.c (do_restore_current_language)
11495 (make_cleanup_restore_current_language): New functions.
11496 * utils.h (make_cleanup_restore_current_language): New declaration.
11497
11498 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11499
11500 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11501 non-existing files.
11502
11503 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11504 non-existing files if FILENAME is already absolute.
11505
11506 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11507
11508 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11509 fputs_filtered. Append trailing newline.
11510
11511 2013-01-11 Yao Qi <yao@codesourcery.com>
11512 Stan Shebs <stan@codesourcery.com>
11513
11514 * psymtab.c (init_psymbol_list): Clarify the comment.
11515
11516 2013-01-11 Yao Qi <yao@codesourcery.com>
11517
11518 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11519 (update_dprintf_command_list): Assert that 'printf_line' is
11520 non-null. Remove condition check.
11521
11522 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11523
11524 Code cleanup.
11525 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11526 type const char *.
11527 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11528 const char *.
11529 * tui/tui-source.h (tui_source_is_displayed): Likewise.
11530
11531 2013-01-09 Anthony Green <green@moxielogic.com>
11532
11533 * cp-abi.c (cplus_print_vtable): Don't return value from void
11534 function.
11535 * ada-lang.c (re_set_catch_assert): Ditto.
11536
11537 2013-01-09 Doug Evans <dje@google.com>
11538
11539 * symfile.h (quick_symbol_functions): Delete member
11540 pre_expand_symtabs_matching. All uses removed.
11541 * dwarf2read.c (dw2_lookup_symbol): Implement.
11542 (dw2_do_expand_symtabs_matching): Delete.
11543 (dw2_pre_expand_symtabs_matching): Delete.
11544 (struct dw2_symtab_iterator): New type.
11545 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11546 (dw2_expand_symtabs_for_function): Rewrite.
11547 (dwarf2_gdb_index_functions): Update.
11548 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11549 (psym_functions): Update.
11550
11551 2013-01-09 Tom Tromey <tromey@redhat.com>
11552
11553 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11554 * configure: Rebuild.
11555 * configure.ac: Add somread.o to the build if BFD has SOM
11556 support.
11557 * somread.c: Include som/aout.h, not syms.h.
11558 (som_symtab_read): Use som_external_symbol_dictionary_record.
11559 Unpack records manually.
11560 (_initialize_somread): Declare.
11561
11562 2012-01-08 Mike Frysinger <vapier@gentoo.org>
11563
11564 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11565 Cast return_address to 64bits.
11566
11567 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
11568
11569 * printcmd.c: Remove define of function output_command.
11570 * tracepoint.c: Remove extern of function output_command.
11571 * valprint.h: (output_command): New extern.
11572
11573 2013-01-07 Tom Tromey <tromey@redhat.com>
11574
11575 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11576 Remove.
11577 (objc_language_defn): Use c_printchar, c_printstr,
11578 c_emit_char.
11579
11580 2013-01-07 Tom Tromey <tromey@redhat.com>
11581
11582 PR cli/7719:
11583 * NEWS: Update.
11584 * ada-valprint.c (printstr, print_field_values): Remove
11585 "inspect_it" code.
11586 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11587 code.
11588 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11589 code.
11590 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11591 * main.c (captured_main): Remove "epoch" argument.
11592 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11593 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11594 * p-valprint.c (pascal_object_print_value_fields): Remove
11595 "inspect_it" code.
11596 * printcmd.c (print_command_1): Remove 'inspect' argument.
11597 (print_command, call_command): Update.
11598 (inspect_command): Remove.
11599 (_initialize_printcmd): Make "inspect" an alias for "print".
11600 * top.c (epoch_interface): Remove.
11601 * top.h (epoch_interface): Remove.
11602 * valprint.c (user_print_options): Update.
11603 (print_converted_chars_to_obstack): Remove "inspect_it" code.
11604 * valprint.h (struct value_print_options) <inspect_it>: Remove
11605 field.
11606
11607 2013-01-04 Tom Tromey <tromey@redhat.com>
11608
11609 * valprint.h (read_string): Add 'extern'.
11610
11611 2013-01-07 Joel Brobecker <brobecker@adacore.com>
11612
11613 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11614 used to decide whether to define darwin_read_dyld_info or not.
11615
11616 2013-01-03 Pierre Muller <muller@sourceware.org>
11617
11618 * main.c (relocate_gdb_directory): Avoid calling stat function
11619 if DIR is empty.
11620
11621 2013-01-03 Yao Qi <yao@codesourcery.com>
11622
11623 * psymtab.c (fixup_psymbol_section): Update declaration.
11624 (fixup_psymbol_section): Remove code returning value.
11625
11626 2013-01-03 Yao Qi <yao@codesourcery.com>
11627
11628 * symtab.h: Remove some out of date comments.
11629 (enum exception_event_kind): Move it ...
11630 * breakpoint.c: ... here.
11631
11632 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
11633
11634 PR gdb/14405
11635 * darwin-nat.c (darwin_read_dyld_info): Only build if
11636 TASK_DYLD_INFO_COUNT is defined.
11637 (darwin_xfer_partial): Call darwin_read_dyld_info only if
11638 TASK_DYLD_INFO_COUNT is defined.
11639
11640 2013-01-02 Tom Tromey <tromey@redhat.com>
11641
11642 * symfile.h (struct ecoff_debug_hack): Remove.
11643 * objfiles.c: Don't include mdebugread.h.
11644
11645 2013-01-02 Tom Tromey <tromey@redhat.com>
11646
11647 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11648 * configure.ac: Check for Mach-O support in BFD. Update
11649 CONFIG_OBS.
11650 * configure: Rebuild.
11651
11652 2013-01-02 Tom Tromey <tromey@redhat.com>
11653
11654 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11655 * configure.ac: Use GDB_AC_CHECK_BFD.
11656 * configure: Rebuild.
11657
11658 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
11659
11660 * MAINTAINERS: Update my email.
11661
11662 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11663
11664 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11665
11666 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11667
11668 * rs6000-nat.c (bss_data_overlap): New function.
11669 (vmap_symtab): Use it to adjust the .bss section's offset.
11670
11671 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11672
11673 Update year range in copyright notice of all files.
11674
11675 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
11676
11677 * top.c (print_gdb_version): Update copyright year.
11678
11679 For older changes see ChangeLog-2012.
11680 \f
11681 Local Variables:
11682 mode: change-log
11683 left-margin: 8
11684 fill-column: 74
11685 version-control: never
11686 coding: utf-8
11687 End:
This page took 0.268985 seconds and 3 git commands to generate.