PR c++/7539
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-11-13 Keith Seitz <keiths@redhat.com>
2
3 PR c++/7539
4 PR c++/10541
5 * cp-support.c (insepct_type): Add support for substituting
6 namespace aliases, too.
7 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
8 for DW_TAG_imported_declaration.
9 (add_partial_symbol): Likewise.
10 (process_die): Handle namespace aliases with
11 read_namespace_alias.
12 (die_needs_namespace): Add DW_TAG_imported_declaration.
13 (read_namespace_alias): New function.
14 (load_partial_dies): Load DW_TAG_imported_declaration, too.
15 (new_symbol_full): Handle DW_TAG_imported_declaration.
16
17 2013-11-13 Keith Seitz <keiths@redhat.com>
18
19 * p-exp.y (uptok): Make first parameter const.
20 (yylex): Make `tokstart' and `tokptr' const.
21 Don't copy the lexer input to a temporary buffer.
22 Make `p' const.
23 Remove const workaround for parse_escape.
24 Create a temporary buffer for a convenience variable instead
25 of doing in-place modification of the input.
26 If a match is found with a different case from the input,
27 do not change the input at all.
28 Use `tmp' to construct the resultant stoken instead of
29 `tokstart'.
30
31 2013-11-13 Doug Evans <xdje42@gmail.com>
32
33 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
34
35 2013-11-13 Joel Brobecker <brobecker@adacore.com>
36
37 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
38 entry with "ada-exceptions".
39
40 2013-11-13 Joel Brobecker <brobecker@adacore.com>
41
42 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
43 after re-initialization of OBJFILE's obstack.
44
45 2013-11-12 Doug Evans <xdje42@gmail.com>
46
47 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
48 bs->stop != 0 on entry. Update function comment. Simplify early
49 exit for frame mismatch. Reindent rest of function.
50
51 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
52
53 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
54 NULL.
55
56 2013-11-12 Doug Evans <dje@google.com>
57
58 Work around gold/15646.
59 * dwarf2read.c (read_index_from_section): Update comment.
60 (struct dw2_symtab_iterator): New member global_seen.
61 (dw2_symtab_iter_init): Initialize it.
62 (dw2_symtab_iter_next): Skip duplicate global symbols.
63 (dw2_expand_symtabs_matching): Ditto.
64
65 2013-11-12 Joel Brobecker <brobecker@adacore.com>
66
67 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
68 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
69 command.
70 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
71 (mi_cmd_info_ada_exceptions): New function.
72 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
73
74 2013-11-12 Joel Brobecker <brobecker@adacore.com>
75
76 * ada-lang.h: #include "vec.h".
77 (struct ada_exc_info): New.
78 (ada_exc_info): New typedef.
79 (DEF_VEC_O(ada_exc_info)): New vector.
80 (ada_exceptions_list): Add declaration.
81 * ada-lang.c (ada_is_exception_sym)
82 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
83 (sort_remove_dups_ada_exceptions_list)
84 (ada_exc_search_name_matches, ada_add_standard_exceptions)
85 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
86 (ada_exceptions_list_1, ada_exceptions_list)
87 (info_exceptions_command): New function.
88 (_initialize_ada_language): Add "info exception" command.
89
90 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
91
92 PR python/15629
93 * NEWS: Add linetable feature.
94 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
95 * python/py-linetable.c: New file.
96 * python/py-symtab.c (stpy_get_linetable): New function.
97 * python/python-internal.h (symtab_to_linetable_object): Declare.
98 (gdbpy_initialize_linetable): Ditto.
99 * python/python.c (_initialize_python): Call
100 gdbpy_initialize_linetable.
101
102 2013-11-11 Joel Brobecker <brobecker@adacore.com>
103
104 * ada-lang.c (create_ada_exception_catchpoint): Enhance
105 the documentation of fields "except_string" and "condition".
106 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
107 CONDITION on the heap before passing it to
108 create_ada_exception_catchpoint.
109 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
110 CONDITION.
111
112 2013-11-11 Tom Tromey <tromey@redhat.com>
113
114 * config.in, configure: Rebuild.
115 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
116
117 2013-11-11 Joel Brobecker <brobecker@adacore.com>
118
119 * remote-sim.c (gdbsim_detach): Break declaration into
120 shorter lines. No code change.
121
122 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
123
124 * remote-sim.c (gdbsim_detach): Fix prototype.
125
126 2013-11-08 Doug Evans <dje@google.com>
127
128 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
129 (create_debug_types_hash_table): Only print debugging messages for
130 each TU if dwarf2-read >= 2.
131 (process_queue): Ditto.
132 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
133 Update doc string.
134
135 2013-11-08 Tom Tromey <tromey@redhat.com>
136
137 * configure: Rebuild.
138 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
139
140 2013-11-08 Tom Tromey <tromey@redhat.com>
141
142 * configure, config.in: Rebuild.
143 * configure.ac: Remove unused configury.
144
145 2013-11-08 Tom Tromey <tromey@redhat.com>
146
147 * m32c-tdep.c: Use gdb_string.h.
148
149 2013-11-08 Tom Tromey <tromey@redhat.com>
150
151 * configure, config.in: Rebuild.
152 * configure.ac: Remove all link.h-related checks.
153
154 2013-11-08 Tom Tromey <tromey@redhat.com>
155
156 * acinclude.m4: Include common.m4.
157 * common/common.m4: New file.
158 * configure, config.in: Rebuild.
159 * configure.ac: Use GDB_AC_COMMON.
160
161 2013-11-08 Doug Evans <dje@google.com>
162
163 * NEWS: Mention that "set debug symtab-create" now accepts a
164 verbosity level.
165 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
166 to set the symtab's primary flag.
167 * jit.c (finalize_symtab): Ditto.
168 * mdebugread.c (psymtab_to_symtab_1): Ditto.
169 * symfile.c (allocate_symtab): Only print debugging messages for
170 symtab_create_debug levels 2 and higher.
171 * symtab.c (symtab_create_debug): Change type to unsigned int.
172 (set_symtab_primary): New function.
173 (_initialize_symtab): Change "set debug symtab-create" to a
174 zuinteger option.
175 * symtab.h (set_symtab_primary): Declare.
176 (symtab_create_debug): Update decl.
177
178 2013-11-08 Tom Tromey <tromey@redhat.com>
179
180 * aix-thread.c (aix_thread_detach): Update.
181 * corelow.c (core_detach): Update.
182 * darwin-nat.c (darwin_detach): Update.
183 * dec-thread.c (dec_thread_detach): Update.
184 * gnu-nat.c (gnu_detach): Update.
185 * go32-nat.c (go32_detach): Update.
186 * inf-ptrace.c (inf_ptrace_detach): Update.
187 * inf-ttrace.c (inf_ttrace_detach): Update.
188 * linux-fork.c (linux_fork_detach): Update.
189 * linux-fork.h (linux_fork_detach): Update.
190 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
191 local for const-correctness.
192 * linux-thread-db.c (thread_db_detach): Update.
193 * monitor.c (monitor_detach): Update.
194 * nto-procfs.c (procfs_detach): Update.
195 * procfs.c (procfs_detach): Update.
196 * record.c (record_detach): Update.
197 * record.h (record_detach): Update.
198 * remote-m32r-sdi.c (m32r_detach): Update.
199 * remote-mips.c (mips_detach): Update.
200 * remote-sim.c (gdbsim_detach): Update.
201 * remote.c (remote_detach_1, remote_detach)
202 (extended_remote_detach): Update.
203 * sol-thread.c (sol_thread_detach): Update.
204 * target.c (target_detach): Make "args" const.
205 (init_dummy_target): Update.
206 * target.h (struct target_ops) <to_detach>: Make argument const.
207 (target_detach): Likewise.
208 * windows-nat.c (windows_detach): Update.
209
210 2013-11-07 Doug Evans <dje@google.com>
211
212 PR 11786
213 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
214 and align fields for PT_GNU_RELRO segments.
215
216 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
217
218 PR python/15747
219 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
220
221 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
222
223 * NEWS: Document Python temporary breakpoint support.
224 * python/py-breakpoint.c (bppy_get_temporary): New function.
225 (bppy_init): New keyword: temporary. Parse it and set breakpoint
226 to temporary if True.
227
228 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
229
230 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
231 removed to allow analyzing unconditional branch instructions
232 with PC-relative offsets of zero.
233
234 2013-11-07 Yao Qi <yao@codesourcery.com>
235
236 * mi/mi-cmd-var.c: Include "language.h".
237 (mi_cmd_var_info_expression): Get language name from
238 language_defn.
239 * varobj.c (varobj_language_string): Remove.
240 (variable_language): Remove declaration.
241 (languages): Remove.
242 (varobj_get_language): Change the type of return value.
243 (variable_language): Remove.
244 * varobj.h (enum varobj_languages): Remove.
245 (varobj_language_string): Remove declaration.
246 (varobj_get_language): Update declaration.
247
248 2013-11-07 Yao Qi <yao@codesourcery.com>
249
250 * language.h (struct language_defn) <la_natural_name>: New
251 field.
252 * ada-lang.c (ada_language_defn): Initialize field
253 'la_natural_name'.
254 * c-lang.c (c_language_defn): Likewise.
255 (cplus_language_defn, asm_language_defn): Likewise.
256 * d-lang.c (d_language_defn): Likewise.
257 * f-lang.c (f_language_defn): Likewise.
258 * go-lang.c (go_language_defn): Likewise.
259 * jv-lang.c (java_language_defn): Likewise.
260 * language.c (unknown_language_defn ): Likewise.
261 (auto_language_defn): Likewise.
262 * m2-lang.c (m2_language_defn): Likewise.
263 * objc-lang.c (objc_language_defn): Likewise.
264 * opencl-lang.c (opencl_language_defn): Likewise.
265 * p-lang.c (pascal_language_defn): Likewise.
266
267 2013-11-07 Yao Qi <yao@codesourcery.com>
268
269 * language.c (language_str): Return const char *.
270 (add_language): Add const to 'language_names'
271 * language.h (struct language_defn) <la_name>: Add const.
272 (language_str: Update declaration.
273
274 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
275
276 * s390-linux-nat.c (s390_read_description): Consider the TE field
277 in the HWCAP for determining 'have_regset_tdb'.
278
279 2013-11-06 Will Newton <will.newton@linaro.org>
280
281 PR gdb/12866
282 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
283 values. (read_partial_die): Likewise.
284
285 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
286
287 PR cli/16122
288 * top.c (command_line_input): Unify interactivity tests to use
289 input_from_terminal_p.
290 * event-top.c (command_line_handler): Likewise.
291
292 2013-11-06 Yao Qi <yao@codesourcery.com>
293
294 * Makefile.in (check-perf): New target.
295
296 2013-11-05 Will Newton <will.newton@linaro.org>
297
298 PR gdb/7670
299 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
300 (arm_print_float_info): Likewise.
301
302 2013-11-04 Anton Blanchard <anton@samba.org>
303
304 * target.c (memory_xfer_partial): Cap write to 4KB.
305
306 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
307
308 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
309 probe scan even when the arch provides no get_longjmp_target.
310
311 2013-10-31 Pedro Alves <palves@redhat.com>
312
313 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
314 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
315 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
316 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
317 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
318 <bpstat handling>: If the bpstat chain wants the signal to be
319 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
320 GDB_SIGNAL_TRAP.
321
322 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
323
324 * breakpoint.c (update_watchpoint): Update error message and add
325 an additional error message.
326
327 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
328
329 * s390-tdep.h: Rename to...
330 * s390-linux-tdep.h: ...here.
331 * s390-tdep.c: Rename to...
332 * s390-linux-tdep.c: ...here. Adjust #include.
333 * s390-nat.c: Rename to...
334 * s390-linux-nat.c: ...here. Adjust #include.
335 * config/s390/s390.mh: Rename to...
336 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
337 s390-linux-nat.o.
338 * configure.host: Reflect host rename "s390" -> "linux".
339 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
340 * Makefile.in (ALL_TARGET_OBS): Likewise.
341 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
342 s390-linux-tdep.h.
343 (ALLDEPFILES): Reflect rename of .c files.
344
345 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
346
347 * s390-nat.c: Whitespace cleanup.
348 * s390-tdep.c: Likewise.
349 * s390-tdep.h: Remove empty line at end of file.
350
351 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
352
353 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
354 siginfo_size.
355
356 2013-10-29 Tom Tromey <tromey@redhat.com>
357
358 * utils.c (reg): Move undefinition...
359 * gdb_curses.h: ... here. Update comment to mention AIX.
360
361 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
362
363 * exec.h (add_target_sections_of_objfile): New declaration.
364 * exec.c (add_target_sections_of_objfile): New function.
365 * symfile.c (add_symbol_file_command): Update current target sections.
366 (remove_symbol_file_command): New command.
367 (symfile_free_objfile): New function.
368 (_initialize_symfile): Register observer for free_objfile events.
369 * NEWS: Add description of the remove-symbol-file command.
370 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
371 * objfiles.c (free_objfile): Notify free_objfile.
372 (is_addr_in_objfile): New function.
373 * objfiles.h (is_addr_in_objfile): New declaration.
374 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
375 events instead of solib_unloaded events.
376 (_initialize_printcmd): Register observer for free_objfile instead
377 of solib_unloaded notifications.
378 * solib.c (remove_user_added_objfile): New function.
379 (_initialize_symfile): Add remove-symbol-file.
380
381 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
382
383 * infcmd.c (default_print_one_register_info): Use val_print to
384 print all values even optimized out or unavailable ones. Don't
385 try to print a raw form of optimized out or unavailable values.
386
387 2013-10-29 Yao Qi <yao@codesourcery.com>
388
389 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
390 parameter 'arg' instead of from program_space_data.
391 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
392 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
393 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
394 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
395 * inflow.c (inflow_inferior_data_cleanup): Get data from
396 parameter 'arg' instead of inferior_data.
397 * registry.h: Add comments.
398
399 2013-10-28 Pedro Alves <palves@redhat.com>
400
401 * breakpoint.c (watchpoints_triggered)
402 <!target_stopped_data_address>: Hardcode return 1.
403
404 2013-10-28 Pedro Alves <palves@redhat.com>
405
406 * infrun.c (process_event_stop_test): Remove unnecessary scoping
407 level and reindent.
408
409 2013-10-28 Pedro Alves <palves@redhat.com>
410
411 * infrun.c (process_event_stop_test): New function, factored out
412 from handle_inferior_event.
413 (handle_inferior_event): 'process_event_stop_test' is now a
414 function instead of a goto label -- adjust.
415
416 2013-10-28 Pedro Alves <palves@redhat.com>
417
418 * infrun.c (handle_inferior_event): Move process_event_stop_test
419 goto label to the else branch of the ecs->random_signal check,
420 along with FRAME and GDBARCH re-fetching.
421
422 2013-10-28 Pedro Alves <palves@redhat.com>
423
424 * infrun.c (switch_back_to_stepped_thread): New function, factored
425 out from handle_inferior_event.
426 (handle_inferior_event): Adjust to call
427 switch_back_to_stepped_thread. Call it also at the tail of the
428 random signal handling, and return, instead of also handling
429 random signals just before the stepping tests.
430
431 2013-10-28 Pedro Alves <palves@redhat.com>
432
433 * infrun.c (clear_stop_func): Delete.
434 (handle_inferior_event): Don't call clear_stop_func and don't
435 clear 'ecs->random_signal'.
436
437 2013-10-27 Yao Qi <yao@codesourcery.com>
438
439 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
440 (varobj_create, varobj_get_path_expr): Update.
441 (varobj_value_has_mutated, varobj_update): Likewise.
442 (create_child_with_value, new_root_variable): Likewise.
443 (number_of_children, name_of_variable): Likewise.
444 (value_of_child, my_value_of_variable): Likewise.
445 (varobj_value_is_changeable_p): Likewise.
446
447 2013-10-25 Yao Qi <yao@codesourcery.com>
448
449 * language.h (struct lang_varobj_ops): Declare.
450 (struct language_defn) <la_varobj_ops>: New field.
451 * ada-lang.c: Include "varobj.h"
452 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
453 ada_varobj_ops.
454 * c-lang.c: Include "varobj.h"
455 (c_language_defn): Initialize field 'la_varobj_ops' with
456 c_varobj_ops.
457 (cplus_language_defn): Initialize field 'la_varobj_ops' with
458 cplus_varobj_ops.
459 (asm_language_defn): Initialize field 'la_varobj_ops' with
460 default_varobj_ops.
461 (minimal_language_defn): Likewise.
462 * d-lang.c (d_language_defn): Likewise.
463 * f-lang.c (f_language_defn): Likewise.
464 * go-lang.c (go_language_defn): Likewise.
465 * m2-lang.c (m2_language_defn): Likewise.
466 * objc-lang.c (objc_language_defn): Likewise.
467 * opencl-lang.c (opencl_language_defn): Likewise.
468 * p-lang.c (pascal_language_defn): Likewise.
469 * language.c (unknown_language_defn): Likewise.
470 (auto_language_defn): Likewise.
471 (local_language_defn): Likewise.
472 * jv-lang.c (java_language_defn): Initialize field
473 'la_varobj_ops' with java_varobj_ops.
474 * varobj.c (varobj_create): Update.
475 * varobj.h (default_varobj_ops): Define macro.
476
477 2013-10-25 Pedro Alves <palves@redhat.com>
478
479 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
480 static field value.
481 (cp_print_static_field): If the value is entirely optimized out,
482 print <optimized out> here.
483 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
484 static field value.
485 * p-valprint.c (pascal_object_print_static_field): If the value is
486 entirely optimized out, print <optimized out> here.
487 * valops.c (do_search_struct_field)
488 (value_struct_elt_for_reference): No longer handle a NULL static
489 field value.
490 * value.c (value_static_field): Return an optimized out value
491 instead of NULL.
492
493 2013-10-25 Yao Qi <yao@codesourcery.com>
494
495 * remote.c (remote_traceframe_info): Return early if
496 traceframe is not selected.
497
498 2013-10-25 Yao Qi <yao@codesourcery.com>
499
500 * tracepoint.c (traceframe_fun): Remove.
501 (traceframe_sal): Remove.
502 (set_traceframe_context): Add local variables.
503
504 2013-10-25 Joel Brobecker <brobecker@adacore.com>
505
506 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
507 and parameter name.
508
509 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
510
511 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
512 failure from register information collection.
513
514 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
515
516 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
517 member.
518 (linux_corefile_thread_callback): Update accordingly.
519 (linux_make_corefile_notes): Likewise.
520
521 2013-10-24 Pedro Alves <palves@redhat.com>
522
523 * NEWS (New options): Mention set/show startup-with-shell.
524 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
525 instead of 3.
526 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
527 startup-with-shell'.
528 (show_startup_with_shell): New function.
529 (_initialize_fork_child): Register the set/show startup-with-shell
530 commands.
531 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
532 * inf-ttrace.c (inf_ttrace_him): Remove comment.
533 * procfs.c (procfs_init_inferior): Remove comment.
534 * infcmd.c (startup_with_shell): New global.
535 * inferior.h (startup_with_shell): Declare global.
536 (STARTUP_WITH_SHELL): Delete.
537 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
538
539 2013-10-23 Pedro Alves <palves@redhat.com>
540
541 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
542 * common/signals.c: Include "gdb_assert.h".
543 (signals): New field 'symbol'.
544 (SET): Use the 'symbol' parameter.
545 (gdb_signal_to_symbol_string): New function.
546 * infrun.c (handle_inferior_event) <random signal>: In debug
547 output, print the random signal enum as string in addition to its
548 number.
549 * target/waitstatus.c (target_waitstatus_to_string): Print the
550 signal's enum value as string instead of the (POSIX) signal name.
551
552 2013-10-23 Gary Benson <gbenson@redhat.com>
553
554 PR 16013
555 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
556 from 32 to 18. Adjusted fscanf format string accordingly.
557 (Avoids leaving cmd unterminated.)
558 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
559 trun, retn or extra. (Avoids leaving extra unterminated.) Check
560 that local_address and remote_address will not overflow.
561 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
562 leaving dependencies unterminated. Parse size as "%u" to match
563 definition.
564
565 2013-10-22 Pedro Alves <palves@redhat.com>
566
567 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
568 set ecs->random signal.
569
570 2013-10-22 Pedro Alves <palves@redhat.com>
571
572 * infrun.c (keep_going): Update comments.
573
574 2013-10-22 Pedro Alves <palves@redhat.com>
575
576 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
577 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
578
579 2013-10-22 Pedro Alves <palves@redhat.com>
580
581 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
582 GDB_EXC_BAD_ACCESS.
583 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
584 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
585 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
586 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
587 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
588 (GDB_SIGNAL_LAST): Change description string.
589 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
590 Adjust to signal renaming.
591 * darwin-nat.c (darwin_decode_message): Likewise.
592
593 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
594
595 * MAINTAINERS (Write After Approval): Add myself to the list.
596
597 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
598
599 * breakpoint.c (update_watchpoint): If hardware watchpoints are
600 forced off, downgrade them to software watchpoints if possible,
601 and error out if not possible.
602 (watch_command_1): Move watchpoint type selection closer to
603 watchpoint creation, and extend the comments.
604
605 2013-10-18 Pedro Alves <palves@redhat.com>
606
607 PR gdb/16062
608 * infrun.c (handle_inferior_event): Keep going if we got a random
609 signal we should not stop for, instead of falling through to the
610 step tests.
611
612 2013-10-18 Yao Qi <yao@codesourcery.com>
613
614 * c-varobj.c (cplus_number_of_children): Fix indentation.
615
616 2013-10-17 Tom Tromey <tromey@redhat.com>
617
618 PR gdb/15995:
619 * printcmd.c (printcmd): Call gdb_flush.
620
621 2013-10-17 Tom Tromey <tromey@redhat.com>
622
623 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
624 (elf_locate_sections): Update.
625
626 2013-10-17 Yao Qi <yao@codesourcery.com>
627
628 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
629 * ada-varobj.c: Remove the include of ada-varobj.h.
630 (ada_varobj_get_number_of_children): Declare.
631 (ada_varobj_get_name_of_child): Make it static.
632 (ada_varobj_get_path_expr_of_child): Likewise.
633 (ada_varobj_get_value_of_child): Likewise.
634 (ada_varobj_get_type_of_child): Likewise.
635 (ada_varobj_get_value_of_array_variable): Likewise.
636 * ada-varobj.h: Remove.
637
638 2013-10-17 Yao Qi <yao@codesourcery.com>
639
640 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
641 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
642 * ada-varobj.c: Include "varobj.h".
643 (ada_number_of_children): New. Moved from varobj.c.
644 (ada_name_of_variable, ada_name_of_child): Likewise.
645 (ada_path_expr_of_child, ada_value_of_child): Likewise.
646 (ada_type_of_child, ada_value_of_variable): Likewise.
647 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
648 (ada_varobj_ops): New.
649 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
650 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
651 * gdbtypes.h (get_target_type): Declare.
652 * varobj.c: Remove the inclusion of "ada-varobj.h" and
653 "ada-lang.h".
654 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
655 (ANONYMOUS_UNION_NAME): Likewise.
656 (get_type, get_value_type, get_target_type): Remove declarations.
657 (value_get_print_value, varobj_value_get_print_value): Likewise.
658 (c_number_of_children, c_name_of_variable): Likewise.
659 (c_name_of_child, c_path_expr_of_child): Likewise.
660 (c_value_of_child, c_type_of_child): Likewise.
661 (c_value_of_variable, cplus_number_of_children): Likewise.
662 (cplus_class_num_children, cplus_name_of_variable): Likewise.
663 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
664 (cplus_value_of_child, cplus_type_of_child): Likewise.
665 (cplus_value_of_variable, java_number_of_children): Likewise.
666 (java_name_of_variable, java_name_of_child): Likewise.
667 (java_path_expr_of_child, java_value_of_child): Likewise.
668 (java_type_of_child, java_value_of_variable): Likewise.
669 (ada_number_of_children, ada_name_of_variable): Likewise.
670 (ada_name_of_child, ada_path_expr_of_child): Likewise.
671 (ada_value_of_child, ada_type_of_child): Likewise.
672 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
673 (ada_value_has_mutated): Likewise.
674 (struct language_specific): Move it to varobj.h.
675 (CPLUS_FAKE_CHILD): Move it to varobj.h.
676 (restrict_range): Rename it varobj_restrict_range. Make it extern.
677 Callers update.
678 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
679 Make it extern.
680 (is_anonymous_child): Move it to c-varobj.c and rename to
681 varobj_is_anonymous_child. Caller update.
682 (get_type): Move it to c-varobj.c.
683 (get_value_type): Rename it varobj_get_value_type. Make it
684 extern.
685 (get_target_type): Move it gdbtypes.c.
686 (varobj_formatted_print_options): New function.
687 (value_get_print_value): Rename it to
688 varobj_value_get_print_value and make it extern.
689 (varobj_value_is_changeable_p): Make it extern.
690 (adjust_value_for_child_access): Move it to c-varobj.c.
691 (default_value_is_changeable_p): Rename it to
692 varobj_default_value_is_changeable_p. Make it extern.
693 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
694 (c_name_of_child, c_path_expr_of_child): Likewise.
695 (c_value_of_child, c_type_of_child): Likewise.
696 (c_value_of_variable, cplus_number_of_children): Likewise.
697 (cplus_class_num_children, cplus_name_of_variable): Likewise.
698 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
699 (cplus_value_of_child, cplus_type_of_child): Likewise.
700 (cplus_value_of_variable): Likewise.
701 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
702 (java_name_of_child, java_path_expr_of_child): Likewise.
703 (java_value_of_child, java_type_of_child): Likewise.
704 (java_value_of_variable): Likewise.
705 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
706 (ada_name_of_child, ada_path_expr_of_child): Likewise.
707 (ada_value_of_child, ada_type_of_child): Likewise.
708 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
709 (ada_value_has_mutated): Likewise.
710 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
711 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
712 (c_varobj_ops, cplus_varobj_ops): Declare.
713 (java_varobj_ops, ada_varobj_ops): Declare.
714 (varobj_default_value_is_changeable_p): Declare.
715 (varobj_value_is_changeable_p): Declare.
716 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
717 (varobj_get_path_expr_parent): Declare.
718 (varobj_value_get_print_value): Declare.
719 (varobj_formatted_print_options): Declare.
720 (varobj_restrict_range): Declare.
721
722 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
723
724 * target/waitstatus.h (target_waitkind): Remove spurious
725 character from the comments.
726
727 2013-10-17 Joel Brobecker <brobecker@adacore.com>
728
729 * gdbarch.sh (get_longjmp_target): Add method documentation.
730 * gdbarch.h: Regenerate.
731
732 2013-10-16 Tom Tromey <tromey@redhat.com>
733
734 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
735 label.
736
737 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
738
739 * gcore.in: Call GDB using the full path to the gcore script.
740 Error out if the GDB binary is not found.
741
742 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
743
744 PR gdb/16014
745 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
746 sizeof.
747
748 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
749
750 PR gdb/16042
751 * target.c (target_disable_btrace): Fix invalid return value for
752 void function.
753 (target_teardown_btrace): Likewise.
754
755 2013-10-14 Yao Qi <yao@codesourcery.com>
756
757 * varobj.c (struct varobj): Move most of the fields to
758 varobj.h.
759 (struct varobj_dynamic): New struct.
760 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
761 (varobj_has_more): Likewise.
762 (dynamic_varobj_has_child_method): Likewise.
763 (update_dynamic_varobj_children): Likewise.
764 (varobj_get_num_children): Likewise.
765 (varobj_list_children, varobj_pretty_printed_p): Likewise.
766 (install_new_value_visualizer): Likewise.
767 (install_new_value_visualizer, install_new_value): Likewise.
768 (varobj_update, new_variable, free_variable): Likewise.
769 (my_value_of_variable, value_get_print_value): Likewise.
770 (install_visualizer): Change the type of parameter 'var' to
771 'struct varobjd_dynamic *'. Callers update.
772 * varobj.h (struct varobj): Moved from varobj.c.
773 (struct varobj) <dynamic>: New field.
774
775 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
776
777 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
778 as the preferred name of r30.
779 * nios2-linux-tdep.c (reg_offsets): Likewise.
780 * features/nios2-cpu.xml: Likewise.
781 * features/nios2-linux.c: Regenerated.
782 * features/nios2.c: Regenerated.
783 * regformats/nios2-linux.dat: Regenerated.
784
785 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
786
787 Canonicalize directories for EXEC_FILENAME.
788 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
789 exec_filename.
790 * utils.c (gdb_realpath_keepfile): New function.
791 * utils.h (gdb_realpath_keepfile): New declaration.
792
793 2013-10-11 Doug Evans <dje@google.com>
794
795 * Makefile.in (GDBFLAGS): New variable.
796 (run): New rule.
797
798 2013-10-11 Joel Brobecker <brobecker@adacore.com>
799
800 * NEWS: Add entry documenting the new "-catch-assert" and
801 "-catch-exception" GDB/MI commands.
802
803 2013-10-11 Joel Brobecker <brobecker@adacore.com>
804
805 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
806 "enabled".
807 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
808 "enabled". Set B->ENABLE_STATE accordingly.
809 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
810 ada-lang.c.
811 (create_ada_exception_catchpoint): Add declaration.
812 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
813 (create_ada_exception_catchpoint): Make non-static. Add new
814 parameter "disabled". Use it in call to
815 init_ada_exception_breakpoint.
816 (catch_ada_exception_command): Add parameter "enabled" in call
817 to create_ada_exception_catchpoint.
818 (catch_assert_command): Likewise.
819
820 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
821 Add declarations.
822 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
823 "catch-exception" commands.
824 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
825 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
826
827 2013-10-11 Joel Brobecker <brobecker@adacore.com>
828
829 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
830 "enum exception_catchpoint_kind". Replace the "ex_" prefix
831 of all its enumerates with "ada_". Update the rest of this
832 file throughout.
833
834 2013-10-11 Joel Brobecker <brobecker@adacore.com>
835
836 * ada-lang.c (ada_decode_exception_location): Delete.
837 (create_ada_exception_catchpoint): Remove arguments "sal",
838 "addr_string" and "ops". Add argument "ex_kind" instead.
839 Adjust implementation accordingly, calling ada_exception_sal
840 to get the entities it no longer gets passed as arguments.
841 Document the function's arguments.
842 (catch_ada_exception_command): Use catch_ada_exception_command_split
843 instead of ada_decode_exception_location, and update call to
844 create_ada_exception_catchpoint.
845 (catch_ada_assert_command_split): Renames
846 ada_decode_assert_location. Remove parameters "addr_string" and
847 "ops", and now returns void. Adjust implementation accordingly.
848 Update the function documentation.
849 (catch_assert_command): Use catch_ada_assert_command_split
850 instead of ada_decode_assert_location. Update call to
851 create_ada_exception_catchpoint.
852
853 2013-10-11 Joel Brobecker <brobecker@adacore.com>
854
855 * utils.h (perror_warning_with_name): Add declaration.
856 * utils.c (perror_warning_with_name): New function.
857 * cli/cli-cmds.c (source_script_with_search): Add call to
858 perror_warning_with_name if from_tty is nul.
859
860 2013-10-11 Joel Brobecker <brobecker@adacore.com>
861
862 * utils.c (perror_string): New function, extracted out of
863 throw_perror_with_name.
864 (throw_perror_with_name): Rework to use perror_string.
865
866 2013-10-11 Yao Qi <yao@codesourcery.com>
867
868 * remote.c (discard_pending_stop_replies_in_queue): Update
869 declaration.
870 (struct stop_reply) <rs>: New field.
871 (remove_stop_reply_of_remote_state): New function.
872 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
873 Callers update. Pass remove_stop_reply_of_remote_state to
874 QUEUE_iterate.
875 (remote_parse_stop_reply): Initialize field 'rs'.
876
877 2013-10-10 Will Newton <will.newton@linaro.org>
878
879 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
880 linux_init_abi.
881
882 2013-10-10 Joel Brobecker <brobecker@adacore.com>
883
884 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
885 serial_baud_show_cmd.
886 (_initialize_cli_cmds): Delete the code creating the
887 "set/show remotebaud" commands.
888 * serial.c (baud_rate): Move here from top.c.
889 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
890 (_initialize_serial): Create "set/show serial baud" commands.
891 Add "set/show remotebaud" command aliases.
892 * top.c (baud_rate): Moved to serial.c.
893 * NEWS: Document the new "set/show serial baud" commands,
894 replacing "set/show remotebaud".
895
896 2013-10-09 Pedro Alves <palves@redhat.com>
897
898 * breakpoint.c (insert_bp_location): Use memory_error_message to
899 build the memory error string.
900 * c-lang.c: Include "gdbcore.h".
901 (c_get_string): Use memory_error to throw error.
902 (target_xfer_memory_error): Delete.
903 (memory_error_message): New, factored out from
904 target_xfer_memory_error.
905 (memory_error): Change parameter type to target_xfer_error.
906 Rewrite.
907 (read_memory): Use memory_error instead of
908 target_xfer_memory_error.
909 * gdbcore.h: Include "target.h".
910 (memory_error): Change parameter type to target_xfer_error.
911 (memory_error_message): Declare function.
912 * target.c (target_read_memory, target_read_stack)
913 (target_write_memory, target_write_raw_memory): Return
914 TARGET_XFER_E_IO on error. Adjust comments.
915 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
916 instead of EIO.
917 * target.h (target_read, target_insert_breakpoint)
918 (target_remove_breakpoint): Adjust comments.
919 * valprint.c (partial_memory_read): Rename parameter, and adjust
920 comment.
921 (val_print_string): Use memory_error_message to build the memory
922 error string.
923
924 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
925
926 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
927 result variable. Rename variable fopen_e_ever_failed to
928 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
929
930 2013-10-09 Pedro Alves <palves@redhat.com>
931
932 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
933 (monitor_write_memory_longlongs, monitor_write_memory_block):
934 Constify 'myaddr' parameter.
935 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
936 helper.
937 (monitor_xfer_partial): New function.
938 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
939 hook. Install a to_xfer_partial hook.
940
941 2013-10-09 Tom Tromey <tromey@redhat.com>
942
943 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
944 bfd_get_alt_debug_link_info.
945
946 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
947
948 New flag OBJF_NOT_FILENAME.
949 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
950 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
951 allocate_objfile.
952 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
953 symbol_file_add_from_bfd.
954 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
955 allocate_objfile.
956 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
957 NULL.
958 * objfiles.h (OBJF_NOT_FILENAME): New.
959
960 2013-10-08 Tom Tromey <tromey@redhat.com>
961
962 * Makefile.in (SFILES): Add build-id.c.
963 (HFILES_NO_SRCDIR): Add build-id.h.
964 * build-id.c: New file, largely from elfread.c. Modified
965 most functions.
966 * build-id.h: New file.
967 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
968 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
969 Search for dwz file using build-id.
970 * elfread.c (build_id_bfd_get, build_id_verify)
971 (build_id_to_debug_filename, find_separate_debug_file): Remove.
972
973 2013-10-08 Joel Brobecker <brobecker@adacore.com>
974
975 * ada-lang.c (compare_names_with_case): Renamed from
976 compare_names, adding a new parameter "casing" and its handling.
977 New function documentation.
978 (compare_names): New function, implemented using
979 compare_names_with_case.
980
981 2013-10-08 Joel Brobecker <brobecker@adacore.com>
982
983 * ada-lang.c (ada_exception_sal): Remove advance declaration.
984
985 2013-10-07 Tom Tromey <tromey@redhat.com>
986
987 * objfiles.c (free_objfile_per_bfd_storage): Delete the
988 demangled_names_hash.
989 (free_objfile): Don't delete the demangled_names_hash.
990 * objfiles.h (struct objfile_per_bfd_storage)
991 <demangled_names_hash>: New field.
992 (struct objfile) <demangled_names_hash>: Move to
993 objfile_per_bfd_storage.
994 * symfile.c (reread_symbols): Don't delete the
995 demangled_names_hash.
996 * symtab.c (create_demangled_names_hash): Update.
997 (symbol_set_names): Update.
998
999 2013-10-07 Tom Tromey <tromey@redhat.com>
1000
1001 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
1002 needs_relocations>: New fields.
1003 (gdb_bfd_requires_relocations): New function.
1004 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
1005 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
1006 the BFD needs relocations applied.
1007
1008 2013-10-07 Pedro Alves <palves@redhat.com>
1009
1010 PR breakpoints/11568
1011 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
1012 the thread list" instead of "gone".
1013
1014 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1015
1016 * NEWS: Mention new convenience variable $_exitsignal.
1017 * corelow.c (core_open): Reset exit convenience variables. Set
1018 $_exitsignal to the uncaught signal which generated the corefile.
1019 * infrun.c (handle_inferior_event): Reset exit convenience
1020 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
1021 (clear_exit_convenience_vars): New function.
1022 * inferior.h (clear_exit_convenience_vars): New prototype.
1023
1024 2013-10-06 Yao Qi <yao@codesourcery.com>
1025
1026 * varobj.h: Add comments to enum varobj_languages.
1027
1028 2013-10-04 Doug Evans <dje@google.com>
1029
1030 Add support for DWP file format version 2.
1031 * NEWS: Mention support for DWP file format version 2.
1032 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
1033 union of asection, containing_section. New fields virtual_offset
1034 and is_virtual. Change type of readin filed from int to char.
1035 (dwo_sections, dwo_file): Tweak comments.
1036 (dwp_v2_section_ids): New enum.
1037 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
1038 str_offsets, types.
1039 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
1040 All uses updated.
1041 (virtual_v2_dwo_sections): New struct.
1042 (dwp_hash_table): New fields version, nr_columns. Change type of
1043 section_pool field to a union.
1044 (dwp_file): New field version.
1045 (dwarf2_has_info): Check for virtual sections.
1046 (get_containing_section): New function.
1047 (get_section_bfd_owner, get_section_bfd_section): Call it.
1048 (dwarf2_locate_sections): Update.
1049 (dwarf2_section_empty_p): Update.
1050 (dwarf2_read_section): Handle virtual sections.
1051 (locate_dwz_sections): Update.
1052 (create_dwp_hash_table): Document and handle V2 format.
1053 (locate_v1_virtual_dwo_sections): Renamed from
1054 locate_virtual_dwo_sections and update. All callers updated.
1055 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
1056 Delete arg htab. Rename arg section_index to unit_index.
1057 All callers updated.
1058 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
1059 All uses updated.
1060 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
1061 (lookup_dwo_unit_in_dwp): Add V2 support.
1062 (dwarf2_locate_dwo_sections): Update.
1063 (dwarf2_locate_common_dwp_sections): Renamed from
1064 dwarf2_locate_dwp_sections and update. All callers updated.
1065 (dwarf2_locate_v2_dwp_sections): New function.
1066 (open_and_init_dwp_file): Add V2 support.
1067 (read_str_index): New locals str_section, str_offsets_section.
1068
1069 2013-10-04 Pedro Alves <palves@redhat.com>
1070
1071 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
1072 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
1073 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
1074 describing comments with references to ptid.h.
1075 * common/ptid.h: Remove intro description of constructors,
1076 accessors and predicates.
1077 (struct ptid): Reformat.
1078 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
1079 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
1080 describing comments.
1081
1082 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1083
1084 * aix-thread.c (sync_threadlists): Add missing ')' in call
1085 to ptid_build.
1086
1087 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1088
1089 * procfs.c (procfs_init_inferior): Fix typo causing the build
1090 to fail.
1091
1092 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1093
1094 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
1095
1096 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1097
1098 * mi/mi-main.c (run_one_inferior): Add function description.
1099 Make ARG a pointer to an integer whose value determines whether
1100 we should "run" or "start" the program.
1101 (mi_cmd_exec_run): Add handling of the "--start" option.
1102 Reject all other command-line options.
1103 * NEWS: Add entry for "-exec-run"'s new "--start" option.
1104
1105 2013-10-04 Yao Qi <yao@codesourcery.com>
1106
1107 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
1108 (struct notif_client) <pending_event>: Moved
1109 to struct remote_notif_state.
1110 <id>: New field.
1111 (struct remote_notif_state) <pending_event>: New field.
1112 (notif_event_xfree): Declare.
1113 * remote-notif.c (handle_notification): Adjust.
1114 (notif_event_xfree): New function.
1115 (do_notif_event_xfree): Call notif_event_xfree.
1116 (remote_notif_state_xfree): Call notif_event_xfree to free
1117 each element in field pending_event.
1118 * remote.c (discard_pending_stop_replies): Remove declaration.
1119 (discard_pending_stop_replies_in_queue): Declare.
1120 (remote_close): Call discard_pending_stop_replies_in_queue
1121 instead of discard_pending_stop_replies.
1122 (remote_start_remote): Adjust.
1123 (stop_reply_xfree): Call notif_event_xfree.
1124 (notif_client_stop): Adjust initialization.
1125 (remote_notif_remove_all): Rename it to ...
1126 (remove_stop_reply_for_inferior): ... this. Update comments.
1127 Don't check INF is NULL.
1128 (discard_pending_stop_replies): Return early if notif_state is
1129 NULL. Adjust. Don't check INF is NULL.
1130 (remote_notif_get_pending_events): Adjust.
1131 (discard_pending_stop_replies_in_queue): New function.
1132 (remote_wait_ns): Likewise.
1133
1134 2013-10-04 Yao Qi <yao@codesourcery.com>
1135
1136 * remote-notif.c (DECLARE_QUEUE_P): Remove.
1137 (notif_queue): Remove.
1138 (remote_notif_process): Add one parameter 'notif_queue'.
1139 Update comments. Callers update.
1140 (remote_async_get_pending_events_token): Remove.
1141 (remote_notif_register_async_event_handler): Remove.
1142 (remote_notif_unregister_async_event_handler): Remove.
1143 (handle_notification): Add parameter 'notif_queue'. Update
1144 comments. Callers update.
1145 (notif_xfree): Remove.
1146 (remote_notif_state_allocate): New function.
1147 (remote_notif_state_xfree): New function.
1148 (_initialize_notif): Remove code to allocate queue.
1149 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
1150 (struct remote_notif_state): New.
1151 (handle_notification): Update declaration.
1152 (remote_notif_process): Likewise.
1153 (remote_notif_register_async_event_handler): Remove.
1154 (remote_notif_unregister_async_event_handler): Remove.
1155 (remote_notif_state_allocate): Declare.
1156 (remote_notif_state_xfree): Declare.
1157 * remote.c (struct remote_state) <notif_state>: New field.
1158 (remote_close): Don't call
1159 remote_notif_unregister_async_event_handler. Call
1160 remote_notif_state_xfree.
1161 (remote_open_1): Don't call
1162 remote_notif_register_async_event_handler. Call
1163 remote_notif_state_allocate.
1164
1165 2013-10-04 Yao Qi <yao@codesourcery.com>
1166
1167 * varobj.c (create_child_with_value): Remove 'const' from the
1168 type of parameter 'name'.
1169 (varobj_add_child): Likewise.
1170 (install_dynamic_child): Remove 'const' from the type of
1171 parameter 'name'.
1172 (varobj_add_child): Likewise.
1173 (create_child_with_value): Likewise. Update comments. Don't
1174 duplicate 'name'.
1175 (update_dynamic_varobj_children): Duplicate 'name'
1176 and pass it to install_dynamic_child.
1177
1178 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
1179
1180 * python/py-value.c (convert_value_from_python): Move PyInt_Check
1181 conversion logic to occur after PyLong_Check. Comment on order
1182 change significance.
1183 * python/py-arch.c (archpy_disassemble): Comment on order of
1184 conversion for integers and longs.
1185
1186 2013-10-03 Pedro Alves <palves@redhat.com>
1187
1188 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1189 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1190 functions. Always test for PTRACE_O_TRACESYSGOOD even if
1191 PTRACE_O_TRACEFORK is not supported.
1192 (linux_test_for_tracesysgood): New function.
1193 (linux_test_for_tracefork): New function, factored out from
1194 linux_check_ptrace_features, and also don't kill child_pid here.
1195
1196 2013-10-03 Tristan Gingold <gingold@adacore.com>
1197
1198 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1199 Remove verbose error reporting. Use detected state to
1200 thread_set_state call.
1201 (i386_darwin_dr_get): Fix return type. Remove verbose error
1202 report.
1203 Remove trailing spaces.
1204
1205 2013-10-02 Pedro Alves <palves@redhat.com>
1206
1207 * cp-valprint.c (cp_print_value_fields): Adjust calls to
1208 val_print_optimized_out.
1209 * jv-valprint.c (java_print_value_fields): Likewise.
1210 * p-valprint.c (pascal_object_print_value_fields): Likewise.
1211 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1212 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1213 new optimized out value.
1214 * findvar.c (address_from_register): Likewise.
1215 * frame.c (put_frame_register): Tweak error string to say the
1216 register was not saved, rather than optimized out.
1217 * infcmd.c (default_print_one_register_info): Adjust call to
1218 val_print_optimized_out. Use value_of_register instead of
1219 get_frame_register_value.
1220 * mi/mi-main.c (output_register): Use value_of_register instead of
1221 get_frame_register_value.
1222 * valprint.c (valprint_check_validity): Likewise.
1223 (val_print_optimized_out): New value parameter. If the value is
1224 lval_register, print <not saved> instead.
1225 (value_check_printable, val_print_scalar_formatted): Adjust calls
1226 to val_print_optimized_out.
1227 * valprint.h (val_print_optimized_out): New value parameter.
1228 * value.c (struct value) <optimized_out>: Extend comment.
1229 (error_value_optimized_out): New function.
1230 (require_not_optimized_out): Use it. Use a different string for
1231 lval_register values.
1232 * value.h (error_value_optimized_out): New declaration.
1233 * NEWS: Mention <not saved>.
1234
1235 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1236
1237 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1238 strcmp to compare two symtab filenames.
1239
1240 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1241
1242 * symtab.c (search_symbols_equal): Delete.
1243 (sort_search_symbols_remove_dups): Replace call to
1244 search_symbols_equal by call to compare_search_syms,
1245 adjusting as necessary.
1246
1247 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1248
1249 PR python/15579
1250 * python/python.c: Document gdb.execute command in Python help.
1251
1252 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1253
1254 * python/py-frame.c (frame_info_to_frame_object): Use
1255 gdbpy_convert_exception. Clean up Python object on failure.
1256
1257 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1258
1259 * python/lib/gdb/command/frame_filters.py
1260 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1261 (ShowFrameFilterPriority.invoke): Ditto.
1262
1263 2013-10-01 Keith Seitz <keiths@redhat.com>
1264
1265 * linespec.c (struct ls_parser): Make 'saved_arg' const.
1266 (parse_linespec): Make 'argptr' const.
1267 Remove temporary cast of 'argptr' to const char **.
1268 (decode_line_full): Pass const pointer to parse_linespec.
1269 (decode_line_1): Likewise.
1270 (decode_objc): Make local variable 'new_argptr' const.
1271 (find_function_symbols): Remove temporary cast to char *
1272 to find_imps.
1273 * objc-lang.c (find_imps): Make argument 'method' const.
1274 Return const.
1275 * objc-lang.h (find_imps): Likewise.
1276
1277 2013-10-01 Keith Seitz <keiths@redhat.com>
1278
1279 * completer.c (skip_quoted_chars): Make all arguments const.
1280 Return const.
1281 (skip_quoted): Likewise.
1282 * completer.h (skip_quoted_chars): Likewise.
1283 (skip_quoted): Likewise.
1284 * defs.h (skip_quoted): Remove duplicate declaration.
1285 * jv-exp.y: Include completer.h.
1286 (yylex): Remove unneccessary cast to char * fro skip_quoted.
1287 * p-exp.y: Include completer.h.
1288
1289 2013-10-01 Keith Seitz <keiths@redhat.com>
1290
1291 * c-exp.y (parse_number): Make first argument const.
1292 Make a copy of the input to manipulate.
1293 (c_parse_escape): Make first argument const.
1294 Make local variable 'tokptr' const.
1295 (parse_string_or_char): Make first two arguments const.
1296 (macro_original_text): Make const.
1297 (lex_one_token): Make local variable 'tokstart' const.
1298 Likewise for local variables named 'p'.
1299 Cast away const for struct stoken (temporary).
1300 * c-lang.h (c_parse_escpae): Make first argument const.
1301 * cli/cli-cmds.c (echo_command): Make local variable 'p'
1302 const.
1303 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1304 var_string case.
1305 * f-exp.y (parse_number): Make first argument const.
1306 (match_string_literal): Make local variable 'tokstart'
1307 const.
1308 (yylex): Make local variable 'p' const.
1309 Cast away const for struct stoken (temporary).
1310 * go-exp.y (parse_number): Make first argument const.
1311 (parse_string_or_char): Likewise.
1312 Make local variable 'tokstart' const.
1313 (lex_one_token): Likewise for numerous locals called 'p'.
1314 Cast away const for struct stoken (temporary).
1315 * jv-exp.y (parse_number): Make first argument const.
1316 Make local variables 'tokstart' and 'tokptr' const.
1317 Cast away const for call to skip_quoted (temporary).
1318 (yylex): Make local variable 'p' const.
1319 Cast away const for struct stoken (temporary).
1320 * m2-exp.y (parse_number): Make local variable 'p' const.
1321 (yylex): Likewise for 'tokstart'.
1322 Cast away const for struct stoken (temporary).
1323 Make local variable 'p' const.
1324 * macroexp.c (get_character_constant): Pass a const string
1325 to c_parse_escape.
1326 (get_string_literal): Likewise.
1327 (macro_expand_next): Make first argument const.
1328 Cast away const for init_shared_buffer.
1329 * macroexp.h (macro_expand_next): Make first argument const.
1330 * p-exp.y (yylex): Make a local copy of 'lexptr'.
1331 Pass a const string to c_parse_escape.
1332 Make local variables 'p' and 'namestart' const.
1333 * parse.c (lexptr): Make const.
1334 (prev_lexptr): Likewise.
1335 (find_template_name_end): Return const.
1336 Make argument const, too.
1337 (parse_exp_in_context): Make first argument const.
1338 Remove the entire const_hack.
1339 (parse_exp_in_context_1): Make first argument const.
1340 * parser-defs.h (find_template_name_end): Return const.
1341 Make argument const, too.
1342 (lexptr): Make const.
1343 (prev_lexptr): Likewise.
1344 * utils.c (parse_escape): Make second argument const.
1345 * utils.h (parse_escape): Likewise.
1346
1347 2013-10-01 Keith Seitz <keiths@redhat.com>
1348
1349 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1350 is now const.
1351 (block_lookup): Make 'raw_name' and 'name' const.
1352 * ada-lex.l (processString): Update for struct stoken.ptr.
1353 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1354 (operator_stoken): Likewise.
1355 (lex_one_token): Remove temporary cast to char * for
1356 'yylval.sval.ptr'.
1357 * f-exp.y (yylex): Likewise.
1358 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1359 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1360 * go-exp.y (lex_one_token): Remove temporary cast to char * for
1361 'yylval.sval.ptr'.
1362 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1363 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1364 * linespec.c (struct ls_parser): Make 'stream' const.
1365 (find_parameter_list_end): Make argument 'input' and local
1366 variable 'p' const.
1367 (linespec_lexer_lex_string): Make local variables 'start' and
1368 'p' const.
1369 Use skip_spaces_const instead of skip_spaces.
1370 (linespec_lexer_peek_token): Make local variable 'saved_stream'
1371 const.
1372 (parse_linespec): Temporarily cast 'argptr' to const for
1373 'parser->lexer.stream'.
1374 * m2-exp.y (yylex): Remove temporary cast to char * for
1375 'yylval.sval.ptr'.
1376 * objc-lang.c (add_msglist): Make local variable 'p' const.
1377 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
1378 (exp : STRING): Make 'sp' const.
1379 (parse_number): Make argument 'p' const.
1380 * parser-defs.h (struct stoken): Make 'ptr' const.
1381
1382 2013-10-01 Doug Evans <dje@google.com>
1383
1384 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1385
1386 2013-10-01 Yao Qi <yao@codesourcery.com>
1387
1388 * varobj.c (c_value_of_root): Remove declaration.
1389 (cplus_value_of_root, java_value_of_root): Likewise.
1390 (ada_value_of_root): Likewise.
1391 (struct language_specific) <value_of_root>: Remove.
1392 (languages): Update initialization.
1393 (check_scope): Move earlier.
1394 (c_value_of_root): Move earlier and rename to ...
1395 (value_of_root_1): ... this.
1396 (value_of_root): Caller update.
1397 (cplus_value_of_root, java_value_of_root): Remove.
1398 (ada_value_of_root): Remove.
1399
1400 2013-10-01 Yao Qi <yao@codesourcery.com>
1401
1402 * varobj.c (varobj_format_string): Remove "unknown".
1403 (languages): Remove the first element.
1404 * varobj.h (enum varobj_languages): Remove vlang_c.
1405
1406 2013-10-01 Yao Qi <yao@codesourcery.com>
1407
1408 * varobj.c (struct language_specific) <language>: Remove.
1409 (languages): Update the initialization.
1410
1411 2013-10-01 Yao Qi <yao@codesourcery.com>
1412
1413 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1414 "solib-target.h". Include "windows-tdep.h".
1415 (arm_wince_init_abi): Call windows_init_abi. Remove call to
1416 set_solib_ops and set_gdbarch_has_dos_based_file_system.
1417 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1418 windows-tdep.o to gdb_target_obs.
1419
1420 2013-10-01 Yao Qi <yao@codesourcery.com>
1421
1422 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1423 "solib-target.h".
1424 (amd64_windows_init_abi): Don't call set_solib_ops and
1425 set_gdbarch_iterate_over_objfiles_in_search_order. Call
1426 windows_init_abi instead.
1427 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1428 "solib-target.h".
1429 (i386_cygwin_init_abi): Don't call set_solib_ops,
1430 set_gdbarch_has_dos_based_file_system and
1431 set_gdbarch_iterate_over_objfiles_in_search_order. Call
1432 windows_init_abi instead.
1433 * windows-tdep.c: Include "solib.h" and "solib-target.h".
1434 (windows_init_abi): New function.
1435 (windows_iterate_over_objfiles_in_search_order): Make it
1436 static.
1437 * windows-tdep.h (windows_init_abi): Declare.
1438 (windows_iterate_over_objfiles_in_search_order): Remove
1439 declaration.
1440
1441 2013-10-01 Jerome Guitton <guitton@adacore.com>
1442
1443 Checked in by Joel Brobecker <brobecker@adacore.com>
1444 * system-gdbinit/elinos.py (get_elinos_environment): Return an
1445 incomplete dictionnary instead of None in case of missing
1446 environment variables.
1447 (elinos_init): in case of an incomplete environment, best
1448 effort to load system libraries instead of abort.
1449
1450 2013-10-01 Joel Brobecker <brobecker@adacore.com>
1451
1452 * ada-lang.c (ada_has_this_exception_support): Ignore
1453 mst_solib_trampoline minimal symbols.
1454
1455 2013-09-30 Tristan Gingold <gingold@adacore.com>
1456
1457 * i386-darwin-nat.c (darwin_complete_target): Install methods for
1458 hardware watchpoint.
1459 (i386_darwin_dr_set): Support 32 and 64 bit states.
1460 (i386_darwin_dr_get): Likewise.
1461 (i386_darwin_dr_set_control): Make static.
1462 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1463 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1464
1465 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
1466
1467 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1468 Replace TIDGET with ptid_get_lwp.
1469 Replace GET_LWP with ptid_get_lwp.
1470 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1471 Replace BUILD_THREAD with ptid_build.
1472 Replace BUILD_LWP with ptid_build.
1473 Replace PIDGET with ptid_get_pid.
1474 Replace TIDGET with ptid_get_lwp.
1475 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1476 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1477 Replace TIDGET with ptid_get_lwp.
1478 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1479 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1480 Replace TIDGET with ptid_get_lwp.
1481 Replace GET_LWP with ptid_get_lwp.
1482 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1483 * auxv.c: Likewise.
1484 * breakpoint.c: Likewise.
1485 * common/ptid.c (ptid_is_pid): Condense check for
1486 null_ptid and minus_one_ptid.
1487 (ptid_lwp_p): New function.
1488 (ptid_tid_p): New function.
1489 * common/ptid.h: Update comments for accessors.
1490 (ptid_lwp_p): New prototype.
1491 (ptid_tid_p): New prototype.
1492 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1493 * gcore.c: Replace PIDGET with ptid_get_pid.
1494 * gdbthread.h: Likewise.
1495 * gnu-nat.c: Likewise.
1496 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1497 Replace TIDGET with ptid_get_lwp.
1498 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1499 * hppanbsd-nat.c: Likewise.
1500 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1501 Replace TIDGET with ptid_get_lwp.
1502 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1503 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1504 * infcmd.c: Likewise.
1505 * inferior.h: Likewise.
1506 * inflow.c: Likewise.
1507 * infrun.c: Likewise.
1508 * linux-fork.c: Likewise.
1509 * linux-nat.c: Replace PIDGET with ptid_get_pid.
1510 Replace GET_PID with ptid_get_pid.
1511 Replace is_lwp with ptid_lwp_p.
1512 Replace GET_LWP with ptid_get_lwp.
1513 Replace BUILD_LWP with ptid_build.
1514
1515 2013-09-28 Mike Frysinger <vapier@gentoo.org>
1516
1517 * common/linux-btrace.c: Move sys/syscall.h out of the
1518 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1519 Also check for SYS_perf_event_open before attempting to buid.
1520
1521 2013-09-27 Doug Evans <dje@google.com>
1522
1523 * dwarf2read.c (dwarf2_section_info): Add comment.
1524 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1525 All uses updated.
1526 (dwarf2_section_empty_p): Rename arg from "info" to "section".
1527 (dwarf2_read_section): Delete unused local "header". Add section
1528 name to error message.
1529 (create_dwo_in_dwp): Tweak comment.
1530 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1531
1532 * dwarf2read.c (die_reader_specs): Tweak comment.
1533 (get_section_bfd_owner, get_section_bfd_section): New functions.
1534 (get_section_name, get_section_file_name): New functions.
1535 (get_section_id, get_section_flags): New functions.
1536 (*): Use new functions to access section fields.
1537
1538 * dwarf2read.c (struct dwo_file): Add/tweak comments.
1539 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
1540 arg "htab". All callers updated.
1541 (create_debug_types_hash_table): Remove redundant copy of
1542 abbrev_section.
1543 (create_dwo_in_dwp): Tweak comments.
1544 (read_str_index): Tweak comment. Record dwarf form name in static
1545 local.
1546
1547 2013-09-27 Pedro Alves <palves@redhat.com>
1548
1549 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1550 (remote_filename_p): Add comment.
1551 * remote.c (remote_filename_p): Adjust to use
1552 REMOTE_SYSROOT_PREFIX.
1553 * solib.c (solib_find): When deciding whether we need to add a
1554 directory separator, check whether the sysroot is "remote:"
1555 instead of checking whether the patch has a drive spec. Add
1556 comments.
1557
1558 2013-09-27 Pedro Alves <palves@redhat.com>
1559
1560 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1561 Delete fields.
1562 (remote_parse_stop_reply): Adjust, setting event->ws.kind
1563 directly.
1564
1565 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1566
1567 Fix set debug frame output.
1568 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
1569 SENTINEL_FRAME entry lower to match enum frame_type order.
1570
1571 2013-09-26 Pierre Muller <muller@sourceware.org>
1572
1573 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1574 AMD64_R15_REGNUM when a register index is expected.
1575 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1576 Substitute in array.
1577 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1578 (amd64_push_arguments): Substitute in integer_regnum array.
1579
1580 2013-09-25 Doug Evans <dje@google.com>
1581
1582 * objfiles.c (allocate_objfile): Move comment to better place.
1583
1584 New option "set debug symfile on".
1585 * NEWS: Mention "set debug symfile".
1586 * Makefile.in (SFILES): Add symfile-debug.c.
1587 (COMMON_OBS): Add symfile-debug.o.
1588 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1589 objfile's symbol functions.
1590 * objfiles.h (objfile_set_sym_fns): Declare.
1591 * symfile-debug.c: New file.
1592 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1593 objfile's symbol functions.
1594 (reread_symbols): Ditto.
1595
1596 * symfile.h (struct sym_fns): Delete member "sym_flavour".
1597 All uses updated.
1598 (add_symtab_fns): Update prototype.
1599 * symfile.c (sym_fns_ptr): Delete. Replace with ...
1600 (registered_sym_fns): ... this.
1601 (symtab_fns): Update.
1602 (add_symtab_fns): New arg "flavour". All callers updated.
1603 (find_sym_fns): Rewrite to use new sym_fns registry.
1604
1605 * symfile.h (struct sym_fns): Add "objfile" argument to
1606 sym_read_linetable. All uses updated.
1607
1608 * symtab.c (domain_name, search_domain_name): New functions.
1609 * symtab.h (domain_name, search_domain_name): Declare.
1610
1611 * symfile.h (struct quick_symbol_functions): Reorg arg list of
1612 map_matching_symbols so objfile is first. All uses updated.
1613 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1614 * psymtab.c (map_matching_symbols_psymtab): Update signature.
1615
1616 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1617
1618 PR shlibs/8882
1619 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1620 link map entries.
1621
1622 2013-09-24 Doug Evans <dje@google.com>
1623
1624 * objfiles.c (free_objfile): Move comment.
1625
1626 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1627
1628 * ada-exp.y (string_to_operator): Delete.
1629 (dummy_string_to_ada_operator): Delete.
1630
1631 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1632
1633 Revert:
1634 * i386-tdep.h (enum amd64_reg_class): New, moved here from
1635 amd64-tdep.c.
1636 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1637 call_dummy_integer_regs, and classify.
1638 * amd64-tdep.h (amd64_classify): Add declaration.
1639 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1640 (amd64_reg_class): Delete, moved to i386-tdep.h.
1641 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
1642 Replace call to amd64_classify by call to tdep->classify.
1643 (amd64_push_arguments): Get the list of registers to use for
1644 passing integer parameters from the gdbarch tdep structure,
1645 rather than using a hardcoded one. Replace calls to amd64_classify
1646 by calls to tdep->classify.
1647 (amd64_push_dummy_call): Get the register number used for
1648 the "hidden" argument from tdep->call_dummy_integer_regs.
1649 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1650 and tdep->call_dummy_integer_regs. Set tdep->classify.
1651
1652 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1653
1654 Revert:
1655 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1656 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1657 where tdep->memory_args_by_pointer is non-zero.
1658
1659 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1660
1661 Revert:
1662 * i386-tdep.h (struct gdbarch_tdep): Add new field
1663 integer_param_regs_saved_in_caller_frame.
1664 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1665 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1666
1667 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1668
1669 * amd64-windows-tdep.c: #include "value.h"
1670 (amd64_windows_classify): Delete.
1671 (amd64_windows_passed_by_integer_register)
1672 (amd64_windows_passed_by_xmm_register)
1673 (amd64_windows_passed_by_pointer)
1674 (amd64_windows_adjust_args_passed_by_pointer)
1675 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1676 (amd64_windows_push_dummy_call): New functions.
1677 (amd64_windows_init_abi): Remove setting of
1678 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1679 tdep->classify, tdep->memory_args_by_pointer and
1680 tdep->integer_param_regs_saved_in_caller_frame.
1681 Add call to set_gdbarch_push_dummy_call.
1682
1683 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1684
1685 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1686 objfile->original_name.
1687
1688 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1689
1690 Pass down original filename for objfile.
1691 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1692 * elfread.c (elf_symfile_read): Likewise.
1693 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1694 longer set ORIGINAL_NAME.
1695 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1696 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1697 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
1698 symbol_file_add_from_bfd call.
1699 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1700 (macho_check_dsym): Add parameter filenamep. Change function comment.
1701 Set *filenamep.
1702 (macho_symfile_read): New variable dsym_filename. Update
1703 macho_check_dsym call. Use it for symbol_file_add_separate.
1704 * objfiles.c (allocate_objfile): Add parameter name. New comment for
1705 it. Use it for objfile->original_name.
1706 (objfile_name): Return OBFD's filename, if available.
1707 * objfiles.h (allocate_objfile): Add new parameter name.
1708 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1709 * symfile-mem.c (symbol_file_add_from_memory): Update
1710 symbol_file_add_from_bfd call.
1711 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1712 comment for it.
1713 (symbol_file_add_with_addrs): New parameter name, add function comment
1714 for it. Remove variable name. Update allocate_objfile call.
1715 (symbol_file_add_separate): New parameter name, add function comment
1716 for it. Update symbol_file_add_with_addrs call.
1717 (symbol_file_add_from_bfd): New parameter name. Update
1718 symbol_file_add_with_addrs call.
1719 (symbol_file_add): Update symbol_file_add_from_bfd call.
1720 (reread_symbols): New variable original_name. Save
1721 objfile->original_name by it.
1722 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1723 second parameter.
1724
1725 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1726
1727 Code cleanup: Add objfile_name accessor function.
1728 * ada-lang.c (is_known_support_routine): Use objfile_name.
1729 * auto-load.c (source_gdb_script_for_objfile)
1730 (auto_load_objfile_script): Likewise.
1731 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1732 * dbxread.c (dbx_symfile_read): Likewise.
1733 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1734 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1735 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1736 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1737 (lookup_dwp_signatured_type, lookup_dwo_unit)
1738 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1739 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1740 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1741 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1742 (dwarf2_record_block_ranges, read_common_block, read_typedef)
1743 (read_subrange_type, load_partial_dies, read_partial_die)
1744 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1745 (die_containing_type, build_error_marker_type, lookup_die_type)
1746 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1747 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1748 (get_DW_AT_signature_type, write_psymtabs_to_index)
1749 (save_gdb_index_command): Likewise.
1750 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1751 Likewise.
1752 * expprint.c (dump_subexp_body_standard): Likewise.
1753 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1754 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1755 original_name.
1756 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1757 obj_name, use objfile_name for it, use the variable.
1758 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1759 Use objfile_name.
1760 * machoread.c (macho_symtab_read, macho_check_dsym)
1761 (macho_symfile_relocate): Likewise.
1762 * maint.c (maintenance_translate_address): Likewise.
1763 * minidebug.c (find_separate_debug_file_in_section): Likewise.
1764 * minsyms.c (install_minimal_symbols): Likewise.
1765 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1766 original_name.
1767 (filter_overlapping_sections): Use objfile_name.
1768 (objfile_name): New function.
1769 * objfiles.h (struct objfile): Rename field name to original_name.
1770 (objfile_name): New prototype.
1771 * printcmd.c (sym_info, address_info): Use objfile_name.
1772 * probe.c (parse_probes, collect_probes, compare_probes)
1773 (info_probes_for_ops): Likewise.
1774 * progspace.c (clone_program_space): Likewise.
1775 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1776 (maintenance_info_psymtabs): Likewise.
1777 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1778 (source_section_scripts): Likewise.
1779 * python/py-objfile.c (objfpy_get_filename): Likewise.
1780 * python/py-progspace.c (pspy_get_filename): Likewise.
1781 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1782 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1783 * solib.c (solib_read_symbols): Likewise.
1784 * stabsread.c (scan_file_globals): Likewise.
1785 * stap-probe.c (handle_stap_probe): Likewise.
1786 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1787 (find_separate_debug_file_by_debuglink): Likewise.
1788 (reread_symbols): Likewise. Use the objfile field name renamed to
1789 original_name.
1790 (allocate_symtab): Use objfile_name.
1791 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1792 (dump_objfile, dump_msymbols, dump_symtab_1)
1793 (maintenance_print_msymbols, maintenance_print_objfiles)
1794 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1795 * target.c (target_translate_tls_address, target_info): Likewise.
1796 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1797 objfile_name.
1798
1799 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1800
1801 Code cleanup.
1802 * probe.c (parse_probes): Rename variable objfile_name to
1803 objfile_namestr.
1804
1805 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1806
1807 Remove solib-sunos.c.
1808 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1809 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1810 * objfiles.c (rt_common_objfile): Remove.
1811 (free_objfile): Remove rt_common_objfile comparison.
1812 * objfiles.h (rt_common_objfile): Remove.
1813 * solib-sunos.c: Remove.
1814 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1815
1816 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1817
1818 Remove a.out NetBSD and OpenBSD hosts.
1819 * NEWS (Removed native configurations): New.
1820 * config/arm/nbsdaout.mh: Remove.
1821 * config/i386/nbsdaout.mh: Remove.
1822 * config/i386/obsdaout.mh: Remove.
1823 * config/m68k/nbsdaout.mh: Remove.
1824 * config/sparc/nbsdaout.mh: Remove.
1825 * config/vax/nbsdaout.mh: Remove.
1826 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1827 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1828 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1829 error.
1830 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1831 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1832 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1833
1834 2013-09-23 Tom Tromey <tromey@redhat.com>
1835
1836 * linespec.c (struct minsym_and_objfile): Remove.
1837 (minsym_and_objfile_d): Remove.
1838 (struct linespec, struct collect_info, linespec_parse_basic)
1839 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1840 (compare_msymbols, find_method, find_function_symbols)
1841 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1842 (add_minsym, search_minsyms_for_name): Update.
1843
1844 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1845
1846 * regcache.c: Add include of valprint.h.
1847 (dump_endian_bytes): Delete.
1848 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1849
1850 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1851
1852 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1853
1854 2013-09-19 Pedro Alves <palves@redhat.com>
1855
1856 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1857 breakpoints.
1858
1859 2013-09-19 Pedro Alves <palves@redhat.com>
1860 Thomas Schwinge <thomas@codesourcery.com>
1861 Yue Lu <hacklu.newborn@gmail.com>
1862
1863 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1864 Take a gdb_byte pointer instead of a char pointer.
1865
1866 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1867 gnu_xfer_partial helper.
1868 (gnu_xfer_partial): New function.
1869 (gnu_target): Don't install a deprecated_xfer_memory hook.
1870 Install a to_xfer_partial hook.
1871
1872 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1873
1874 Constification.
1875 * main.c (captured_main): Replace catch_command_errors by
1876 catch_command_errors_const. Twice.
1877 * symfile.c (symbol_file_add_main_1): Make args parameter const.
1878 (symbol_file_add): Make name parameter const.
1879 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1880 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
1881 variable name. Change their usage accordingly.
1882 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1883 const.
1884 (symbol_file_add_main): Make args parameter const.
1885
1886 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
1887 Ulrich Weigand <uweigand@de.ibm.com>
1888
1889 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1890 of c_value member.
1891 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1892
1893 2013-09-18 Pedro Alves <palves@redhat.com>
1894 Yue Lu <hacklu.newborn@gmail.com>
1895
1896 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1897 (gnu_create_inferior)
1898 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1899 (set_sig_thread_cmd): Use the lwpid field of ptids to
1900 store/extract thread ids instead of the tid field.
1901 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1902
1903 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1904
1905 * infcmd.c (default_print_one_register_info): Add detection of
1906 optimized out values.
1907 (default_print_registers_info): Switch to using
1908 get_frame_register_value.
1909
1910 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
1911
1912 * infrun.c (handle_inferior_event): Check if we know the
1913 function start address before setting a resume breakpoint.
1914
1915 2013-09-18 Pedro Alves <palves@redhat.com>
1916
1917 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1918 minus_one_ptid instead of looking at the ptid's tid field and
1919 comparing that to -1.
1920
1921 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1922
1923 * main.h (get_gdb_program_name): Remove extra whitespace.
1924
1925 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1926
1927 * main.h (get_gdb_program_name): Add declaration.
1928 * main.c (get_gdb_program_name): Add definition.
1929
1930 2013-09-17 Doug Evans <dje@google.com>
1931
1932 * dwarf2read.c: Move definitions of complaint functions to after
1933 forward declarations of local functions.
1934
1935 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
1936 Pedro Alves <palves@redhat.com>
1937
1938 PR gdb/11568
1939 * breakpoint.c (remove_threaded_breakpoints): New function.
1940 (_initialize_breakpoint): Attach remove_threaded_breakpoints
1941 as thread_exit observer.
1942
1943 2013-09-17 Pedro Alves <palves@redhat.com>
1944
1945 PR gdb/15911
1946 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1947 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1948 * corelow.c (core_open):
1949 * frame.h (print_stack_frame, print_frame_info): New
1950 'set_current_sal' parameter.
1951 * infcmd.c (finish_command, kill_command): Adjust call to
1952 print_stack_frame.
1953 * inferior.c (inferior_command): Likewise.
1954 * infrun.c (normal_stop): Likewise.
1955 * linux-fork.c (linux_fork_context): Likewise.
1956 * record-full.c (record_full_goto_entry, record_full_restore):
1957 Likewise.
1958 * remote-mips.c (common_open): Likewise.
1959 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1960 Use it.
1961 (print_frame_info): New 'set_current_sal' parameter. Set the last
1962 displayed sal depending on the new paremeter instead of looking at
1963 print_what.
1964 (backtrace_command_1, select_and_print_frame, frame_command)
1965 (current_frame_command, up_command, down_command): Adjust call to
1966 print_stack_frame.
1967 * thread.c (print_thread_info, restore_selected_frame)
1968 (do_captured_thread_select): Adjust call to print_stack_frame.
1969 * tracepoint.c (tfind_1): Likewise.
1970 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1971 (mi_cmd_stack_info_frame): Likewise.
1972 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1973 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1974
1975 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1976
1977 * value.c (isvoid_internal_fn): Replace "parameter" with
1978 "argument".
1979
1980 2013-09-16 Stan Shebs <stan@codesourcery.com>
1981
1982 * README: Update references to writing code for GDB.
1983 * configure.ac (build_warnings): Remove obsolete comment.
1984 * configure: Regenerate.
1985 * gdbarch.sh: Remove references to gdbint.texinfo.
1986 * gdbarch.h: Regenerate.
1987 * gdbtypes.c (objfile_type): Remove comments referencing internals
1988 manual and D10V.
1989
1990 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1991
1992 * NEWS: Mention new convenience function $_isvoid.
1993 * value.c (isvoid_internal_fn): New function.
1994 (_initialize_values): Add new convenience function $_isvoid.
1995
1996 2013-09-16 Pierre Muller <muller@sourceware.org>
1997
1998 * arm-linux-tdep.c: Add "elf/common.h" header.
1999 Remove AT_HWCAP macro definintion as it is provided in
2000 added include file.
2001 * s390-tdep.c: Remove system header <elf.h>
2002 Add "elf/common.h" header for AT_HWCAP definition.
2003 (s390_core_read_description): Use correct CORE_ADDR
2004 for hwcap local variable used as third parameter
2005 of function target_auxv_search.
2006
2007 2013-09-14 Pierre Muller <muller@sourceware.org>
2008 Tom Tromey <tromey@redhat.com>
2009 Pedro Alves <palves@redhat.com>
2010
2011 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
2012 mode if operating system doesn't know O_CLOEXEC.
2013
2014 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2015
2016 Code cleanup.
2017 * symfile.c (reread_symbols): Move variable obfd_filename to a more
2018 inner block.
2019
2020 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2021
2022 * NEWS: Mention TDB support.
2023 * features/s390-tdb.xml: New file.
2024 * features/s390-te-linux64.xml: New file.
2025 * features/s390x-te-linux64.xml: New file.
2026 * features/Makefile (WHICH): Add new tdescs above.
2027 (s390-te-linux64-expedite): Set.
2028 (s390x-te-linux64-expedite): Set.
2029 * features/s390-te-linux64.c: New file (generated).
2030 * features/s390x-te-linux64.c: New file (generated).
2031 * regformats/s390-te-linux64.dat: New file (generated).
2032 * regformats/s390x-te-linux64.dat: New file (generated).
2033 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
2034 (HWCAP_S390_TE): Likewise.
2035 (S390_TDB_DWORD0_REGNUM): Likewise.
2036 (S390_TDB_DWORD0_REGNUM): Likewise.
2037 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
2038 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
2039 (S390_TDB_ATIA_REGNUM): Likewise.
2040 (S390_TDB_R0_REGNUM): Likewise.
2041 (S390_TDB_R1_REGNUM): Likewise.
2042 (S390_TDB_R2_REGNUM): Likewise.
2043 (S390_TDB_R3_REGNUM): Likewise.
2044 (S390_TDB_R4_REGNUM): Likewise.
2045 (S390_TDB_R5_REGNUM): Likewise.
2046 (S390_TDB_R6_REGNUM): Likewise.
2047 (S390_TDB_R7_REGNUM): Likewise.
2048 (S390_TDB_R8_REGNUM): Likewise.
2049 (S390_TDB_R9_REGNUM): Likewise.
2050 (S390_TDB_R10_REGNUM): Likewise.
2051 (S390_TDB_R11_REGNUM): Likewise.
2052 (S390_TDB_R12_REGNUM): Likewise.
2053 (S390_TDB_R13_REGNUM): Likewise.
2054 (S390_TDB_R14_REGNUM): Likewise.
2055 (S390_TDB_R15_REGNUM): Likewise.
2056 (S390_NUM_REGS): Increase.
2057 (S390_IS_TDBREGSET_REGNUM): New macro.
2058 (s390_regmap_tdb): Declare.
2059 (s390_sizeof_tdbregset): Define.
2060 (tdesc_s390_te_linux64): Declare.
2061 (tdesc_s390x_te_linux64): Likewise.
2062 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
2063 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
2064 (s390_regmap_tdb): New regmap.
2065 (s390_supply_tdb_regset): New function.
2066 (s390_tdb_regset): New regset.
2067 (s390_linux64v2_regset_sections): Add TDB regset to list.
2068 (s390x_linux64v2_regset_sections): Likewise.
2069 (s390_regset_from_core_section): Recognize TDB core note section.
2070 (s390_core_read_description): If HWCAP indicates TE support,
2071 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
2072 (s390_gdbarch_init): Handle TDB regset.
2073 (_initialize_s390_tdep): Initialize new tdescs.
2074 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
2075 (have_regset_tdb): New variable.
2076 (s390_native_supply): Support register invalidation.
2077 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
2078 (check_regset): Treat ENODATA as "regset exists".
2079 (s390_linux_fetch_inferior_registers): Add TDB.
2080 (s390_read_description): Check for TDB existence and select
2081 appropriate tdesc.
2082 * gdbserver/Makefile.in (clean): Add removal of new makefile
2083 targets.
2084 (s390-te-linux64.c): New makefile target.
2085 (s390x-te-linux64.c): Likewise.
2086 * gdbserver/configure.srv (srv_regobj): Append new objects
2087 s390-te-linux64.o and s390x-te-linux64.o.
2088 (srv_xmlfiles): Append new files s390-te-linux64.xml,
2089 s390x-te-linux64.xml, and s390-tdb.xml.
2090 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
2091 declaration.
2092 (tdesc_s390_te_linux64): Likewise.
2093 (init_registers_s390x_te_linux64): Likewise.
2094 (tdesc_s390x_te_linux64): Likewise.
2095 (s390_check_regset): Treat ENODATA as "regset exists".
2096 (s390_arch_setup): Add TDB regset support.
2097 (initialize_low_arch): Initialize registers for new tdescs.
2098
2099 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2100
2101 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
2102 (S390_IS_FPREGSET_REGNUM): New macro.
2103 * s390-tdep.c (s390_dwarf_regmap): Make const.
2104 (regnum_is_gpr_full): New function for replacing repeated code.
2105 (s390_pseudo_register_name): Use it.
2106 (s390_pseudo_register_type): Likewise.
2107 (s390_pseudo_register_read): Likewise.
2108 (s390_pseudo_register_write): Likewise.
2109 (s390_unwind_pseudo_register): Likewise.
2110 (s390_regmap_gregset): New format for regmap.
2111 (s390x_regmap_gregset): Likewise.
2112 (s390_regmap_fpregset): Likewise.
2113 (s390_regmap_upper): Likewise.
2114 (s390_regmap_last_break): Likewise.
2115 (s390_regmap_system_call): Likewise.
2116 (s390_supply_regset): Adjust to new regmap format.
2117 (s390_collect_regset): Likewise.
2118 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
2119 (s390_native_collect): Likewise.
2120 (supply_gregset): Likewise.
2121 (fill_gregset): Likewise.
2122 (supply_fpregset): Likewise.
2123 (fill_fpregset): Likewise.
2124 (fetch_regset): Likewise.
2125 (store_regset): Likewise.
2126 (s390_linux_fetch_inferior_registers): Likewise.
2127 (s390_linux_fetch_inferior_registers): Likewise.
2128
2129 2013-09-12 Andrew Pinski <apinski@cavium.com>
2130
2131 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
2132
2133 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2134
2135 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
2136
2137 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
2138
2139 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
2140
2141 2013-09-06 Pedro Alves <palves@redhat.com>
2142
2143 * remote-sim.c (dump_mem, gdbsim_fetch_register)
2144 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
2145 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
2146 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
2147 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
2148 gdb_stdlog.
2149
2150 2013-09-06 Pedro Alves <palves@redhat.com>
2151
2152 * remote-sim.c (dump_mem): Constify buf parameter.
2153 gdbsim_xfer_inferior_memory): Rename to ...
2154 (gdbsim_xfer_memory): ... this. Adjust interface as
2155 target_xfer_partial helper.
2156 (gdbsim_xfer_partial): New function.
2157 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
2158 Install a to_xfer_partial hook. Send output to gdb_stdlog.
2159
2160 2013-09-06 Pedro Alves <palves@redhat.com>
2161
2162 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2163 host_address_to_string, and send debug output to gdb_stdlog.
2164
2165 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2166
2167 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2168 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2169 gdb_target_obs for cris target.
2170 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2171 (cris_gdbarch_init): Move calls to
2172 set_gdbarch_fetch_tls_load_module_address and
2173 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2174 Add call to gdbarch_init_osabi.
2175 * cris-linux-tdep.c: New file.
2176 * cris-tdep.h: New file.
2177
2178 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2179
2180 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2181 to deprecated_init_ui_hook.
2182
2183 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2184
2185 * cli/cli-interp.c (_initialize_cli_interp): Add a
2186 command_loop_proc to interp_procs.
2187 * event-top.c (cli_command_loop): Change signature to match
2188 interp_command_loop_ftype.
2189 * event-top.h (cli_command_loop): Same.
2190 * interps.c (interp_new): Require every interpreter to have a
2191 command_loop_proc.
2192 (current_interp_command_loop): Just call the command_loop_proc on
2193 the current interpreter.
2194 * tui/tui-interp.c (_initialize_tui_interp): Add a
2195 command_loop_proc to interp_procs.
2196
2197 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2198
2199 * cris-tdep.c (cris_gdbarch_init): Add call to
2200 get_gdbarch_fetch_tls_load_module_address.
2201
2202 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2203
2204 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2205 (cris_elf_gregset_t): Rename from elf_gregset_t.
2206 (crisv32_elf_gregset_t): Adjust.
2207 (cris_supply_gregset, fetch_core_registers): Adjust.
2208
2209 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2210
2211 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2212
2213 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
2214
2215 * defs.h (deprecated_command_loop_hook): Remove, including
2216 references in comments.
2217 * interps.c (current_interp_command_loop): No longer use
2218 deprecated_command_loop_hook.
2219 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2220 setup.
2221 * top.c (deprecated_command_loop_hook): Remove.
2222
2223 2013-09-05 Pedro Alves <palves@redhat.com>
2224
2225 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2226 local is now int instead of ULONGEST. Print it with %d
2227 instead of paddress.
2228
2229 2013-09-05 Tristan Gingold <gingold@adacore.com>
2230
2231 * MAINTAINERS: Remove avr maintainership.
2232
2233 2013-09-05 Pedro Alves <palves@redhat.com>
2234
2235 * findvar.c (value_of_register): Rework in terms of
2236 value_of_register_lazy.
2237
2238 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
2239
2240 * symfile.c (add_symbol_file_command): Remove trailing
2241 whitespaces and blank line after comment.
2242
2243 2013-09-05 Pedro Alves <palves@redhat.com>
2244
2245 * tui/tui-regs.c (tui_register_format): Don't look at the
2246 register's name here. Return string representing register
2247 value instead of storing it in the data element.
2248 (tui_get_register): Compare register string representations
2249 instead of register value states and contents.
2250
2251 2013-09-05 Pedro Alves <palves@redhat.com>
2252
2253 PR tui/15933
2254 * tui/tui-regs.c (tui_show_registers): Show registers of the
2255 selected frame, not the current frame.
2256
2257 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
2258
2259 * MAINTAINERS (Write After Approval): Add myself to the list.
2260
2261 2013-09-04 Doug Evans <dje@google.com>
2262
2263 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2264 (queue_and_load_dwo_tu): New function.
2265 (lookup_dwo_signatured_type): Set per_cu.tu_read.
2266 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2267 Make dependent_cu optional.
2268 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2269 and an older .gdb_index is in use, queue and load all its TUs too.
2270
2271 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2272
2273 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2274 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2275 variable search_flags.
2276 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2277 (OPF_RETURN_REALPATH): ... here.
2278 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2279 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2280 call. Twice.
2281 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2282 openp call.
2283 * solib.c (solib_find): Likewise. Four times.
2284 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2285 in the function comment and for the realpath_fptr variable.
2286 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2287 (find_and_open_source): Likewise. Twice.
2288 * symfile.c (symfile_bfd_open): Likewise, also twice.
2289
2290 2013-09-04 Doug Evans <dje@google.com>
2291
2292 * progspace.c (save_current_space_and_thread): Remove unnecessary
2293 call to save_current_inferior.
2294
2295 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
2296
2297 * sh64-tdep.c (sh64_do_register): Return after printing message
2298 about unavailable register contents.
2299
2300 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
2301 Pedro Alves <palves@redhat.com>
2302
2303 * symfile.c (add_symbol_file_command): Error out on unknown
2304 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2305 options and collapse into single conditional branch.
2306
2307 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
2308
2309 * inf-child.c (inf_child_follow_fork): New parameter
2310 detach_fork.
2311 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2312 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2313 * inferior.h (detach_fork): Remove.
2314 * infrun.c (detach_fork): Adjust comment and make it
2315 static.
2316 (follow_fork): Pass detach_fork parameter to
2317 target_follow_fork.
2318 * linux-nat.c (linux_child_follow_fork): New parameter
2319 detach_fork.
2320 * target.c (target_follow_fork): New parameter detach_fork.
2321 Pass detach_fork as parameter and print its value.
2322 * target.h (struct target_ops) <to_follow_fork>: New int
2323 parameter.
2324 (target_follow_fork): New parameter detach_fork.
2325
2326 2013-09-03 Joel Brobecker <brobecker@adacore.com>
2327
2328 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2329 Replace sec->bfd by sec->the_bfd_section->owner.
2330
2331 2013-09-03 Yao Qi <yao@codesourcery.com>
2332
2333 * linux-tdep.c (linux_is_uclinux): New function. Code moved
2334 from linux_has_shared_address_space.
2335 (linux_has_shared_address_space): Call linux_is_uclinux.
2336 * linux-tdep.h (linux_is_uclinux): Declare.
2337 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2338 linux_is_uclinux.
2339
2340 2013-09-03 Yao Qi <yao@codesourcery.com>
2341
2342 * config/djgpp/fnchange.lst: Remove entry of
2343 i386-interix-nat.c and i386-interix-tdep.c.
2344 * configure.ac: Remove '*-*-interix*'.
2345 * configure: Re-generated.
2346 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2347 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2348 obsolete comments.
2349 * osabi.c (gdb_osabi_names): Remove "Interix".
2350
2351 2013-09-03 Yao Qi <yao@codesourcery.com>
2352
2353 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2354
2355 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
2356
2357 * record.h (record_print_flag) <record_print_src_line,
2358 record_print_insn_range>: Rename into ...
2359 (record_print_flag) <record_print_src_line,
2360 record_print_insn_range>: ... this. Update all users.
2361
2362 2013-09-02 Pierre Muller <muller@sourceware.org>
2363
2364 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2365 error code.
2366
2367 2013-09-02 Pierre Muller <muller@sourceware.org>
2368
2369 * windows-nat.c (windows_xfer_memory): Fix compilation failure
2370 by use of plongest function.
2371
2372 2013-09-02 Tristan Gingold <gingold@adacore.com>
2373
2374 * NEWS: Add entry mentioning support for native Windows x64
2375 SEH data.
2376
2377 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
2378 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
2379 (struct amd64_windows_frame_cache): New struct.
2380 (amd64_windows_w2gdb_regnum): New global.
2381 (pc_in_range, amd64_windows_frame_decode_epilogue)
2382 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
2383 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
2384 (amd64_windows_frame_this_id): New functions.
2385 (amd64_windows_frame_unwind): New static global.
2386 (amd64_windows_skip_prologue): New function.
2387 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2388 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2389 with amd64_windows_skip_prologue.
2390
2391 2013-08-30 Joel Brobecker <brobecker@adacore.com>
2392
2393 GDB 7.6.1 released.
2394
2395 2013-08-30 Pedro Alves <palves@redhat.com>
2396
2397 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2398 SRC_AND_LOC.
2399
2400 2013-08-30 Pedro Alves <palves@redhat.com>
2401
2402 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2403 warning text.
2404
2405 2013-08-30 Pedro Alves <palves@redhat.com>
2406
2407 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2408 Adjust arguments to print_stack_frame.
2409
2410 2013-08-30 Pedro Alves <palves@redhat.com>
2411
2412 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2413
2414 2013-08-30 Pedro Alves <palves@redhat.com>
2415
2416 * frame.h (show_and_print_stack_frame): Delete declaration.
2417
2418 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2419
2420 PR python/15461
2421 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2422 (archpy_name): Check for valid architecture.
2423 (archpy_disassemble): Ditto.
2424
2425 2013-08-29 Joel Brobecker <brobecker@adacore.com>
2426
2427 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2428 instead of "long long" in call to ptrace64.
2429
2430 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
2431
2432 * mi/mi-interp.c (mi_command_loop): Change signature to match
2433 interp_command_loop_ftype.
2434 (mi1_command_loop): Remove.
2435 (mi2_command_loop): Remove.
2436 (mi3_command_loop): Remove.
2437 (mi_interpreter_resume): Remove setting of
2438 deprecated_command_loop_hook.
2439 (_initialize_mi_interp): Set mi_command_loop as the command loop
2440 callback.
2441
2442 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2443
2444 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2445 value_type.
2446
2447 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2448
2449 * value.c (allocate_value_contents): Make static.
2450 * value.h (allocate_value_contents): Remove prototype.
2451
2452 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2453
2454 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2455 of assembling value via allocate_value_lazy and attribute setter.
2456 * findvar.c (default_read_var_value): Use value_at_lazy instead of
2457 assembling value via allocate_value_lazy and attribute setter.
2458 * valops.c (do_search_struct_field): Use value_at_lazy instead of
2459 assembling value via allocate_value_lazy and attribute setter.
2460
2461 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2462
2463 * value.c (value_from_contents_and_address): Replace allocate_value and
2464 memcpy with value_from_contents.
2465
2466 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2467
2468 * python/py-framefilter.c (py_print_frame): Remove usage of
2469 PyString_AsString. Use python_string_to_host_string instead.
2470 Refactor function to work with a string as a new allocation
2471 instead of a pointer.
2472 (py_print_frame): Ditto.
2473 * python/lib/gdb/frames.py (return_list): Cain iterators together
2474 instead of adding them as a list.
2475 (_sort_list): Call return_list, and remove duplicate code.
2476 (execute_frame_filters): Convert iterator to a list with list().
2477 * python/lib/gdb/command/frame_filters.py
2478 (SetFrameFilterPriority._set_filter_priority): Convert priority
2479 attribute to an integer.
2480 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2481 wrapper function __next__.
2482 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2483 define as "str".
2484
2485 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2486
2487 PR python/15752
2488 * python/py-framefilter.c (apply_frame_filter): Check
2489 gdb_python_initialized. Exit if the Python frame-filter code
2490 cannot be initialized.
2491
2492 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2493
2494 PR cli/15842
2495 * top.c (print_gdb_version): Remove erroneous newline after help
2496 text.
2497
2498 2013-08-29 Yao Qi <yao@codesourcery.com>
2499
2500 * varobj.c (install_dynamic_child): Remove trailing space.
2501 Add one blank line after variable declaration.
2502
2503 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2504
2505 PR gdb/15415
2506 * corefile.c (get_exec_file): Use exec_filename.
2507 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
2508 * exec.c (exec_close): Free EXEC_FILENAME.
2509 (exec_file_attach): New variable canonical_pathname. Use
2510 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
2511 EXEC_FILENAME.
2512 * exec.h (exec_filename): New.
2513 * inferior.c (print_inferior, inferior_command): Use
2514 PSPACE_EXEC_FILENAME.
2515 * mi/mi-main.c (print_one_inferior): Likewise.
2516 * progspace.c (clone_program_space, print_program_space): Likewise.
2517 * progspace.h (struct program_space): New field pspace_exec_filename.
2518 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
2519 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2520
2521 2013-08-28 Will Newton <will.newton@linaro.org>
2522
2523 * common/linux-ptrace.c: Include stdint.h unconditionally.
2524
2525 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2526
2527 Code cleanup.
2528 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2529
2530 2013-08-28 Yao Qi <yao@codesourcery.com>
2531 Pedro Alves <palves@redhat.com>
2532
2533 * event-top.c (gdb_setup_readline): Call stderr_fileopen
2534 instead of stdio_fileopen.
2535 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2536 .Call stderr_fileopen instead of stdio_fileopen.
2537 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2538 [__MINGW32__] (stderr_file_fputs): New function.
2539 (stderr_fileopen): New function.
2540 * ui-file.h (stderr_fileopen): Declare.
2541
2542 2013-08-27 Doug Evans <dje@google.com>
2543
2544 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2545 (struct dwarf2_per_cu_data): Ditto.
2546 (maybe_queue_comp_unit): Delete forward decl. Add comment.
2547 (process_imported_unit_die): Ditto.
2548 (follow_die_sig_1): Simplify assert.
2549
2550 2013-08-27 Pedro Alves <palves@redhat.com>
2551
2552 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2553 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
2554 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2555 windows_xfer_memory directly.
2556 (init_windows_ops): Don't install a deprecated_xfer_memory method.
2557
2558 2013-08-27 Pedro Alves <palves@redhat.com>
2559
2560 * darwin-nat.c (darwin_xfer_memory): Delete.
2561 (_initialize_darwin_inferior): Don't install a
2562 deprecated_xfer_memory method.
2563
2564 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2565 Yao Qi <yao@codesourcery.com>
2566
2567 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2568 (parse_no_frames_option): Remove.
2569 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2570 (mi_cmd_stack_list_args): Adjust.
2571 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2572 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
2573 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2574 Caller update.
2575 (list_args_or_locals): New parameter 'skip_unavailable'.
2576 Handle it.
2577 * valprint.c (scalar_type_p): Rename to ...
2578 (val_print_scalar_type_p): ... this. Make extern.
2579 (val_print, value_check_printable): Adjust.
2580 * valprint.h (val_print_scalar_type_p): Declare.
2581 * value.c (value_entirely_unavailable): New function.
2582 * value.h (value_entirely_unavailable): Declare.
2583
2584 * NEWS: Mention the new option "--skip-unavailable" to MI
2585 commands '-stack-list-locals', '-stack-list-arguments' and
2586 '-stack-list-variables'.
2587
2588 2013-08-27 Yao Qi <yao@codesourcery.com>
2589
2590 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2591 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2592 options.
2593 * mi/mi-getopt.c (mi_getopt): Remove.
2594 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
2595 'error_on_unknown'.
2596 (mi_getopt): Call mi_getopt_1.
2597 (mi_getopt_silent): New.
2598 * mi/mi-getopt.h (mi_getopt_silent): Declare.
2599
2600 2013-08-26 Doug Evans <dje@google.com>
2601
2602 PR symtab/15885
2603 * dwarf2read.c (dw2_dump): Print some minimal information indicating
2604 .gdb_index is in use.
2605 * symfile.c (reread_symbols): Reset objfile->sf.
2606
2607 * NEWS: Document "mt print objfiles" now takes optional regexp.
2608 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2609 regexp of objfiles to print.
2610 (_initialize_symmisc): Update doc string for "mt print objfiles".
2611
2612 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2613 missing debug info checks.
2614
2615 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
2616 Ulrich Weigand <uweigand@de.ibm.com>
2617
2618 * xcoffread.c (arrange_linetable): Add fix to correctly handle
2619 line tables generated by XLC compiled binaries.
2620
2621 2013-08-23 Doug Evans <dje@google.com>
2622
2623 * symmisc.c (dump_symtab): Delete prototype.
2624 (dump_msymbols, dump_objfile): Ditto.
2625 (maintenance_info_symtabs): Mark as dont_repeat.
2626 (_initialize_symmisc): Improve doc string for "mt info symtabs".
2627
2628 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2629 debugging printf to better location.
2630
2631 2013-08-23 Pedro Alves <palves@redhat.com>
2632
2633 * target.c (target_read_live_memory): Change type of 'ret' local
2634 to LONGEST.
2635
2636 2013-08-23 Pedro Alves <palves@redhat.com>
2637
2638 * remote.c (remote_write_bytes_aux, remote_write_bytes)
2639 (remote_read_bytes): Change return type to LONGEST, and adjust to
2640 return a target_xfer_error on error.
2641 (remote_xfer_memory): Delete.
2642 (remote_flash_write): Change type of 'ret' local to LONGEST.
2643 (remote_xfer_partial, remote_xfer_partial): Adjust.
2644 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2645
2646 2013-08-23 Pierre Muller <muller@sourceware.org>
2647
2648 ARI fix: Push # directives to start of line.
2649 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2650
2651 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
2652
2653 PR gdb/15501
2654 * breakpoint.c (enable_command, disable_command): Iterate over
2655 all specified breakpoint locations.
2656
2657 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2658
2659 * common/linux-ptrace.c (linux_fork_to_function): Push #
2660 directives to the start of the line.
2661 (linux_check_ptrace_features): Fix warning message to use
2662 the "_" markup.
2663
2664 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2665
2666 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2667 nat/linux-waitpid.h.
2668 (linux-waitpid.o): New object file rule.
2669 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2670 (current_ptrace_options): Moved from linux-nat.c.
2671 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2672 parameters.
2673 (linux_fork_to_function): New function.
2674 (linux_grandchild_function): Likewise.
2675 (linux_child_function): Likewise.
2676 (linux_check_ptrace_features): New function, heavily
2677 based on linux-nat.c:linux_test_for_tracefork.
2678 (linux_enable_event_reporting): New function.
2679 (ptrace_supports_feature): Likewise.
2680 (linux_supports_tracefork): Likewise.
2681 (linux_supports_traceclone): Likewise.
2682 (linux_supports_tracevforkdone): Likewise.
2683 (linux_supports_tracesysgood): Likewise.
2684 * common/linux-ptrace.h (HAS_NOMMU): Moved from
2685 gdbserver/linux-low.c.
2686 (linux_enable_event_reporting): New declaration.
2687 (linux_supports_tracefork): Likewise.
2688 (linux_supports_traceclone): Likewise.
2689 (linux_supports_tracevforkdone): Likewise.
2690 (linux_supports_tracesysgood): Likewise.
2691 * config.in (PTRACE_TYPE_ARG4): Regenerate.
2692 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2693 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2694 * config/arm/linux.mh (NATDEPFILES): Likewise.
2695 * config/i386/linux.mh (NATDEPFILES): Likewise.
2696 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2697 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2698 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2699 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2700 * config/mips/linux.mh (NATDEPFILES): Likewise.
2701 * config/pa/linux.mh (NATDEPFILES): Likewise..
2702 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2703 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2704 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2705 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2706 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2707 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2708 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2709 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2710 ptrace's 4th argument's types.
2711 Check the type of PTRACE_TYPE_ARG4.
2712 * configure: Regenerate.
2713 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2714 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2715 (linux_supports_tracefork_flag): Remove.
2716 (linux_supports_tracesysgood_flag): Likewise.
2717 (linux_supports_tracevforkdone_flag): Likewise.
2718 (current_ptrace_options): Moved to
2719 common/linux-ptrace.c.
2720 (linux_tracefork_child): Remove.
2721 (my_waitpid): Remove.
2722 (linux_test_for_tracefork): Renamed to
2723 linux_check_ptrace_features and moved to common/linux-ptrace.c.
2724 (linux_test_for_tracesysgood): Remove.
2725 (linux_supports_tracesysgood): Remove.
2726 (linux_supports_tracefork): Remove.
2727 (linux_supports_tracevforkdone): Remove.
2728 (linux_enable_tracesysgood): Remove.
2729 (linux_enable_event_reporting): Remove.
2730 (linux_init_ptrace): New function.
2731 (linux_child_post_attach): Call linux_init_ptrace.
2732 (linux_child_post_startup_inferior): Call linux_init_ptrace.
2733 (linux_child_follow_fork): Call linux_supports_tracefork
2734 and linux_supports_tracevforkdone.
2735 (linux_child_insert_fork_catchpoint): Call
2736 linux_supports_tracefork.
2737 (linux_child_insert_vfork_catchpoint): Likewise.
2738 (linux_child_set_syscall_catchpoint): Call
2739 linux_supports_tracesysgood.
2740 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2741 * nat/linux-nat.h: New file.
2742 * nat/linux-waitpid.c: New file.
2743 * nat/linux-waitpid.h: New file.
2744
2745 2013-08-22 Samuel Bronson <naesten@gmail.com>
2746
2747 ARM Linux support for `catch syscall'.
2748 * syscalls/arm-linux.py: New file.
2749 * syscalls/arm-linux.xml: Likewise.
2750 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2751 (arm_linux_init_abi): Register the new function and syscall xml file.
2752 * data-directory/Makefile.in: Install the new syscall xml file.
2753 * NEWS: Brag about this.
2754
2755 2013-08-22 Pedro Alves <palves@redhat.com>
2756
2757 PR gdb/15871
2758 * corefile.c (target_xfer_memory_error): New function.
2759 (memory_error): Defer EIO to target_memory_error.
2760 (read_memory): Use target_xfer_partial, and handle finer-grained
2761 target xfer errors.
2762 * target.c (target_xfer_error_to_string): New function.
2763 (memory_xfer_partial_1): If memory is known to be
2764 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2765 (target_xfer_partial): Make extern.
2766 * target.h (enum target_xfer_error): New enum.
2767 (target_xfer_error_to_string): Declare function.
2768 (target_xfer_partial): Declare function.
2769 (struct target_ops) <xfer_partial>: Adjust describing comment.
2770
2771 2013-08-22 Alan Modra <amodra@gmail.com>
2772
2773 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2774 * configure.tgt: Likewise as targets.
2775
2776 2013-08-20 Doug Evans <dje@google.com>
2777
2778 * buildsym.c (subfile_stack): Move here from buildsym.h.
2779 (pending_macros): Ditto.
2780 (get_macro_table): New function.
2781 (buildsym_init): Initialize subfile_stack.
2782 * coffread.c (type_vector,type_vector_length): Moved here from
2783 buildsym.h.
2784 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2785 (coff_symtab_read): Use it.
2786 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2787 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2788 with call to get_macro_table.
2789 * stabsread.c (type_vector,type_vector_length): Moved here from
2790 buildsym.h.
2791 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2792 * buildsym.h (get_macro_table): Declare.
2793
2794 2013-08-20 Tom Tromey <tromey@redhat.com>
2795
2796 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2797 Update.
2798 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2799
2800 2013-08-20 Doug Evans <dje@google.com>
2801
2802 * blockframe.c: Remove #include "psymtab.h".
2803 * cp-support.c: Ditto.
2804 * source.c: Ditto.
2805 * stack.c: Ditto.
2806
2807 2013-08-20 Tom Tromey <tromey@redhat.com>
2808
2809 PR python/15816:
2810 * exceptions.h (return_mask): Now an enum.
2811 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2812 enum constants.
2813
2814 2013-08-20 Tom Tromey <tromey@redhat.com>
2815
2816 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2817 get_objfile_arch.
2818 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2819 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2820 * jit.c (jit_object_close_impl): Update.
2821 * jv-lang.c (get_dynamics_objfile): Update.
2822 * linespec.c (add_minsym): Use get_dynamics_objfile.
2823 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2824 (allocate_objfile): Don't initialize 'gdbarch' field.
2825 (get_objfile_arch): Update.
2826 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2827 moved from...
2828 (struct objfile) <gdbarch>: ... here. Remove.
2829 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2830 get_objfile_arch.
2831 * symfile.c (init_entry_point_info): Use get_objfile_arch.
2832
2833 2013-08-20 Alan Modra <amodra@gmail.com>
2834
2835 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2836 for IBM long double nan and inf.
2837 (floatformat_is_negative, floatformat_classify,
2838 floatformat_mantissa): Similarly.
2839 (floatformat_ieee_single, floatformat_ieee_double,
2840 floatformat_ieee_quad, floatformat_arm_ext,
2841 floatformat_ia64_spill): Delete unused vars.
2842 (_initialize_doublest): Delete unused function.
2843 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2844 little-endian variants of floatformat_ibm_long_double.
2845
2846 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
2847
2848 * Makefile.in (SFILES): Remove common/target-common.c and
2849 add target/waitstatus.c.
2850 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2851 target/resume.h, target/wait.h and target/waitstatus.h.
2852 (COMMON_OBS): Remove target-common.o and add
2853 waitstatus.o.
2854 (target-common.o): Remove.
2855 (waitstatus.o): New target object file.
2856 * common/target-common.c: Move contents to
2857 target/waitstatus.c and remove.
2858 * common/target-common.h: Move contents to other files and
2859 remove.
2860 (enum resume_kind: Move to target/resume.h.
2861 (TARGET_WNOHANG): Move to target/wait.h.
2862 (enum target_waitkind): Move to target/waitstatus.h.
2863 (struct target_waitstatus): Likewise.
2864 * target.h: Do not include target-common.h and
2865 include target/resume.h, target/wait.h and
2866 target/waitstatus.h.
2867 * target/resume.h: New file.
2868 * target/wait.h: New file.
2869 * target/waitstatus.h: New file.
2870 * target/waitstatus.c: New file.
2871
2872 2013-08-19 Pedro Alves <palves@redhat.com>
2873
2874 * linux-nat.c (linux_test_for_tracefork)
2875 (linux_test_for_tracesysgood, linux_child_follow_fork)
2876 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2877 (linux_nat_wait_1): Extend comment.
2878 (linux_async_pipe): Add comment.
2879
2880 2013-08-15 Kevin Buettner <kevinb@redhat.com>
2881
2882 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2883 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2884 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2885 Update to account for fact that PC is now a pseudo-register.
2886 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
2887 cases for RL78_PC_REGNUM.
2888
2889 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2890
2891 PR cli/15841
2892 * top.c (quit_force): Skip writing history file
2893 if input is not from terminal.
2894
2895 2013-08-14 Tom Tromey <tromey@redhat.com>
2896
2897 * remote.c (struct remote_state) <echo_nextthread, nextthread,
2898 resultthreadlist>: New fields.
2899 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2900 (remote_get_threadlist, remote_threadlist_iterator): Use
2901 new fields. Remove static variables.
2902
2903 2013-08-14 Tom Tromey <tromey@redhat.com>
2904
2905 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2906 remote_watch_data_address>: New fields.
2907 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2908 (process_stop_reply, remote_wait_as)
2909 (remote_check_watch_resources, remote_stopped_data_address): Update.
2910
2911 2013-08-14 Tom Tromey <tromey@redhat.com>
2912
2913 * remote.c (struct remote_state) <async_client_callback,
2914 async_client_context>: New fields.
2915 (async_client_callback, async_client_context): Remove.
2916 (remote_async_serial_handler, remote_async): Update.
2917
2918 2013-08-14 Tom Tromey <tromey@redhat.com>
2919
2920 * remote.c (sizeof_pkt): Remove.
2921 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2922
2923 2013-08-14 Tom Tromey <tromey@redhat.com>
2924
2925 * remote.c (struct remote_state) <use_threadinfo_query,
2926 use_threadextra_query>: New fields.
2927 (remote_threads_info, remote_threads_extra_info)
2928 (remote_open_1): Update.
2929
2930 2013-08-14 Tom Tromey <tromey@redhat.com>
2931
2932 * remote.c (struct remote_state) <finished_object,
2933 finished_annex, finished_offset>: New fields.
2934 (remote_read_qxfer): Use remote_state fields; remove static
2935 variables.
2936
2937 2013-08-14 Tom Tromey <tromey@redhat.com>
2938
2939 * remote.c (struct remote_state) <last_sent_step>:
2940 New field.
2941 (last_sent_step): Remove.
2942 (remote_resume, remote_wait_as): Update.
2943
2944 2013-08-14 Tom Tromey <tromey@redhat.com>
2945
2946 * remote.c (struct remote_state) <last_sent_signal>:
2947 New field.
2948 (last_sent_signal): Remove.
2949 (new_remote_state, remote_resume, remote_wait_as): Update.
2950
2951 2013-08-14 Tom Tromey <tromey@redhat.com>
2952
2953 * remote.c (struct remote_state) <last_program_signals_packet>:
2954 New field.
2955 (last_program_signals_packet): Remove.
2956 (remote_program_signals, remote_open_1): Update.
2957
2958 2013-08-14 Tom Tromey <tromey@redhat.com>
2959
2960 * remote.c (struct remote_state) <last_pass_packet>:
2961 New field.
2962 (last_pass_packet): Remove.
2963 (remote_pass_signals, remote_open_1): Update.
2964
2965 2013-08-14 Tom Tromey <tromey@redhat.com>
2966
2967 * remote.c (struct remote_state) <remote_traceframe_number>:
2968 New field.
2969 (remote_traceframe_number): Remove.
2970 (new_remote_state, remote_open_1, set_remote_traceframe)
2971 (remote_trace_find): Update.
2972
2973 2013-08-14 Tom Tromey <tromey@redhat.com>
2974
2975 * remote.c (struct remote_state) <general_thread, continue_thread>:
2976 New fields.
2977 (general_thread, continue_thread): Remove.
2978 (record_currthread, set_thread, set_general_process)
2979 (remote_open_1, extended_remote_attach_1, remote_wait_as)
2980 (extended_remote_mourn_1): Update.
2981
2982 2013-08-14 Tom Tromey <tromey@redhat.com>
2983
2984 * remote.c (struct remote_state) <remote_desc>: New field.
2985 (remote_desc): Remove.
2986 (remote_threads_info, remote_threads_extra_info, remote_close)
2987 (send_interrupt_sequence, remote_start_remote, remote_open_1)
2988 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2989 (remote_hostio_send_command, remote_file_put, remote_file_get)
2990 (remote_file_delete, remote_can_async_p, remote_is_async_p)
2991 (remote_async, remote_new_objfile, set_range_stepping): Update.
2992
2993 2013-08-14 Tom Tromey <tromey@redhat.com>
2994
2995 * remote.c (remote_state): Now a pointer.
2996 (get_remote_state_raw): Update.
2997 (new_remote_state): New function.
2998 (_initialize_remote): Use new_remote_state.
2999
3000 2013-08-14 Tom Tromey <tromey@redhat.com>
3001
3002 * remote.c (remote_protocol_features): Now const.
3003
3004 2013-08-14 Tom Tromey <tromey@redhat.com>
3005
3006 * remote.c (crc32_table, crc32): Remove.
3007 (remote_verify_memory): Use xcrc32.
3008
3009 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
3010
3011 * value.h (create_internalvar_type_lazy): Adjust prototype
3012 declaration.
3013
3014 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
3015
3016 * common/format.c (parse_format_string): Don't allow '#' flag for
3017 pointer arguments in format string.
3018
3019 2013-08-13 Pierre Muller <muller@sourceware.org>
3020
3021 * utils.c (init_page_info): Only call tgetnum function
3022 if rl_get_screen_size did not return useful values.
3023
3024 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
3025
3026 PR breakpoints/15117
3027 * linespec.c (linespec_parse_basic): Check for convenience
3028 variable or history value while parsing.
3029
3030 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3031
3032 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
3033 AVR.
3034 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
3035 different signals between the generic Linux kernel implementation
3036 and AVR's.
3037 (avr_linux_gdb_signal_from_target): Delete.
3038 (avr_linux_gdb_signal_to_target): Delete.
3039 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
3040
3041 2013-08-09 Doug Evans <dje@google.com>
3042
3043 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
3044 entries.
3045
3046 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
3047
3048 * linux-tdep.c: Define enum with generic signal numbers.
3049 (linux_gdb_signal_from_target): New function.
3050 (linux_gdb_signal_to_target): Likewise.
3051 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3052 methods to the functions above.
3053 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
3054 (linux_gdb_signal_to_target): Likewise.
3055 * alpha-linux-tdep.c: Define new enum with signals different
3056 from generic Linux kernel.
3057 (alpha_linux_gdb_signal_from_target): New function.
3058 (alpha_linux_gdb_signal_to_target): Likewise.
3059 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3060 with the functions mentioned above.
3061 * avr-tdep.c: Define enum with differences between Linux kernel
3062 and AVR signals.
3063 (avr_linux_gdb_signal_from_target): New function.
3064 (avr_linux_gdb_signal_to_target): Likewise.
3065 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
3066 the functions mentioned above.
3067 * sparc-linux-tdep.c: Define enum with differences between SPARC
3068 and generic Linux kernel signal numbers.
3069 (sparc32_linux_gdb_signal_from_target): New function.
3070 (sparc32_linux_gdb_signal_to_target): Likewise.
3071 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3072 to the functions defined above.
3073 * xtensa-linux-tdep.c: Define enum with differences between
3074 Xtensa and Linux kernel generic signals.
3075 (xtensa_linux_gdb_signal_from_target): New function.
3076 (xtensa_linux_gdb_signal_to_target): Likewise.
3077 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
3078 to the functions defined above.
3079 * mips-linux-tdep.c: Define enum with differences between
3080 signals in MIPS and Linux kernel generic ones.
3081 (mips_gdb_signal_to_target): New function.
3082 (mips_gdb_signal_from_target): Redefine to use new enum, handle
3083 only different signals from the Linux kernel generic.
3084 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3085 the functions defined above.
3086 * mips-linux-tdep.h (enum mips_signals): Remove.
3087
3088 2013-08-09 Pedro Alves <palves@redhat.com>
3089
3090 * avr-tdep.c (XMALLOC): Delete macro.
3091 * cli/cli-dump.c (XMALLOC): Delete macro.
3092
3093 2013-08-09 Pedro Alves <palves@redhat.com>
3094
3095 * cli/cli-dump.c: Don't include cli/cli-dump.h.
3096 (scan_expression_with_cleanup, scan_filename_with_cleanup)
3097 (fopen_with_cleanup, add_dump_command): Make static.
3098 * cli/cli-dump.h: Delete file.
3099 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
3100 cli/cli-dump.h.
3101
3102 2013-08-09 Pedro Alves <palves@redhat.com>
3103
3104 * tracepoint.c (tfile_start): Show tilde-expanded filename in
3105 error message.
3106
3107 2013-08-09 Pedro Alves <palves@redhat.com>
3108
3109 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
3110 error message.
3111
3112 2013-08-09 Pedro Alves <palves@redhat.com>
3113
3114 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
3115 (gcore_command): Use tilde_expand here, and when showing the
3116 filename to the user, show the expanded version.
3117
3118 2013-08-09 Yao Qi <yao@codesourcery.com>
3119
3120 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
3121 'entryval' is set.
3122
3123 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
3124
3125 * gcore.c (create_gcore_bfd): Use tilde_expand.
3126
3127 2013-08-08 Yao Qi <yao@codesourcery.com>
3128
3129 * frame.h (read_frame_local): Declare.
3130 * mi/mi-cmd-stack.c (list_args_or_locals): Call
3131 read_frame_local.
3132 * stack.c (read_frame_local): New.
3133
3134 2013-08-08 Yao Qi <yao@codesourcery.com>
3135
3136 * mi/mi-cmd-stack.c: Update comments to function
3137 list_args_or_locals.
3138
3139 2013-08-07 Tom Tromey <tromey@redhat.com>
3140
3141 PR symtab/15028:
3142 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
3143 (process_psymtab_comp_unit_reader): Use it.
3144 (process_psymtab_comp_unit): Update. Add "pretend_language"
3145 argument.
3146 (dwarf2_build_psymtabs_hard): Update.
3147 (scan_partial_symbols): Pass CU's language to
3148 process_psymtab_comp_unit.
3149
3150 2013-08-07 Tom Tromey <tromey@redhat.com>
3151
3152 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
3153 (dwarf2_gdb_index_functions): Update.
3154 * psymtab.c (find_symbol_file_from_partial): Remove.
3155 (psym_functions): Update.
3156 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3157 Remove.
3158
3159 2013-08-07 Tom Tromey <tromey@redhat.com>
3160
3161 * symfile.c (set_initial_language): Look up "main" symbol
3162 and use its language.
3163 * symtab.c (find_main_filename): Remove.
3164 * symtab.h (find_main_filename): Remove.
3165
3166 2013-08-07 Tom Tromey <tromey@redhat.com>
3167
3168 * dwarf2read.c (recursively_compute_inclusions): Add
3169 "immediate_parent" argument. Set symtab's "user" field
3170 if not set.
3171 (compute_symtab_includes): Update.
3172
3173 2013-08-07 Tom Tromey <tromey@redhat.com>
3174
3175 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3176 when adding label symbols.
3177
3178 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3179 Ulrich Weigand <uweigand@de.ibm.com>
3180
3181 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3182 * configure.host (powerpc64-*-aix*): Likewise.
3183
3184 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3185 Ulrich Weigand <uweigand@de.ibm.com>
3186
3187 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3188 is defined.
3189 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3190 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3191 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3192 * configure.ac: Check for ptrace64.
3193 * configure, config.in: Regenerate.
3194
3195 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3196 Ulrich Weigand <uweigand@de.ibm.com>
3197
3198 * aixthread.c: Call ptrace64 instead of ptracex if defined.
3199 Call ptrace64 instead of ptrace if defined.
3200 Add macro addr_ptr to take care of ptrace address argument.
3201 (pdc_read_regs): Likewise.
3202 (pdc_write_regs): Likewise.
3203 (aix_thread_resume): Likewise.
3204 (fetch_regs_kernel_thread): Likewise.
3205 (store_regs_kernel_thread): Likewise.
3206
3207 2013-08-07 Anton Blanchard <anton@samba.org>
3208
3209 * MAINTAINERS: Add myself to Write After Approval.
3210
3211 2013-08-05 Tom Tromey <tromey@redhat.com>
3212
3213 * aix-thread.c (_initialize_aix_thread): Use
3214 complete_target_initialization.
3215 * bsd-uthread.c (_initialize_bsd_uthread): Use
3216 complete_target_initialization.
3217 * dec-thread.c (_initialize_dec_thread): Use
3218 complete_target_initialization.
3219 * ravenscar-thread.c (_initialize_ravenscar): Use
3220 complete_target_initialization.
3221 * sol-thread.c (_initialize_sol_thread): Use
3222 complete_target_initialization.
3223 * spu-multiarch.c (_initialize_spu_multiarch): Use
3224 complete_target_initialization.
3225
3226 2013-08-05 Tom Tromey <tromey@redhat.com>
3227
3228 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3229 * ada-lang.c (ada_lookup_simple_minsym): Return
3230 bound_minimal_symbol.
3231 * ada-lang.h (ada_lookup_simple_minsym): Update.
3232 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3233 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3234 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3235 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3236 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3237 * minsyms.c (msymbol_objfile): Remove.
3238 (lookup_minimal_symbol_internal): New function, from
3239 lookup_minimal_symbol.
3240 (lookup_minimal_symbol): Rewrite using
3241 lookup_minimal_symbol_internal.
3242 (lookup_bound_minimal_symbol): New function.
3243 * minsyms.h (msymbol_objfile): Remove.
3244 (lookup_bound_minimal_symbol): Declare.
3245 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3246 * parse.c (write_exp_msymbol): Change parameter to a
3247 bound_minimal_symbol.
3248 (write_dollar_variable): Use lookup_bound_minimal_symbol.
3249 * parser-defs.h (write_exp_msymbol): Update.
3250 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3251 * symfile.c (simple_read_overlay_table): Use
3252 lookup_bound_minimal_symbol.
3253 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3254 (search_symbols): Likewise.
3255 (print_msymbol_info): Take a bound_minimal_symbol argument.
3256 (symtab_symbol_info, rbreak_command): Update.
3257 * symtab.h (struct symbol_search) <msymbol>: Change type
3258 to bound_minimal_symbol.
3259 * valops.c (find_function_in_inferior): Use
3260 lookup_bound_minimal_symbol.
3261 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3262
3263 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3264
3265 Code cleanup.
3266 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3267 to ...
3268 (async_cleanup_sigint_signal_handler): ... this.
3269 (initialize_sigint_signal_handler): Remove declaration.
3270 (handle_remote_sigint): Rename the declaration to ...
3271 (async_handle_remote_sigint): ... this.
3272 (handle_remote_sigint_twice): Rename the declaration to ...
3273 (async_handle_remote_sigint_twice): ... this.
3274 (async_remote_interrupt, async_remote_interrupt_twice)
3275 (remote_interrupt): Remove the declarations.
3276 (remote_interrupt_twice): Rename the declaration ...
3277 (sync_remote_interrupt_twice): ... this.
3278 (sigint_remote_twice_token): Rename the variable to ...
3279 (async_sigint_remote_twice_token): ... this.
3280 (sigint_remote_token): Rename the variable to ...
3281 (async_sigint_remote_token): ... this.
3282 (initialize_sigint_signal_handler): Rename the function to ...
3283 (async_initialize_sigint_signal_handler): ... this. Update the name
3284 inside.
3285 (handle_remote_sigint): Rename the function to ...
3286 (async_handle_remote_sigint): ... this. Update the names inside.
3287 (handle_remote_sigint_twice): Rename the function to ...
3288 (async_handle_remote_sigint_twice): ... this. Update the names inside.
3289 (cleanup_sigint_signal_handler): Rename the function to ...
3290 (async_cleanup_sigint_signal_handler): ... this.
3291 (remote_interrupt): Rename the function to ...
3292 (sync_remote_interrupt): this. Update the names inside.
3293 (remote_interrupt_twice): Rename the function to ...
3294 (sync_remote_interrupt_twice): this. Update the names inside.
3295 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3296 (_initialize_remote): Update the names inside.
3297
3298 2013-08-02 Tom Tromey <tromey@redhat.com>
3299
3300 PR symtab/15719:
3301 * breakpoint.c (update_watchpoint, watchpoint_check)
3302 (watch_command_1): Update.
3303 * eval.c (fetch_subexp_value): Add "preserve_errors"
3304 parameter.
3305 * ppc-linux-nat.c (check_condition): Update.
3306 * value.h (fetch_subexp_value): Update.
3307
3308 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
3309
3310 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3311 add_file_handler.
3312
3313 2013-08-01 Doug Evans <dje@google.com>
3314
3315 PR symtab/15691
3316 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3317 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3318 Add assert of sig_entry->dwo_unit == NULL.
3319 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3320 had already been read.
3321 (read_signatured_type): Set per_cu.tu_read.
3322
3323 PR symtab/15695
3324 * valops.c (value_struct_elt): Add missing call to check_typedef.
3325 (value_find_oload_method_list): Ditto.
3326
3327 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3328 effectively, struct symbol_search **.
3329 (make_cleanup_free_search_symbols): Change arg to struct
3330 symbol_search **. All callers updated.
3331 (compare_search_syms): Compare symtab file name and block as well.
3332 (search_symbols_equal): New function.
3333 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3334 New args new_head, new_tail. Result is now void. Remove dups after
3335 sorting the symbols.
3336 (search_symbols): Sort all found symbols once, after all have been
3337 found, and remove duplicates. Simplify cleanup tracking of result.
3338 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3339
3340 Further workarounds for binutils/15021.
3341 * dwarf2read.c (recursively_compute_inclusions): Change type of result
3342 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
3343 Watch for duplicate symtabs coming from type units.
3344 (compute_symtab_includes): Update call to
3345 recursively_compute_inclusions. Build vector of included symtabs
3346 instead of per_cus.
3347 * symtab.h (symtab_ptr): New typedef.
3348 (DEF_VEC_P (symtab_ptr)): New VEC type.
3349 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
3350 instead.
3351
3352 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
3353
3354 * cli/cli-script.c (script_from_file): Remove use of
3355 error_pre_print.
3356 * main.c (captured_main): Remove use of error_pre_print and
3357 quit_pre_print.
3358 * utils.c (error_pre_print, quit_pre_print): Remove.
3359 * utils.h (error_pre_print, quit_pre_print): Likewise.
3360
3361 2013-08-01 Yao Qi <yao@codesourcery.com>
3362
3363 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3364 with mi_getopt.
3365 (mi_cmd_stack_list_variables): Likewise.
3366
3367 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3368
3369 * exceptions.c (deprecated_throw_reason): Remove.
3370 * exceptions.h (deprecated_throw_reason): Remove.
3371
3372 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3373
3374 * remote-mips.c (mips_error): Replace use of
3375 deprecated_throw_reason with throw_verror. Use the error message
3376 passed to mips_error as the error message for throw_verror.
3377
3378 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3379
3380 * monitor.c (monitor_interrupt_query): Replace use of
3381 deprecated_throw_reason with quit.
3382 * nto-procfs.c (interrupt_query): Likewise.
3383 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3384 * remote-mips.c (mips_kill): Likewise.
3385 * remote.c (interrupt_query): Likewise.
3386
3387 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3388
3389 * utils.c (internal_verror): Replace use of deprecated_throw_reason
3390 with call to fatal.
3391
3392 2013-07-31 Pedro Alves <pedro@codesourcery.com>
3393 Yao Qi <yao@codesourcery.com>
3394
3395 * tracepoint.c (trace_dump_command): Select the current frame.
3396
3397 2013-07-30 Doug Evans <dje@google.com>
3398
3399 * dwarf2read.c (process_queue): Add type signature to debug output.
3400
3401 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
3402
3403 * value.c (value_fetch_lazy): Mark optimized out values as such
3404 rather than raising an error.
3405
3406 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
3407
3408 * value.c (value_fetch_lazy): Ensure parent value is not lazy
3409 before checking which bits of the parent, not the child, value are
3410 valid.
3411
3412 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
3413
3414 PR gdb/15715
3415 * top.c: Include "filenames.h".
3416 (set_history_filename): New function.
3417 (init_main): Install it as set hook of the "set history filename"
3418 command.
3419
3420 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3421
3422 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3423 attribute parameter.
3424 (dwarf2_const_value_data): Constify struct attribute parameter.
3425 (dwarf2_const_value): Constify struct attribute parameter.
3426 (dwarf2_const_value_attr): Constify struct attribute parameter.
3427 (lookup_die_type): Constify struct attribute parameter.
3428 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3429 (follow_die_ref_or_sig): Constify struct attribute parameter.
3430 (follow_die_ref): Constify struct attribute parameter.
3431 (follow_die_sig): Constify struct attribute parameter.
3432 (get_DW_AT_signature_type): Constify struct attribute parameter.
3433 (get_type_unit_group): Constify struct attribute parameter.
3434 (fill_in_loclist_baton): Constify struct attribute parameter.
3435 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3436 (type_unit_group): Constify struct attribute parameter.
3437
3438 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3439
3440 * dwarf2read.c (attr_form_is_block): Make argument const.
3441 (attr_form_is_section_offset): Make argument const.
3442 (attr_form_is_constant): Make argument const.
3443 (attr_form_is_ref): Make argument const.
3444
3445 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3446
3447 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3448 All uses updated.
3449 (attr_form_is_ref): Moved below attr_form_is_constant.
3450
3451 2013-07-29 Doug Evans <dje@google.com>
3452
3453 * main.c (captured_command_loop): Tweak comment.
3454
3455 * target.c (target_async_permitted_1): Fix comment.
3456
3457 * symtab.c (iterate_over_some_symtabs): Add comment.
3458
3459 * symtab.c (iterate_over_some_symtabs): Fix indentation.
3460
3461 2013-07-27 Yao Qi <yao@codesourcery.com>
3462
3463 * NEWS: Mention that GDBserver now supports hardware
3464 watchpoints on the MIPS GNU/Linux target.
3465
3466 2013-07-27 Yao Qi <yao@codesourcery.com>
3467
3468 * Makefile.in (HFILES_NO_SRCDIR): Add
3469 common/mips-linux-watch.h.
3470 (mips-linux-watch.o): New rule.
3471 * common/mips-linux-watch.c: New.
3472 * common/mips-linux-watch.h: New.
3473 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3474 * mips-linux-nat.c: Include mips-linux-watch.h.
3475 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3476 to common/mips-linux-watch.h.
3477 (MAX_DEBUG_REGISTER): Likewise.
3478 (enum pt_watch_style): Likewise.
3479 (struct mips32_watch_regs): Likewise.
3480 (struct mips64_watch_regs): Likewise.
3481 (struct pt_watch_regs): Likewise.
3482 (struct mips_watchpoint): Likewise.
3483 (mips_linux_watch_get_irw_mask): Move to
3484 common/mips-linux-watch.c.
3485 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3486 (mips_linux_watch_get_watchlo): Likewise.
3487 (mips_linux_watch_set_watchlo): Likewise.
3488 (mips_linux_watch_get_watchhi): Likewise.
3489 (mips_linux_watch_set_watchhi): Likewise.
3490 (mips_linux_read_watch_registers): Likewise.
3491 (mips_linux_watch_type_to_irw): Likewise.
3492 (mips_linux_stopped_data_address, fill_mask): Likewise.
3493 (mips_linux_watch_try_one_watch): Likewise.
3494 (mips_linux_watch_populate_regs): Likewise.
3495
3496 2013-07-27 Yao Qi <yao@codesourcery.com>
3497
3498 * mips-linux-nat.c (get_irw_mask): Rename to ...
3499 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
3500 'set' to 'n'. Update function comment. All callers changed.
3501 (get_reg_mask): Rename parameter 'set' to 'n'. Update
3502 function comment. All callers changed.
3503 (get_num_valid): Rename to ...
3504 (mips_linux_watch_get_num_valid): ... this. Rename parameter
3505 'set' to 'n'. Update function comment. All callers changed.
3506 (get_watchlo): Rename to ...
3507 (mips_linux_watch_get_watchlo): ... this. Rename parameter
3508 'set' to 'n'. Update function comment. All callers changed.
3509 (set_watchlo): Rename to ...
3510 (mips_linux_watch_set_watchlo): ... this. Rename parameter
3511 'set' to 'n'. Update function comment. All callers changed.
3512 (get_watchhi): Rename to ...
3513 (mips_linux_watch_get_watchhi): ... this. Update function
3514 comment. All callers changed.
3515 (set_watchhi): Rename to ...
3516 (mips_linux_watch_set_watchhi): ... this. Update function
3517 comment. All callers changed.
3518 (mips_linux_read_watch_registers): Update function comment.
3519 Add new parameters 'lwpid', 'watch_readback', and
3520 'watch_readback_valid'. Update.
3521 (type_to_irw): Rename to ...
3522 (mips_linux_watch_type_to_irw): ... this. Update function
3523 comment. All callers changed.
3524 (fill_mask): Update function comment.
3525 (try_one_watch): Rename to ...
3526 (mips_linux_watch_try_one_watch): ... this. Change the type
3527 of parameter 'irw' from 'unsigned' to 'uint32_t'.
3528 (populate_regs_from_watches): Rename to ...
3529 (mips_linux_watch_populate_regs): ... this. Add parameter
3530 'current_watches'. All callers changed.
3531
3532 2013-07-27 Yao Qi <yao@codesourcery.com>
3533
3534 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3535 the code.
3536 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3537 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3538 (struct pt_watch_regs): Likewise.
3539 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3540 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3541 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3542 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3543 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3544
3545 2013-07-27 Yao Qi <yao@codesourcery.com>
3546
3547 * breakpoint.h: Include break-common.h.
3548 (enum target_hw_bp_type): Move to ...
3549 * common/break-common.h: ... here. New.
3550
3551 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
3552
3553 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3554 process group regardless of having tty on stdin.
3555
3556 2013-07-25 Doug Evans <dje@google.com>
3557
3558 * linux-fork.h (detach_fork): Delete.
3559
3560 2013-07-25 Tom Tromey <tromey@redhat.com>
3561
3562 PR remote/15256, PR remote/15266:
3563 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3564 * monitor.c (monitor_detach): Use unpush_target.
3565 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3566 * remote-mips.c (mips_detach): Use unpush_target. Don't
3567 call mips_close.
3568 * remote-sim.c (gdbsim_detach): Use unpush_target.
3569 * target.c (pop_target): Remove.
3570 (pop_all_targets_above): Don't call target_close.
3571 (target_close): Assert that the target is unpushed.
3572 * target.h (pop_target): Don't declare.
3573 * tracepoint.c (tfile_open): Use unpush_target.
3574
3575 2013-07-25 Tom Tromey <tromey@redhat.com>
3576
3577 * linux-thread-db.c (init_thread_db_ops): Call
3578 complete_target_initialization.
3579 (_initialize_thread_db): Don't call add_target.
3580 * target.c (complete_target_initialization): New function.
3581 (add_target_with_completer): Call it.
3582 * target.h (complete_target_initialization): Declare.
3583
3584 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3585
3586 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3587 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3588 (HPPANBSD_SIZEOF_GREGS): New define.
3589 (hppaobsd_supply_gregset): Handle additional registers.
3590 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3591 we provide more registers now.
3592 (hppabsd_supply_gregset): Supply additional registers.
3593 (hppabsd_collect_gregset): Collect additional registers.
3594
3595 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3596
3597 * hppabsd-tdep.c: Include "dwarf2-frame.h".
3598 (hppabsd_dwarf2_frame_init_reg): New function.
3599 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3600
3601 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3602
3603 * mi/mi-main.c (output_register): Make MI 'r' format use standard
3604 'z' format code. Remove error for optimized out values, standard
3605 code will handle these fine.
3606
3607 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3608
3609 * NEWS: Mention new 'z' formatter.
3610 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3611 (_initialize_printcmd): Mention 'z' formatter in help text of the
3612 'x' command.
3613
3614 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
3615
3616 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3617 formatting.
3618
3619 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3620
3621 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3622 interface can evaluate arguments. Fallback to the old mode if it
3623 cannot.
3624 (create_exception_master_breakpoint): Likewise.
3625 * elfread.c (elf_can_evaluate_probe_arguments): New function.
3626 (struct sym_probe_fns elf_probe_fns): Export function above to the
3627 probe interface.
3628 * probe.c (can_evaluate_probe_arguments): New function.
3629 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3630 function pointer.
3631 (can_evaluate_probe_arguments): New function prototype.
3632 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3633 probe interface can evaluate arguments. Fallback to the old mode
3634 if it cannot.
3635 * stap-probe.c (stap_get_probe_argument_count): Check if probe
3636 interface can evaluate arguments. Warning the user if it cannot.
3637 (stap_can_evaluate_probe_arguments): New function.
3638 (struct probe_ops stap_probe_ops): Export function above to the
3639 probe interface.
3640 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3641 New function pointer.
3642
3643 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
3644
3645 * Makefile.in (SFILES): Add common/target-common.c.
3646 Add common/target-common.h to headers.
3647 (COMMON_OBS): Add target-common.o.
3648 (target-common.o): New target.
3649 * linux-nat.h (resume_kind): Move to common/target-common.h.
3650 * target.c (target_waitstatus_to_string): Move to
3651 common/target-common.c.
3652 * target.h: Include target-common.h.
3653 (target_waitkind): Move to common/target-common.h.
3654 (target_waitstatus): Likewise.
3655 (TARGET_WNOHANG): Likewise.
3656 * common/target-common.c: New file.
3657 * common/target-common.h: New file.
3658
3659 2013-07-24 Doug Evans <dje@google.com>
3660
3661 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3662 a warning.
3663
3664 2013-07-23 Yao Qi <yao@codesourcery.com>
3665
3666 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3667 parameter 'gdbarch'.
3668 (i386_stack_tramp_frame_sniffer): Caller update.
3669 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3670 parameter 'gdbarch' and 'target'.
3671 (i386_linux_core_read_description): Caller update.
3672 * amd64-linux-tdep.c (amd64_linux_core_read_description):
3673 Likewise.
3674 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3675 declaration.
3676
3677 2013-07-23 Tom Tromey <tromey@redhat.com>
3678
3679 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3680 2013-07-22.
3681
3682 2013-07-22 Doug Evans <dje@google.com>
3683
3684 * exec.h (remove_target_sections): Delete arg abfd.
3685 * exec.c (exec_close): Update call to remove_target_sections.
3686 (remove_target_sections): Delete arg abfd.
3687 * solib.c (update_solib_list): Ditto.
3688 (reload_shared_libraries_1): Ditto.
3689 (clear_solib): Ditto, and unconditionally call remove_target_sections.
3690 * target.h (struct target_section): Rename key to owner.
3691 All uses updated.
3692
3693 2013-07-22 Tom Tromey <tromey@redhat.com>
3694
3695 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3696
3697 2013-07-22 Tom Tromey <tromey@redhat.com>
3698
3699 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3700 Simplify cleanup handling.
3701
3702 2013-07-22 Tom Tromey <tromey@redhat.com>
3703
3704 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3705 on all return paths.
3706
3707 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3708
3709 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3710 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3711 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3712
3713 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
3714
3715 * top.c (print_gdb_version): Add help, apropos description and
3716 url to online documentation.
3717
3718 2013-07-19 Hui Zhu <hui@codesourcery.com>
3719
3720 PR gdb/15692
3721 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3722
3723 2013-07-19 Yao Qi <yao@codesourcery.com>
3724
3725 * target.c (update_current_target): Change the default action
3726 of 'to_traceframe_info' from tcomplain to return_zero.
3727 * target.h (struct target_ops) <to_traceframe_info>: Add more
3728 comments.
3729 * valops.c (read_value_memory): Call
3730 traceframe_available_memory unconditionally.
3731
3732 2013-07-18 Yao Qi <yao@codesourcery.com>
3733
3734 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3735 if the name is prefixed by "__imp_" or "_imp_", look for minimal
3736 symbol without prefix. If found, set its type to
3737 'mst_solib_trampoline'.
3738
3739 2013-07-17 Doug Evans <dje@google.com>
3740
3741 * NEWS: Mention "set print raw frame-arguments".
3742 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3743 * stack.c (print_raw_frame_arguments): New static global.
3744 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3745 (_initialize_stack): New command "set/show print raw frame-arguments".
3746 * valprint.c (setprintrawlist, showprintrawlist): New globals.
3747 (set_print_raw, show_print_raw): New functions.
3748 (_initialize_valprint): New prefix command "set/show print raw".
3749 * valprint.h (value_print_options): Improve comments.
3750
3751 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3752 of all *list variables.
3753
3754 * gdbcmd.h (togglelist): Delete.
3755 * cli/cli-cmds.c (togglelist): Delete.
3756 (init_cmd_lists): Update.
3757 * cli/cli-cmds.h (togglelist): Delete.
3758
3759 2013-07-17 Tom Tromey <tromey@redhat.com>
3760
3761 * dwarf2read.c (dwarf2_per_objfile_free): Clear
3762 dwarf2_per_objfile.
3763
3764 2013-07-16 Doug Evans <dje@google.com>
3765
3766 * nto-tdep.c (nto_relocate_section_addresses): Update,
3767 target_section.bfd deleted.
3768 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3769 * s390-tdep.c (s390_load): Ditto.
3770 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3771
3772 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
3773
3774 * common/format.c (parse_format_string): Add checks for NULL
3775 character before calling strchr.
3776
3777 2013-07-16 Doug Evans <dje@google.com>
3778
3779 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3780 temp_pathname argument.
3781 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3782 when opening the file fails.
3783
3784 * target.h (struct target_section): Delete member bfd.
3785 All users updated to use the_bfd_section->owner instead.
3786 * exec.c (add_to_section_table): Assert bfd is expected value.
3787 Remove initialization of target_section.bfd.
3788 (remove_target_sections): Update.
3789 (section_table_available_memory): Update.
3790 (section_table_xfer_memory_partial): Update.
3791 (print_section_info): Update.
3792 (exec_set_section_address): Update.
3793 * record-full.c (record_full_core_xfer_partial): Update.
3794 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3795 * solib-target.c (solib_target_relocate_section_addresses): Update.
3796 * symfile.c (build_section_addr_info_from_section_table): Update.
3797 * target.c (memory_xfer_live_readonly_partial): Update.
3798 (memory_xfer_partial_1): Update.
3799
3800 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3801
3802 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3803 now available for embedded (BookE) and server (BookS) processors,
3804 correct mentions of 'booke' and adjust comments accordingly in order to
3805 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3806 (have_ptrace_booke_interface): Rename function and variable
3807 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3808 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3809 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3810 'hwdebug_point_cmp'. Update all uses.
3811 (booke_find_thread_points_by_tid): Rename function
3812 'booke_find_thread_points_by_tid' to
3813 'hwdebug_find_thread_points_by_tid'. Update all uses.
3814 (booke_insert_point): Rename function 'booke_insert_point' to
3815 'hwdebug_insert_point'. Update all uses.
3816 (booke_remove_point): Rename function 'booke_remove_point' to
3817 'hwdebug_remove_point'. Update all uses.
3818
3819 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
3820
3821 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3822 numbers with enum values.
3823
3824 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
3825
3826 PR threads/13217
3827 * thread.c (thread_apply_all_command): Check for valid threads
3828 and thread count.
3829 (thread_array_cleanup): New struct.
3830 (set_thread_refcount): New function.
3831
3832 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
3833
3834 * infcmd.c (default_print_one_register_info): Reuse function
3835 print_hex_chars.
3836
3837 2013-07-10 Tom Tromey <tromey@redhat.com>
3838
3839 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3840 (ada-exp.o): New target.
3841
3842 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
3843
3844 * mt-tdep.c (mt_registers_info): Call
3845 get_no_prettyformat_print_options instead of
3846 get_raw_print_options (regression by last patch from Doug
3847 Evans).
3848
3849 2013-07-09 Pedro Alves <palves@redhat.com>
3850
3851 Checked in by Joel Brobecker <brobecker@adacore.com>.
3852 * ada-lang.c (coerce_unspec_val_to_type): Use
3853 value_optimized_out_const.
3854 * value.c (value_optimized_out_const): New function.
3855 * value.h (value_optimized_out_const): New declaration.
3856
3857 2013-07-09 Doug Evans <dje@google.com>
3858
3859 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3860 Enum values rename as well. All uses updated.
3861 * valprint.h (value_print_options): Rename member pretty to
3862 pretty format. Rename member prettyprint_arrays to
3863 prettyformat_arrays. Rename member prettyprint_structs to
3864 prettyformat_structs. All uses updated.
3865 (get_no_prettyformat_print_options): Renamed from
3866 get_raw_print_options.
3867 * valprint.c (get_no_prettyformat_print_options): Renamed from
3868 get_raw_print_options. All callers updated.
3869 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3870 All callers updated.
3871 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3872 All callers updated.
3873 (_initialize_valprint): Improve help text for "set print pretty" and
3874 "set print arrays".
3875
3876 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
3877
3878 * value.c (value_bits_valid): Revert previous change, and change
3879 by Pedro on 2013-07-04, due to regressions in
3880 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3881
3882 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
3883 Pedro Alves <palves@redhat.com>
3884
3885 * value.c (value_bits_valid): If the value is not lval_computed
3886 or has no check validity handler then the answer is the
3887 optimized_out flag, otherwise defer to the handler.
3888
3889 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3890
3891 * top.c (print_gdb_configuration): Explain in output of
3892 --configuration what does "relocatable" mean.
3893
3894 * main.c (print_gdb_help): Regroup options in the --help text.
3895 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3896 the relevant discussions.
3897
3898 2013-07-06 Yao Qi <yao@codesourcery.com>
3899
3900 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3901 Remove parameter 'lsal'.
3902 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3903 to inner block. Caller update.
3904 (base_breakpoint_create_breakpoints_sal): Update.
3905 (bkpt_create_breakpoints_sal): Likewise.
3906 (tracepoint_create_breakpoints_sal): Likewise.
3907 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3908 element 0 of vector 'canonical->sals'.
3909
3910 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
3911
3912 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3913 register number instead of the pseudo register one.
3914 (rs6000_dwarf2_reg_to_regnum): Likewise.
3915
3916 2013-07-04 Pedro Alves <palves@redhat.com>
3917
3918 * findvar.c (value_of_register): Use allocate_optimized_out_value
3919 if the register has been optimized out, instead of
3920 set_value_optimized_out.
3921 * frame-unwind.c (frame_unwind_got_optimized): Use
3922 allocate_optimized_out_value.
3923
3924 2013-07-04 Pedro Alves <palves@redhat.com>
3925
3926 * value.c (value_bits_valid): If the value is not lval_computed,
3927 or doesn't have a check_validity hook, assume the value is entirely
3928 valid.
3929
3930 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3931
3932 * stack.c (read_frame_arg): No longer fetch lazy values.
3933 * value.c (value_optimized_out): If the value is not already
3934 marked optimized out, and is lazy then fetch it.
3935 (value_primitive_field): Move optimized out check to later in the
3936 function, after we have loaded any lazy values.
3937 (value_fetch_lazy): Use optimized out flag directly rather than
3938 calling optimized_out method.
3939
3940 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3941
3942 * valops.c: Don't include "user-regs.h".
3943 (value_fetch_lazy): Moved to value.c.
3944 * value.c: Include "user-regs.h".
3945 (value_fetch_lazy): Moved from valops.c.
3946
3947 2013-07-04 Yao Qi <yao@codesourcery.com>
3948
3949 Revert:
3950 2013-06-27 Yao Qi <yao@codesourcery.com>
3951
3952 * common/create-version.sh: Update comments. Handle the case
3953 that TARGET_ALIAS is empty.
3954
3955 2013-07-03 Pedro Alves <palves@redhat.com>
3956
3957 * Makefile.in (config.status): Depend on development.sh.
3958 (aclocal_m4_deps): Add libmcheck.m4.
3959 * acinclude.m4: Include libmcheck.m4.
3960 * configure.ac: Source development.sh instead of setting
3961 'development' here. --enable-libmcheck/--disable-libmcheck code
3962 factored out to GDB_AC_LIBMCHECK. Run it.
3963 * development.sh: New file.
3964 * libmcheck.m4: New file.
3965 * configure: Regenerate.
3966
3967 2013-07-02 Tom Tromey <tromey@redhat.com>
3968
3969 * contrib/ari/update-web-ari.sh: Update for version.in change.
3970
3971 2013-07-02 Tom Tromey <tromey@redhat.com>
3972
3973 * common/ptid.h: Comment fixes.
3974
3975 2013-07-01 Tom Tromey <tromey@redhat.com>
3976
3977 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3978 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
3979 (dwarf2_read_index, create_all_comp_units): Update.
3980
3981 2013-07-01 Tom Tromey <tromey@redhat.com>
3982
3983 * configure.ac (build_warnings): Add -Wold-style-definition.
3984 * configure: Rebuild.
3985 * machoread.c (_initialize_machoread): Use "(void)".
3986 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3987 use "(void)".
3988
3989 2013-07-01 Tom Tromey <tromey@redhat.com>
3990
3991 * configure.ac (build_warnings): Add -Wold-style-declaration.
3992 * configure: Rebuild.
3993 * dsrec.c (make_srec): Use "static const", not "const static".
3994 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3995 not "const static".
3996 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3997 Use "static const", not "const static".
3998 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3999 not "const static".
4000 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
4001 not "const static".
4002 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
4003 not "const static".
4004 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
4005 not "const static".
4006 (v850_dbtrap_breakpoint_from_pc): Likewise.
4007 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
4008 not "const static".
4009
4010 2013-07-01 Tom Tromey <tromey@redhat.com>
4011
4012 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
4013 * configure: Rebuild.
4014
4015 2013-07-01 Pedro Alves <palves@redhat.com>
4016
4017 * defs.h: Include "pathmax.h".
4018 * utils.c: Don't include sys/param.h.
4019 (gdb_realpath): Remove code that checks for MAXPATHLEN.
4020 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
4021 instead of MAXPATHLEN.
4022 * solib-sunos.c: Don't include sys/param.h.
4023 * xcoffread.c: Don't include sys/param.h.
4024 * bsd-kvm.c: Don't include sys/param.h.
4025 * darwin-nat.c: Don't include sys/param.h.
4026 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4027 * darwin-nat-info.c: Don't include sys/param.h.
4028 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
4029 MAXPATHLEN.
4030 * i386obsd-nat.c: Don't include sys/param.h.
4031 * inf-child.c: Don't include sys/param.h.
4032 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
4033 * linux-fork.c: Don't include sys/param.h.
4034 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
4035 * linux-nat.c: Don't include sys/param.h.
4036 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
4037 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
4038 * m68klinux-nat.c: Don't include sys/param.h.
4039 * nbsd-nat.c: Don't include sys/param.h.
4040 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4041 * ppc-linux-nat.c: Don't include sys/param.h.
4042 * rs6000-nat.c: Don't include sys/param.h.
4043 * spu-linux-nat.c. Don't include sys/param.h.
4044 * windows-nat.c: Don't include sys/param.h.
4045 * xtensa-linux-nat.c: Don't include sys/param.h.
4046 * config/i386/nm-fbsd.h: Don't include sys/param.h.
4047
4048 2013-07-01 Pedro Alves <palves@redhat.com>
4049
4050 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
4051 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
4052 * gnulib/aclocal.m4: Regenerate.
4053 * gnulib/config.in: Regenerate.
4054 * gnulib/configure: Regenerate.
4055 * gnulib/import/pathmax.h: New file.
4056 * gnulib/import/Makefile.am: Regenerate.
4057 * gnulib/import/Makefile.in: Regenerate.
4058 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4059 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4060 * gnulib/import/m4/pathmax.m4: New file.
4061
4062 2013-07-01 Pedro Alves <palves@redhat.com>
4063
4064 * configure.ac (GDBINIT): Define, depending on host.
4065 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
4066 * top.c (PATH_MAX): Delete fallback definition.
4067 (GDBINIT_FILENAME): Delete.
4068 (gdbinit): Reimplement as const char array set to the GDBINIT
4069 string constant.
4070 * top.h (gdbinit): Make const.
4071 * configure, config.in: Regenerate.
4072
4073 2013-07-01 Pedro Alves <palves@redhat.com>
4074
4075 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
4076 * cli/cli-cmds.h (source_script): Likewise.
4077 * exceptions.c (catch_command_errors_const): New function.
4078 * exceptions.h (catch_command_errors_const): Declare.
4079 * main.c (get_init_files): Make parameters const, and adjust.
4080 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
4081 'local_gdbinit' locals const. Adjust to use
4082 catch_command_errors_const.
4083 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
4084 'local_gdbinit' locals const.
4085
4086 2013-07-01 Pedro Alves <palves@redhat.com>
4087
4088 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
4089 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
4090 * tracepoint.c: Don't check HAVE_UNISTD_H before including
4091 <unistd.h>.
4092
4093 2013-07-01 Pedro Alves <palves@redhat.com>
4094
4095 Import the "unistd" gnulib module.
4096 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
4097 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
4098 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
4099 import/m4/unistd_h.m4.
4100 * gnulib/aclocal.m4: Renenerate.
4101 * gnulib/config.in: Renenerate.
4102 * gnulib/configure: Renenerate.
4103 * gnulib/import/Makefile.am: Renenerate.
4104 * gnulib/import/Makefile.in: Renenerate.
4105 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
4106 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
4107 * gnulib/import/m4/off_t.m4: New file.
4108 * gnulib/import/m4/ssize_t.m4: New file.
4109 * gnulib/import/m4/sys_types_h.m4: New file.
4110 * gnulib/import/m4/unistd_h.m4: New file.
4111 * gnulib/import/sys_types.in.h: New file.
4112 * gnulib/import/unistd.c: New file.
4113 * gnulib/import/unistd.in.h: New file.
4114
4115 2013-07-01 Pedro Alves <palves@redhat.com>
4116
4117 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
4118 defined instead of checking HAVE_UNISTD_H.
4119
4120 2013-07-01 Pedro Alves <palves@redhat.com>
4121
4122 Reimport gnulib from scratch.
4123 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
4124 import/m4/onceonly.m4.
4125 * gnulib/aclocal.m4: Renegerate.
4126 * gnulib/config.in: Renegerate.
4127 * gnulib/configure: Renegerate.
4128 * gnulib/import/Makefile.in: Renegerate.
4129 * gnulib/import/extra/update-copyright: Renegerate.
4130 * gnulib/import/m4/onceonly.m4: Delete.
4131
4132 2013-07-01 Pedro Alves <palves@redhat.com>
4133
4134 * tui/tui-regs.c (pagination_enabled): Delete declaration.
4135
4136 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4137
4138 Code cleanup.
4139 * remote.c (async_remote_interrupt_twice): Make it static.
4140 * remote.h (async_remote_interrupt_twice): Remove the declaration.
4141
4142 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
4143
4144 * ia64-linux-tdep.c: Include <ctype.h>.
4145 (ia64_linux_stap_is_single_operand): New function.
4146 (ia64_linux_init_abi): Initialize SystemTap related attributes.
4147
4148 2013-06-28 Tom Tromey <tromey@redhat.com>
4149
4150 * Makefile.in (version.c): Use version.in, not
4151 common/version.in.
4152 * common/create-version.sh: Likewise.
4153 * common/version.in: Move...
4154 * version.in: ...here.
4155
4156 2013-06-28 Pedro Alves <palves@redhat.com>
4157
4158 * infrun.c (set_observer_mode): Don't declare pagination_enabled
4159 here.
4160 * utils.h (pagination_enabled): Declare.
4161
4162 2013-06-28 Pedro Alves <palves@redhat.com>
4163
4164 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4165 Move higher up in file.
4166
4167 2013-06-28 Tom Tromey <tromey@redhat.com>
4168
4169 * tracepoint.c (deprecated_readline_begin_hook)
4170 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4171 declare.
4172
4173 2013-06-28 Pedro Alves <palves@redhat.com>
4174
4175 PR tui/14880
4176 * tui/tui-regs.c (tui_get_register): Fetch value contents before
4177 checking if they're available.
4178 * value.c (value_available_contents_eq): Change comment.
4179 * value.h (value_available_contents_eq): Expand comment.
4180
4181 2013-06-27 Tom Tromey <tromey@redhat.com>
4182
4183 * target.c (find_run_target): Remove.
4184 * target.h (find_run_target): Remove.
4185
4186 2013-06-27 Tom Tromey <tromey@redhat.com>
4187
4188 * corelow.c (core_gdbarch): Now static.
4189
4190 2013-06-27 Tom Tromey <tromey@redhat.com>
4191
4192 * target.c (target_struct_index): Remove.
4193
4194 2013-06-27 Pedro Alves <palves@redhat.com>
4195
4196 * infrun.c: Remove comment describing the 'stepping over runtime
4197 loader dynamic symbol resolution code' mechanism; moved to
4198 gdbint.texinfo.
4199
4200 2013-06-27 Pedro Alves <palves@redhat.com>
4201
4202 * exceptions.c (catch_command_errors): Remove spurious space.
4203 * exceptions.h (catch_command_errors): Second parameter is "arg",
4204 not "command".
4205
4206 2013-06-27 Yao Qi <yao@codesourcery.com>
4207
4208 * common/create-version.sh: Update comments. Handle the case
4209 that TARGET_ALIAS is empty.
4210
4211 2013-06-26 Pedro Alves <palves@redhat.com>
4212
4213 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4214 comment.
4215
4216 2013-06-26 Pedro Alves <palves@redhat.com>
4217
4218 * infrun.c: Update comments on stepping over runtime loader
4219 dynamic symbol resolution code.
4220
4221 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
4222
4223 * ax-gdb.h (union exp_element): Forward declare.
4224 * parser-defs.h: Include expression.h.
4225
4226 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4227
4228 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4229
4230 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4231
4232 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4233
4234 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4235
4236 Fix trace-status to output proper start-time and stop-time.
4237 * tracepoint.c (trace_status_command): Fix type of printf arg to
4238 prevent improper type conversion.
4239 (trace_status_mi): Likewise.
4240
4241 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4242
4243 * mips-tdep.c (mips_next_pc): Fix a typo.
4244
4245 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4246
4247 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4248
4249 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4250 Yao Qi <yao@codesourcery.com>
4251
4252 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4253 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4254 * mi/mi-main.c (print_variable_or_computed): New function.
4255 (mi_cmd_trace_frame_collected): New function.
4256 * tracepoint.c (find_trace_state_variable_by_number): New.
4257 (struct traceframe_info): Move to tracepoint.h
4258 (struct collection_list): Likewise.
4259 (do_collect_symbol): Include locals and arguments in the
4260 collected variables list.
4261 (clear_collection_list): Clear wholly collected variables list
4262 and computed variables list.
4263 (append_exp): New function.
4264 (encode_actions_1): Include variables in the wholly
4265 collected variables list. Include memory ranges and
4266 full-fledged expressions in the computed expressions list.
4267 (encode_actions): Move some code to ...
4268 Return the cleanup chain.
4269 (encode_actions_rsp): ... here. New function.
4270 (get_traceframe_location, get_traceframe_info): Remove static.
4271 * tracepoint.h (struct memrange): Moved from tracepoint.c.
4272 (struct collection_list): Moved from tracepoint.c. Add two
4273 new fields 'wholly_collected' and 'computed'.
4274 (find_trace_state_variable_by_number): Declare.
4275 (encode_actions): Adjust declaration.
4276 (encode_actions_rsp): Declare.
4277 (get_traceframe_info, get_traceframe_location): Declare.
4278
4279 * NEWS: Mention new MI command -trace-frame-collected.
4280
4281 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4282 Yao Qi <yao@codesourcery.com>
4283
4284 * ctf.c (ctf_traceframe_info): Push trace state variables
4285 present in the trace data into the traceframe info object.
4286 * breakpoint.c (DEF_VEC_I): Remove.
4287 * common/filestuff.c (DEF_VEC_I): Likewise.
4288 * dwarf2loc.c (DEF_VEC_I): Likewise.
4289 * mi/mi-main.c (DEF_VEC_I): Likewise.
4290 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4291 * features/traceframe-info.dtd: Add tvar element and its
4292 attributes.
4293 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4294 (build_traceframe_info): Push trace state variables present in
4295 the trace data into the traceframe info object.
4296 (traceframe_info_start_tvar): New function.
4297 (tvar_attributes): New.
4298 (traceframe_info_children): Add "tvar" element.
4299 * tracepoint.h (struct traceframe_info) <tvars>: New field.
4300
4301 * NEWS: Mention the change in GDB and GDBserver.
4302
4303 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4304 Yao Qi <yao@codesourcery.com>
4305
4306 * tracepoint.c (trace_dump_command): Move code to ...
4307 (get_traceframe_location): ... here. New.
4308
4309 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4310 Yao Qi <yao@codesourcery.com>
4311
4312 * tracepoint.c (trace_dump_command): GDB emits an error
4313 instead of a warning when a traceframe is not selected.
4314
4315 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4316 Yao Qi <yao@codesourcery.com>
4317
4318 * tracepoint.c (tracepoint_list, stepping_list): Remove.
4319 (clear_collection_list): Free fields 'aexpre_list' and 'list'
4320 in collection_list.
4321 (do_clear_collection_list, init_collection_list): New.
4322 (encode_actions): Add local variables 'tracepoint_list' and
4323 'stepping_list'. Call init_collection_list and make cleanup
4324 which calls do_clear_collection_list. Don't call
4325 clear_collection_list.
4326 (_initialize_tracepoint): Delete references to
4327 'tracepoint_list' and 'stepping_list'.
4328
4329 2013-06-25 Tom Tromey <tromey@redhat.com>
4330
4331 * common/create-version.sh (date): Use "$", not "$$" in sed
4332 expression.
4333
4334 2013-06-25 Kevin Buettner <kevinb@redhat.com>
4335
4336 * NEWS (New targets): Add entry for TI MSP430.
4337
4338 2013-06-25 Yao Qi <yao@codesourcery.com>
4339
4340 * remote.c (remote_start_remote): Move code to upload tsv
4341 earlier.
4342
4343 2013-06-25 Yao Qi <yao@codesourcery.com>
4344 Hui Zhu <hui@codesourcery.com>
4345 Pedro Alves <palves@redhat.com>
4346
4347 PR breakpoints/15075
4348 PR breakpoints/15434
4349 * breakpoint.c (bpstat_stop_status): Call
4350 b->ops->after_condition_true.
4351 (update_dprintf_command_list): Don't append "continue" command
4352 to the command list of dprintf breakpoint.
4353 (base_breakpoint_after_condition_true): New function.
4354 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4355 (dprintf_after_condition_true): New function.
4356 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4357 * breakpoint.h (breakpoint_ops): Add after_condition_true.
4358
4359 2013-06-24 Kevin Buettner <kevinb@redhat.com>
4360
4361 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4362 (ALLDEPFILES): Add msp430-tdep.c.
4363 * configure.tgt (msp430*-*-elf): New target.
4364 * msp430-tdep.c: New file.
4365
4366 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
4367
4368 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4369 microMIPS synthetic symbols.
4370
4371 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
4372
4373 * objfiles.h (pc_in_section): New prototype.
4374 (in_plt_section): Remove name argument, replace prototype with
4375 static inline function.
4376 * mips-tdep.h: Include "objfiles.h".
4377 (in_mips_stubs_section): New function.
4378 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
4379 in_solib_call_trampoline member.
4380 (hppa_in_solib_call_trampoline): Remove name argument.
4381 * objfiles.c (pc_in_section): New function.
4382 (in_plt_section): Remove function.
4383 * mips-linux-tdep.c: Include "objfiles.h".
4384 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
4385 name argument. Return 1 rather than the low 16-bit halfword of
4386 any instruction examined.
4387 (mips_linux_in_dynsym_resolve_code): Update
4388 mips_linux_in_dynsym_stub call accordingly.
4389 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4390 rather than an equivalent hand-coded sequence.
4391 * hppa-hpux-tdep.c (in_opd_section): Remove function.
4392 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4393 (hppa64_hpux_in_solib_call_trampoline): Likewise.
4394 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4395 in_opd_section.
4396 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4397 on call to tdep->in_solib_call_trampoline.
4398 (hppa_in_solib_call_trampoline): Remove name argument, update
4399 according to in_plt_section change.
4400 (hppa_skip_trampoline_code): Update according to in_plt_section
4401 change.
4402 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4403 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4404 Likewise.
4405 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4406 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4407 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4408 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4409 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4410 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4411 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4412 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4413 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4414 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4415 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4416 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4417 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4418
4419 2013-06-24 Joel Brobecker <brobecker@adacore.com>
4420
4421 * common/create-version.sh: Fix expansion of $host_alias
4422 and $target_alias in generation of HOST_NAME and TARGET_NAME
4423 (resp.).
4424
4425 2013-06-24 Tom Tromey <tromey@redhat.com>
4426
4427 * common/create-version.sh: New file.
4428 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4429 create-version.sh.
4430 (HFILES_NO_SRCDIR): Use common/version.h.
4431 * version.in: Move to ...
4432 * common/version.in: ... here. Replace date with "DATE".
4433 * version.h: Move to ...
4434 * common/version.h: ... here.
4435
4436 2013-06-21 Joel Brobecker <brobecker@adacore.com>
4437
4438 * gdb/gnulib/Makefile.in: Update date in copyright header.
4439 * gdb/gnulib/configure.ac: Ditto.
4440 * gdb/gnulib/update-gnulib.sh: Ditto.
4441
4442 2013-06-21 Joel Brobecker <brobecker@adacore.com>
4443
4444 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4445 "gdb/gnulib/import".
4446
4447 2013-06-21 Will Newton <will.newton@linaro.org>
4448
4449 * doublest.c (ldfrexp): Remove function.
4450 (convert_doublest_to_floatformat): Call frexpl instead of
4451 ldfrexp.
4452
4453 2013-06-21 Will Newton <will.newton@linaro.org>
4454
4455 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4456 * gnulib/aclocal.m4: Regenerate.
4457 * gnulib/config.in: Regenerate.
4458 * gnulib/configure: Regenerate.
4459 * gnulib/import/Makefile.am: Update.
4460 * gnulib/import/Makefile.in: Update.
4461 * gnulib/import/m4/gnulib-cache.m4: Update.
4462 * gnulib/import/m4/gnulib-comp.m4: Update.
4463 * gnulib/import/float+.h: Import.
4464 * gnulib/import/float.c: Import.
4465 * gnulib/import/float.in.h: Import.
4466 * gnulib/import/fpucw.h: Import.
4467 * gnulib/import/frexp.c: Import.
4468 * gnulib/import/frexpl.c: Import.
4469 * gnulib/import/isnan.c: Import.
4470 * gnulib/import/isnand-nolibm.h: Import.
4471 * gnulib/import/isnand.c: Import.
4472 * gnulib/import/isnanl-nolibm.h: Import.
4473 * gnulib/import/isnanl.c: Import.
4474 * gnulib/import/itold.c: Import.
4475 * gnulib/import/m4/exponentd.m4: Import.
4476 * gnulib/import/m4/exponentl.m4: Import.
4477 * gnulib/import/m4/float_h.m4: Import.
4478 * gnulib/import/m4/fpieee.m4: Import.
4479 * gnulib/import/m4/frexp.m4: Import.
4480 * gnulib/import/m4/frexpl.m4: Import.
4481 * gnulib/import/m4/isnand.m4: Import.
4482 * gnulib/import/m4/isnanl.m4: Import.
4483 * gnulib/import/m4/math_h.m4: Import.
4484 * gnulib/import/math.c: Import.
4485 * gnulib/import/math.in.h: Import.
4486
4487 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4488
4489 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4490 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4491 signature_INTEL_edx comparisons.
4492
4493 2013-06-20 Doug Evans <dje@google.com>
4494
4495 symtab/15652
4496 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4497 All callers updated.
4498 (open_dwp_file): If we can't find the dwp file, search the basename
4499 in debug-file-directory.
4500
4501 * dwarf2read.c (struct dwp_file): Fix comment.
4502 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4503
4504 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4505 better.
4506
4507 2013-06-20 Yao Qi <yao@codesourcery.com>
4508
4509 * breakpoint.c (create_breakpoint): Fix code indentation.
4510
4511 2013-06-20 Yao Qi <yao@codesourcery.com>
4512
4513 * breakpoint.c (create_breakpoints_sal_default): Remove
4514 parameter 'lsal'. Update declaration.
4515 (bkpt_create_breakpoints_sal): Caller update.
4516 (tracepoint_create_breakpoints_sal): Likewise.
4517
4518 2013-06-20 Pedro Alves <pedro@codesourcery.com>
4519 Yao Qi <yao@codesourcery.com>
4520
4521 * NEWS: Mention the new option '--skip-unavailable' of command
4522 -data-list-register-values.
4523 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4524 --skip-unavailable option. Adjust to use output_register.
4525 (output_register): Add new 'skip_unavailable' parameter.
4526 Handle it.
4527
4528 2013-06-19 Mike Frysinger <vapier@gentoo.org>
4529
4530 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4531 common/i386-gcc-cpuid.h.
4532 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4533 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4534 Copy the latest version from upstream gcc.
4535 * common/linux-btrace.c: Include i386-cpuid.h.
4536 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4537 call to i386_cpuid.
4538 (cpu_supports_btrace): Likewise.
4539 * go32-nat.c: Include i386-cpuid.h.
4540 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4541
4542 2013-06-19 Doug Evans <dje@google.com>
4543
4544 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4545 (get_section_index): Ditto.
4546
4547 2013-06-19 Tom Tromey <tromey@redhat.com>
4548
4549 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4550 "dprintf" help.
4551
4552 2013-06-18 Doug Evans <dje@google.com>
4553
4554 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4555 before using it.
4556 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4557 Move test of cu_index closer to use. Print complaint if cu_index
4558 is bad.
4559
4560 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4561
4562 * machoread.c (oso_vector): Delete this global.
4563 (macho_register_oso): Add new parameter "oso_vector_ptr".
4564 Use it instead of the "oso_vector" global.
4565 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4566 (macho_symfile_read): Use a local oso_vector, to be free'ed
4567 at the end of this function, in place of the old "oso_vector"
4568 global. Update various function calls accordingly. Use one
4569 single cleanup chain for the entire function.
4570
4571 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4572
4573 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4574 DWARF2_PER_OBJFILE by uses of DATA instead.
4575
4576 2013-06-18 Tom Tromey <tromey@redhat.com>
4577
4578 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4579 argument.
4580 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4581 Special case signals other than GDB_SIGNAL_TRAP.
4582 (explains_signal_watchpoint): New function.
4583 (base_breakpoint_explains_signal): Add 'sig' argument.
4584 (initialize_breakpoint_ops): Set 'explains_signal' method for
4585 watchpoints.
4586 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4587 signal argument.
4588 (bpstat_explains_signal): Likewise.
4589 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4590
4591 2013-06-18 Tom Tromey <tromey@redhat.com>
4592
4593 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4594
4595 2013-06-18 Tom Tromey <tromey@redhat.com>
4596
4597 * python/python.c (finish_python_initialization): Decref
4598 'pythondir' on failure path as well.
4599
4600 2013-06-18 Tom Tromey <tromey@redhat.com>
4601
4602 PR symtab/15391:
4603 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4604 after taking bits_to_skip into account. Sign extend byte_offset.
4605 * utils.h (gdb_sign_extend): Declare.
4606 * utils.c (gdb_sign_extend): New function.
4607
4608 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4609
4610 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4611
4612 2013-06-17 Pierre Muller <muller@sourceware.org>
4613
4614 * corelow.c (core_open): Print GDB signal name instead of target
4615 signal number.
4616
4617 2013-06-17 Mike Frysinger <vapier@gentoo.org>
4618
4619 * .gitignore: Add /gcore.
4620
4621 2013-06-13 Doug Evans <dje@google.com>
4622
4623 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4624 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4625
4626 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
4627
4628 * stack.c (backtrace_command_1): Fix indentation.
4629
4630 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4631
4632 * window-nat.c (thread_rec): Add missing empty line after
4633 local variable declaration.
4634
4635 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4636
4637 * windows-nat.c (thread_rec): Revert format used to print
4638 error code returned by SuspendThread from %d back to %u.
4639
4640 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4641
4642 * windows-nat.c (windows_continue): Add "0x" prefix for thread
4643 ID in debug trace.
4644 (get_windows_debug_event): Likewise, for all debug traces.
4645
4646 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4647
4648 * window-nat.c (thread_rec): Add thread ID in SuspendThread
4649 warning message.
4650
4651 2013-06-08 Pedro Alves <pedro@codesourcery.com>
4652 Yao Qi <yao@codesourcery.com>
4653
4654 * mi/mi-main.c (get_register): Remove declaration.
4655 (output_register): Declare.
4656 (mi_cmd_data_list_register_values): Remove local variable
4657 'tuple_cleanup'. Move some code into output_register.
4658 (get_register): Renamed to ...
4659 (output_register): ... this. Output the register's
4660 "number" ui_out tuple here.
4661
4662 2013-06-07 Pedro Alves <palves@redhat.com>
4663
4664 * darwin-nat.c: Fix formating in copyright header.
4665 * darwin-nat.h: Likewise.
4666 * gnu-nat.c: Likewise.
4667 * machoread.c: Likewise.
4668
4669 2013-06-07 Pedro Alves <palves@redhat.com>
4670
4671 PR server/14823
4672 * regformats/regdat.sh: Output #include tdesc.h. Make globals
4673 static. Output a global target description pointer.
4674 (init_registers_${name}): Adjust to initialize a
4675 target description structure.
4676
4677 2013-06-07 Will Newton <will.newton@linaro.org>
4678
4679 * printcmd.c (build_address_symbolic): Call
4680 gdbarch_addr_bits_remove for text minimal symbols.
4681
4682 2013-06-07 Will Newton <will.newton@linaro.org>
4683
4684 * MAINTAINERS: Add myself to Write After Approval.
4685
4686 2013-06-07 Yao Qi <yao@codesourcery.com>
4687
4688 * tracepoint.c (start_tracing): Move code to ...
4689 (trace_reset_local_state): ... here. New.
4690 (disconnect_tracing): Don't call set_current_traceframe,
4691 set_tracepoint_num, and set_traceframe_context. Call
4692 trace_reset_local_state instead.
4693 (tfile_close): Call trace_reset_local_state.
4694 * ctf.c (ctf_close): Likewise.
4695 * remote.c (remote_close): Likewise.
4696 * tracepoint.h (trace_reset_local_state): Declare.
4697
4698 2013-06-06 Doug Evans <dje@google.com>
4699
4700 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4701 and fix header docs.
4702
4703 2013-06-05 Doug Evans <dje@google.com>
4704 Keith Seitz <keiths@redhat.com>
4705
4706 PR 15519
4707 * cp-namespace.c (find_symbol_in_baseclass): Call
4708 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4709 Check result of call to lookup_symbol_static.
4710 Call lookup_static_symbol_aux unconditionally.
4711 Call check_typedef on base types before accessing them.
4712 (cp_lookup_nested_symbol): Fix comment.
4713
4714 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
4715
4716 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4717 minimal symbols pointing to function descriptors.
4718
4719 2013-06-05 Tom Tromey <tromey@redhat.com>
4720
4721 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4722
4723 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4724 Pedro Alves <palves@redhat.com>
4725
4726 * remote.c (remote_wait_as): Restore signal handler before returning
4727 when GDB gets a notification.
4728
4729 2013-06-04 Gary Benson <gbenson@redhat.com>
4730
4731 PR 2328
4732 * breakpoint.h (handle_solib_event): Moved function declaration
4733 to solib.h.
4734 * breakpoint.c (handle_solib_event): Moved function to solib.c.
4735 (bpstat_stop_status): Pass new argument to handle_solib_event.
4736 * solib.h (update_solib_breakpoints): New function declaration.
4737 (handle_solib_event): Moved function declaration from
4738 breakpoint.h.
4739 * solib.c (update_solib_breakpoints): New function.
4740 (handle_solib_event): Moved function from breakpoint.c.
4741 Updated to call solib_ops->handle_event if not NULL.
4742 * solist.h (target_so_ops): New fields "update_breakpoints" and
4743 "handle_event".
4744 * infrun.c (set_stop_on_solib_events): New function.
4745 (_initialize_infrun): Use the above for "set
4746 stop-on-solib-events".
4747 (handle_inferior_event): Pass new argument to handle_solib_event.
4748 * solib-svr4.c (probe.h): New include.
4749 (svr4_free_library_list): New forward declaration.
4750 (probe_action): New enum.
4751 (probe_info): New struct.
4752 (probe_info): New static variable.
4753 (NUM_PROBES): New definition.
4754 (svr4_info): New fields "using_xfer", "probes_table" and
4755 "solib_list".
4756 (free_probes_table): New function.
4757 (free_solib_list): New function.
4758 (svr4_pspace_data_cleanup): Free probes table and solib list.
4759 (svr4_copy_library_list): New function.
4760 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4761 (svr4_read_so_list): New parameter "prev_lm".
4762 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4763 (svr4_current_sos): New function.
4764 (probe_and_action): New struct.
4765 (hash_probe_and_action): New function.
4766 (equal_probe_and_action): Likewise.
4767 (register_solib_event_probe): Likewise.
4768 (solib_event_probe_at): Likewise.
4769 (solib_event_probe_action): Likewise.
4770 (solist_update_full): Likewise.
4771 (solist_update_incremental): Likewise.
4772 (disable_probes_interface_cleanup): Likewise.
4773 (svr4_handle_solib_event): Likewise.
4774 (svr4_update_solib_event_breakpoint): Likewise.
4775 (svr4_update_solib_event_breakpoints): Likewise.
4776 (svr4_create_solib_event_breakpoints): Likewise.
4777 (enable_break): Free probes table before creating breakpoints.
4778 Use svr4_create_solib_event_breakpoints to create breakpoints.
4779 (svr4_solib_create_inferior_hook): Free the solib list.
4780 (_initialize_svr4_solib): Initialise
4781 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4782
4783 2013-06-04 Gary Benson <gbenson@redhat.com>
4784
4785 * target.h (target_ops): New field
4786 "to_augmented_libraries_svr4_read".
4787 (target_augmented_libraries_svr4_read): New macro.
4788 * target.c (update_current_target): Handle
4789 to_augmented_libraries_svr4_read.
4790 * remote.c (remote_state): New field
4791 "augmented_libraries_svr4_read".
4792 (remote_augmented_libraries_svr4_read_feature): New function.
4793 (remote_protocol_features): Add entry for
4794 "augmented-libraries-svr4-read".
4795 (remote_augmented_libraries_svr4_read): New function.
4796 (init_remote_ops): Initialize
4797 remote_ops.to_augmented_libraries_svr4_read.
4798
4799 2013-06-04 Gary Benson <gbenson@redhat.com>
4800
4801 * NEWS: Update.
4802
4803 2013-06-04 Gary Benson <gbenson@redhat.com>
4804
4805 * objfiles.h (inhibit_section_map_updates): New function
4806 declaration.
4807 (resume_section_map_updates): Likewise.
4808 (resume_section_map_updates_cleanup): Likewise.
4809 * objfiles.c (objfile_pspace_info): Removed field
4810 "objfiles_changed_p". New fields "new_objfiles_available",
4811 "section_map_dirty" and "inhibit_updates".
4812 (allocate_objfile): Set new_objfiles_available.
4813 (free_objfile): Set section_map_dirty.
4814 (objfile_relocate1): Likewise.
4815 (in_plt_section): Likewise.
4816 (find_pc_section): Update the conditions under which the
4817 section map will be updated.
4818 (inhibit_section_map_updates): New function.
4819 (resume_section_map_updates): Likewise.
4820 (resume_section_map_updates_cleanup): Likewise.
4821
4822 2013-06-04 Gary Benson <gbenson@redhat.com>
4823
4824 * probe.h (get_probe_argument_count): New declaration.
4825 (evaluate_probe_argument): Likewise.
4826 * probe.c (get_probe_argument_count): New function.
4827 (evaluate_probe_argument): Likewise.
4828 (probe_safe_evaluate_at_pc): Use the above new functions.
4829
4830 2013-06-04 Alan Modra <amodra@gmail.com>
4831
4832 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4833 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4834 (ppc_insns_match_pattern): Add frame param. Avoid multiple
4835 target mem reads on optional insns.
4836 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4837 ppc_insns_match_pattern calls.
4838 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4839 Add match for power7 thread safety insns, and new order of
4840 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
4841 invocation in comment, and update rest of comment.
4842 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4843 PPC64_STANDARD_LINKAGE3_LEN): Delete.
4844 (ppc64_standard_linkage2_target): Update insn offsets.
4845 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
4846 stubs first. Update calls.
4847
4848 2013-06-04 Yao Qi <yao@codesourcery.com>
4849
4850 * solib.c (solib_find): Don't need dir separator if path has
4851 drive spec.
4852
4853 2013-06-03 Joel Brobecker <brobecker@adacore.com>
4854
4855 Revert (indirectly causes a SIGSEGV):
4856 * machoread.c (macho_symfile_read): Assign first cleanup to
4857 'back_to'.
4858
4859 2013-06-03 Yao Qi <yao@codesourcery.com>
4860
4861 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4862 mi-parse.c. Make them static.
4863 (mi_all_values): Likewise.
4864 (mi_parse_values_option): Move to mi-parse.c. Rename it to
4865 mi_parse_print_values. Make it external.
4866 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4867 Remove the declarations.
4868 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4869 * mi/mi-parse.h (mi_parse_print_values): Declare.
4870 * mi/mi-cmd-stack.c: Include mi-parse.h.
4871 (parse_print_values): Remove
4872 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4873 of parse_print_values.
4874 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4875
4876 2013-05-31 Pedro Alves <pedro@codesourcery.com>
4877 Yao Qi <yao@codesourcery.com>
4878
4879 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4880 (encode_actions): Move code to ...
4881 (all_tracepoint_actions_and_cleanup): ... here. New.
4882 (trace_dump_command): Likewise.
4883
4884 2013-05-30 Tom Tromey <tromey@redhat.com>
4885
4886 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4887
4888 2013-05-30 Tom Tromey <tromey@redhat.com>
4889
4890 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4891 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
4892 'old_chain' argument. Add 'parser_result' argument.
4893 (gdb_xml_create_parser_and_cleanup): Remove old version.
4894 (gdb_xml_parse_quick): Update.
4895 (xml_process_xincludes): Update.
4896 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4897 declare.
4898
4899 2013-05-30 Tom Tromey <tromey@redhat.com>
4900
4901 * probe.c (collect_probes): Check arguments for NULL before
4902 calling compile_rx_or_error.
4903 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4904 Remove NULL return.
4905
4906 2013-05-30 Tom Tromey <tromey@redhat.com>
4907
4908 * infrun.c (adjust_pc_after_break): Introduce an outer null
4909 cleanup.
4910
4911 2013-05-30 Tom Tromey <tromey@redhat.com>
4912
4913 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4914
4915 2013-05-30 Tom Tromey <tromey@redhat.com>
4916
4917 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4918 for 'old_chain'. Do not check 'head' before processing
4919 cleanups.
4920
4921 2013-05-30 Tom Tromey <tromey@redhat.com>
4922
4923 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4924 "cleanup_tuple".
4925
4926 2013-05-30 Tom Tromey <tromey@redhat.com>
4927
4928 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4929 inner scope. Unconditionally call do_cleanups.
4930
4931 2013-05-30 Tom Tromey <tromey@redhat.com>
4932
4933 * source.c (find_and_open_source): Call do_cleanups.
4934
4935 2013-05-30 Tom Tromey <tromey@redhat.com>
4936
4937 * linux-thread-db.c (thread_db_load_search): Unconditionally
4938 call do_cleanups.
4939
4940 2013-05-30 Tom Tromey <tromey@redhat.com>
4941
4942 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4943 for 'cleanup'; instead use a later one.
4944
4945 2013-05-30 Tom Tromey <tromey@redhat.com>
4946
4947 * python/py-breakpoint.c (bppy_get_commands): Use
4948 explicit, unconditional return.
4949 * python/py-frame.c (frapy_read_var): Likewise.
4950 * python/python.c (gdbpy_decode_line): Likewise.
4951
4952 2013-05-30 Tom Tromey <tromey@redhat.com>
4953
4954 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4955 do_cleanups on all return paths.
4956
4957 2013-05-30 Tom Tromey <tromey@redhat.com>
4958
4959 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4960
4961 2013-05-30 Tom Tromey <tromey@redhat.com>
4962
4963 * stabsread.c (read_struct_type): Call do_cleanups along
4964 all return paths.
4965
4966 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4967
4968 * mips-linux-tdep.c: Adjust formatting throughout.
4969
4970 2013-05-30 Tom Tromey <tromey@redhat.com>
4971
4972 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4973 along all return paths.
4974
4975 2013-05-30 Tom Tromey <tromey@redhat.com>
4976
4977 * symfile.c (find_separate_debug_file): Call do_cleanups
4978 along all return paths.
4979
4980 2013-05-30 Tom Tromey <tromey@redhat.com>
4981
4982 * symtab.c (search_symbols): Introduce a null cleanup for
4983 'retval_chain'.
4984
4985 2013-05-30 Tom Tromey <tromey@redhat.com>
4986
4987 * python/py-value.c (valpy_binop): Call do_cleanups before
4988 exiting loop.
4989
4990 2013-05-30 Tom Tromey <tromey@redhat.com>
4991
4992 * python/py-prettyprint.c (print_children): Remove extra
4993 do_cleanups call.
4994
4995 2013-05-30 Tom Tromey <tromey@redhat.com>
4996
4997 * python/py-frame.c (frapy_read_var): Call do_cleanups along
4998 all return paths.
4999
5000 2013-05-30 Tom Tromey <tromey@redhat.com>
5001
5002 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
5003 along all return paths.
5004
5005 2013-05-30 Tom Tromey <tromey@redhat.com>
5006
5007 * cli/cli-logging.c (set_logging_redirect): Unconditionally
5008 call do_cleanups.
5009
5010 2013-05-30 Tom Tromey <tromey@redhat.com>
5011
5012 * varobj.c (c_value_of_root): Call do_cleanups along all
5013 return paths.
5014
5015 2013-05-30 Tom Tromey <tromey@redhat.com>
5016
5017 * tracepoint.c (trace_dump_command): Unconditionally call
5018 do_cleanups.
5019
5020 2013-05-30 Tom Tromey <tromey@redhat.com>
5021
5022 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
5023 do_cleanups earlier.
5024
5025 2013-05-30 Tom Tromey <tromey@redhat.com>
5026
5027 * machoread.c (macho_symfile_read): Assign first cleanup to
5028 'back_to'.
5029
5030 2013-05-30 Tom Tromey <tromey@redhat.com>
5031
5032 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
5033
5034 2013-05-30 Tom Tromey <tromey@redhat.com>
5035
5036 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
5037
5038 2013-05-30 Tom Tromey <tromey@redhat.com>
5039
5040 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
5041 call discard_cleanups.
5042 (inf_ptrace_attach): Likewise.
5043
5044 2013-05-30 Tom Tromey <tromey@redhat.com>
5045
5046 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
5047 return paths.
5048 (mips_initialize): Likewise.
5049 (common_open): Call do_cleanups.
5050
5051 2013-05-30 Tom Tromey <tromey@redhat.com>
5052
5053 * utils.c (internal_vproblem): Call do_cleanups.
5054
5055 2013-05-30 Tom Tromey <tromey@redhat.com>
5056
5057 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
5058
5059 2013-05-30 Tom Tromey <tromey@redhat.com>
5060
5061 * cli/cli-script.c (setup_user_args): Don't return after error.
5062
5063 2013-05-30 Tom Tromey <tromey@redhat.com>
5064
5065 * somread.c (som_symtab_read): Call do_cleanups.
5066
5067 2013-05-30 Tom Tromey <tromey@redhat.com>
5068
5069 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
5070
5071 2013-05-30 Tom Tromey <tromey@redhat.com>
5072
5073 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
5074 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
5075 * interps.c (interpreter_exec_cmd): Call do_cleanups.
5076 * source.c (show_substitute_path_command): Call do_cleanups.
5077 (unset_substitute_path_command, set_substitute_path_command):
5078 Likewise.
5079 * symfile.c (load_command): Call do_cleanups.
5080
5081 2013-05-30 Tom Tromey <tromey@redhat.com>
5082
5083 * contrib/cleanup_check.py: New file.
5084 * contrib/gcc-with-excheck: Add option parsing.
5085
5086 2013-05-30 Joel Brobecker <brobecker@adacore.com>
5087
5088 * windows-nat.c (windows_delete_thread): Add missing space
5089 in cast expression.
5090
5091 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
5092
5093 * inferior.c (top level): Include tilde.h.
5094 (add_inferior_command): Call tilde_expand on the value of 'exec'
5095 argument.
5096
5097 2013-05-30 Pedro Alves <pedro@codesourcery.com>
5098 Yao Qi <yao@codesourcery.com>
5099
5100 * tracepoint.c (encode_actions_1): Remove parameter 't'.
5101 Caller update.
5102 (encode_actions): Likewise.
5103 * remote.c (remote_download_tracepoint): Caller update.
5104 * tracepoint.h (encode_actions): Update declaration.
5105
5106 2013-05-30 Pedro Alves <palves@redhat.com>
5107
5108 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
5109 pointer.
5110
5111 2013-05-30 Yao Qi <yao@codesourcery.com>
5112
5113 * remote.c (remote_check_symbols): Remove unused parameter
5114 'objfile'.
5115 Declaration update.
5116 (remote_start_remote, remote_new_objfile): Caller update.
5117
5118 2013-05-30 Yao Qi <yao@codesourcery.com>
5119
5120 * mi/mi-cmds.c (mi_cmds): Define MI command
5121 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
5122 DEF_MI_CMD_CLI.
5123
5124 2013-05-29 Pedro Alves <palves@redhat.com>
5125
5126 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
5127 (remote_insert_watchpoint, remote_remove_watchpoint)
5128 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
5129 (remote_verify_memory, compare_sections_command)
5130 (remote_search_memory): Set the general process/thread on the
5131 remote side.
5132
5133 2013-05-29 Pedro Alves <palves@redhat.com>
5134
5135 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
5136 (_initialize_aarch64_tdep): Don't call
5137 initialize_tdesc_aarch64_without_fpu.
5138 * features/Makefile (WHICH): Remove reference to
5139 aarch64-without-fpu.
5140 * features/aarch64-without-fpu.c: Delete file.
5141 * regformats/aarch64-without-fpu.dat: Delete file.
5142
5143 2013-05-28 Yao Qi <yao@codesourcery.com>
5144
5145 * tracepoint.c (stringify_collection_list): Remove parameter
5146 'string'.
5147 (encode_actions): Caller update. Remove local variables.
5148
5149 2013-05-24 Yao Qi <yao@codesourcery.com>
5150
5151 * tracepoint.c (TFILE_PID): Remove.
5152 (tfile_open): Don't add thread and inferior.
5153 (tfile_close): Don't set 'inferior_ptid'. Don't call
5154 exit_inferior_silent.
5155 (tfile_thread_alive): Remove.
5156 (init_tfile_ops): Don't set field 'to_thread_alive' of
5157 tfile_ops.
5158
5159 2013-05-23 Doug Evans <dje@google.com>
5160
5161 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5162
5163 2013-05-23 Pedro Alves <palves@redhat.com>
5164
5165 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5166 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5167 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5168 Only define if HAVE_SOCKETS is defined.
5169 * configure.ac: Check for sys/socket.h.
5170 * config.in, configure: Regenerate.
5171
5172 2013-05-23 Pedro Alves <palves@redhat.com>
5173
5174 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5175 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5176 printing uint32_t variables.
5177
5178 2013-05-23 Pedro Alves <palves@redhat.com>
5179
5180 * NEWS: Mention GDBserver range stepping support.
5181
5182 2013-05-23 Yao Qi <yao@codesourcery.com>
5183 Pedro Alves <palves@redhat.com>
5184
5185 * gdbthread.h (struct thread_control_state) <may_range_step>: New
5186 field.
5187 * infcmd.c (step_once, until_next_command): Enable range stepping.
5188 * infrun.c (displaced_step_prepare): Disable range stepping.
5189 (resume): Disable range stepping if stepping over a breakpoint or
5190 we have software watchpoints. If range stepping is enabled,
5191 assert the thread is in the stepping range.
5192 (clear_proceed_status_thread): Clear may_range_step.
5193 (handle_inferior_event): Disable range stepping as soon as we know
5194 the thread that hit the event. Re-enable it whenever we're going
5195 to step with a step range.
5196 * remote.c (struct vCont_action_support) <r>: New field.
5197 (use_range_stepping): New global.
5198 (remote_vcont_probe): Handle 'r' action.
5199 (append_resumption): Append an 'r' action if the thread may range
5200 step.
5201 (show_range_stepping): New function.
5202 (set_range_stepping): New function.
5203 (_initialize_remote): Call add_setshow_boolean_cmd to register the
5204 'set range-stepping' and 'show range-stepping' commands.
5205 * NEWS: Mention range stepping, the new vCont;r action, and the
5206 new "set/show range-stepping" commands.
5207
5208 2013-05-23 Yao Qi <yao@codesourcery.com>
5209 Pedro Alves <palves@redhat.com>
5210
5211 * remote.c (struct vCont_action_support): New struct.
5212 (struct remote_state) <support_vCont_t>: Remove field.
5213 <vCont_actions_support>: New field.
5214 (remote_vcont_probe, remote_stop_ns): Update.
5215
5216 2013-05-23 Yao Qi <yao@codesourcery.com>
5217 Pedro Alves <palves@redhat.com>
5218
5219 * gdbthread.h (pc_in_thread_step_range): New declaration.
5220 * thread.c (pc_in_thread_step_range): New function.
5221 * infrun.c (handle_inferior_event): Use it.
5222
5223 2013-05-23 Joel Brobecker <brobecker@adacore.com>
5224
5225 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5226 of sprintf.
5227
5228 2013-05-22 Keith Seitz <keiths@redhat.com>
5229
5230 * ada-lang.c (is_known_support_routine): Add explicit free of
5231 'func_name' from find_frame_funname.
5232 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5233 for func_name from find_frame_funname.
5234 * python/py-frame.c (frapy_name): Add explicit free of
5235 'name' from find_frame_funname.
5236 * stack.c (find_frame_funname): Add comment explaining that
5237 funcp must be freed by the caller.
5238 Return copy of symbol names instead of pointers.
5239 (print_frame): Add a cleanup for 'funname' from
5240 find_frame_funname.
5241 * stack.h (find_frame_funname): Remove "const" from
5242 'funname' parameter.
5243
5244 2013-05-22 Tom Tromey <tromey@redhat.com>
5245
5246 PR c++/15401:
5247 * c-valprint.c (c_value_print): Use value_addr for
5248 references. Convert back to reference type with value_ref.
5249
5250 2013-05-22 Eli Zaretskii <eliz@gnu.org>
5251
5252 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5253 unloaded DLL, it will be done by handle_solib_event. See
5254 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5255 details.
5256
5257 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
5258
5259 * ui-out.c: Create typedef ui_out_level_p and define vector
5260 operations for that type.
5261 (struct ui_out): Use a vector instead of an array.
5262 (current_level): Return level from a vector.
5263 (push_level): Create a level in a vector.
5264 (pop_level): Delete a level in a vector.
5265 (ui_out_new): Create initial level zero level, and store in a
5266 vector.
5267 (ui_out_destroy): Add vector cleanup.
5268
5269 2013-05-22 Pedro Alves <palves@redhat.com>
5270
5271 * python/python-internal.h (gdb_Py_DECREF): Tag with
5272 "ARI: editCase function".
5273
5274 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5275
5276 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5277
5278 2013-05-21 Pedro Alves <palves@redhat.com>
5279
5280 * python/py-prettyprint.c (apply_val_pretty_printer): Check
5281 whether PRINTER is NULL before installing a Py_DECREF cleanup.
5282 * python/py-utils.c (py_decref): Don't check for NULL before
5283 calling Py_DECREF.
5284
5285 2013-05-21 Pedro Alves <palves@redhat.com>
5286
5287 * python/py-utils.c (py_decref): Remove extra braces.
5288 (gdb_pymodule_addobject): Remove extra braces.
5289 * python-internal.h (gdb_Py_DECREF): New static inline function.
5290 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5291
5292 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5293
5294 * breakpoints.c (detach_breakpoints): Do not
5295 detach breakpoints locations with loc_type bp_loc_other.
5296
5297 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5298
5299 Workaround Python 2.6.
5300 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5301 a block.
5302
5303 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5304
5305 Code cleanup: constification.
5306 * solib.c (solib_ops): Make return type and ops variable type const.
5307 (set_solib_ops): Make the new_ops parameter and ops variable const.
5308 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5309 (solib_add, solib_keep_data_in_core, clear_solib)
5310 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5311 (reload_shared_libraries, solib_global_lookup): Make the ops variable
5312 const.
5313 * solib.h (set_solib_ops): Make the new_ops parameter const.
5314
5315 2013-05-21 Joel Brobecker <brobecker@adacore.com>
5316
5317 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5318 variable.
5319 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5320 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5321 (SYSTEM_GDBINIT_FILES): New variables.
5322 (all): Add stamp-system-gdbinit.
5323 (stamp-system-gdbinit): New rule.
5324 (clean-system-gdbinit, install-system-gdbinit)
5325 (uninstall-system-gdbinit): New rules. Make them .PHONY.
5326 (install-only): Add dependency on install-system-gdbinit.
5327 (uninstall): Add dependency on uninstall-system-gdbinit.
5328 (clean): Add dependency on clean-system-gdbinit.
5329 * system-gdbinit/elinos.py: New file.
5330 * system-gdbinit/wrs-linux.py: New file.
5331
5332 2013-05-21 Joel Brobecker <brobecker@adacore.com>
5333
5334 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5335
5336 2013-05-21 Hui Zhu <hui@codesourcery.com>
5337
5338 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5339 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5340 * mi/mi-cmd-break.c (ctype.h): New include.
5341 (gdb_obstack.h): New include.
5342 (mi_argv_to_format, mi_cmd_break_insert_1): New.
5343 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5344 (mi_cmd_dprintf_insert): New.
5345 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5346 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5347
5348 2013-05-20 Tom Tromey <tromey@redhat.com>
5349
5350 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5351
5352 2013-05-20 Tom Tromey <tromey@redhat.com>
5353
5354 * python/py-value.c (valpy_get_dynamic_type): Simplify
5355 dynamic_type assignment. Use Py_XINCREF.
5356
5357 2013-05-20 Tom Tromey <tromey@redhat.com>
5358
5359 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5360
5361 2013-05-20 Tom Tromey <tromey@redhat.com>
5362
5363 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5364 (gdbpy_selected_frame): Move object-construction code
5365 out of TRY_CATCH.
5366
5367 2013-05-20 Tom Tromey <tromey@redhat.com>
5368
5369 * python/py-arch.c (gdbpy_initialize_arch): Use
5370 gdb_pymodule_addobject.
5371 * python/py-block.c (gdbpy_initialize_blocks): Use
5372 gdb_pymodule_addobject.
5373 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5374 gdb_pymodule_addobject.
5375 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
5376 gdb_pymodule_addobject.
5377 * python/py-event.c (gdbpy_initialize_event_generic): Use
5378 gdb_pymodule_addobject.
5379 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
5380 gdb_pymodule_addobject.
5381 * python/py-evts.c (add_new_registry): Use
5382 gdb_pymodule_addobject.
5383 (gdbpy_initialize_py_events): Likewise.
5384 * python/py-finishbreakpoint.c
5385 (gdbpy_initialize_finishbreakpoints): Use
5386 gdb_pymodule_addobject.
5387 * python/py-frame.c (gdbpy_initialize_frames): Use
5388 gdb_pymodule_addobject.
5389 * python/py-function.c (gdbpy_initialize_functions): Use
5390 gdb_pymodule_addobject.
5391 * python/py-inferior.c (gdbpy_initialize_inferior): Use
5392 gdb_pymodule_addobject.
5393 * python/py-infthread.c (gdbpy_initialize_thread): Use
5394 gdb_pymodule_addobject.
5395 * python/py-objfile.c (gdbpy_initialize_objfile): Use
5396 gdb_pymodule_addobject.
5397 * python/py-param.c (gdbpy_initialize_parameters): Use
5398 gdb_pymodule_addobject.
5399 * python/py-progspace.c (gdbpy_initialize_pspace): Use
5400 gdb_pymodule_addobject.
5401 * python/py-symbol.c (gdbpy_initialize_symbols): Use
5402 gdb_pymodule_addobject.
5403 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5404 gdb_pymodule_addobject.
5405 * python/py-type.c (gdbpy_initialize_types): Use
5406 gdb_pymodule_addobject.
5407 * python/py-utils.c (gdb_pymodule_addobject): New function.
5408 * python/py-value.c (gdbpy_initialize_values): Use
5409 gdb_pymodule_addobject.
5410 * python/python-internal.h (gdb_pymodule_addobject): Declare.
5411 * python/python.c (_initialize_python): Use
5412 gdb_pymodule_addobject.
5413
5414 2013-05-20 Tom Tromey <tromey@redhat.com>
5415
5416 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5417 * python/py-param.c (get_set_value, get_show_value): Use
5418 explicit decrefs.
5419 * python/python.c (start_type_printers, apply_type_printers):
5420 Use explicit decrefs.
5421
5422 2013-05-20 Tom Tromey <tromey@redhat.com>
5423
5424 * python/py-evts.c (gdbpy_initialize_py_events): Don't
5425 incref the module.
5426
5427 2013-05-20 Tom Tromey <tromey@redhat.com>
5428
5429 * python/python.c (gdbpy_run_events): Decref the result
5430 of PyObject_CallObject.
5431
5432 2013-05-20 Tom Tromey <tromey@redhat.com>
5433
5434 * python/py-symtab.c (set_sal): Use
5435 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
5436 (symtab_and_line_to_sal_object): Update.
5437
5438 2013-05-20 Tom Tromey <tromey@redhat.com>
5439
5440 * python/py-param.c (compute_enum_values): Decref 'item'.
5441
5442 2013-05-20 Tom Tromey <tromey@redhat.com>
5443
5444 * mi/mi-main.c: Include python-internal.h.
5445 (mi_cmd_list_features): Check gdb_python_initialized.
5446 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5447 (python_inferior_exit, python_new_objfile, add_thread_object)
5448 (delete_thread_object, py_free_inferior): Check
5449 gdb_python_initialized.
5450 * python/py-prettyprint.c (apply_val_pretty_printer): Check
5451 gdb_python_initialized.
5452 * python/py-type.c (save_objfile_types): Check
5453 gdb_python_initialized.
5454 * python/python-internal.h (gdb_python_initialized): Declare.
5455 * python/python.c (ensure_python_env): Throw exception if
5456 Python not initialized.
5457 (before_prompt_hook, source_python_script_for_objfile)
5458 (start_type_printers, apply_type_printers,
5459 free_type_printers): Check gdb_python_initialized.
5460 * varobj.c (varobj_get_display_hint)
5461 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5462 (install_new_value_visualizer, varobj_set_visualizer)
5463 (value_get_print_value): Check gdb_python_initialized.
5464
5465 2013-05-20 Tom Tromey <tromey@redhat.com>
5466
5467 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5468 Check errors.
5469 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5470 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5471 Check errors.
5472 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5473 Check errors.
5474 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5475 Check errors.
5476 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5477 Check errors.
5478 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5479 init function to return 'int'.
5480 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5481 Return 'int'. Check errors.
5482 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5483 Check errors.
5484 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5485 Return 'int'. Check errors.
5486 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5487 Check errors.
5488 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5489 Check errors.
5490 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5491 Check errors.
5492 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5493 Check errors.
5494 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5495 Check errors.
5496 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5497 Check errors.
5498 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5499 Check errors.
5500 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5501 Check errors.
5502 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5503 Check errors.
5504 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5505 Check errors.
5506 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5507 Check errors.
5508 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5509 Check errors.
5510 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5511 Check errors.
5512 * python/python-internal.h (gdbpy_initialize_auto_load,
5513 gdbpy_initialize_values, gdbpy_initialize_frames,
5514 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5515 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5516 gdbpy_initialize_blocks, gdbpy_initialize_types,
5517 gdbpy_initialize_functions, gdbpy_initialize_pspace,
5518 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5519 gdbpy_initialize_finishbreakpoints,
5520 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5521 gdbpy_initialize_thread, gdbpy_initialize_inferior,
5522 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5523 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5524 gdbpy_initialize_signal_event,
5525 gdbpy_initialize_breakpoint_event,
5526 gdbpy_initialize_continue_event,
5527 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5528 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5529 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5530 * python/python.c (gdb_python_initialized): New global.
5531 (gdbpy_initialize_events): Return 'int'. Check errors.
5532 (_initialize_python): Check errors. Set
5533 gdb_python_initialized.
5534
5535 2013-05-20 Tom Tromey <tromey@redhat.com>
5536
5537 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5538 Decref the reslut of PyObject_CallMethod.
5539
5540 2013-05-20 Tom Tromey <tromey@redhat.com>
5541
5542 * python/py-event.c (gdbpy_initialize_event_generic): Return
5543 early if PyType_Ready fails.
5544
5545 2013-05-20 Tom Tromey <tromey@redhat.com>
5546
5547 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5548 as 'default' in the switch.
5549
5550 2013-05-20 Tom Tromey <tromey@redhat.com>
5551
5552 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
5553 get_addr_from_python calls out of TRY_CATCH.
5554 (infpy_write_memory, infpy_search_memory): Likewise.
5555 * python/py-utils.c (get_addr_from_python): Return negative
5556 value on error. Use TRY_CATCH.
5557 * python/python-internal.h (get_addr_from_python): Use
5558 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5559
5560 2013-05-20 Tom Tromey <tromey@redhat.com>
5561
5562 * python/py-event.c (evpy_emit_event): Decref the
5563 result of PyObject_CallFunctionObjArgs.
5564
5565 2013-05-20 Tom Tromey <tromey@redhat.com>
5566
5567 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5568 Correctly decref.
5569
5570 2013-05-20 Tom Tromey <tromey@redhat.com>
5571
5572 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5573
5574 2013-05-20 Tom Tromey <tromey@redhat.com>
5575
5576 * python/py-event.h (gdbpy_initialize_event_generic): Use
5577 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5578 * python/py-evts.c (add_new_registry): Use
5579 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5580 * python/python-internal.h
5581 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5582
5583 2013-05-20 Tom Tromey <tromey@redhat.com>
5584
5585 * python/py-arch.c (archpy_disassemble): Update.
5586 * python/py-type.c (typy_get_composite, typy_lookup_typename)
5587 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5588 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5589 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5590 macro.
5591 (GDB_PY_HANDLE_EXCEPTION): Update.
5592 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
5593
5594 2013-05-20 Tom Tromey <tromey@redhat.com>
5595
5596 * python/python-internal.h (events_object_type): Remove.
5597
5598 2013-05-20 Tom Tromey <tromey@redhat.com>
5599
5600 * python/py-event.h (evpy_emit_event): Use
5601 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5602 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5603 New macro.
5604
5605 2013-05-20 Tom Tromey <tromey@redhat.com>
5606
5607 * py-evtregistry.c (create_event_object): Decref
5608 eventregistry_object if PyList_New fails.
5609
5610 2013-05-20 Tom Tromey <tromey@redhat.com>
5611
5612 * py-cmd.c (gdbpy_string_to_argv): Check result of
5613 PyList_New.
5614
5615 2013-05-20 Tom Tromey <tromey@redhat.com>
5616
5617 * python/python.c (before_prompt_hook): Add cleanup to
5618 decref 'hook'.
5619
5620 2013-05-20 Tom Tromey <tromey@redhat.com>
5621
5622 * python/py-function.c (fnpy_init): Decref result of
5623 PyObject_GetAttrString.
5624
5625 2013-05-20 Tom Tromey <tromey@redhat.com>
5626
5627 * python/py-threadevent.c (get_event_thread): Use
5628 CPYCHECKER_RETURNS_BORROWED_REF.
5629 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5630 New define.
5631 (pspace_to_pspace_object, objfile_to_objfile_object)
5632 (find_thread_object): Use it.
5633
5634 2013-05-20 Tom Tromey <tromey@redhat.com>
5635
5636 * python/py-arch.c (arch_object_type): Use
5637 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5638 * python/py-block.c (block_syms_iterator_object_type):
5639 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5640 * python/py-bpevent.c (breakpoint_event_object_type):
5641 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5642 * python/py-cmd.c (cmdpy_object_type): Use
5643 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5644 * python/py-continueevent.c (continue_event_object_type):
5645 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5646 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5647 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5648 * python/py-events.h (thread_event_object_type):
5649 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5650 * python/py-evtregistry.c (eventregistry_object_type): Use
5651 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5652 * python/py-exitedevent.c (exited_event_object_type):
5653 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5654 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5655 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5656 * python/py-function.c (fnpy_object_type): Use
5657 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5658 * python/py-inferior.c (inferior_object_type, membuf_object_type):
5659 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5660 * python/py-infthread.c (thread_object_type): Use
5661 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5662 * python/py-lazy-string.c (lazy_string_object_type):
5663 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5664 * python/py-newobjfileevent.c (new_objfile_event_object_type):
5665 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5666 * python/py-objfile.c (objfile_object_type): Use
5667 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5668 * python/py-param.c (parmpy_object_type):
5669 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5670 * python/py-progspace.c (pspace_object_type):
5671 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5672 * python/py-signalevent.c (signal_event_object_type):
5673 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5674 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5675 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5676 * python/py-type.c (type_object_type, field_object_type)
5677 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5678 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5679 define.
5680 (value_object_type, block_object_type, symbol_object_type)
5681 (event_object_type, stop_event_object_type, breakpoint_object_type)
5682 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5683
5684 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
5685
5686 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5687 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5688
5689 2013-05-20 Doug Evans <dje@google.com>
5690
5691 When reading CU, stay in DWO. Be more tolerent of bad debug info.
5692 For Fission.
5693 * dwarf2read.c (struct dwarf2_per_cu_data): New member
5694 reading_dwo_directly.
5695 (struct signatured_type): New member dwo_unit.
5696 (struct die_reader_specs): New member comp_dir.
5697 (create_signatured_type_table_from_index): Use malloc for
5698 all_type_units instead of objfile's obstack.
5699 (create_all_type_units): Ditto.
5700 (fill_in_sig_entry_from_dwo_entry): New function.
5701 (add_type_unit): New function.
5702 (lookup_dwo_signatured_type): New function.
5703 (lookup_dwp_signatured_type): New function.
5704 (lookup_signatured_type): New arg cu. All callers updated.
5705 (init_cu_die_reader): Initialize comp_dir.
5706 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
5707 Change assert of matching type signatures to call error on mismatch.
5708 (lookup_dwo_unit): Add assert.
5709 (init_tu_and_read_dwo_dies): New function.
5710 (init_cutu_and_read_dies): Call it.
5711 (build_type_unit_groups): Handle case of no type unit groups created.
5712 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5713 (lookup_dwo_cutu): Tweak complaint.
5714 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5715 (dwarf2_per_objfile_free): Free all_type_units.
5716
5717 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5718
5719 * windows-nat.c (handle_unload_dll): Add missing empty line.
5720
5721 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5722
5723 * dwarf2read.c (prototyped_function_p): New function.
5724 (read_subroutine_type): Use it.
5725
5726 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5727
5728 * rs6000-aix-tdep.c: De-indent some example code provided
5729 as a comment.
5730
5731 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
5732
5733 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5734 region is ok for a hardware watchpoint using the new ptrace interface
5735 on Power servers.
5736
5737 2013-05-17 Doug Evans <dje@google.com>
5738
5739 * NEWS: Mention new maintenance commands check-symtabs, and
5740 expand-symtabs, and renamed check-psymtabs.
5741 * psymtab.c (maintenance_check_psymtabs): Renamed from
5742 maintenance_check_symtabs. Only process already-expanded symbol
5743 tables.
5744 (_initialize_psymtab): Update.
5745 * symmisc.c (maintenance_check_symtabs): New function.
5746 (maintenance_expand_name_matcher): New function
5747 (maintenance_expand_file_matcher): New function
5748 (maintenance_expand_symtabs): New function.
5749 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5750 commands.
5751
5752 2013-05-17 Tom Tromey <tromey@redhat.com>
5753
5754 * python/py-inferior.c (infpy_read_memory): Don't call
5755 PyErr_SetString if PyObject_New fails.
5756 * python/py-frame.c (frame_info_to_frame_object): Don't call
5757 PyErr_SetString if PyObject_New fails.
5758
5759 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
5760
5761 * acinclude.m4: Add check for dlopen in libdl.
5762 * configure.ac: Ditto.
5763 * configure: Regenerate.
5764
5765 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
5766
5767 * frame.c (frame_stash): Convert to htab.
5768 (frame_addr_hash): New function.
5769 (frame_addr_hash_eq): New function.
5770 (frame_stash_create): Convert function to create
5771 a hash table.
5772 (frame_stash_add): Convert function to add an entry to a hash
5773 table.
5774 (frame_stash_find): Convert function to search the hash table.
5775 (frame_stash_invalidate): Convert function to empty the hash
5776 table.
5777 (get_frame_id): Only add to stash if a frame_id is created.
5778 (_initialize_frame): Call frame_stash_create.
5779
5780 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
5781
5782 * configure.ac: Ensure MIG is available when building for GNU Hurd
5783 hosts.
5784 * configure: Regenerate.
5785
5786 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5787
5788 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5789
5790 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5791
5792 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5793 all cleanups are done before returning from this function.
5794
5795 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5796
5797 * utils.h: #include "exceptions.h".
5798 (enum errors): Remove partial declaration.
5799
5800 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5801
5802 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5803 * gdbarch.h, gdbarch.c: Regenerate.
5804 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5805 handling.
5806
5807 * rs6000-aix-tdep.h: New file.
5808 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5809 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5810 "xml-utils.h".
5811 (struct field_info, struct ld_info_desc): New types.
5812 (ld_info32_desc, ld_info64_desc): New static constants.
5813 (struct ld_info): New type.
5814 (rs6000_aix_extract_ld_info): New function.
5815 (rs6000_aix_shared_library_to_xml): Likewise.
5816 (rs6000_aix_ld_info_to_xml): Likewise.
5817 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5818 (rs6000_aix_init_osabi): Add call to
5819 set_gdbarch_core_xfer_shared_libraries_aix.
5820 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5821 Remove "xml-utils.h" include.
5822 (LdInfo): Delete typedef.
5823 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5824 Delete macros.
5825 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5826 Adjust code accordingly.
5827 (rs6000_core_ldinfo): Delete, folded into
5828 rs6000_aix_core_xfer_shared_libraries_aix.
5829 (rs6000_xfer_shared_library): Delete.
5830 (rs6000_xfer_shared_libraries): Reimplement.
5831
5832 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
5833
5834 * record.c (record_goto_cmdlist): New.
5835 (cmd_record_goto): Split into this ...
5836 (cmd_record_goto_begin): ... this
5837 (cmd_record_goto_end): ... and this.
5838 (_initialize_record): Change "record goto" to prefix command.
5839 Add commands for "record goto begin" and "record goto end".
5840 Add an alias for "record goto start" to "record goto begin".
5841
5842 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5843
5844 * linespec.c (convert_linespec_to_sals): New comment for
5845 SOURCE_FILENAME assignment.
5846
5847 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5848
5849 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5850 internal_warning.
5851
5852 2013-05-14 Tom Tromey <tromey@redhat.com>
5853
5854 * eval.c (parse_and_eval_long): Make 'exp' const.
5855 * value.h (parse_and_eval_long): Update.
5856
5857 2013-05-14 Tom Tromey <tromey@redhat.com>
5858
5859 * ui-file.c (gdb_fopen): Make arguments const.
5860 * ui-file.h (gdb_fopen): Make arguments const.
5861
5862 2013-05-14 Tom Tromey <tromey@redhat.com>
5863
5864 * remote.c (remote_set_trace_notes): Make arguments const.
5865 * target.c (update_current_target): Update cast.
5866 * target.h (to_set_trace_notes): Make arguments const.
5867
5868 2013-05-14 Tom Tromey <tromey@redhat.com>
5869
5870 * go32-nat.c (go32_terminal_info): Make 'args' const.
5871 * inferior.h (child_terminal_info): Update.
5872 * inflow.c (child_terminal_info): Make 'args' const.
5873 * target.c (default_terminal_info): Make 'args' const.
5874 (debug_to_terminal_save_ours): Likewise.
5875 * target.h (struct target_ops) <to_terminal_info>: Make argument
5876 const.
5877
5878 2013-05-13 Tom Tromey <tromey@redhat.com>
5879
5880 * gcore.c (create_gcore_bfd): Make 'filename' const.
5881 * gcore.h (create_gcore_bfd): Make 'filename' const.
5882 * record-full.c (record_full_save): Make 'recfilename' const.
5883 * target.c (target_save_record): Make 'filename' const.
5884 * target.h (struct target_ops) <to_save_record>: Make 'filename'
5885 const.
5886 (target_save_record): Likewise.
5887
5888 2013-05-13 Tom Tromey <tromey@redhat.com>
5889
5890 PR gdb/15338:
5891 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5892 ranges section has been read.
5893
5894 2013-05-13 Tom Tromey <tromey@redhat.com>
5895
5896 PR exp/15364:
5897 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5898 STRUCTOP_PTR>: Return a not_lval value for
5899 EVAL_AVOID_SIDE_EFFECTS.
5900 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5901 for EVAL_AVOID_SIDE_EFFECTS.
5902
5903 2013-05-13 Joel Brobecker <brobecker@adacore.com>
5904
5905 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5906 floating point registers to register type before storing
5907 value.
5908 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5909 Likewise.
5910
5911 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5912 Tom Tromey <tromey@redhat.com>
5913
5914 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5915 New functions.
5916 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5917 Declare.
5918 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5919 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5920 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5921 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5922
5923 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
5924 Tom Tromey <tromey@redhat.com>
5925
5926 PR build/15414:
5927 * configure: Rebuild.
5928 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5929 with -Wno-format.
5930
5931 2013-05-10 Pedro Alves <palves@redhat.com>
5932
5933 * remote.c (_initialize_remote): Fix spelling of
5934 qXfer:traceframe-info:read packet in packet config command.
5935
5936 2013-05-10 David Taylor <dtaylor@emc.com>
5937
5938 PR remote/15455
5939
5940 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5941 "QTro" at start of packet.
5942
5943 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5944
5945 * solib-aix.c (solib_aix_relocate_section_addresses):
5946 For the .bss section action, apply the same offset as
5947 the .data section.
5948
5949 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5950
5951 * solib-aix.c (solib_aix_relocate_section_addresses):
5952 Remove FIXME comment.
5953
5954 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5955
5956 PR tdep/15420:
5957 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5958 New functions, directly copied from sparc-sol-thread.c.
5959 * sparc-sol-thread.c: Delete.
5960 * configure.ac: Remove code handling sparc-solaris-thread.c.
5961 * configure: Regenerate.
5962
5963 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
5964
5965 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5966 filter logic.
5967 (backtrace_command): Add "no-filters" option parsing.
5968 (_initialize_stack): Alter help to reflect "no-filters" option.
5969 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5970 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5971 (py-frame.o): Add target
5972 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5973 filter files.
5974 * python/python.h: Add new frame filter constants, and flag enum.
5975 (apply_frame_filter): Add definition.
5976 * python/python.c (apply_frame_filter): New non-Python
5977 enabled function.
5978 * python/py-utils.c (py_xdecref): New function.
5979 (make_cleanup_py_xdecref): Ditto.
5980 * python/py-objfile.c: Declare frame_filters dictionary.
5981 (objfpy_dealloc): Add frame_filters dealloc.
5982 (objfpy_new): Initialize frame_filters attribute.
5983 (objfile_to_objfile_object): Ditto.
5984 (objfpy_get_frame_filters): New function.
5985 (objfpy_set_frame_filters): New function.
5986 * python/py-progspace.c: Declare frame_filters dictionary.
5987 (pspy_dealloc): Add frame_filters dealloc.
5988 (pspy_new): Initialize frame_filters attribute.
5989 (pspacee_to_pspace_object): Ditto.
5990 (pspy_get_frame_filters): New function.
5991 (pspy_set_frame_filters): New function.
5992 * python/py-framefilter.c: New file.
5993 * python/lib/gdb/command/frame_filters.py: New file.
5994 * python/lib/gdb/frames.py: New file.
5995 * python/lib/gdb/__init__.py: Initialize global frame_filters
5996 dictionary
5997 * python/lib/gdb/FrameDecorator.py: New file.
5998 * python/lib/gdb/FrameIterator.py: New file.
5999 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
6000 * mi/mi-cmds.h: Declare.
6001 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
6002 --no-frame-filter logic, and Python frame filter logic.
6003 (stack_enable_frame_filters): New function.
6004 (parse_no_frame_option): Ditto.
6005 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
6006 filter logic.
6007 (mi_cmd_stack_list_locals): Ditto.
6008 (mi_cmd_stack_list_args): Ditto.
6009 (mi_cmd_stack_list_variables): Ditto.
6010 * NEWS: Add frame filter note.
6011
6012 2013-05-09 Doug Evans <dje@google.com>
6013
6014 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
6015 All callers updated.
6016 (syms_from_objfile): Ditto. Make static.
6017 (symbol_file_add_with_addrs): Renamed from
6018 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
6019 num_offsets. All callers updated.
6020 * symfile.h (syms_from_objfile): Delete.
6021
6022 * symfile.c (decrement_reading_symtab): Add assert.
6023 (increment_reading_symtab): Ditto.
6024
6025 2013-05-09 Joel Brobecker <brobecker@adacore.com>
6026
6027 * source.c (forward_search_command): Replace call to getc
6028 by call to fgetc.
6029 (reverse_search_command): Likewise.
6030
6031 2013-05-08 Doug Evans <dje@google.com>
6032
6033 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
6034 matching test.
6035
6036 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6037
6038 * sol-thread.c (info_cb): Factorize the code a little.
6039
6040 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6041
6042 * sol-thread.c (info_cb): Rework the output of the "maintenance
6043 info sol-threads" command a bit.
6044
6045 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6046
6047 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
6048 Replace ti.ti_startfunc by ti.ti_pc.
6049
6050 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6051
6052 * solib-aix.c (solib_aix_free_library_list): New function
6053 for the case where HAVE_LIBEXPAT is not defined.
6054
6055 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6056
6057 PR breakpoints/15413:
6058 * breakpoint.c (condition_completer): Simplify the code to
6059 disconsider multiple locations of breakpoints when completing the
6060 "condition" command.
6061
6062 2013-05-07 Pierre Muller <muller@sourceware.org>
6063
6064 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
6065 instead of <sys/wait.h>.
6066
6067 2013-05-07 Pierre Muller <muller@sourceware.org>
6068
6069 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
6070 trailing new line from warning message.
6071
6072 2013-05-07 Pierre Muller <muller@sourceware.org>
6073
6074 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
6075 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
6076
6077 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6078
6079 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
6080 error message (ARI fix).
6081
6082 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6083
6084 * features/library-list-aix.dtd: Replace library-list by
6085 library-list-aix.
6086 * rs6000-nat.c: Replace library-list by library-list-aix
6087 throughout.
6088 * solib-aix.c: Likewise.
6089
6090 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6091
6092 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
6093 Renames TARGET_OBJECT_AIX_LIBRARIES.
6094 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
6095 TARGET_OBJECT_LIBRARIES_AIX throughout.
6096 * solib-aix.c: Likwise.
6097
6098 2013-05-07 Yao Qi <yao@codesourcery.com>
6099
6100 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
6101 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
6102
6103 2013-05-07 Yao Qi <yao@codesourcery.com>
6104
6105 * solib-dsbt.c (enable_break): Declare.
6106 (dsbt_current_sos): Remove call to enable_break2.
6107 (enable_break2): Rename to enable_break. Set solib breakpoint
6108 on '_dl_debug_state'.
6109 (enable_break): Remove.
6110
6111 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
6112
6113 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
6114 debug state prior to replicating existing hardware watchpoints or
6115 breakpoints.
6116
6117 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6118
6119 * gcore.c (gcore_create_callback): Ignore sections with
6120 separate_debug_objfile_backlink != NULL.
6121
6122 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
6123 Andrew Jenner <andrew@codesourcery.com>
6124 Chung-Lin Tang <cltang@codesourcery.com>
6125 Julian Brown <julian@codesourcery.com>
6126
6127 Based on the nios2-elf port from Altera Corporation.
6128
6129 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
6130 nios2-linux-tdep.o.
6131 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
6132 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
6133 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
6134 * nios2-tdep.h: New.
6135 * nios2-tdep.c: New.
6136 * nios2-linux-tdep.c: New.
6137 * features/Makefile (WHICH): Add nios2-linux.
6138 (nios2-linux-expedite): Set.
6139 * features/nios2-cpu.xml: New.
6140 * features/nios2.xml: New.
6141 * features/nios2-linux.xml: New.
6142 * features/nios2.c: New (autogenerated).
6143 * features/nios2-linux.c: New (autogenerated).
6144 * regformats/nios2-linux.dat: New (autogenerated).
6145 * NEWS (Changes since GDB 7.6): Add new Nios II targets
6146 and commands.
6147
6148 2013-05-06 Doug Evans <dje@google.com>
6149
6150 * symfile.c: Whitespace cleanup.
6151
6152 * solist.h (struct target_so_ops): New member clear_so.
6153 * solib-svr4.c (svr4_clear_so): New function.
6154 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
6155 * solib.c (clear_so): Renamed from free_so_symbols.
6156 All callers updated. Call target clear_so if it exists.
6157
6158 2013-05-06 Tom Tromey <tromey@redhat.com>
6159
6160 * ada-lang.c (ada_value_primitive_packed_val): Don't
6161 call value_incref.
6162 * value.c (set_value_parent): Incref the new parent and decref
6163 the old parent.
6164 (value_copy, value_primitive_field): Use set_value_parent.
6165
6166 2013-05-06 Tom Tromey <tromey@redhat.com>
6167
6168 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6169 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6170 if needed.
6171 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6172 * dwarf2read.c (write_constant_as_bytes)
6173 (dwarf2_fetch_constant_bytes): New functions.
6174
6175 2013-05-06 Tom Tromey <tromey@redhat.com>
6176
6177 * dwarf2read.c (dwarf2_const_value_data): Remove unused
6178 parameters.
6179 (dwarf2_const_value_attr): Update.
6180
6181 2013-05-06 Tom Tromey <tromey@redhat.com>
6182
6183 * somread.c (som_symfile_offsets): Add 'const' to addrs.
6184 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6185 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6186 Remove declaration.
6187
6188 2013-05-06 Tom Tromey <tromey@redhat.com>
6189
6190 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6191 objfile's obstack.
6192
6193 2013-05-06 Doug Evans <dje@google.com>
6194
6195 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6196 * stabsread.h (process_one_symbol): Update declaration.
6197 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6198 * elfread.c (elf_symfile_relocate_probe): Ditto.
6199 * psymtab.c (relocate_psymtabs): Ditto.
6200 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6201 (objfile_relocate): Ditto.
6202 * objfiles.h (objfile_relocate): Update declaration.
6203 * symfile.c (relative_addr_info_to_section_offsets): Constify
6204 addrs parameter.
6205 (default_symfile_offsets): Ditto.
6206 (syms_from_objfile_1): Constify offsets parameter.
6207 (syms_from_objfile): Ditto.
6208 (symbol_file_add_with_addrs_or_offsets): Ditto.
6209 (symfile_map_offsets_to_segments): Constify data parameter.
6210 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6211 delta parameters of member relocate.
6212 (struct sym_probe_fns): Constify new_offsets,
6213 delta parameters of member sym_relocate_probe.
6214 (struct sym_fns): Constify section_addr_info parameter of member
6215 sym_offsets.
6216 (relative_addr_info_to_section_offsets): Update declaration.
6217 (default_symfile_offsets): Ditto.
6218 (syms_from_objfile): Ditto.
6219 (symfile_map_offsets_to_segments): Ditto.
6220
6221 * symfile.c (syms_from_objfile_1): Use correct section count when
6222 objfile->sf == NULL.
6223
6224 2013-05-06 Mike Frysinger <vapier@gentoo.org>
6225
6226 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6227
6228 2013-05-06 Doug Evans <dje@google.com>
6229
6230 * psympriv.h (struct partial_symtab): Augment comment for member
6231 section_offsets.
6232
6233 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6234
6235 Reimplement shared library support on ppc-aix...
6236 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6237 * features/library-list-aix.dtd: New file.
6238 * solib-aix.h, solib-aix.c: New file.
6239 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6240 (rs6000_find_toc_address_hook): Delete.
6241 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6242 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6243 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
6244 "xml-utils.h".
6245 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6246 (vmap_symtab, fixup_breakpoints): Delete.
6247 (rs6000_xfer_shared_libraries): New function.
6248 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6249 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6250 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6251 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6252 (rs6000_xfer_shared_library): New function.
6253 (find_toc_address): Delete.
6254 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6255 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6256 * xcoffread.c (record_minimal_symbol): Reloate symbol address
6257 before creating minimal symbol. Adjust function description
6258 accordingly.
6259 (scan_xcoff_symtab): Replace call to
6260 prim_record_minimal_symbol_and_info by call to
6261 record_minimal_symbol.
6262 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6263 around default_symfile_offsets.
6264 * configure.tgt: Add solib-aix.o to gdb_target_obs for
6265 powerpc-aix targets.
6266 * config/rs6000/nm-rs6000.h: Delete.
6267 * config/powerpc/aix.mh (NAT_FILE): Delete.
6268 (NATDEPFILES): Remove xcoffsolib.o.
6269 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6270 (ALL_TARGET_OBS): Add solib-aix.o.
6271 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6272 config/rs6000/nm-rs6000.h. Add solib-aix.h.
6273 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
6274 * xcoffsolib.h, xcoffsolib.c: Delete.
6275
6276 * solib.c (reload_shared_libraries): Remove reference to
6277 SOLIB_CREATE_INFERIOR_HOOK.
6278 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6279 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6280 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6281 comment.
6282 * corelow.c (deprecated_core_resize_section_table): Delete.
6283 * exec.c: Remove include of xcoffsolib.h".
6284 (map_vmap, vmap): Delete.
6285 (exec_close_1): Remove references to vmap.
6286 (exec_file_attach): Remove vmap handling code, and reference
6287 to DEPRECATED_IBM6000_TARGET.
6288 (bfdsec_to_vmap): Delete.
6289 (exec_files_info): Remove block of code handling VMAP.
6290 * infcmd.c (post_create_inferior): Remove reference to
6291 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6292 * infrun.c (follow_exec): Remove reference to
6293 SOLIB_CREATE_INFERIOR_HOOK.
6294 * stack.c (print_frame): Remove reference to PC_SOLIB.
6295 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6296 (dsbt_relocate_main_executable): Likewise.
6297 * solib-frv.c (frv_current_sos): Likewise.
6298
6299 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6300
6301 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6302 to target_write_memory and target_read_memory.
6303
6304 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6305
6306 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6307 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6308
6309 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6310
6311 * darwin-nat.c: Replace all "%x" instances in format strings
6312 into "0x%x" throughout.
6313
6314 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6315
6316 * darwin-nat.c (darwin_mourn_inferior): Replace call to
6317 gdb_assert by call to MACH_CHECK_ERROR.
6318 (darwin_attach_pid): Raise an error rather than a failed
6319 assertion when various system calls failed. Report a warning
6320 instead of raising a failed assertion when PREV_NOT is not NULL
6321 after call to mach_port_request_notification.
6322 (darwin_ptrace_me): Raise an error rather than a failed
6323 assertion when read returns nonzero.
6324
6325 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6326
6327 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6328
6329 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6330
6331 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6332
6333 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6334
6335 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6336 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6337 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
6338 a stale cleanup. Fix double free of NAME.
6339
6340 2013-05-04 Eli Zaretskii <eliz@gnu.org>
6341
6342 * windows-nat.c (windows_delete_thread): Accept an additional
6343 argument, the thread's exit code, and announce thread death when
6344 print_thread_events is non-zero and we are deleting a thread that
6345 is not the main thread.
6346 (get_windows_debug_event): Pass thread exit code to
6347 windows_delete_thread.
6348
6349 2013-05-03 Kevin Buettner <kevinb@redhat.com>
6350
6351 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6352 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6353 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6354 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6355 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6356 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6357 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6358 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6359 (gdbarch_tdep): New struct.
6360 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6361 E_NUM_REGS.
6362 (v850e3v5_register_name): New function.
6363 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6364 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
6365 code handling the struct return conventions for the RH850 ABI.
6366 Update all callers.
6367 (v850_eight_byte_align_p): New function.
6368 (v850_push_call_dummy): Push structs by value, not by reference
6369 for the RH850 ABI. Add support for eight byte alignment.
6370 (v850_dbtrap_breakpoint_from_pc): New function.
6371 (v850_gdbarch_init): Add ABI detection code. Register
6372 v850e3v5_register_name for the v850e3v5 architecture. Set the
6373 number of registers for v850e3v5. Register
6374 v850_dbtrap_breakpoint_from_pc as appropriate.
6375 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
6376
6377 2013-05-03 Doug Evans <dje@google.com>
6378
6379 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
6380 of bfd_count_sections.
6381 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
6382 * symfile.c (default_symfile_offsets): Ditto.
6383 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
6384 one entry, not bfd_count_sections entries.
6385
6386 2013-05-03 Kevin Buettner <kevinb@redhat.com>
6387
6388 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6389 `save' and `restore' register groups. Don't include SPL
6390 or SPH in these groups.
6391 (rl78_dwarf_reg_to_regnum): Adjust mapping for
6392 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
6393 RL78_ES_REGNUM, and RL78_CS_REGNUM.
6394 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
6395 dwarf2_append_unwinders().
6396
6397 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6398
6399 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6400 ignore SIGINT and SIGTRAP in case these internal signals are
6401 caught explicitely.
6402
6403 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6404
6405 * darwin-nat.c (darwin_read_write_inferior): Change types
6406 of parameters rdaddr and wraddr to "gdb_byte *". Change type
6407 of copy_count to "mach_msg_type_number_t".
6408 (darwin_read_dyld_info): Change type of parameter
6409 rdaddr to "gdb_byte *".
6410
6411 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6412
6413 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6414 of &info->load_map from "char *" to "gdb_byte *".
6415
6416 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6417
6418 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6419 from "char *" to "gdb_byte *".
6420 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6421
6422 2013-04-30 Doug Evans <dje@google.com>
6423
6424 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6425 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6426 DWO stub. If DWO isn't found, just use stub.
6427 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6428
6429 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6430 calling init_cutu_and_read_dies.
6431
6432 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6433
6434 * target-descriptions.c (maint_print_c_tdesc_cmd):
6435 Add case to parse structures as register types and
6436 bitfields.
6437
6438 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
6439
6440 * MAINTAINERS (Write After Approval): Add myself to the list.
6441
6442 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6443
6444 * sol-thread.c (rw_common): Change type of parameter "buf"
6445 to "gdb_byte *".
6446 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6447 rw_common to "gdb_byte *" instead of "char *".
6448
6449 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6450
6451 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6452 of local variable msym to const struct bound_minimal_symbol.
6453 Adjust use accordingly.
6454 [ti.ti_state == TD_THR_SLEEP]: Likewise.
6455
6456 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
6457
6458 * i386gnu-nat.c (CREG_OFFSET): New macro.
6459 (creg_offset): New array.
6460 (CREG_ADDR): Use creg_offset instead of reg_offset.
6461
6462 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6463
6464 * mep-tdep.c (mep_write_pc): Delete.
6465 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6466 Add call to set_gdbarch_pc_regnum.
6467
6468 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6469
6470 * common/filestuff.c: Replace #include <dirent.h> by
6471 #include "gdb_dirent.h".
6472
6473 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6474
6475 * common/filestuff.c: Replace #include <sys/stat.h> by
6476 #include "gdb_stat.h".
6477
6478 2013-04-29 Pierre Muller <muller@sourceware.org>
6479
6480 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6481 editCase function rule.
6482 (get_DW_AT_signature_type): Likewise.
6483
6484 2013-04-29 Joel Brobecker <brobecker@adacore.com>
6485
6486 * m32r-tdep.c (m32r_write_pc): Delete.
6487 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6488 Add call to set_gdbarch_pc_regnum.
6489
6490 2013-04-29 Pierre Muller <muller@sourceware.org>
6491
6492 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6493
6494 2013-04-29 Joel Brobecker <brobecker@adacore.com>
6495
6496 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6497
6498 2013-04-28 Yao Qi <yao@codesourcery.com>
6499
6500 * solib-dsbt.c (fetch_loadmap): Re-indent.
6501 (displacement_from_map, enable_break2): Likewise.
6502 (dsbt_relocate_section_addresses): Likewise.
6503
6504 2013-04-26 Joel Brobecker <brobecker@adacore.com>
6505
6506 GDB 7.6 released.
6507
6508 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
6509
6510 PR corefiles/14983:
6511 * dwarf2read.c (process_full_comp_unit): Always create a static
6512 block.
6513
6514 2013-04-25 Hui Zhu <hui@codesourcery.com>
6515
6516 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6517 to loc->cmd_bytecode.
6518
6519 2013-04-24 Doug Evans <dje@google.com>
6520
6521 * dwarf2read.c (setup_type_unit_groups): Fix comment.
6522
6523 2013-04-22 Keith Seitz <keiths@redhat.com>
6524
6525 * tracepoint.c (trace_save): Call the writer's start method.
6526
6527 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
6528
6529 PR gdb/10462
6530 * cli/cli-decode.c (lookup_command): Show an error if there is no space
6531 before argument.
6532
6533 2013-04-23 Tom Tromey <tromey@redhat.com>
6534
6535 * common/filestuff.c: Check USE_WIN32API before including
6536 sys/socket.h.
6537 (HAVE_F_GETFD): New define.
6538 (mark_cloexec): Check HAVE_F_GETFD.
6539 (gdb_open_cloexec): Change 'mode' to unsigned long.
6540 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6541 (gdb_pipe_cloexec): Check HAVE_PIPE.
6542 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6543 long.
6544
6545 2013-04-23 Hui Zhu <hui@codesourcery.com>
6546
6547 PR gdb/15293
6548 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6549
6550 2013-04-23 Hui Zhu <hui@codesourcery.com>
6551
6552 PR gdb/15165
6553 * breakpoint.c (dprintf_print_recreate): New.
6554 (save_breakpoints): Let it not save dprintf commands.
6555 (initialize_breakpoint_ops): Set dprintf_print_recreate.
6556
6557 2013-04-22 Tom Tromey <tromey@redhat.com>
6558
6559 PR gdb/7912:
6560 * Makefile.in (SFILES): Add filestuff.c
6561 (COMMON_OBS): Add filestuff.o.
6562 (filestuff.o): New target.
6563 * auto-load.c (auto_load_objfile_script_1): Use
6564 gdb_fopen_cloexec.
6565 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6566 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6567 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6568 * common/agent.c (gdb_connect_sync_socket): Use
6569 gdb_socket_cloexec.
6570 * common/filestuff.c: New file.
6571 * common/filestuff.h: New file.
6572 * common/linux-osdata.c (linux_common_core_of_thread)
6573 (command_from_pid, commandline_from_pid, print_source_lines)
6574 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6575 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6576 gdb_fopen_cloexec.
6577 * common/linux-procfs.c (linux_proc_get_int)
6578 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6579 * config.in, configure: Rebuild.
6580 * configure.ac: Don't check for sys/socket.h. Check for
6581 fdwalk, pipe2.
6582 * corelow.c (core_open): Use gdb_open_cloexec.
6583 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6584 * fork-child.c (fork_inferior): Call close_most_fds.
6585 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6586 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6587 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6588 Use gdb_fopen_cloexec.
6589 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6590 gdb_open_cloexec.
6591 (linux_async_pipe): Use gdb_pipe_cloexec.
6592 * remote-fileio.c (remote_fileio_func_open): Use
6593 gdb_open_cloexec.
6594 * remote.c (remote_file_put, remote_file_get): Use
6595 gdb_fopen_cloexec.
6596 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6597 close_most_fds.
6598 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6599 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6600 * solib.c (solib_find): Use gdb_open_cloexec.
6601 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6602 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6603 (tfile_open): Use gdb_open_cloexec.
6604 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6605 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6606 * xml-support.c (xml_fetch_content_from_file): Use
6607 gdb_fopen_cloexec.
6608 * main.c (captured_main): Call notice_open_fds.
6609
6610 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
6611
6612 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6613 'char *' to 'gdb_byte *'.
6614 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6615 'gdb_byte'.
6616
6617 2013-04-22 Yao Qi <yao@codesourcery.com>
6618
6619 * infrun.c: Fix typo in comment.
6620
6621 2013-04-22 Andrew Haley <aph@redhat.com>
6622
6623 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6624 instead of "long".
6625
6626 2013-04-20 Yao Qi <yao@codesourcery.com>
6627
6628 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6629 'char *' to 'gdb_byte *'. Cast the return value of
6630 'bt_ctf_get_char_array' to 'gdb_byte *'.
6631
6632 2013-04-19 Pedro Alves <palves@redhat.com>
6633
6634 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6635 -Wpointer-sign.
6636 * configure: Regenerate.
6637
6638 2013-04-19 Pedro Alves <palves@redhat.com>
6639
6640 * ser-tcp.c (net_read_prim): Cast second argument to recv to
6641 'void *'.
6642
6643 2013-04-19 Pedro Alves <palves@redhat.com>
6644
6645 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6646 Change type of 'myaddr' parameter to gdb_byte pointer.
6647 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
6648 to 'long long' pointer instead of to 'unsigned long long'.
6649 (monitor_write_memory_block, monitor_read_memory_single)
6650 (monitor_read_memory): Change type of 'myaddr' parameter to
6651 gdb_byte pointer.
6652
6653 2013-04-19 Pedro Alves <palves@redhat.com>
6654
6655 * record.c (validate_history_size): Make parameter 'setting'
6656 unsigned.
6657
6658 2013-04-19 Pedro Alves <palves@redhat.com>
6659
6660 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6661 to 'gdb_byte *'.
6662
6663 2013-04-19 Pedro Alves <palves@redhat.com>
6664
6665 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6666 local to int.
6667
6668 2013-04-19 Pedro Alves <palves@redhat.com>
6669
6670 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6671 * ada-tasks.c (read_fat_string_value): Likewise.
6672
6673 2013-04-19 Pedro Alves <palves@redhat.com>
6674
6675 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6676 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
6677 'offset', and adjust.
6678
6679 2013-04-19 Pedro Alves <palves@redhat.com>
6680
6681 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6682 (read_index_from_section): Add cast to 'char *'.
6683
6684 2013-04-19 Pedro Alves <palves@redhat.com>
6685
6686 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6687
6688 2013-04-19 Pedro Alves <palves@redhat.com>
6689
6690 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6691
6692 2013-04-19 Pedro Alves <palves@redhat.com>
6693
6694 * record-full.c (record_full_get_bookmark): Change local 'ret'
6695 type to char * and add cast to gdb_byte *.
6696 (record_full_goto_bookmark): Handle 'bookmark' argument as a
6697 string.
6698 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6699
6700 2013-04-19 Pedro Alves <palves@redhat.com>
6701
6702 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6703 * python/py-prettyprint.c (print_string_repr): Change type of
6704 'output' local to char *. Add cast to gdb_byte * in
6705 LA_PRINT_STRING call.
6706 (print_children): Change type of 'output' local to char *.
6707 * python/py-value.c (valpy_string): Add cast to const char * in
6708 PyUnicode_Decode call.
6709
6710 2013-04-19 Pedro Alves <palves@redhat.com>
6711
6712 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6713 and change its type to 'const char *'. Adjust.
6714 (mips_send_packet): Add cast to 'char *', and remove cast to
6715 'unsigned char *'.
6716 (mips_receive_packet): Remove cast to 'unsigned char *'.
6717 (mips_load_srec): Use bfd_byte.
6718 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6719 (pmon_checkset): Make 'value' parameter unsigned.
6720
6721 2013-04-19 Pedro Alves <palves@redhat.com>
6722
6723 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6724
6725 2013-04-19 Pedro Alves <palves@redhat.com>
6726
6727 * remote.c (remote_write_bytes_aux, compare_sections_command)
6728 (remote_read_qxfer)
6729 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6730 (remote_hostio_readlink, remote_bfd_iovec_pread)
6731 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6732 binary buffer, and char when buffer is used as string.
6733 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6734 (trace_save, tfile_open, traceframe_walk_blocks)
6735 (tfile_fetch_registers): Likewise.
6736
6737 2013-04-19 Pedro Alves <palves@redhat.com>
6738
6739 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6740 buffer and size_t size. Adjust.
6741 * ser-base.h (ser_base_write): Adjust.
6742 * ser-go32.c (cnts): Change type to size_t.
6743 (dos_write): Change prototype -- take 'void *'
6744 buffer and size_t size. Adjust.
6745 (dos_info): Print elements of 'cnts' as unsigned long.
6746 * serial.c (serial_write): Likewise.
6747 * serial.h (serial_write): Adjust.
6748 (struct serial_ops) <write>: Change prototype -- take 'void *'
6749 buffer and size_t size. Adjust.
6750
6751 2013-04-19 Pedro Alves <palves@redhat.com>
6752
6753 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6754 gdb_byte *.
6755 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6756
6757 2013-04-19 Pedro Alves <palves@redhat.com>
6758
6759 * alpha-tdep.c (alpha_extract_return_value): Use
6760 regcache_cooked_read_unsigned to read 'v0'.
6761
6762 2013-04-19 Pedro Alves <palves@redhat.com>
6763
6764 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6765 parameters 'at', 'as' and 'offset' to uint32_t.
6766
6767 2013-04-19 Pedro Alves <palves@redhat.com>
6768
6769 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6770 'is64' to signed 'int'.
6771
6772 2013-04-19 Pedro Alves <palves@redhat.com>
6773
6774 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6775 parameter to int *.
6776
6777 2013-04-19 Pedro Alves <palves@redhat.com>
6778
6779 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6780 'insnbuf' buffer type to unsigned int[].
6781
6782 2013-04-19 Pedro Alves <palves@redhat.com>
6783
6784 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6785
6786 2013-04-19 Pedro Alves <palves@redhat.com>
6787
6788 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6789 unsigned long *.
6790
6791 2013-04-19 Pedro Alves <palves@redhat.com>
6792
6793 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6794 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6795 UINT_MAX.
6796 * mips-tdep.c (heuristic_fence_post): Change type to int.
6797 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6798
6799 2013-04-19 Pedro Alves <palves@redhat.com>
6800
6801 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6802 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6803 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6804
6805 2013-04-19 Pedro Alves <palves@redhat.com>
6806
6807 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6808 it to get a string view of the byte buffer.
6809 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6810 type to gdb_byte *. Adjust.
6811 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6812 Change local to char *.
6813 * solib-darwin.c (find_program_interpreter): Change return type to
6814 char *. Adjust.
6815 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6816 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6817 * solib-frv.c (enable_break2): Change local 'buf' to char *.
6818 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6819 * solib-svr4.c (find_program_interpreter): Change return type to
6820 char *. Adjust.
6821 (enable_break): Change local 'interp_name' to char *.
6822 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6823 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6824 (spu_pseudo_register_write_spu): Use char for string buffer.
6825 Adjust.
6826 (info_spu_event_command, info_spu_signal_command): Add casts to
6827 'char *'.
6828
6829 2013-04-19 Pedro Alves <palves@redhat.com>
6830
6831 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6832 gdb_byte[].
6833 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6834 * ada-lang.c (ada_value_assign): Use gdb_byte.
6835 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6836 (alphanbsd_sigtramp_offset): Use gdb_byte.
6837 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6838 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6839 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6840 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6841 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6842 * arm-tdep.c (arm_stub_unwind_sniffer)
6843 (arm_displaced_init_closure): Use gdb_byte.
6844 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6845 (arm_default_thumb_le_breakpoint)
6846 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6847 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6848 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6849 * arm-wince-tdep.c (arm_wince_le_breakpoint)
6850 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6851 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6852 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6853 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6854 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6855 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6856 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6857 (cris_store_return_value, cris_extract_return_value): Use
6858 gdb_byte.
6859 (constraint): Change type of parameter to char * from signed
6860 char*. Use gdb_byte.
6861 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6862 of local buffer to gdb_byte *.
6863 * dwarf2read.c (read_index_from_section): Use gdb_byte.
6864 (create_dwp_hash_table): Change type of locals to gdb_byte *.
6865 (add_address_entry): Change type of local buffer to gdb_byte[].
6866 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6867 (frv_push_dummy_call): Use gdb_byte.
6868 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6869 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6870 (hppa_hpux_supply_save_state): Use gdb_byte.
6871 * hppa-tdep.c (hppa32_push_dummy_call)
6872 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6873 * ia64-tdep.c (extract_bit_field, replace_bit_field)
6874 (slotN_contents, replace_slotN_contents): Change type of parameter
6875 to gdb_byte *.
6876 (fetch_instruction, ia64_pseudo_register_write)
6877 (ia64_register_to_value, ia64_value_to_register)
6878 (ia64_extract_return_value, ia64_store_return_value)
6879 (ia64_push_dummy_call): Use gdb_byte.
6880 * m32c-tdep.c (m32c_return_value): Remove cast.
6881 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6882 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6883 gdb_byte.
6884 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6885 * mn10300-tdep.c (mn10300_store_return_value)
6886 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6887 gdb_byte.
6888 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6889 (moxie_process_record): Remove casts.
6890 * ppc-ravenscar-thread.c (supply_register_at_address)
6891 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6892 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6893 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6894 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6895 * remote.c (compare_sections_command): Use gdb_byte.
6896 * score-tdep.c (score7_free_memblock): Change type of parameter to
6897 gdb_byte *.
6898 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6899 gdb_byte *. Use gdb_byte.
6900 (sh_push_dummy_call_fpu): Use gdb_byte.
6901 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6902 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6903 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6904 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6905 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6906 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6907 (sh64_store_return_value, sh64_register_convert_to_virtual):
6908 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6909 (sh64_pseudo_register_write): Use gdb_byte.
6910 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6911 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
6912 buffer.
6913 (irix_current_sos): Use gdb_byte.
6914 * solib-som.c (som_current_sos): Use gdb_byte.
6915 * sparc-ravenscar-thread.c (supply_register_at_address)
6916 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6917 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6918 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6919 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6920 'gdb_byte *'.
6921 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6922 'gdb_byte *'.
6923 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6924 * xstormy16-tdep.c (xstormy16_extract_return_value)
6925 (xstormy16_store_return_value): Change parameter type to
6926 'gdb_byte *'. Adjust.
6927 (xstormy16_push_dummy_call): Use gdb_byte.
6928 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6929 (call0_analyze_prologue, execute_code): Use gdb_byte.
6930
6931 2013-04-19 Vladimir Kargov <kargov@gmail.com>
6932 Pedro Alves <palves@redhat.com>
6933
6934 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6935 value contents.
6936
6937 2013-04-17 Doug Evans <dje@google.com>
6938
6939 * dwarf2read.c (struct signatured_type): New member type.
6940 (struct attribute): Replace member signatured_type with signature.
6941 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6942 (read_call_site_scope): Call follow_die_ref instead of
6943 follow_die_ref_or_sig.
6944 (read_structure_type): Rewrite handling of signatured types.
6945 (read_enumeration_type): Ditto.
6946 (read_attribute_value): Update.
6947 (build_error_marker_type): New function.
6948 (lookup_die_type): Add assert. Rewrite handling of signatured types.
6949 Don't call error for bad types, just build an error marker type.
6950 (dump_die_shallow): Update.
6951 (follow_die_sig_1): Renamed from follow_die_sig.
6952 Don't call error for bad types, instead return NULL.
6953 (follow_die_sig): New function.
6954 (get_signatured_type, get_DW_AT_signature_type): New functions.
6955
6956 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
6957
6958 * aarch64-tdep.c (aarch64_write_pc): Removed.
6959 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6960 function.
6961
6962 2013-04-17 Yao Qi <yao@codesourcery.com>
6963
6964 * top.c (print_gdb_configuration): Print configure-time
6965 parameter on using libbabeltrace or not.
6966
6967 2013-04-16 Pedro Alves <palves@redhat.com>
6968
6969 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6970
6971 2013-04-16 Pedro Alves <palves@redhat.com>
6972
6973 * common/glibc_thread_db.h: Update from upstream glibc
6974 (git 568035b7874a099087b77f7bba3e36a1173787b0).
6975
6976 2013-04-16 Pedro Alves <palves@redhat.com>
6977
6978 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6979 * common/glibc_thread_db.h: ... this new file ...
6980 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6981
6982 2013-04-16 Will Newton <will.newton@gmail.com>
6983 Pedro Alves <palves@redhat.com>
6984
6985 PR build/11881
6986
6987 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6988 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6989 HAVE_THREAD_DB_H.
6990
6991 2013-04-16 Pedro Alves <palves@redhat.com>
6992 Eli Zaretskii <eliz@gnu.org>
6993
6994 * NEWS: Mention "set foo unlimited".
6995
6996 2013-04-15 Doug Evans <dje@google.com>
6997
6998 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6999 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
7000 (create_dwo_cu_reader): Renamed from
7001 create_dwo_debug_info_hash_table_reader.
7002 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
7003 Remove support for multiple CUs in a DWO file.
7004 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
7005
7006 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
7007 instead of phex.
7008 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
7009 (create_dwo_in_dwp): Ditto.
7010
7011 2013-04-15 Tom Tromey <tromey@redhat.com>
7012
7013 * NEWS: Move recent entries into "since 7.6" section.
7014
7015 2013-04-15 Tom Tromey <tromey@redhat.com>
7016
7017 PR c++/13588:
7018 * NEWS: Update.
7019 * break-catch-throw.c (struct exception_catchpoint)
7020 <exception_rx, pattern>: New fields.
7021 (fetch_probe_arguments, dtor_exception_catchpoint)
7022 (check_status_exception_catchpoint)
7023 (print_one_detail_exception_catchpoint): New functions.
7024 (handle_gnu_v3_exceptions): Add "except_rx" argument.
7025 Compile regular expression if needed.
7026 (extract_exception_regexp): New function.
7027 (catch_exception_command_1): Use extract_exception_regexp.
7028 (compute_exception): Use fetch_probe_arguments.
7029 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
7030 and check_status fields.
7031 * cp-abi.c (cplus_typename_from_type_info): New function.
7032 * cp-abi.h (cplus_typename_from_type_info): Declare.
7033 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
7034 * gdb_regex.h (compile_rx_or_error): Declare.
7035 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
7036 comment.
7037 (init_gnuv3_ops): Set get_type_from_type_info field.
7038 * probe.c (compile_rx_or_error): Move...
7039 * utils.c (compile_rx_or_error): ... here.
7040
7041 2013-04-15 Tom Tromey <tromey@redhat.com>
7042
7043 PR c++/15176:
7044 * NEWS: Update.
7045 * break-catch-throw.c (compute_exception): New function.
7046 (exception_funcs): New global.
7047 (_initialize_break_catch_throw): Create $_exception.
7048 * cp-abi.c (cplus_type_from_type_info): New function.
7049 * cp-abi.h (cplus_type_from_type_info): Declare.
7050 (struct cp_abi_ops) <get_type_from_type_info>: New field.
7051 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
7052 (gnuv3_get_type_from_type_info): New functions.
7053 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
7054
7055 2013-04-15 Tom Tromey <tromey@redhat.com>
7056
7057 * break-catch-throw.c (struct exception_names): New.
7058 (exception_functions): Change type.
7059 (re_set_exception_catchpoint): Look for SDT probes.
7060
7061 2013-04-15 Tom Tromey <tromey@redhat.com>
7062
7063 PR c++/10119:
7064 * break-catch-throw.c (exception_functions): New global.
7065 (gnu_v3_exception_catchpoint_ops): Move earlier.
7066 (struct exception_catchpoint): New.
7067 (classify_exception_breakpoint): Rewrite.
7068 (re_set_exception_catchpoint): New function.
7069 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
7070 Allocate a struct exception_catchpoint.
7071 (catch_exception_command_1): Update.
7072 (initialize_throw_catchpoint_ops): Set 're_set' method.
7073
7074 2013-04-15 Tom Tromey <tromey@redhat.com>
7075
7076 * Makefile.in (SFILES): Add break-catch-throw.c
7077 (COMMON_OBS): Add break-catch-throw.o.
7078 * break-catch-throw.c: New file.
7079 * breakpoint.c: Move exception-catching code to new file.
7080 (ep_parse_optional_if_clause): No longer static.
7081 * breakpoint.h (ep_parse_optional_if_clause): Declare.
7082
7083 2013-04-15 Tom Tromey <tromey@redhat.com>
7084
7085 PR c++/9065:
7086 * NEWS: Update.
7087 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
7088 * c-exp.y (TYPEID): New token.
7089 (exp): Add new TYPEID productions.
7090 (ident_tokens): Add "typeid".
7091 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
7092 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
7093 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
7094 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
7095 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
7096 case.
7097 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
7098 (build_std_type_info_type, gnuv3_get_typeid_type)
7099 (gnuv3_get_typeid): New functions.
7100 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
7101 new fields on ABI object.
7102 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
7103 * std-operator.def (OP_TYPEID): New.
7104
7105 2013-04-15 Tom Tromey <tromey@redhat.com>
7106
7107 * elfread.c (elf_symtab_read): Install versioned symbol under
7108 unversioned name as well.
7109
7110 2013-04-15 Tom Tromey <tromey@redhat.com>
7111
7112 PR c++/11990:
7113 * c-lang.c (cplus_language_defn): Use gdb_demangle.
7114 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
7115 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
7116 (gdb_demangle): New function.
7117 * cp-support.h (gdb_demangle): Declare.
7118 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
7119 (dwarf2_name): Use gdb_demangle.
7120 * gdbtypes.c (check_stub_method): Use gdb_demangle.
7121 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
7122 suffixes from name.
7123 (gnuv3_print_method_ptr): Use gdb_demangle.
7124 * jv-lang.c (java_demangle): Use gdb_demangle.
7125 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
7126 * language.c (unk_lang_demangle): Use gdb_demangle.
7127 * symtab.c (symbol_find_demangled_name)
7128 (demangle_for_lookup): Use gdb_demangle.
7129
7130 2013-04-15 Tom Tromey <tromey@redhat.com>
7131
7132 PR c++/12824:
7133 * NEWS: Update.
7134 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
7135 New constant.
7136 (classify_exception_breakpoint): New function.
7137 (print_it_exception_catchpoint, print_one_exception_catchpoint)
7138 (print_mention_exception_catchpoint)
7139 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
7140 (catch_exception_command_1): Handle "rethrow" catchpoint.
7141 (catch_rethrow_command): New function.
7142 (_initialize_breakpoint): Add "catch rethrow" command.
7143
7144 2013-04-15 Pierre Muller <muller@sourceware.org>
7145
7146 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
7147 set_gdbarch_write_pc as deprecated anymore.
7148
7149 2013-04-15 Joel Brobecker <brobecker@adacore.com>
7150
7151 * spu-tdep.c (spu_write_pc): Add empty line after local variable
7152 declarations.
7153
7154 2013-04-13 Yao Qi <yao@codesourcery.com>
7155
7156 * ctf.c (_initialize_ctf): Include "completer.h".
7157 Call add_target_with_completer instead of add_target.
7158
7159 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7160
7161 Fix GDB regression related to PR binutils/14813.
7162 * jit.c (mem_bfd_iovec_close): Return 0 for success.
7163 * minidebug.c (lzma_close): Add return value comment.
7164 * remote.c (remote_bfd_iovec_close): Return 0 for success.
7165 * solib-spu.c (spu_bfd_iovec_close): Likewise.
7166 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7167
7168 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7169
7170 * config.in: Regenerate.
7171
7172 2013-04-12 Tom Tromey <tromey@redhat.com>
7173
7174 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7175 const.
7176 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7177 (struct die_reader_specs) <buffer>: Likewise.
7178 (die_reader_func_ftype): Make 'info_ptr' const.
7179 (struct line_header) <include_dirs, statement_program_start,
7180 statement_program_end>: Now const.
7181 (struct file_entry) <name>: Likewise.
7182 (struct partial_die_info) <sibling>: Likewise.
7183 (struct dwarf_block) <data>: Likewise.
7184 (dwarf2_read_section): Remove cast.
7185 (dwarf2_get_section_info): Make 'bufp' const.
7186 (read_index_from_section): Constify.
7187 (dw2_get_file_names_reader): Make 'info_ptr' const.
7188 (dw2_get_primary_filename_reader): Likewise.
7189 (read_comp_unit_head): Make 'info_ptr' and return type const.
7190 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7191 Likewise.
7192 (read_abbrev_offset): Constify.
7193 (dwarf2_create_include_psymtab): Make 'name' const.
7194 (create_debug_types_hash_table): Update.
7195 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7196 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7197 Constify.
7198 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7199 (load_partial_comp_unit_reader): Make 'info_ptr' const.
7200 (read_comp_units_from_section): Constify.
7201 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7202 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7203 const.
7204 (dwarf2_compute_name, setup_type_unit_groups): Constify.
7205 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7206 (create_dwp_hash_table, dwarf2_ranges_read)
7207 (dwarf2_record_block_ranges): Constify.
7208 (read_die_and_children, read_die_and_siblings_1)
7209 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7210 const.
7211 (read_full_die_1, read_full_die): Make 'info_ptr' const.
7212 (abbrev_table_read_table): Constify.
7213 (load_partial_dies): Make 'info_ptr' const.
7214 (read_partial_die, read_attribute_value, read_attribute): Make
7215 'info_ptr' and return type const.
7216 (read_address, read_initial_length)
7217 (read_checked_initial_length_and_offset, read_offset)
7218 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7219 const.
7220 (read_direct_string): Make 'buf' and return type const.
7221 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7222 (read_indirect_string): Make return type const.
7223 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7224 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7225 'info_ptr' const.
7226 (read_str_index): Make return type const.
7227 (add_include_dir): Make 'include_dir' const.
7228 (add_file_name): Make 'name' const.
7229 (dwarf_decode_line_header): Constify.
7230 (psymtab_include_file_name): Make return type const.
7231 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7232 (dwarf2_start_subfile): Make 'filename' const.
7233 (dwarf2_const_value_attr): Make 'bytes' const.
7234 (read_signatured_type_reader): Make 'info_ptr' const.
7235 (decode_locdesc): Constify.
7236 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7237 const.
7238 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7239 'mac_end', and return type const.
7240 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7241 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7242 type const.
7243 (per_cu_header_read_in): Constify.
7244 * symfile.h (dwarf2_get_section_info): Update.
7245
7246 2013-04-12 Tom Tromey <tromey@redhat.com>
7247
7248 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7249
7250 2013-04-12 Eli Zaretskii <eliz@gnu.org>
7251
7252 * NEWS: Mention "show configuration", --configuration.
7253 * top.c (print_gdb_configuration): New function, displays the
7254 details about GDB configure-time parameters.
7255 (print_gdb_version): Mention "show configuration".
7256 * cli/cli-cmds.c (show_configuration): New function.
7257 (_initialize_cli_cmds): Add the "show configuration" command.
7258 * main.c (captured_main) <print_configuration>: New static var.
7259 <long_options>: Use it.
7260 If --configuration was given, call print_gdb_configuration.
7261
7262 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7263 Pedro Alves <palves@redhat.com>
7264
7265 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7266 (generated_files): Add gcore.
7267 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7268 HAVE_NATIVE_GCORE_HOST.
7269 (gcore): New.
7270 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7271 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7272 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7273 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7274 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7275 Add HAVE_NATIVE_GCORE_HOST.
7276 * configure: Regenerate.
7277 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7278 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
7279 AC_CONFIG_FILES for gcore.
7280 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
7281 gdb_have_gcore.
7282 * gdb_gcore.sh: Rename to ...
7283 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
7284 and GCORE_TRANSFORM_NAME substitutions.
7285
7286 Fix parsing tabs in ${gdb_target_obs}.
7287 * configure.tgt (gdb_have_gcore): Replace case with for and if.
7288
7289 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7290
7291 * remote.c (unpush_and_perror): Add output message final dot.
7292
7293 2013-04-11 Yao Qi <yao@codesourcery.com>
7294
7295 * tracepoint.c (tfile_interp_line): Fit parameters line and
7296 utpp in one line.
7297
7298 2013-04-10 Joel Brobecker <brobecker@adacore.com>
7299
7300 * solib.c (solib_map_sections): Remove code overwriting
7301 SO->SO_NAME with the bfd's filename.
7302
7303 2013-04-10 Pedro Alves <palves@redhat.com>
7304
7305 * cli/cli-decode.c (integer_unlimited_completer): New function.
7306 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7307 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7308 completer.
7309 * cli/cli-setshow.c: Include "cli/cli-utils.h".
7310 (is_unlimited_literal): New function.
7311 (do_set_command): Handle literal "unlimited" arguments.
7312 * frame.c (_initialize_frame) <set backtrace limit>: Document
7313 "unlimited".
7314 * printcmd.c (_initialize_printcmd) <set print
7315 max-symbolic-offset>: Add help text.
7316 * record-full.c (_initialize_record_full) <set record full
7317 insn-number-max>: Likewise.
7318 * record.c (_initialize_record) <set record
7319 instruction-history-size, set record function-call-history-size>:
7320 Add help text.
7321 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7322 help text.
7323 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7324 Likewise.
7325 * source.c (_initialize_source) <set listsize>: Add help text.
7326 * utils.c (initialize_utils) <set height, set width>: Likewise.
7327 <set pagination>: Mention "set height unlimited".
7328 * valprint.c (_initialize_valprint) <set print elements, set print
7329 repeats>: Document "unlimited".
7330
7331 2013-04-10 Pedro Alves <palves@redhat.com>
7332
7333 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7334 instead of disconnect_tracing.
7335 * infcmd.c (detach_command, disconnect_command): Call
7336 query_if_trace_running. Adjust.
7337 * top.c: Include "tracepoint.h".
7338 (quit_target): Delete. Contents moved ...
7339 (quit_force): ... here. Wrap each stage of teardown in
7340 TRY_CATCH. Call disconnect_tracing before detaching.
7341
7342 2013-04-10 Hui Zhu <hui@codesourcery.com>
7343 Yao Qi <yao@codesourcery.com>
7344
7345 * configure.ac: Check libbabeltrace is installed.
7346 * config.in: Regenerate.
7347 * configure: Regenerate.
7348 * Makefile.in (LIBBABELTRACE): New.
7349 (CLIBS): Add LIBBABELTRACE.
7350 * ctf.c: Include "exec.h".
7351 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7352 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7353 (ctf_save_metadata_header): Define new type aliases in
7354 metadata.
7355 (ctf_write_header): Define event type "tsv_def" and "tp_def"
7356 in metadata. Start a new faked packet for trace status.
7357 (ctf_write_status): Write trace status to CTF.
7358 (ctf_write_uploaded_tsv): Write TSV to CTF.
7359 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7360 (ctf_write_definition_end): End the faked packet.
7361
7362 (ctx, ctf_iter, trace_dirname): New.
7363 (start_pos): New variable.
7364 (ctf_destroy, ctf_open_dir, ctf_open): New.
7365 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7366 macros.
7367 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7368 (ctf_fetch_registers, ctf_xfer_partial): New.
7369 (ctf_get_trace_state_variable_value): New.
7370 (ctf_get_tpnum_from_frame_event): New.
7371 (ctf_get_traceframe_address): New.
7372 (ctf_trace_find, ctf_has_stack): New.
7373 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7374 (ctf_get_trace_status, ctf_read_status): New.
7375 (_initialize_ctf): New.
7376 * tracepoint.c (get_tracepoint_number): New
7377 (get_uploaded_tsv): Remove 'static'.
7378 (struct traceframe_info, trace_regblock_size): Move it to ...
7379 * tracepoint.h: ... here.
7380 (get_tracepoint_number): Declare it.
7381 (get_uploaded_tsv): Declare it.
7382
7383 * NEWS: Mention new configure option.
7384
7385 2013-04-10 Pedro Alves <palves@redhat.com>
7386 Hui Zhu <hui@codesourcery.com>
7387
7388 * breakpoint.c (dprintf_re_set): New.
7389 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7390 to dprintf_re_set.
7391
7392 2013-04-09 Joel Brobecker <brobecker@adacore.com>
7393
7394 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7395 Remove solib-svr4.o from the list.
7396
7397 2013-04-09 Joel Brobecker <brobecker@adacore.com>
7398
7399 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7400 Use gdb_assert_not_reached instead of invalid boolean expression.
7401
7402 2013-04-09 Pedro Alves <palves@redhat.com>
7403
7404 * remote.c (unpush_and_perror): New function.
7405 (readchar, remote_serial_write): Use it.
7406
7407 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
7408
7409 * NEWS: Mention new btrace RSP packets.
7410
7411 2013-04-08 Tom Tromey <tromey@redhat.com>
7412
7413 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7414 long.
7415
7416 2013-04-08 Tom Tromey <tromey@redhat.com>
7417
7418 * maint.c (print_bfd_section_info): Print the section index.
7419 * symmisc.c (dump_msymbols): Print the section index.
7420
7421 2013-04-08 Tom Tromey <tromey@redhat.com>
7422
7423 PR symtab/8424:
7424 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7425 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7426 * breakpoint.c (resolve_sal_pc): Update.
7427 * elfread.c (elf_gnu_ifunc_record_cache): Update.
7428 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7429 (minsym_lookup_iterator_cb): Use it.
7430 (default_read_var_value): Update.
7431 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7432 Update.
7433 * infcmd.c (jump_command): Update.
7434 * linespec.c (minsym_found): Update.
7435 * maint.c (maintenance_translate_address): Update.
7436 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7437 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7438 * parse.c (write_exp_msymbol): Update.
7439 * printcmd.c (address_info): Update.
7440 * psymtab.c (find_pc_sect_psymbol): Update.
7441 (fixup_psymbol_section): Check SYMBOL_SECTION, not
7442 SYMBOL_OBJ_SECTION.
7443 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7444 Don't initialize SYMBOL_OBJ_SECTION.
7445 * spu-tdep.c (spu_catch_start): Update.
7446 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7447 * symmisc.c (dump_msymbols, print_symbol): Update.
7448 * symtab.c (fixup_section): Don't set 'obj_section'. Change
7449 how fallback section is computed.
7450 (fixup_symbol_section): Update.
7451 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7452 Update.
7453 (allocate_symbol, initialize_symbol, allocate_template_symbol):
7454 Initialize SYMBOL_SECTION.
7455 * symtab.h (struct general_symbol_info) <section>: Update comment.
7456 <obj_section>: Remove.
7457 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
7458 (SYMBOL_OBJFILE): New macro.
7459
7460 2013-04-08 Tom Tromey <tromey@redhat.com>
7461
7462 * coffread.c (record_minimal_symbol): Update.
7463 * dbxread.c (record_minimal_symbol): Update.
7464 * elfread.c (record_minimal_symbol): Update.
7465 * machoread.c (macho_symtab_add_minsym): Update.
7466 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7467 Update.
7468 * minsyms.c (prim_record_minimal_symbol): Update.
7469 (prim_record_minimal_symbol_full): Remove 'bfd_section'
7470 argument.
7471 (prim_record_minimal_symbol_and_info): Likewise.
7472 * minsyms.h (prim_record_minimal_symbol_full)
7473 (prim_record_minimal_symbol_and_info): Update.
7474 * symtab.c (allocate_symbol, initialize_symbol)
7475 (allocate_template_symbol): Initialize SYMBOL_SECTION.
7476 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7477 Update.
7478
7479 2013-04-08 Tom Tromey <tromey@redhat.com>
7480
7481 PR symtab/8423:
7482 * solib-som.c (som_solib_section_offsets): Use BFD section
7483 indices. Set offsets for all sections.
7484 * somread.c (som_symtab_read): Compute BFD section for
7485 symbol. Use prim_record_minimal_symbol_and_info.
7486 (som_symfile_read): Fix comment.
7487 (struct find_section_offset_arg): New.
7488 (find_section_offset, set_section_index): New functions.
7489 (som_symfile_offsets): Use set_section_index to compute
7490 section indices.
7491
7492 2013-04-08 Tom Tromey <tromey@redhat.com>
7493
7494 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7495 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7496 gdb_bfd_section_index.
7497 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7498 New functions.
7499 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7500 Declare.
7501 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7502 Update.
7503 * objfiles.c (add_to_objfile_sections_full): New function.
7504 (add_to_objfile_sections): Use it.
7505 (build_section_table): Rewrite.
7506 (objfile_relocate1): Use gdb_bfd_section_index. Update.
7507 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7508 (struct objfile) <sections>: Update comment.
7509 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7510 is NULL.
7511 (ALL_OBJSECTIONS): Use it.
7512 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7513 * solib-frv.c (frv_relocate_main_executable): Update.
7514 * solib-target.c (solib_target_relocate_section_addresses):
7515 Use gdb_bfd_section_index.
7516 * symfile.c (build_section_addr_info_from_section_table):
7517 Use gdb_bfd_section_index.
7518 (build_section_addr_info_from_bfd, place_section): Likewise.
7519 * symtab.c (fixup_section): Update.
7520 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7521
7522 2013-04-08 Tom Tromey <tromey@redhat.com>
7523
7524 * minsyms.h (struct bound_minimal_symbol): New.
7525 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7526 Remove objfile argument.
7527 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7528 Return bound_minimal_symbol.
7529 * minsyms.c (lookup_minimal_symbol_by_pc_1)
7530 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7531 Return bound_minimal_symbol.
7532 (in_gnu_ifunc_stub): Update.
7533 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7534 Remove 'objfile_p' argument.
7535 (lookup_solib_trampoline_symbol_by_pc): Update.
7536 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7537 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7538 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7539 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7540 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7541 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7542 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7543 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7544 stack.c, symtab.c, tui/tui-disasm.c: Update.
7545
7546 2013-04-08 Tom Tromey <tromey@redhat.com>
7547
7548 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7549 Use symbol's obstack, not an objfile.
7550 * coffread.c (process_coff_symbol): Update.
7551 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7552 * jv-lang.c (add_class_symbol): Update.
7553 * mdebugread.c (new_symbol): Update.
7554 * minsyms.c (prim_record_minimal_symbol_full)
7555 (terminate_minimal_symbol_table): Update.
7556 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
7557 * stabsread.c (define_symbol, read_enum_type): Update.
7558 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7559 Handle Ada specially.
7560 (symbol_set_language): Add 'obstack' argument.
7561 (symbol_set_names): Update.
7562 (symbol_natural_name, symbol_demangled_name): Always use
7563 ada_decode_symbol.
7564 * symtab.h (struct general_symbol_info)
7565 <language_specific::obstack>: New field.
7566 <ada_mangled>: New field.
7567 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7568 (symbol_set_language): Update.
7569
7570 2013-04-08 Tom Tromey <tromey@redhat.com>
7571
7572 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7573 Take an obstack, not an objfile.
7574 (symbol_set_names): Update.
7575 * symtab.h (symbol_set_demangled_name): Update.
7576
7577 2013-04-08 Tom Tromey <tromey@redhat.com>
7578
7579 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7580 allocate_symbol.
7581 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7582 (read_func_scope): Call allocate_template_symbol.
7583 (new_symbol_full): Call allocate_symbol.
7584 * jit.c (finalize_symtab): Call allocate_symbol.
7585 * jv-lang.c (add_class_symbol): Call allocate_symbol.
7586 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7587 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7588 (common_block_end): Call allocate_symbol.
7589 * symtab.c (allocate_symbol, initialize_symbol)
7590 (allocate_template_symbol): New functions.
7591 * symtab.c (allocate_symbol, initialize_symbol)
7592 (allocate_template_symbol): Declare.
7593 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7594
7595 2013-04-08 Pedro Alves <palves@redhat.com>
7596 Keith Seitz <keiths@redhat.com>
7597
7598 * breakpoint.c (create_breakpoint): Rename
7599 "parse_condition_and_thread" parameter to "parse_arg". Update
7600 describing comment. If !PARSE_ARG, then error out if ARG is not
7601 the empty string after extracting the location.
7602 * breakpoint.h (create_breakpoint): Rename
7603 "parse_condition_and_thread" parameter to "parse_arg".
7604
7605 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
7606
7607 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7608
7609 2013-04-07 Yao Qi <yao@codesourcery.com>
7610
7611 * remote.c (remote_trace_find): Change type of parameters 'addr1'
7612 and 'addr2' to CORE_ADDR.
7613 * target.c (update_current_target): Update.
7614 * target.h (struct target_ops) <to_trace_find>: Change parameter
7615 type to CORE_ADDR.
7616 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7617 'addr2' to CORE_ADDR.
7618 (tfile_trace_find): Likewise.
7619 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7620 Change local variable 'addr' to type CORE_ADDR.
7621 * tracepoint.h (tfind_1): Update declaration.
7622
7623 2013-04-06 Eli Zaretskii <eliz@gnu.org>
7624
7625 * windows-nat.c (windows_get_absolute_argv0): Move from here...
7626 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7627 Include main.h.
7628
7629 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7630 here...
7631 * main.h (windows_get_absolute_argv0): ...to here.
7632
7633 2013-04-05 Doug Evans <dje@google.com>
7634
7635 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7636 (read_cutu_die_from_dwo): Add comments.
7637 (read_structure_type): Update comment.
7638 (read_enumeration_type, read_namespace_type): Update comment.
7639 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7640
7641 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7642
7643 Convert man pages to texinfo, new gdbinit.5 texinfo page.
7644 * Makefile.in (gdb.z): Remove.
7645 (install-only): Remove $(man1dir) and gdb.1 installation.
7646 * gdb.1: Remove.
7647
7648 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7649
7650 Fix compatibility with Linux kernel 3.8.3.
7651 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7652 to more inner block. Remove parsing of NUMBER from outer block.
7653 Parse NUMBER only if KEYWORD has been identified.
7654
7655 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7656
7657 Fix variable name shadowing.
7658 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7659 filename to mapsfilename and update its uses.
7660
7661 2013-04-05 Eli Zaretskii <eliz@gnu.org>
7662
7663 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7664 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7665 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7666 details of the problem.
7667
7668 2013-04-04 Pedro Alves <palves@redhat.com>
7669 Hui Zhu <hui@codesourcery.com>
7670
7671 * breakpoint.c (validate_commands_for_breakpoint): If validating a
7672 tracepoint, reset its STEP_COUNT and call validate_actionline.
7673
7674 2013-04-03 Doug Evans <dje@google.com>
7675
7676 * dwarf2read.c (read_die_and_siblings_1): Renamed from
7677 read_die_and_siblings.
7678 (read_die_and_siblings): New function.
7679 (read_cutu_die_from_dwo): Dump die if requested.
7680 (read_die_and_children): Call read_full_die_1 and
7681 read_die_and_siblings_1.
7682 (read_full_die): Dump die if requested.
7683
7684 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7685
7686 * dwarf2read.c (struct dwo_file): New member comp_dir.
7687 Rename member name to dwo_name. All uses updated.
7688 (hash_dwo_file): Include comp_dir in computation.
7689 (eq_dwo_file): Ditto.
7690 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
7691 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7692
7693 * psymtab.c (read_psymtabs_with_fullname): Don't call
7694 psymtab_to_fullname if the basenames are different.
7695
7696 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7697
7698 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7699 New entry about "fullname" presence.
7700
7701 2013-04-03 Pedro Alves <palves@redhat.com>
7702
7703 * NEWS: Mention x86_64/Cygwin as new native configuration.
7704
7705 2013-04-02 Doug Evans <dje@google.com>
7706
7707 * dwarf2read.c (read_structure_type): Fix typo in comment.
7708
7709 2013-04-02 Pedro Alves <palves@redhat.com>
7710
7711 * NEWS: Mention "set/show debug aarch64", "set/show debug
7712 coff-pe-read" and "set/show debug mach-o".
7713
7714 2013-04-02 Pedro Alves <palves@redhat.com>
7715
7716 * NEWS: Mention "set/show remote trace-buffer-size-packet".
7717
7718 2013-04-02 Eli Zaretskii <eliz@gnu.org>
7719
7720 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7721 gdb_string.h is now in common/.
7722
7723 2013-04-02 Pedro Alves <palves@redhat.com>
7724
7725 * NEWS: Move "set debug notification" and "set trace-buffer-size"
7726 under "New options".
7727
7728 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7729
7730 Revert this patch:
7731 PR gdb/15275
7732 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7733
7734 2013-04-02 Pedro Alves <palves@redhat.com>
7735
7736 PR gdb/15275
7737
7738 * remote.c (send_interrupt_sequence): Use remote_serial_write.
7739 (remote_serial_write): New function.
7740 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7741
7742 2013-04-01 Jiong Wang <jiwang@tilera.com>
7743
7744 * NEWS: Mention TILE-Gx in "New native configurations" and
7745 "New targets" sections.
7746
7747 2013-04-01 Doug Evans <dje@google.com>
7748
7749 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7750 (process_enumeration_scope): Simplify.
7751
7752 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7753 type_unit_group ...
7754 (struct signatured_type): ... to here.
7755 (sig_type_ptr): New typedef.
7756 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
7757 out of union 't'. All uses updated.
7758 (dw2_get_file_names_reader): Assert not called for a type unit.
7759 (dw2_get_file_names): Assert not called for a type unit or type
7760 unit group.
7761 (build_type_psymtabs_reader): Assert called for a type unit.
7762 (build_type_psymtab_dependencies): Assert called for a type unit group.
7763
7764 * dwarf2read.c (free_dwo_file): Add comment.
7765 (dwarf2_per_objfile_free): Unref dwp bfd.
7766
7767 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7768
7769 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7770 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7771 (read_pe_exported_syms): Remove unused 'exportix'.
7772 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7773 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7774 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7775
7776 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7777
7778 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7779 (print_it_watchpoint): Remove unused 'bl'.
7780 (say_where): Remove unused 'uiout'.
7781 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7782 (bkpt_breakpoint_hit): Remove unused 'b'.
7783 (internal_bkpt_print_it): Remove unused 'uiout'.
7784 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7785
7786 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7787
7788 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7789 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7790
7791 2013-03-29 Doug Evans <dje@google.com>
7792
7793 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7794 Delete arg is_dwp. All callers updated.
7795 (open_dwp_file): New function.
7796 (open_and_init_dwp_file): Call it.
7797 (get_dwp_file): New function.
7798 (lookup_dwo_cutu): Call it.
7799
7800 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7801 unnecessary, cleanup.
7802
7803 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7804
7805 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7806 (lookup_dwo_unit): New function.
7807 (init_cutu_and_read_dies): Move DWO handling to new functions.
7808
7809 * dwarf2read.c (struct signatured_type): Tweak comment.
7810 (struct dwo_unit): Tweak comment.
7811 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7812 (create_dwo_debug_info_hash_table): Tweak comment.
7813 (dwarf2_per_cu_offset_and_type): Tweak comment.
7814
7815 * dwarf2read.c (lookup_signatured_type): Remove complaint about
7816 missing .debug_types section.
7817
7818 2013-03-29 Yao Qi <yao@codesourcery.com>
7819
7820 * corelow.c: Include "completer.h".
7821 (_initialize_corelow): Call add_target_with_completer with
7822 argument 'filename_completer'.
7823 * tracepoint.c: Likewise.
7824 * exec.c (_initialize_exec): Likewise.
7825 * target.c (add_target): Rename to ...
7826 (add_target_with_completer): ... this. Call set_cmd_completer
7827 if parameter completer is not NULL.
7828 (add_target): New.
7829 * target.h: Include "command.h".
7830 (add_target_with_completer): Declare it.
7831
7832 2013-03-28 Joel Brobecker <brobecker@adacore.com>
7833
7834 * coffread.c (is_import_fixup_symbol): New function.
7835 (record_minimal_symbol): Use is_import_fixup_symbol to
7836 detect import fixup symbols, and discard them.
7837
7838 2013-03-28 Doug Evans <dje@google.com>
7839
7840 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7841 types hash table until we know we need it.
7842
7843 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7844 index numbers.
7845
7846 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7847 All callers updated.
7848 (dw2_print_stats): Print #read CUs too.
7849 (dump_die_shallow): Print signatured types better.
7850
7851 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7852 info_or_types_section to section. All uses updated.
7853 (struct dwo_unit): Ditto.
7854
7855 2013-03-28 Pedro Alves <palves@redhat.com>
7856
7857 * NEWS (New options): New section.
7858 (New options): Mention set/show remote trace-status-packet.
7859 * remote.c (PACKET_qTStatus): New enumeration value.
7860 (remote_get_trace_status): Skip sending qTStatus if the packet is
7861 disabled. Use packet_ok.
7862 (_initialize_remote): Register a configuration command for
7863 qTStatus packet.
7864
7865 2013-03-28 Doug Evans <dje@google.com>
7866
7867 * symfile.c (find_separate_debug_file): Add comment.
7868 (terminate_after_last_dir_separator): Tweak comment.
7869
7870 * dwarf2read.c (create_partial_symtab): Add forward decl.
7871 (create_partial_symtab): Move to be closer to other psymtab functions.
7872 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7873
7874 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7875 (compute_symtab_includes): Remove unnecessary forward declaration.
7876 (die_needs_namespace): Add comment marking group of functions for
7877 dwarf2 name computation.
7878
7879 * typeprint.c (_initialize_typeprint): Improve type help text.
7880
7881 * python/python.c (finish_python_initialization): Provide suggestion
7882 for how to tell gdb to find its python files.
7883
7884 2013-03-28 Pedro Alves <palves@redhat.com>
7885
7886 PR gdb/15294
7887
7888 * source.c (_initialize_source): Change back "set listsize" to an
7889 integer command.
7890
7891 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
7892
7893 PR gdb/15275
7894 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7895
7896 2013-03-27 Pedro Alves <palves@redhat.com>
7897
7898 * top.c (history_size): Rename to ...
7899 (history_size_setshow_var): ... this. Add comment.
7900 (show_commands): Use readline's 'history_length' instead of
7901 computing the history length by calling history_get in a loop.
7902 (set_history_size_command): Error out for sizes over INT_MAX.
7903 Restore previous history size on invalid size.
7904 (init_history): If HISTSIZE is negative, leave the history size as
7905 zero. Add comments.
7906 (init_main): Adjust.
7907
7908 2013-03-27 Pedro Alves <palves@redhat.com>
7909
7910 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7911 coff_pe_read" command to "set debug coff-pe-read".
7912
7913 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
7914
7915 * record.c (command_size_to_target_size): Fix size comparison.
7916 Change parameter type from pointer to integer to integer.
7917 Update all users.
7918
7919 2013-03-27 Pierre Muller <muller@sourceware.org>
7920
7921 * windows-nat.c (handle_output_debug_string): Avoid typecast
7922 from integer of different size warning.
7923
7924 2013-03-26 Joel Brobecker <brobecker@adacore.com>
7925
7926 * windows-nat.c (handle_output_debug_string): Add empty line
7927 after local block variable definition.
7928
7929 2013-03-26 Pedro Alves <palves@redhat.com>
7930
7931 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7932 (net_open): Make 'polls' local unsigned.
7933
7934 2013-03-26 Pedro Alves <palves@redhat.com>
7935
7936 * remote.c (_initialize_remote): Make "set remoteaddresssize"
7937 a zuinteger command instead of uinteger.
7938
7939 2013-03-26 Pedro Alves <palves@redhat.com>
7940
7941 * record-full.c (record_full_insn_num): Make it unsigned.
7942 (record_full_check_insn_num, record_full_message)
7943 (record_full_registers_change, record_full_xfer_partial): Remove
7944 record_full_insn_max_num check (it's always != 0).
7945 (record_full_info, record_full_restore): Use %u as format string.
7946 (): Use %u as format string.
7947 (set_record_full_insn_max_num): Remove record_full_insn_max_num
7948 check (it's always != 0).
7949
7950 2013-03-26 Pedro Alves <palves@redhat.com>
7951
7952 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7953 and "set dcache size" commands zuinteger instead of uinteger.
7954
7955 2013-03-26 Pedro Alves <palves@redhat.com>
7956
7957 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7958 command zuinteger instead of uinteger.
7959
7960 2013-03-26 Pedro Alves <palves@redhat.com>
7961
7962 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7963 zuinteger instead of uinteger.
7964
7965 2013-03-26 Pedro Alves <palves@redhat.com>
7966
7967 * record.c (record_insn_history_size_setshow_var)
7968 (record_call_history_size_setshow_var): New globals.
7969 (command_size_to_target_size): New function.
7970 (cmd_record_insn_history, cmd_record_call_history): Use
7971 command_size_to_target_size instead of cast.
7972 (validate_history_size, set_record_insn_history_size)
7973 (set_record_call_history_size): New functions.
7974 (_initialize_record): Install set_record_insn_history_size and
7975 set_record_call_history_size as "set" hooks of "set record
7976 instruction-history-size" and "set record
7977 function-call-history-size".
7978
7979 2013-03-26 Pedro Alves <palves@redhat.com>
7980
7981 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7982 use with history_max_entries use. Remove FIXME note.
7983
7984 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
7985
7986 * record-btrace.c (record_btrace_close): Call
7987 record_btrace_auto_disable.
7988
7989 2013-03-25 Joel Brobecker <brobecker@adacore.com>
7990
7991 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7992
7993 2013-03-25 Doug Evans <dje@google.com>
7994
7995 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7996
7997 2013-03-25 Tom Tromey <tromey@redhat.com>
7998
7999 PR symtab/11462:
8000 * c-exp.y (exp): Add new productions for destructors after '.' and
8001 '->'.
8002 (write_destructor_name): New function.
8003
8004 2013-03-25 Tom Tromey <tromey@redhat.com>
8005
8006 PR c++/9197:
8007 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
8008 value_struct_elt, not lookup_struct_elt_type.
8009 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
8010 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
8011 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
8012
8013 2013-03-25 Yao Qi <yao@codesourcery.com>
8014
8015 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
8016 instead of '_mkdir'.
8017
8018 2013-03-23 Eli Zaretskii <eliz@gnu.org>
8019
8020 * windows-nat.c (windows_get_absolute_argv0): New function.
8021 * windows-nat.h: Add its prototype.
8022
8023 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
8024 Use IS_DIR_SEPARATOR instead of looking for a character inside
8025 SLASH_STRING. Include filenames.h.
8026 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
8027 relocate_gdb_directory works when passed gdb_program_name.
8028 Include windows-nat.h.
8029
8030 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8031
8032 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
8033 * remote.c (trace_error): Remove the special handling of '2'.
8034 (readchar) <SERIAL_EOF>
8035 (readchar) <SERIAL_ERROR>
8036 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
8037 (remote_get_trace_status): Call throw_exception if EX is
8038 TARGET_CLOSE_ERROR.
8039 * utils.c (perror_with_name): Rename to ...
8040 (throw_perror_with_name): ... here. New parameter errcode, describe it
8041 in the function comment.
8042 (perror_with_name): New function wrapper.
8043 * utils.h (enum errors): New stub declaration.
8044 (throw_perror_with_name): New declaration.
8045
8046 2013-03-22 Pedro Alves <palves@redhat.com>
8047 Yao Qi <yao@codesourcery.com>
8048 Mark Kettenis <kettenis@gnu.org>
8049
8050 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
8051 Don't let the user set the value to UINT_MAX directly.
8052 <var_integer>: Don't let the user set the value to INT_MAX
8053 directly.
8054
8055 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8056
8057 * remote.c (remote_unpush_target): New function.
8058 (remote_open_1): Remove two pop_target calls, update one comment, add
8059 comment to target_preopen call. Replace pop_target call by
8060 remote_unpush_target call.
8061 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
8062 pop_target calls by remote_unpush_target calls.
8063
8064 2013-03-22 Pedro Alves <palves@redhat.com>
8065
8066 * linux-nat.c (linux_child_follow_fork): Don't call
8067 linux_enable_event_reporting.
8068 (linux_handle_extended_wait): Don't call
8069 linux_enable_event_reporting.
8070
8071 2013-03-22 Pedro Alves <palves@redhat.com>
8072
8073 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
8074 use it to rewrite the trampoline buffers with type gdb_byte[], and
8075 undefine the macro. Remove char* cast.
8076
8077 2013-03-21 Doug Evans <dje@google.com>
8078
8079 New commands "mt set per-command {space,time,symtab} {on,off}".
8080 * NEWS: Add entry.
8081 * event-top.c: #include "maint.h".
8082 * main.c: #include "maint.h".
8083 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
8084 timeval-utils.h, maint.h, cli/cli-setshow.h.
8085 (per_command_time, per_command_space): New static globals.
8086 (per_command_symtab): New static global.
8087 (per_command_setlist, per_command_showlist): New static globals.
8088 (struct cmd_stats): Move here from utils.c.
8089 (set_per_command_time): Renamed from set_display_time in utils.c
8090 and moved here. All callers updated.
8091 (set_per_command_space): Renamed from set_display_space in utils.c
8092 and moved here. All callers updated.
8093 (count_symtabs_and_blocks): New function.
8094 (report_command_stats): Moved here from utils.c. Add support for
8095 printing symtab stats. Only print data if enabled before command
8096 executed.
8097 (make_command_stats_cleanup): Ditto.
8098 (sert_per_command_cmd, show_per_command_cmd): New functions.
8099 (_initialize_maint_cmds): Add new commands
8100 mt set per-command {space,time,symtab} {on,off}.
8101 * maint.h: New file.
8102 * top.c: #include "maint.h".
8103 * utils.c (reset_prompt_for_continue_wait_time): New function.
8104 (get_prompt_for_continue_wait_time): New function.
8105 * utils.h (reset_prompt_for_continue_wait_time): Declare
8106 (get_prompt_for_continue_wait_time): Declare.
8107 (make_command_stats_cleanup): Moved to maint.h.
8108 (set_display_time, set_display_space): Moved to maint.h and renamed
8109 to set_per_command_time, set_per_command_space.
8110 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
8111 parse_binary_operation and made non-static. Don't call error,
8112 just return an error marker. All callers updated.
8113 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
8114
8115 2013-03-21 Tom Tromey <tromey@redhat.com>
8116
8117 * symfile.c (alloc_section_addr_info): Update header. Don't set
8118 'num_sections' field.
8119 (build_section_addr_info_from_section_table): Set 'num_sections'.
8120 (build_section_addr_info_from_bfd): Likewise.
8121 (build_section_addr_info_from_objfile): Remove dead loop
8122 condition.
8123 (free_section_addr_info): Unconditionally call xfree.
8124 (relative_addr_info_to_section_offsets, addrs_section_sort)
8125 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
8126 condition.
8127 (syms_from_objfile_1): Remove dead 'if' condition. Check
8128 'num_sections'.
8129 (add_symbol_file_command): Set 'num_sections'.
8130 * symfile-mem.c (symbol_file_add_from_memory): Set
8131 'num_sections'.
8132 * somread.c (som_symfile_offsets): Remove dead loop condition.
8133 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
8134 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
8135
8136 2013-03-21 Tom Tromey <tromey@redhat.com>
8137
8138 * tracepoint.h (decode_agent_options): Add 'trace_string'
8139 argument.
8140 * tracepoint.c (decode_agent_options): Add 'trace_string'
8141 argument.
8142 (validate_actionline): Update.
8143 (collect_symbol): Add 'trace_string' argument.
8144 (struct add_local_symbols_data) <trace_string>: New field.
8145 (do_collect_symbol): Update.
8146 (add_local_symbols): Add 'trace_string' argument.
8147 (encode_actions_1): Update.
8148 (trace_dump_actions): Update.
8149 * dwarf2loc.c (access_memory): Update.
8150 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
8151 * ax-general.c (new_agent_expr): Update.
8152 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
8153 (gen_trace_for_return_address): Add argument.
8154 (trace_kludge, trace_string_kludge): Remove.
8155 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
8156 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
8157 (gen_trace_for_var): Add 'trace_string' argument.
8158 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
8159 (gen_printf, agent_eval_command_one): Update.
8160
8161 2013-03-21 Tom Tromey <tromey@redhat.com>
8162
8163 PR exp/15109:
8164 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8165 Handle FILENAME token.
8166
8167 2013-03-21 Tom Tromey <tromey@redhat.com>
8168
8169 * c-exp.y (YYPRINT): Define.
8170 (c_print_token): New function.
8171
8172 2013-03-21 Tom Tromey <tromey@redhat.com>
8173
8174 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8175
8176 2013-03-21 Yao Qi <yao@codesourcery.com>
8177
8178 * ctf.c: Include "gdb_stat.h".
8179 [USE_WIN32API]: New macro 'mkdir'.
8180 (ctf_start): Use permission bits macros if they are defined.
8181
8182 2013-03-20 Keith Seitz <keiths@redhat.com>
8183
8184 * breakpoint.h (struct breakpoint): Add comment to
8185 extra_string indicating that this member is mallod'd.
8186 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8187
8188 2013-03-20 Pedro Alves <palves@redhat.com>
8189
8190 PR gdb/15289
8191
8192 * cli/cli-setshow.c (do_set_command)
8193 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8194 the result of parsing the command argument. Throw error if the
8195 value is greater than UINT_MAX. Print the invalid value with
8196 plongest.
8197 <var_integer, var_zinteger>: Use LONGEST for variable holding the
8198 result of parsing the command argument. Throw error if the value
8199 is greater than INT_MAX, not greater or equal. Also throw error
8200 if the value is less than INT_MIN. Print the invalid value with
8201 plongest.
8202 <var_zuinteger_unlimited>: Throw error if the value is greater
8203 than INT_MAX, not greater or equal.
8204 (do_show_command) <var_integer, var_zinteger,
8205 var_zuinteger_unlimited>: Use %d for printing int, not %u.
8206
8207 2013-03-20 Tom Tromey <tromey@redhat.com>
8208
8209 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8210 if possible.
8211 * dwarf2read.c (read_func_scope): Remove old FIXME.
8212 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8213 not LOC_COMPUTED.
8214 * findvar.c (symbol_read_needs_frame, default_read_var_value):
8215 Unconditionally call via computed ops, if possible.
8216 * printcmd.c (address_info): Unconditionally call via computed ops,
8217 if possible.
8218 * stack.c (read_frame_arg): Unconditionally call via computed ops,
8219 if possible.
8220 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8221 * tracepoint.c (scope_info): Unconditionally call via computed ops,
8222 if possible.
8223
8224 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8225 Tom Tromey <tromey@redhat.com>
8226
8227 PR symtab/8421:
8228 * coffread.c (coff_register_index): New global.
8229 (process_coff_symbol, coff_read_enum_type): Set
8230 SYMBOL_ACLASS_INDEX.
8231 (_initialize_coffread): Initialize new global.
8232 * dwarf2loc.c (locexpr_find_frame_base_location)
8233 (dwarf2_block_frame_base_locexpr_funcs)
8234 (loclist_find_frame_base_location)
8235 (dwarf2_block_frame_base_loclist_funcs): New.
8236 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8237 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8238 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8239 (dwarf2_block_frame_base_loclist_funcs): New.
8240 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8241 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8242 globals.
8243 (read_func_scope): Update.
8244 (fixup_go_packaging, mark_common_block_symbol_computed)
8245 (var_decode_location, new_symbol_full, dwarf2_const_value):
8246 Set SYMBOL_ACLASS_INDEX.
8247 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
8248 (_initialize_dwarf2_read): Initialize new globals.
8249 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8250 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8251 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8252 globals.
8253 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8254 (_initialize_mdebugread): Initialize new globals.
8255 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8256 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8257 (stab_register_index, stab_regparm_index): New globals.
8258 (define_symbol, read_enum_type, common_block_end): Set
8259 SYMBOL_ACLASS_INDEX.
8260 (_initialize_stabsread): Initialize new globals.
8261 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8262 globals.
8263 (MAX_SYMBOL_IMPLS): New define.
8264 (register_symbol_computed_impl, register_symbol_block_impl)
8265 (register_symbol_register_impl)
8266 (initialize_ordinary_address_classes): New functions.
8267 (_initialize_symtab): Call initialize_ordinary_address_classes.
8268 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8269 (struct symbol_impl): New.
8270 (SYMBOL_ACLASS_BITS): New define.
8271 (struct symbol) <aclass, ops>: Remove fields.
8272 <aclass_index>: New field.
8273 (symbol_impls): Declare.
8274 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8275 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8276 (register_symbol_computed_impl, register_symbol_block_impl)
8277 (register_symbol_register_impl): Declare.
8278 (struct symbol_computed_ops): Add location_has_loclist.
8279 (struct symbol_block_ops): New.
8280 (SYMBOL_BLOCK_OPS): New.
8281 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8282
8283 2013-03-20 Tom Tromey <tromey@redhat.com>
8284
8285 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8286 (print_partial_symbols, recursively_search_psymtabs): Use
8287 PSYMBOL_CLASS.
8288
8289 2013-03-20 Pierre Muller <muller@sourceware.org>
8290
8291 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8292 addtion, subtraction, multiplication and division binary operator.
8293
8294 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8295
8296 Code cleanup.
8297 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8298 * bsd-kvm.c (bsd_kvm_close): Likewise.
8299 * bsd-uthread.c (bsd_uthread_close): Likewise.
8300 * corelow.c (core_close): Likewise.
8301 (core_close_cleanup): Remove parameter quitting from a caller.
8302 * event-top.c (async_disconnect): Likewise.
8303 * exec.c (exec_close_1): Remove parameter quitting.
8304 * go32-nat.c (go32_close): Likewise.
8305 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
8306 parameter quitting from a caller.
8307 * mips-linux-nat.c (super_close): Remove parameter quitting from the
8308 variable.
8309 (mips_linux_close): Remove parameter quitting. Remove parameter
8310 quitting from a caller.
8311 * monitor.c (monitor_close): Remove parameter quitting.
8312 * monitor.h (monitor_close): Likewise.
8313 * record-btrace.c (record_btrace_close): Likewise.
8314 * record-full.c (record_full_close): Likewise.
8315 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8316 it also from fprintf_unfiltered.
8317 * remote-mips.c (mips_close): Remove parameter quitting.
8318 (mips_detach): Remove parameter quitting from a caller.
8319 * remote-sim.c (gdbsim_close): Remove parameter quitting.
8320 (gdbsim_close): Remove duplicate function comment. Remove parameter
8321 quitting and remove it also from printf_filtered.
8322 * remote.c (remote_close): Remove parameter quitting.
8323 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8324 * target.c (update_current_target): Remove parameter int from to_close
8325 de_fault.
8326 (push_target, unpush_target, pop_target): Remove parameter quitting from
8327 a caller.
8328 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8329 Remove parameter quitting from a caller.
8330 (target_preopen): Remove parameter quitting from a caller.
8331 (target_close): Remove parameter quitting. Remove parameter quitting
8332 from a caller two times. Remove parameter quitting also from
8333 fprintf_unfiltered.
8334 * target.h (struct target_ops): Remove parameter quitting and as int
8335 from fields to_xclose and to_close.
8336 (extern struct target_ops current_target):
8337 (target_close, pop_all_targets): Remove parameter quitting. Update the
8338 comment.
8339 (pop_all_targets_above): Remove parameter quitting.
8340 * top.c (quit_target): Remove parameter quitting from a caller.
8341 * tracepoint.c (tfile_close): Remove parameter quitting.
8342 * windows-nat.c (windows_close): Remove parameter quitting.
8343
8344 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
8345
8346 * windows-nat.c (handle_output_debug_string): Replace call
8347 to string_to_core_addr with call to strtoull.
8348
8349 2013-03-20 Yao Qi <yao@codesourcery.com>
8350
8351 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8352 and write it to CTF metadata.
8353
8354 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
8355
8356 * windows-nat.c (handle_output_debug_string): Change type of n to
8357 SIZE_T to avoid crash on 64 bit systems.
8358
8359 2013-03-17 Eli Zaretskii <eliz@gnu.org>
8360
8361 * python/python-internal.h (HAVE_SNPRINTF)
8362 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8363 about redefinition of snprintf by pyerrors.h.
8364
8365 2013-03-15 Steve Ellcey <sellcey@mips.com>
8366
8367 * remote-sim.c (sim_command_completer): Make char arguments const.
8368
8369 2013-03-15 Tom Tromey <tromey@redhat.com>
8370
8371 PR c++/15116:
8372 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8373
8374 2013-03-14 Tom Tromey <tromey@redhat.com>
8375
8376 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
8377 New fields.
8378 (get_file_crc): Move from symfile.c.
8379 (gdb_bfd_crc): New function.
8380 * gdb_bfd.h (gdb_bfd_crc): Declare.
8381 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
8382 * symfile.c (get_file_crc): Move to gdb_bfd.c.
8383 (separate_debug_file_exists): Use gdb_bfd_crc.
8384
8385 2013-03-14 Tom Tromey <tromey@redhat.com>
8386
8387 * symfile.c (get_debug_link_info): Remove.
8388 (find_separate_debug_file_by_debuglink): Use
8389 bfd_get_debug_link_info.
8390
8391 2013-03-14 Tom Tromey <tromey@redhat.com>
8392
8393 * symtab.c (error_in_psymtab_expansion): New function.
8394 (lookup_symbol_aux_quick)
8395 (basic_lookup_transparent_type_quick): Remove "last resort"
8396 code. Use error_in_psymtab_expansion.
8397
8398 2013-03-14 Doug Evans <dje@google.com>
8399 Jan Kratochvil <jan.kratochvil@redhat.com>
8400
8401 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8402 any successful compare_filenames_for_search or FILENAME_CMP.
8403 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8404 * symtab.c (iterate_over_some_symtabs): Likewise.
8405
8406 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8407
8408 * source.c (print_source_lines_base): Make a local copy of
8409 symtab_to_fullname.
8410
8411 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
8412 Jan Kratochvil <jan.kratochvil@redhat.com>
8413
8414 * source.c (print_source_lines_base): Suppress "file" for TUI.
8415
8416 2013-03-14 Keith Seitz <keiths@redhat.com>
8417 Alan Matsuoka <alanm@redhat.com>
8418
8419 PR c++/15203
8420 PR c++/15210
8421 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8422 TYPE_CODE_METHOD.
8423 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8424 symbols.
8425
8426 2013-03-14 Yao Qi <yao@codesourcery.com>
8427
8428 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8429 status to tfile if trace is stopped by command 'tstop'.
8430
8431 2013-03-14 Yao Qi <yao@codesourcery.com>
8432
8433 * tracepoint.c (tfile_write_status): Write trace notes and user
8434 name into tfile if they are not NULL.
8435
8436 2013-03-14 Hui Zhu <hui@codesourcery.com>
8437 Yao Qi <yao@codesourcery.com>
8438
8439 * Makefile.in (REMOTE_OBS): Add ctf.o.
8440 (SFILES): Add ctf.c.
8441 (HFILES_NO_SRCDIR): Add ctf.h.
8442 * ctf.c, ctf.h: New files.
8443 * tracepoint.c: Include 'ctf.h'.
8444 (collect_pseudocommand): Remove static.
8445 (trace_save_command): Parse option "-ctf".
8446 Produce different trace file writers per option.
8447 Adjust output message.
8448 (trace_save_tfile, trace_save_ctf): New.
8449 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8450 * mi/mi-main.c: Include 'ctf.h'.
8451 (mi_cmd_trace_save): Handle option '-ctf'. Call either
8452 trace_save_tfile or trace_save_ctf.
8453 * NEWS: Mention these changes.
8454
8455 2013-03-14 Yao Qi <yao@codesourcery.com>
8456
8457 * tracepoint.c (trace_file_writer_xfree): New.
8458 (struct tfile_writer_data): New.
8459 (tfile_dtor, tfile_can_target_save, tfile_start): New.
8460 (tfile_write_header, tfile_write_regblock_type): New.
8461 (tfile_write_status, tfile_write_uploaded_tsv): New.
8462 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8463 (tfile_write_raw_data, (tfile_end): New.
8464 (tfile_write_ops): New global variable.
8465 (TRACE_WRITE_R_BLOCK): New macro.
8466 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8467 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8468 (TRACE_WRITE_V_BLOCK): New macro.
8469 (trace_save): Add extra one parameter WRITER. Make it static.
8470 Use WRITER to writer trace.
8471 (tfile_trace_file_writer_new): New.
8472 (trace_save_command): Caller update.
8473 (trace_save_tfile): Write trace data in TFILE format.
8474 * tracepoint.h (struct trace_frame_write_ops): New.
8475 (struct trace_file_write_ops): New.
8476 (struct trace_file_writer): New.
8477 (trace_save): Remove its declaration.
8478 (trace_save_tfile): Declare it.
8479 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8480 instead of trace_save.
8481
8482 2013-03-13 Pedro Alves <palves@redhat.com>
8483
8484 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8485
8486 2013-03-13 Pedro Alves <palves@redhat.com>
8487
8488 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8489 commented out code.
8490 * demangle.c (current_demangling_style_string): Make it const.
8491 (set_demangling_command): Assert the demangling style is known.
8492 Remove all handling of unknown styles. Set
8493 'current_demangling_style_string' to an element of the
8494 demangling_style_names array.
8495 (set_demangling_style): Delete.
8496 (_initialize_demangler): Set current_demangling_style_string to the
8497 element of the demangling_style_names array that corresponds to
8498 the default demangling style. Remove FIXME note. Don't call
8499 set_demangling_style.
8500 * gdb-demangle.h (set_demangling_style): Remove declaration.
8501
8502 2013-03-13 Pedro Alves <palves@redhat.com>
8503
8504 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8505 fields const.
8506 (ada_make_symbol_completion_list): Make "text0" parameter const.
8507 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8508 * breakpoint.c (condition_completer): Make "text" and "word"
8509 parameters const. Adjust.
8510 (check_tracepoint_command): Adjust to validate_actionline
8511 prototype change.
8512 (catch_syscall_completer): Make "text" and "word" parameters
8513 const.
8514 * cli/cli-cmds.c (show_user): Make "comname" local const.
8515 (valid_command_p): Make "command" parameter const.
8516 (alias_command): Make "alias_prefix" and "command_prefix" locals
8517 const.
8518 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8519 (add_alias_cmd): Make "name" and "oldname" parameters const.
8520 Adjust. No longer make copy of OLDNAME.
8521 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8522 (add_setshow_cmd_full, add_setshow_enum_cmd)
8523 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8524 (add_setshow_filename_cmd, add_setshow_string_cmd)
8525 (add_setshow_string_noescape_cmd)
8526 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8527 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8528 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8529 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8530 Make "name" parameter const.
8531 (help_cmd): Rename "command" parameter to "arg". New const local
8532 "command".
8533 (find_cmd): Make "command" parameter const.
8534 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
8535 deprecated_cmd_warning prototype change.
8536 (undef_cmd_error): Make "cmdtype" parameter const.
8537 (lookup_cmd): Make "line" parameter const.
8538 (deprecated_cmd_warning): Change type of "text" parameter to
8539 pointer to const char, from pointer to pointer to char. Adjust.
8540 (lookup_cmd_composition): Make "text" parameter const.
8541 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8542 parameters const.
8543 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8544 const.
8545 * cli/cli-script.c (validate_comname): Make "tem" local const.
8546 (define_command): New const local "tem_c". Use it in calls to
8547 lookup_cmd.
8548 (document_command): Make "tem" and "comfull" locals const.
8549 (show_user_1): Make "prefix" and "name" parameters const.
8550 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8551 const.
8552 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8553 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8554 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8555 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8556 (complete_on_enum, add_setshow_enum_cmd)
8557 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8558 (add_setshow_filename_cmd, add_setshow_string_cmd)
8559 (add_setshow_string_noescape_cmd)
8560 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8561 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8562 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8563 Change prototypes, constifying strings.
8564 * completer.c (noop_completer, filename_completer): Make "text"
8565 and "prefix" parameters const.
8566 (location_completer, expression_completer)
8567 (complete_line_internal): Make "text" and "prefix" parameters
8568 const and adjust.
8569 (command_completer, signal_completer): Make "text" and "prefix"
8570 parameters const.
8571 * completer.h (noop_completer, filename_completer)
8572 (expression_completer, location_completer, command_completer)
8573 (signal_completer): Change prototypes.
8574 * corefile.c (complete_set_gnutarget): Make "text" and "word"
8575 parameters const.
8576 * cp-abi.c (cp_abi_completer): Likewise.
8577 * expression.h (parse_expression_for_completion): Change
8578 prototype.
8579 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8580 parameters const.
8581 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8582 * infrun.c (handle_completer): Make "text" and "word" parameters
8583 const.
8584 * interps.c (interpreter_completer): Make "text" and "word"
8585 parameters const.
8586 * language.h (struct language_defn)
8587 <la_make_symbol_completion_list>: Make "text" and "word"
8588 parameters const.
8589 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8590 (parse_exp_in_context): Rename to ...
8591 (parse_exp_in_context_1): ... this.
8592 (parse_exp_in_context): Reimplement, with const hack from
8593 parse_exp_1.
8594 (parse_expression_for_completion): Make "string" parameter const.
8595 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8596 to pointer to const char. Adjust.
8597 (print_command_1): Make "exp" parameter const.
8598 (output_command): Rename to ...
8599 (output_command_const): ... this. Make "exp" parameter const.
8600 (output_command): Reimplement.
8601 (x_command): Adjust.
8602 (display_command): Rename "exp" parameter to "arg". New "exp"
8603 local, const version of "arg".
8604 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8605 "cmd_name" local const.
8606 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8607 call.
8608 (cmdpy_completer): Make "text" and "word" parameters const.
8609 (gdbpy_parse_command_name): Make "prefix_text2" local const.
8610 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8611 const.
8612 * remote.c (_initialize_remote): Make "cmd_name" local const.
8613 * symtab.c (language_search_unquoted_string): Make "text" and "p"
8614 parameters const. Adjust.
8615 (completion_list_add_fields): Make "sym_text", "text" and "word"
8616 parameters const.
8617 (struct add_name_data) <sym_text, text, word>: Make fields const.
8618 (default_make_symbol_completion_list_break_on): Make "text" and
8619 "word" parameters const. Adjust locals.
8620 (default_make_symbol_completion_list)
8621 (make_symbol_completion_list, make_symbol_completion_type)
8622 (make_symbol_completion_list_fn): Make "text" and "word"
8623 parameters const.
8624 (make_file_symbol_completion_list): Make "text", "word" and
8625 "srcfile" parameters const. Adjust locals.
8626 (add_filename_to_list): Make "text" and "word" parameters const.
8627 (struct add_partial_filename_data) <text, word>: Make fields
8628 const.
8629 (make_source_files_completion_list): Make "text" and "word"
8630 parameters const.
8631 * symtab.h (default_make_symbol_completion_list_break_on)
8632 (default_make_symbol_completion_list, make_symbol_completion_list)
8633 (make_symbol_completion_type enum type_code)
8634 (make_symbol_completion_list_fn make_file_symbol_completion_list)
8635 (make_source_files_completion_list): Change prototype.
8636 * top.c (execute_command): Adjust to pass pointer to pointer to
8637 const char to lookup_cmd, and to deprecated_cmd_warning prototype
8638 change.
8639 (set_verbose): Make "cmdname" local const.
8640 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8641 and adjust.
8642 (validate_actionline): Make "line" parameter a pointer to const
8643 char, and adjust.
8644 (encode_actions_1): Make "action_exp" local const, and adjust.
8645 (encode_actions): Adjust.
8646 (replace_comma): Delete.
8647 (trace_dump_actions): Make "action_exp" and "next_comma" locals
8648 const, and adjust. Don't frob the action string while splitting
8649 it at commas. Instead, make a copy of each split substring in
8650 turn.
8651 (trace_dump_command): Adjust to validate_actionline prototype
8652 change.
8653 * tracepoint.h (decode_agent_options, decode_agent_options)
8654 (encode_actions, validate_actionline): Change prototypes.
8655 * valprint.h (output_command): Delete declaration.
8656 (output_command_const): Declare.
8657 * value.c (function_destroyer): Cast const away in xfree call.
8658
8659 2013-03-13 Pedro Alves <palves@redhat.com>
8660
8661 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8662 rather than casting 'const char * const *' to 'const char **'.
8663 * ada-lex.l (processInt): Make "trailer" local const. Remove
8664 'const char **' cast.
8665 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8666 locals, and use those as strtol output pointer, instead than doing
8667 invalid casts to from 'const char **' to 'char **'.
8668 (_initialize_demangle): Remove cast.
8669 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8670 locals, and use those as strtol output pointer, instead than doing
8671 invalid casts to from 'const char **' to 'char **'.
8672 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8673 casts.
8674 * stap-probe.c (stap_parse_register_operand)
8675 (stap_parse_single_operand): Likewise.
8676
8677 2013-03-13 Yao Qi <yao@codesourcery.com>
8678
8679 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8680 the last matched 'V' blcok in trace frame.
8681
8682 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8683
8684 * NEWS: Create a new section for the next release branch.
8685 Rename the section of the current branch, now that it has
8686 been cut.
8687
8688 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8689
8690 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8691 * version.in: Bump version to 7.6.50.20130312-cvs.
8692
8693 2013-03-12 Keith Seitz <keiths@redhat.com>
8694
8695 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8696 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8697 Remove temporary copy of input string.
8698 (mi_execute_command_wrapper): Make "cmd" const.
8699 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8700 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8701 Use const strings.
8702 (mi_parse): Make "cmd" const.
8703 Use const strings.
8704 * mi/mi-parse.h (mi_parse): Make "cmd" const.
8705
8706 2013-03-12 Keith Seitz <keiths@redhat.com>
8707
8708 * ada-lang.c (ada_read_renaming_var_value): Pass const
8709 pointer to expression string to parse_exp_1.
8710 (create_excep_cond_exprs): Likewise.
8711 * ax-gdb.c (agent_eval_command_one): Likewise.
8712 (maint_agent_printf_command): Likewise.
8713 Constify much of the string handling/parsing.
8714 * breakpoint.c (set_breakpoint_condition): Pass const
8715 pointer to expression string to parse_exp_1.
8716 (update_watchpoint): Likewise.
8717 (parse_cmd_to_aexpr): Constify string handling.
8718 Pass const pointer to parse_exp_1.
8719 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8720 (find_condition_and_thread): Likewise.
8721 Make TOK const.
8722 (watch_command_1): Make "arg" const.
8723 Constify string handling.
8724 Copy the expression string instead of changing the input
8725 string.
8726 (update_breakpoint_location): Pass const pointer to
8727 parse_exp_1.
8728 * eval.c (parse_and_eval_address): Make "exp" const.
8729 (parse_to_comma_and_eval): Make "expp" const.
8730 (parse_and_eval): Make "exp" const.
8731 * expression.h (parse_expression): Make argument const.
8732 (parse_exp_1): Make first argument const.
8733 * findcmd.c (parse_find_args): Treat "args" as const.
8734 * linespec.c (parse_linespec): Pass const pointer to
8735 linespec_expression_to_pc.
8736 (linespec_expression_to_pc): Make "exp_ptr" const.
8737 * parse.c (parse_exp_1): Make "stringptr" const.
8738 Make a copy of the expression to pass to parse_exp_in_context until
8739 this whole interface can be constified.
8740 (parse_expression): Make "string" const.
8741 * printcmd.c (ui_printf): Treat "arg" as const.
8742 Handle const strings.
8743 * tracepoint.c (validate_actionline): Pass const pointer to
8744 all calls to parse_exp_1.
8745 (encode_actions_1): Likewise.
8746 * value.h (parse_to_comma_and_eval): Make argument const.
8747 (parse_and_eval_address): Likewise.
8748 (parse_and_eval): Likewise.
8749 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8750 (varobj_set_value): Likewise.
8751 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8752 constify string handling.
8753 Pass const pointers to parse_and_eval_address and
8754 parse_to_comman_and_eval.
8755 * cli/cli-utils.c (skip_to_space): Rename to ...
8756 (skip_to_space_const): ... this. Handle const strings.
8757 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8758 skip_to_space_const.
8759 (skip_to_space_const): Declare.
8760 * common/format.c (parse_format_string): Make "arg" const.
8761 Handle const strings.
8762 * common/format.h (parse_format_string): Make "arg" const.
8763 * gdbserver/ax.c (ax_printf): Make "format" const.
8764 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8765 of the expression string.
8766
8767 2013-03-12 Hui Zhu <hui@codesourcery.com>
8768
8769 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8770
8771 2013-03-12 Yao Qi <yao@codesourcery.com>
8772 Hui Zhu <hui@codesourcery.com>
8773
8774 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8775 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8776 DW_OP_deref_size.
8777
8778 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
8779
8780 * ada-lex.l (rules): Only recognize 'thread' as a
8781 delimiter when followed by numerals, as for c-exp.y.
8782 Use new rewind_to_char function to rewind the input for
8783 expression-delimiting tokens.
8784 (rewind_to_char): New function.
8785
8786 2013-03-11 Pedro Alves <palves@redhat.com>
8787 Jan Kratochvil <jan.kratochvil@redhat.com>
8788
8789 * configure: Regenerate.
8790 * configure.ac (check dynamic export flag): Link python test with
8791 $PYTHON_LIBS.
8792
8793 2013-03-11 Doug Evans <dje@google.com>
8794 Keith Seitz <keiths@redhat.com>
8795
8796 * linespec.c (find_linespec_symbols): Call find_function_symbols
8797 first, and then call lookup_prefix_sym/find_method.
8798
8799 2013-03-11 Pedro Alves <palves@redhat.com>
8800
8801 * charset.c (convert_between_encodings): Don't cast between
8802 different pointer to pointer types. Instead, make the 'inp' local
8803 be of the type iconv expects.
8804 (wchar_iterate): Don't cast between different pointer to pointer
8805 types. Instead, use new pointer local of the type iconv expects.
8806 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8807 Add new local of type char pointer, and use it to get a
8808 char/string view of the byte buffer, instead of casting between
8809 pointer to pointer types.
8810
8811 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
8812
8813 * remote.c (remote_set_trace_buffer_size): Move != operator
8814 to the start of next line to fix an ARI warning.
8815
8816 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8817
8818 * NEWS: Add record changes.
8819
8820 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8821
8822 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8823 the instruction history disassembly.
8824 * disasm.c (dump_insns): Omit the pc prefix, if requested.
8825 * disasm.h (DISASSEMBLY_OMIT_PC): New.
8826
8827 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8828
8829 * Makefile.in (SFILES): Add record-btrace.c
8830 (COMMON_OBS): Add record-btrace.o
8831 * record-btrace.c: New.
8832 * objfiles.c: Include btrace.h.
8833 (free_objfile): call btrace_free_objfile.
8834
8835 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8836
8837 * target.c (target_call_history, target_call_history_from,
8838 target_call_history_range): New.
8839 * target.h (target_ops) <to_call_history, to_call_history_from,
8840 to_call_history_range>: New fields.
8841 (target_call_history, target_call_history_from,
8842 target_call_history_range): New declaration.
8843 * record.c (get_call_history_modifiers, cmd_record_call_history,
8844 record_call_history_size): New.
8845 (_initialize_record): Add the "record function-call-history" command.
8846 Add "set/show record function-call-history-size" commands.
8847 * record.h (record_print_flag): New.
8848
8849 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8850
8851 * target.h (target_ops) <to_insn_history, to_insn_history_from,
8852 to_insn_history_range>: New fields.
8853 (target_insn_history): New.
8854 (target_insn_history_from): New.
8855 (target_insn_history_range): New.
8856 * target.c (target_insn_history): New.
8857 (target_insn_history_from): New.
8858 (target_insn_history_range): New.
8859 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8860 (record_insn_history_size): New.
8861 (get_insn_number): New.
8862 (get_context_size): New.
8863 (no_chunk): New.
8864 (get_insn_history_modifiers): New.
8865 (cmd_record_insn_history): New.
8866 (_initialize_record): Add "set/show record instruction-history-size"
8867 command. Add "record instruction-history" command.
8868
8869 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8870
8871 * record.h (record_disconnect): New.
8872 (record_detach): New.
8873 (record_mourn_inferior): New.
8874 (record_kill): New.
8875 * record-full.c (record_disconnect, record_detach,
8876 record_mourn_inferior, record_kill): Move to...
8877 * record.c: ...here.
8878 (DEBUG): New.
8879 (record_stop): New.
8880 (record_unpush): New.
8881 (cmd_record_stop): Call record_stop. Replace unpush_target
8882 call with record_unpush call.
8883 (record_disconnect, record_detach): Assert that the target
8884 is of record stratum. Call record_unpush, record_stop, and
8885 DEBUG.
8886 (record_mourn_inferior, record_kill): Assert that the target
8887 is of record stratum. Call record_unpush and DEBUG.
8888
8889 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8890
8891 * record-full.h, record-full.c (record_memory_query): Rename
8892 to ...
8893 (record_full_memory_query): ...this. Update all users.
8894 (record_arch_list_add_reg): Rename to ...
8895 (record_full_arch_list_add_reg): ...this. Update all users.
8896 (record_arch_list_add_mem): Rename to ...
8897 (record_full_arch_list_add_mem): ...this. Update all users.
8898 (record_arch_list_add_end): Rename to ...
8899 (record_full_arch_list_add_end): ...this. Update all users.
8900 (record_gdb_operation_disable_set): Rename to ...
8901 (record_full_gdb_operation_disable_set): ...this.
8902 Update all users.
8903
8904 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8905
8906 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8907 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8908 (RECORD_IS_REPLAY): Renamed to ...
8909 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8910 (RECORD_FILE_MAGIC): Renamed to ...
8911 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8912 (record_mem_entry): Renamed to ...
8913 (record_full_mem_entry): ... this. Updated all users.
8914 (record_reg_entry): Renamed to ...
8915 (record_full_reg_entry): ... this. Updated all users.
8916 (record_end_entry): Renamed to ...
8917 (record_full_end_entry): ... this. Updated all users.
8918 (record_type) <record_end, record_reg, record_mem>: Renamed
8919 to ...
8920 (record_full_type) <record_full_end, record_full_reg,
8921 record_full_mem>: ... this. Updated all users.
8922 (record_entry): Renamed to ...
8923 (record_full_entry): ... this. Updated all users.
8924 (record_core_buf_entry): Renamed to ...
8925 (record_full_core_buf_entry): ... this. Updated all users.
8926 (record_core_regbuf): Renamed to ...
8927 (record_full_core_regbuf): ... this. Updated all users.
8928 (record_core_start): Renamed to ...
8929 (record_full_core_start): ... this. Updated all users.
8930 (record_core_end): Renamed to ...
8931 (record_full_core_end): ... this. Updated all users.
8932 (record_core_buf_list): Renamed to ...
8933 (record_full_core_buf_list): ... this. Updated all users.
8934 (record_first): Renamed to ...
8935 (record_full_first): ... this. Updated all users.
8936 (record_list): Renamed to ...
8937 (record_full_list): ... this. Updated all users.
8938 (record_arch_list_head): Renamed to ...
8939 (record_full_arch_list_head): ... this. Updated all users.
8940 (record_arch_list_tail): Renamed to ...
8941 (record_full_arch_list_tail): ... this. Updated all users.
8942 (record_stop_at_limit): Renamed to ...
8943 (record_full_stop_at_limit): ... this. Updated all users.
8944 (record_insn_max_num): Renamed to ...
8945 (record_full_insn_max_num): ... this. Updated all users.
8946 (record_insn_num): Renamed to ...
8947 (record_full_insn_num): ... this. Updated all users.
8948 (record_insn_count): Renamed to ...
8949 (record_full_insn_count): ... this. Updated all users.
8950 (record_ops): Renamed to ...
8951 (record_full_ops): ... this. Updated all users.
8952 (record_core_ops): Renamed to ...
8953 (record_full_core_ops): ... this. Updated all users.
8954 (set_record_cmdlist): Renamed to ...
8955 (set_record_full_cmdlist): ... this. Updated all users.
8956 (show_record_cmdlist): Renamed to ...
8957 (show_record_full_cmdlist): ... this. Updated all users.
8958 (record_cmdlist): Renamed to ...
8959 (record_full_cmdlist): ... this. Updated all users.
8960 (record_beneath_to_resume_ops): Renamed to ...
8961 (record_full_beneath_to_resume_ops): ... this. Updated all users.
8962 (record_beneath_to_resume): Renamed to ...
8963 (record_full_beneath_to_resume): ... this. Updated all users.
8964 (record_beneath_to_wait_ops): Renamed to ...
8965 (record_full_beneath_to_wait_ops): ... this. Updated all users.
8966 (record_beneath_to_wait): Renamed to ...
8967 (record_full_beneath_to_wait): ... this. Updated all users.
8968 (record_beneath_to_store_registers_ops): Renamed to ...
8969 (record_full_beneath_to_store_registers_ops): ... this.
8970 Updated all users.
8971 (record_beneath_to_store_registers): Renamed to ...
8972 (record_full_beneath_to_store_registers): ... this.
8973 Updated all users.
8974 (record_beneath_to_xfer_partial_ops): Renamed to ...
8975 (record_full_beneath_to_xfer_partial_ops): ... this.
8976 Updated all users.
8977 (record_beneath_to_xfer_partial): Renamed to ...
8978 (record_full_beneath_to_xfer_partial): ... this.
8979 Updated all users.
8980 (record_beneath_to_insert_breakpoint): Renamed to ...
8981 (record_full_beneath_to_insert_breakpoint): ... this.
8982 Updated all users.
8983 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8984 (record_full_beneath_to_stopped_by_watchpoint): ... this.
8985 Updated all users.
8986 (record_beneath_to_stopped_data_address): Renamed to ...
8987 (record_full_beneath_to_stopped_data_address): ... this.
8988 Updated all users.
8989 (record_beneath_to_async): Renamed to ...
8990 (record_full_beneath_to_async): ... this. Updated all users.
8991 (record_goto_insn): Renamed to ...
8992 (record_full_goto_insn): ... this. Updated all users.
8993 (record_save): Renamed to ...
8994 (record_full_save): ... this. Updated all users.
8995 (record_reg_alloc): Renamed to ...
8996 (record_full_reg_alloc): ... this. Updated all users.
8997 (record_reg_release): Renamed to ...
8998 (record_full_reg_release): ... this. Updated all users.
8999 (record_mem_alloc): Renamed to ...
9000 (record_full_mem_alloc): ... this. Updated all users.
9001 (record_mem_release): Renamed to ...
9002 (record_full_mem_release): ... this. Updated all users.
9003 (record_end_alloc): Renamed to ...
9004 (record_full_end_alloc): ... this. Updated all users.
9005 (record_end_release): Renamed to ...
9006 (record_full_end_release): ... this. Updated all users.
9007 (record_entry_release): Renamed to ...
9008 (record_full_entry_release): ... this. Updated all users.
9009 (record_list_release): Renamed to ...
9010 (record_full_list_release): ... this. Updated all users.
9011 (record_list_release_following): Renamed to ...
9012 (record_full_list_release_following): ... this.
9013 Updated all users.
9014 (record_list_release_first): Renamed to ...
9015 (record_full_list_release_first): ... this. Updated all users.
9016 (record_arch_list_add): Renamed to ...
9017 (record_full_arch_list_add): ... this. Updated all users.
9018 (record_get_loc): Renamed to ...
9019 (record_full_get_loc): ... this. Updated all users.
9020 (record_check_insn_num): Renamed to ...
9021 (record_full_check_insn_num): ... this. Updated all users.
9022 (record_arch_list_cleanups): Renamed to ...
9023 (record_full_arch_list_cleanups): ... this. Updated all users.
9024 (record_message): Renamed to ...
9025 (record_full_message): ... this. Updated all users.
9026 (record_message_wrapper): Renamed to ...
9027 (record_full_message_wrapper): ... this. Updated all users.
9028 (record_message_wrapper_safe): Renamed to ...
9029 (record_full_message_wrapper_safe): ... this. Updated all users.
9030 (record_gdb_operation_disable): Renamed to ...
9031 (record_full_gdb_operation_disable): ... this. Updated all users.
9032 (record_hw_watchpoint): Renamed to ...
9033 (record_full_hw_watchpoint): ... this. Updated all users.
9034 (record_exec_insn): Renamed to ...
9035 (record_full_exec_insn): ... this. Updated all users.
9036 (record_restore): Renamed to ...
9037 (record_full_restore): ... this. Updated all users.
9038 (record_async_inferior_event_token): Renamed to ...
9039 (record_full_async_inferior_event_token): ... this.
9040 Updated all users.
9041 (record_async_inferior_event_handler): Renamed to ...
9042 (record_full_async_inferior_event_handler): ... this.
9043 Updated all users.
9044 (record_core_open_1): Renamed to ...
9045 (record_full_core_open_1): ... this. Updated all users.
9046 (record_open_1): Renamed to ...
9047 (record_full_open_1): ... this. Updated all users.
9048 (record_open): Renamed to ...
9049 (record_full_open): ... this. Updated all users.
9050 (record_close): Renamed to ...
9051 (record_full_close): ... this. Updated all users.
9052 (record_resume_step): Renamed to ...
9053 (record_full_resume_step): ... this. Updated all users.
9054 (record_resumed): Renamed to ...
9055 (record_full_resumed): ... this. Updated all users.
9056 (record_execution_dir): Renamed to ...
9057 (record_full_execution_dir): ... this. Updated all users.
9058 (record_resume): Renamed to ...
9059 (record_full_resume): ... this. Updated all users.
9060 (record_get_sig): Renamed to ...
9061 (record_full_get_sig): ... this. Updated all users.
9062 (record_sig_handler): Renamed to ...
9063 (record_full_sig_handler): ... this. Updated all users.
9064 (record_wait_cleanups): Renamed to ...
9065 (record_full_wait_cleanups): ... this. Updated all users.
9066 (record_wait_1): Renamed to ...
9067 (record_full_wait_1): ... this. Updated all users.
9068 (record_wait): Renamed to ...
9069 (record_full_wait): ... this. Updated all users.
9070 (record_stopped_by_watchpoint): Renamed to ...
9071 (record_full_stopped_by_watchpoint): ... this. Updated all users.
9072 (record_disconnect): Renamed to ...
9073 (record_full_disconnect): ... this. Updated all users.
9074 (record_detach): Renamed to ...
9075 (record_full_detach): ... this. Updated all users.
9076 (record_mourn_inferior): Renamed to ...
9077 (record_full_mourn_inferior): ... this. Updated all users.
9078 (record_kill): Renamed to ...
9079 (record_full_kill): ... this. Updated all users.
9080 (record_stopped_data_address): Renamed to ...
9081 (record_full_stopped_data_address): ... this. Updated all users.
9082 (record_registers_change): Renamed to ...
9083 (record_full_registers_change): ... this. Updated all users.
9084 (record_store_registers): Renamed to ...
9085 (record_full_store_registers): ... this. Updated all users.
9086 (record_xfer_partial): Renamed to ...
9087 (record_full_xfer_partial): ... this. Updated all users.
9088 (record_breakpoint): Renamed to ...
9089 (record_full_breakpoint): ... this. Updated all users.
9090 (record_breakpoint_p): Renamed to ...
9091 (record_full_breakpoint_p): ... this. Updated all users.
9092 (record_breakpoints): Renamed to ...
9093 (record_full_breakpoints): ... this. Updated all users.
9094 (record_sync_record_breakpoints): Renamed to ...
9095 (record_full_sync_record_breakpoints): ... this.
9096 Updated all users.
9097 (record_init_record_breakpoints): Renamed to ...
9098 (record_full_init_record_breakpoints): ... this.
9099 Updated all users.
9100 (record_insert_breakpoint): Renamed to ...
9101 (record_full_insert_breakpoint): ... this. Updated all users.
9102 (record_remove_breakpoint): Renamed to ...
9103 (record_full_remove_breakpoint): ... this. Updated all users.
9104 (record_can_execute_reverse): Renamed to ...
9105 (record_full_can_execute_reverse): ... this. Updated all users.
9106 (record_get_bookmark): Renamed to ...
9107 (record_full_get_bookmark): ... this. Updated all users.
9108 (record_goto_bookmark): Renamed to ...
9109 (record_full_goto_bookmark): ... this. Updated all users.
9110 (record_async): Renamed to ...
9111 (record_full_async): ... this. Updated all users.
9112 (record_can_async_p): Renamed to ...
9113 (record_full_can_async_p): ... this. Updated all users.
9114 (record_is_async_p): Renamed to ...
9115 (record_full_is_async_p): ... this. Updated all users.
9116 (record_execution_direction): Renamed to ...
9117 (record_full_execution_direction): ... this. Updated all users.
9118 (record_info): Renamed to ...
9119 (record_full_info): ... this. Updated all users.
9120 (record_delete): Renamed to ...
9121 (record_full_delete): ... this. Updated all users.
9122 (record_is_replaying): Renamed to ...
9123 (record_full_is_replaying): ... this. Updated all users.
9124 (record_goto_entry): Renamed to ...
9125 (record_full_goto_entry): ... this. Updated all users.
9126 (record_goto_begin): Renamed to ...
9127 (record_full_goto_begin): ... this. Updated all users.
9128 (record_goto_end): Renamed to ...
9129 (record_full_goto_end): ... this. Updated all users.
9130 (record_goto): Renamed to ...
9131 (record_full_goto): ... this. Updated all users.
9132 (init_record_ops): Renamed to ...
9133 (init_record_full_ops): ... this. Updated all users.
9134 (record_core_resume): Renamed to ...
9135 (record_full_core_resume): ... this. Updated all users.
9136 (record_core_kill): Renamed to ...
9137 (record_full_core_kill): ... this. Updated all users.
9138 (record_core_fetch_registers): Renamed to ...
9139 (record_full_core_fetch_registers): ... this. Updated all users.
9140 (record_core_prepare_to_store): Renamed to ...
9141 (record_full_core_prepare_to_store): ... this. Updated all users.
9142 (record_core_store_registers): Renamed to ...
9143 (record_full_core_store_registers): ... this. Updated all users.
9144 (record_core_xfer_partial): Renamed to ...
9145 (record_full_core_xfer_partial): ... this. Updated all users.
9146 (record_core_insert_breakpoint): Renamed to ...
9147 (record_full_core_insert_breakpoint): ... this. Updated all users.
9148 (record_core_remove_breakpoint): Renamed to ...
9149 (record_full_core_remove_breakpoint): ... this. Updated all users.
9150 (record_core_has_execution): Renamed to ...
9151 (record_full_core_has_execution): ... this. Updated all users.
9152 (init_record_core_ops): Renamed to ...
9153 (init_record_full_core_ops): ... this. Updated all users.
9154 (cmd_record_restore): Renamed to ...
9155 (cmd_record_full_restore): ... this. Updated all users.
9156 (record_save_cleanups): Renamed to ...
9157 (record_full_save_cleanups): ... this. Updated all users.
9158 (cmd_record_start): Renamed to ...
9159 (cmd_record_full_start): ... this. Updated all users.
9160 (set_record_insn_max_num): Renamed to ...
9161 (set_record_full_insn_max_num): ... this. Updated all users.
9162 (set_record_command): Renamed to ...
9163 (set_record_full_command): ... this. Updated all users.
9164 (show_record_command): Renamed to ...
9165 (show_record_full_command): ... this. Updated all users.
9166 (_initialize_record): Renamed to ...
9167 (_initialize_record_full): ... this. Updated all users.
9168
9169 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9170
9171 * record.h: Split into this and ...
9172 * record-full.h: ... this.
9173 * record.c: Split into this and ...
9174 * record-full.c: ... this.
9175 * target.h (target_ops): Add new fields to_info_record,
9176 to_save_record, to_delete_record, to_record_is_replaying,
9177 to_goto_record_begin, to_goto_record_end, to_goto_record.
9178 (target_info_record): New.
9179 (target_save_record): New.
9180 (target_supports_delete_record): New.
9181 (target_delete_record): New.
9182 (target_record_is_replaying): New.
9183 (target_goto_record_begin): New.
9184 (target_goto_record_end): New.
9185 (target_goto_record): New.
9186 * target.c (target_info_record): New.
9187 (target_save_record): New.
9188 (target_supports_delete_record): New.
9189 (target_delete_record): New.
9190 (target_record_is_replaying): New.
9191 (target_goto_record_begin): New.
9192 (target_goto_record_end): New.
9193 (target_goto_record): New.
9194 * record.h: Declare struct cmd_list_element.
9195 (record_cmdlist): New declaration.
9196 (set_record_cmdlist): New declaration.
9197 (show_record_cmdlist): New declaration.
9198 (info_record_cmdlist): New declaration.
9199 (cmd_record_goto): New declaration.
9200 * record.c: Remove unnecessary includes.
9201 Include inferior.h.
9202 (cmd_record_goto): Remove declaration.
9203 (record_cmdlist): Now extern. Initialize.
9204 (set_record_cmdlist): Now extern. Initialize.
9205 (show_record_cmdlist): Now extern. Initialize.
9206 (info_record_cmdlist): Now extern. Initialize.
9207 (find_record_target): New.
9208 (require_record_target): New.
9209 (cmd_record_start): Update.
9210 (cmd_record_delete): Remove target-specific code.
9211 Call target_delete_record.
9212 (cmd_record_stop): Unpush any record target.
9213 (set_record_insn_max_num): Move to record-full.c
9214 (set_record_command): Add comment.
9215 (show_record_command): Add comment.
9216 (info_record_command): Update comment.
9217 Remove target-specific code.
9218 Call the record target's to_info_record.
9219 (cmd_record_start): New.
9220 (cmd_record_goto): Now extern.
9221 Remove target-specific code.
9222 Call target_goto_begin, target_goto_end, or target_goto.
9223 (_initialize_record): Move record target ops initialization to
9224 record-full.c.
9225 Change "record" command help text.
9226 Move "record restore", "record set", and "record show" commands to
9227 record-full.c.
9228 * Makefile.in (SFILES): Add record-full.c.
9229 (HFILES_NO_SRCDIR): Add record-full.h.
9230 (COMMON_OBS): Add record-full.o.
9231 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9232 * arm-tdep.c: Include record-full.h.
9233 * i386-linux-tdep.c: Include record-full.h instead of record.h.
9234 * i386-tdep.c: Include record-full.h.
9235 * infrun.c: Include record-full.h.
9236 * linux-record.c: Include record-full.h.
9237 * moxie-tdep.c: Include record-full.h.
9238 * record-full.c: Include record-full.h.
9239 Change module comment.
9240 (set_record_full_cmdlist): New.
9241 (show_record_full_cmdlist): New.
9242 (record_full_cmdlist): New.
9243 (record_goto_insn): New declaration.
9244 (record_save): New declaration.
9245 (record_check_insn_num): Change query string.
9246 (record_info): New.
9247 (record_delete): New.
9248 (record_is_replaying): New.
9249 (record_goto_entry): New.
9250 (record_goto_begin): New.
9251 (record_goto_end): New.
9252 (record_goto): New.
9253 (init_record_ops): Update.
9254 (init_record_core_ops): Update.
9255 (cmd_record_save): Rename to record_save. Remove target and arg checks.
9256 (cmd_record_start): New.
9257 (set_record_insn_max_num): Moved from record.c
9258 (set_record_full_command): New.
9259 (show_record_full_command): New.
9260 (_initialize_record_full): New.
9261
9262 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9263
9264 * target.h (add_deprecated_target_alias): New.
9265 * target.c (add_deprecated_target_alias): New.
9266
9267 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9268
9269 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9270 and signal.h.
9271 (linux_supports_btrace): Add kernel and
9272 cpuid check.
9273 (kernel_supports_btrace): New function.
9274 (cpu_supports_btrace): New function.
9275 (intel_supports_btrace): New function.
9276
9277 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9278
9279 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9280 * remote.c: Include btrace.h.
9281 (struct btrace_target_info): New struct.
9282 (remote_supports_btrace): New function.
9283 (send_Qbtrace): New function.
9284 (remote_enable_btrace): New function.
9285 (remote_disable_btrace): New function.
9286 (remote_teardown_btrace): New function.
9287 (remote_read_btrace): New function.
9288 (init_remote_ops): Add btrace ops.
9289 (enum <unnamed>): Add btrace packets.
9290 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9291 (_initialize_remote): Add packet configuration for branch tracing.
9292
9293 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9294
9295 * features/btrace.dtd: New file.
9296 * Makefile.in (XMLFILES): Add btrace.dtd.
9297 * btrace.h (parse_xml_btrace): New declaration.
9298 * btrace.c: Include xml-support.h.
9299 (parse_xml_btrace): New function.
9300 (parse_xml_btrace_block): New function.
9301 (block_attributes): New struct.
9302 (btrace_attributes): New struct.
9303 (btrace_children): New struct.
9304 (btrace_elements): New struct.
9305
9306 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9307
9308 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9309 (amd64_linux_enable_btrace): New.
9310 (amd64_linux_disable_btrace): New.
9311 (amd64_linux_teardown_btrace): New.
9312 (_initialize_amd64_linux_nat): Initialize btrace ops.
9313 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9314 (i386_linux_enable_btrace): New.
9315 (i386_linux_disable_btrace): New.
9316 (i386_linux_teardown_btrace): New.
9317 (_initialize_i386_linux_nat): Initialize btrace ops.
9318 * config/i386/linux.mh: Add linux-btrace.o.
9319 * config/i386/linux64.mh: Add linux-btrace.o.
9320
9321 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9322
9323 * common/linux_btrace.h: New file.
9324 * common/linux_btrace.c: New file.
9325 * Makefile.in (SFILES): Add btrace.c.
9326 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9327 (COMMON_OBS): Add btrace.o.
9328 (linux-btrace.o): New rule.
9329
9330 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9331
9332 * target.h: Include btrace.h.
9333 (struct target_ops) <to_supports_btrace, to_enable_btrace,
9334 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9335 * target.c (target_supports_btrace): New function.
9336 (target_enable_btrace): New function.
9337 (target_disable_btrace): New function.
9338 (target_teardown_btrace): New function.
9339 (target_read_btrace): New function.
9340 * btrace.h: New file.
9341 * btrace.c: New file.
9342 * Makefile.in: Add btrace.c.
9343 * gdbthread.h: Include btrace.h.
9344 (struct thread_info): Add btrace field.
9345 * thread.c: Include btrace.h.
9346 (clear_thread_inferior_resources): Call target_teardown_btrace.
9347 * common/btrace-common.h: New file.
9348
9349 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9350
9351 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9352 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9353 kill_status to outer block.
9354
9355 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9356
9357 Fix entry-values if the callee called a noreturn function.
9358 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9359 get_frame_address_in_block. Add new comment.
9360
9361 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9362
9363 Fix entry-values in C++ across CUs.
9364 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9365 lookup_minimal_symbol. Add a comment.
9366 * dwarf2read.c
9367 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9368 DW_AT_linkage_name.
9369
9370 2013-03-08 Yao Qi <yao@codesourcery.com>
9371
9372 * tracepoint.c (_initialize_tracepoint): Indent the code.
9373
9374 2013-03-08 Pedro Alves <palves@redhat.com>
9375
9376 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
9377 (parse_find_args, find_command): Change type of pattern buffer
9378 locals to 'gdb_byte *'.
9379
9380 2013-03-08 Stan Shebs <stan@codesourcery.com>
9381 Hafiz Abid Qadeer <abidh@codesourcery.com>
9382
9383 * NEWS: Mention set and show trace-buffer-size commands.
9384 Mention new packet.
9385 * target.h (struct target_ops): New method
9386 to_set_trace_buffer_size.
9387 (target_set_trace_buffer_size): New macro.
9388 * target.c (update_current_target): Set up new method.
9389 * tracepoint.c (trace_buffer_size): New global.
9390 (start_tracing): Send it to the target.
9391 (set_trace_buffer_size): New function.
9392 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9393 * remote.c (remote_set_trace_buffer_size): New function.
9394 (_initialize_remote): Use it.
9395 (QTBuffer:size) New remote command.
9396 (PACKET_QTBuffer_size): New enum.
9397 (remote_protocol_features): Add an entry for
9398 PACKET_QTBuffer_size.
9399
9400 2013-03-08 Tom Tromey <tromey@redhat.com>
9401
9402 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9403 variable.
9404
9405 2013-03-07 Pedro Alves <palves@redhat.com>
9406
9407 * target.c (target_read_stralloc, target_fileio_read_alloc):
9408 *Cast pointer to 'gdb_byte *' in target call.
9409
9410 2013-03-07 Pedro Alves <palves@redhat.com>
9411
9412 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9413 call.
9414
9415 2013-03-07 Keith Seitz <keiths@redhat.com>
9416
9417 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9418 (trace_pass_command): Likewise.
9419 * cli/cli-cmds.c: Include cli/cli-utils.h.
9420 (source_command): Use skip-spaces.
9421 (disassemble_command): Likewise.
9422 * findcmd.c: Include cli/cli-utils.h.
9423 (parse_find_args): Use skip_spaces.
9424 * go32-nat.c: Include cli/cli-utils.h.
9425 (go32_sldt): Use skip_spaces.
9426 (go32_sgdt): Likewise.
9427 (go32_sidt): Likewise.
9428 (go32_pde): Likewise.
9429 (go32_pte): Likewise.
9430 (go32_pte_for_address): Likewise.
9431 * infcmd.c: Include cli/cli-utils.h.
9432 (registers_info): Use skip_spaces.
9433 * linux-tdep.c (read_mapping): Use skip_spaces_const.
9434 (linux_info_proc): Likewise.
9435 * linux-thread-db.c: Include cli/cli-utils.h.
9436 (info_auto_load_libthread_db): Use skip_spaces_const.
9437 * m32r-rom.c: Include cli/cli-utils.h.
9438 (m32r_upload_command): Use skip_spaces.
9439 * maint.c: Include cli/cli-utils.h.
9440 (maintenance_translate_address): Use skip_spaces.
9441 * mi/mi-parse.c: Include cli/cli-utils.h.
9442 (mi_parse_argv): Use skip_spaces.
9443 (mi_parse): Likewise.
9444 * minsyms.c: Include cli/cli-utils.h.
9445 (msymbol_hash_iw): Use skip_spaces_const.
9446 * objc-lang.c: Include cli/cli-utils.h.
9447 (parse_selector): Use skip_spaces.
9448 (parse_method): Likewise.
9449 * python/python.c: Include cli/cli-utils.h.
9450 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9451 (python_command)[HAVE_PYTHON]: Likewise.
9452 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9453 * remote-m32r-sdi.c: Include cli/cli-utils.h.
9454 (m32r_load): Use skip_spaces.
9455 * serial.c: Include cli/cli-utils.h.
9456 (serial_open): Use skip_spaces_const.
9457 * stack.c: Include cli/cli-utils.h.
9458 (parse_frame_specification_1): Use skip_spaces_const.
9459 * symfile.c: Include cli/cli-utils.h.
9460 (set_ext_lang_command): Use skip_spaces.
9461 * symtab.c: Include cli/cli-utils.h.
9462 (rbreak_command): Use skip_spaces.
9463 * thread.c (thread_name_command): Use skip_spaces.
9464 * tracepoint.c (validate_actionline): Use skip_spaces.
9465 (encode_actions_1): Likewise.
9466 (trace_find_range_command): Likewise.
9467 (trace_find_outside_command): Likewise.
9468 (trace_dump_actions): Likewise.
9469
9470 2013-03-07 Pedro Alves <palves@redhat.com>
9471
9472 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9473 * expprint.c (print_subexp_standard): Likewise.
9474 * utils.c (host_char_to_target): Likewise.
9475 * valprint.c (generic_emit_char, generic_printstr): Likewise.
9476 * varobj.c (value_get_print_value): Change type of local to char*.
9477 Cast it gdb_byte * in call to language printer.
9478
9479 2013-03-07 Pedro Alves <palves@redhat.com>
9480
9481 * charset.c (struct wchar_iterator) <input>: Change type to 'const
9482 gdb_byte *'.
9483 (make_wchar_iterator): Remove cast to char*.
9484 (wchar_iterate): Change type of local.
9485
9486 2013-03-07 Pedro Alves <palves@redhat.com>
9487
9488 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9489 for 'regcache->register_status'.
9490
9491 2013-03-07 Pedro Alves <palves@redhat.com>
9492
9493 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9494 int.
9495
9496 2013-03-07 Pedro Alves <palves@redhat.com>
9497
9498 * stap-probe.c (handle_stap_probe): Add cast to char*.
9499
9500 2013-03-07 Pedro Alves <palves@redhat.com>
9501
9502 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9503 RECORD_MSGRCV>: Pass a signed variable to
9504 regcache_raw_read_signed, instead of an unsigned one.
9505
9506 2013-03-07 Pedro Alves <palves@redhat.com>
9507
9508 * remote-notif.c (notif_debug): Change type to int.
9509 * remote-notif.h (notif_debug): Likewise.
9510
9511 2013-03-07 Pedro Alves <palves@redhat.com>
9512
9513 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9514
9515 2013-03-07 Pedro Alves <palves@redhat.com>
9516
9517 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9518 * remote.h (hex2bin, bin2hex): ... here.
9519 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9520
9521 2013-03-07 Eli Zaretskii <eliz@gnu.org>
9522
9523 * utils.c (initialize_utils): Improve doc strings of "set/show
9524 width", "set/show height", and "set/show pagination".
9525
9526 2013-03-06 Keith Seitz <keiths@redhat.com>
9527
9528 * ax-gdb.c (gen_printf): Make FORMAT const.
9529 * ax-gdb.h (gen_printf): Likewise.
9530 * ax-general.c (ax_string): Make STR const.
9531 * ax.h (ax_string): Likewise.
9532
9533 2013-03-06 Doug Evans <dje@google.com>
9534
9535 * elfread.c (elf_symfile_read): Move debugging printf to more
9536 logical location.
9537
9538 2013-03-06 Pedro Alves <palves@redhat.com>
9539
9540 * python/py-utils.c (target_string_to_unicode): Delete function.
9541 * python/python-internal.h (target_string_to_unicode): Delete
9542 declaration.
9543
9544 2013-03-06 Pierre Muller <muller@sourceware.org>
9545
9546 * linespec.c (get_current_search_block): ARI fix, use (void)
9547 for empty parameter list.
9548
9549 2013-03-05 Doug Evans <dje@google.com>
9550
9551 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9552 of old ada_lookup_symbol_list. In !full_search case, don't
9553 search superblocks.
9554 (ada_lookup_symbol_list): Delete arg full_search, all callers
9555 updated. Call ada_lookup_symbol_list_worker.
9556 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9557 * ada-lang.h (ada_lookup_symbol_list): Update.
9558 * language.h (language_defn): Update comment for
9559 la_iterate_over_symbols.
9560 * linespec.c (iterate_over_file_blocks): New function.
9561 (iterate_over_all_matching_symtabs): Call it.
9562 (lookup_prefix_sym): Ditto.
9563 (get_current_search_block): New function.
9564 (get_search_block): Delete.
9565 (find_label_symbols): Call get_current_search_block.
9566 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9567 * symtab.c (iterate_over_symbols): Don't search superblocks.
9568
9569 2013-03-05 Yao Qi <yao@codesourcery.com>
9570
9571 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9572 parameter VAR's type from "unsigned int" to "int".
9573 * command.h (var_zuinteger_unlimited): Update its comments.
9574 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9575
9576 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9577
9578 * NEWS: Mention new target x86_64-*-cygwin*.
9579
9580 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9581
9582 * configure.host: Add x86_64-*-cygwin* as host.
9583 * configure.tgt: Add x86_64-*-cygwin* as target.
9584 * config/i386/cygwin64.mh: New file.
9585
9586 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9587
9588 * linespec.c (decode_line_2): Fix duplicate request off by two message.
9589
9590 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9591
9592 * linespec.c (struct linespec_canonical_name): New.
9593 (struct linespec_state): Change canonical_names type to it.
9594 (add_sal_to_sals): Change variable canonical_name to canonical. Change
9595 xrealloc element size. Initialize the different CANONICAL fields.
9596 (canonical_to_fullform): New.
9597 (filter_results): Use it. Add variables canonical, fullform and
9598 cleanup.
9599 (struct decode_line_2_item, decode_line_2_compare_items): New.
9600 (decode_line_2): Remove variables iter and item_names, add variables
9601 items and items_count. Modify the code for these new variables.
9602
9603 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
9604
9605 * coff-pe-read.c (read_pe_exported_syms): Don't return without
9606 calling do_cleanup.
9607
9608 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
9609
9610 * tracepoint.c (build_traceframe_info): Add code for byte order.
9611
9612 2013-03-02 Kevin Buettner <kevinb@redhat.com>
9613
9614 * v850-tdep.c: (v850e2_register_name): Revise system register
9615 names to match current V850E2M architecture specifications.
9616 Update register number enum comments too.
9617
9618 2013-03-01 Jiong Wang <jiwang@tilera.com>
9619 Pedro Alves <palves@redhat.com>
9620
9621 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9622 to END_ADDR.
9623 (tilegx_skip_prologue): Limit prologue analysis to section end.
9624
9625 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9626
9627 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9628 use it.
9629
9630 2013-03-01 Pedro Alves <palves@redhat.com>
9631
9632 Use gdb_byte for bytes from the program being debugged.
9633
9634 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9635 Change type of local 'buf' to gdb_byte.
9636 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9637 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9638 * cris-tdep.c (cris_sigcontext_addr)
9639 (cris_sigtramp_frame_unwind_cache): Likewise.
9640 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9641 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9642 Likewise.
9643 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9644 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9645 (hppa32_hpux_search_dummy_call_sequence)
9646 (hppa_hpux_supply_save_state): Likewise.
9647 * hppa-linux-tdep.c (insns_match_pattern)
9648 (hppa_linux_find_global_pointer): Likewise.
9649 * hppa-tdep.c (hppa_in_function_epilogue_p)
9650 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9651 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9652 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9653 (i386fbsd_collect_uthread): Likewise.
9654 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9655 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9656 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9657 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9658 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9659 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9660 (ia64_libunwind_frame_prev_register)
9661 (ia64_libunwind_sigtramp_frame_this_id)
9662 (ia64_find_global_pointer_from_dynamic_section)
9663 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9664 (ia64_unwind_pc): Likewise.
9665 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9666 * m68hc11-tdep.c (m68hc11_push_dummy_call)
9667 (m68hc11_extract_return_value): Likewise.
9668 * m68klinux-nat.c (fetch_register, store_register): Likewise.
9669 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9670 (mep_get_insn, mep_push_dummy_call): Likewise.
9671 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9672 (mips_linux_in_dynsym_stub): Likewise.
9673 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9674 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9675 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9676 to gdb_byte.
9677 * remote-mips.c (mips_set_register): Likewise.
9678 * remote-sim.c (gdbsim_fetch_register): Likewise.
9679 * score-tdep.c (score7_fetch_inst): Change type of parameter
9680 'memblock' and local 'buf' to gdb_byte.
9681 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9682 Change type of local 'buf' to gdb_byte. Adjust.
9683 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9684 to gdb_byte**.
9685 (score7_analyze_prologue): Change type of 'memblock' and
9686 'memblock_ptr' locals to gdb_byte*.
9687 * sh64-tdep.c (sh64_extract_return_value)
9688 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9689 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9690 * solib-pa64.c (pa64_solib_create_inferior_hook)
9691 (pa64_open_symbol_file_object): Remove local 'buf'.
9692 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9693 (som_open_symbol_file_object): Likewise.
9694 * solib-spu.c (spu_current_sos): Likewise.
9695 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9696 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9697 (spu_store_registers): Likewise.
9698 * target.c (debug_print_register): Likewise.
9699 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9700 * xstormy16-tdep.c (xstormy16_store_return_value)
9701 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9702 (xstormy16_find_jmp_table_entry): Likewise.
9703
9704 2013-03-01 Jiong Wang <jiwang@tilera.com>
9705
9706 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9707 (tilegx_gdbarch_init): Install it.
9708
9709 2013-02-28 Tom Tromey <tromey@redhat.com>
9710
9711 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9712 PyLong_Check.
9713
9714 2013-02-28 Doug Evans <dje@google.com>
9715
9716 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9717 * python/python.c (gdbpy_find_pc_line): Ditto.
9718
9719 2013-02-28 Tom Tromey <tromey@redhat.com>
9720
9721 * contrib/excheck.py: New file.
9722 * contrib/exsummary.py: New file.
9723 * contrib/gcc-with-excheck: New file.
9724
9725 2013-02-28 Tom Tromey <tromey@redhat.com>
9726
9727 * python/python.c (gdbpy_print_stack): Call begin_line and
9728 fprintf_filtered inside TRY_CATCH.
9729
9730 2013-02-28 Tom Tromey <tromey@redhat.com>
9731
9732 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9733 inside TRY_CATCH.
9734
9735 2013-02-28 Tom Tromey <tromey@redhat.com>
9736
9737 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9738 frame_object_to_frame_info inside TRY_CATCH.
9739
9740 2013-02-28 Tom Tromey <tromey@redhat.com>
9741
9742 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9743 TRY_CATCH.
9744
9745 2013-02-28 Tom Tromey <tromey@redhat.com>
9746
9747 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9748
9749 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
9750
9751 * windows-nat.c: Throughout, fix format strings and casts of
9752 printf-like functions to avoid type related warnings on all
9753 platforms.
9754 (handle_output_debug_string): Fetch context information address
9755 from debug string using string_to_core_addr.
9756
9757 2013-02-27 Jiong Wang <jiwang@tilera.com>
9758
9759 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9760 * regformats/reg-tilegx32.dat: New.
9761
9762 2013-02-27 Jiong Wang <jiwang@tilera.com>
9763
9764 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9765
9766 2013-02-27 Jiong Wang <jiwang@tilera.com>
9767
9768 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9769
9770 2013-02-27 Yao Qi <yao@codesourcery.com>
9771 Pedro Alves <palves@redhat.com>
9772
9773 * tracepoint.c (tfile_trace_find): For tfind
9774 pc/tp/range/outside, look for the next trace frame instead of
9775 always starting from frame 0.
9776
9777 2013-02-26 Anthony Green <green@moxielogic.com>
9778
9779 * configure.tgt: Add support for moxie-*-rtems* target.
9780
9781 2013-02-25 Pedro Alves <palves@redhat.com>
9782
9783 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9784 warning text.
9785
9786 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9787
9788 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9789 if $fp is used as the virtual frame pointer.
9790
9791 2013-02-23 Alan Modra <amodra@gmail.com>
9792
9793 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9794 symbol size.
9795 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9796 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9797 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9798 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9799
9800 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9801
9802 Code cleanup.
9803 * elfread.c (build_id_bfd_get): Make the return type const.
9804 (build_id_verify): Make the check parameter const.
9805 (build_id_to_debug_filename): Make the build_id parameter and variable
9806 data const.
9807 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9808
9809 2013-02-21 Alan Modra <amodra@gmail.com>
9810
9811 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9812
9813 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
9814
9815 Add a new method 'disassemble' to gdb.Architecture class.
9816 * python/py-arch.c (archpy_disassmble): Implementation of the
9817 new method gdb.Architecture.disassemble.
9818 (arch_object_methods): Add entry for the new method.
9819
9820 2013-02-20 Jiong Wang <jiwang@tilera.com>
9821
9822 * MAINTAINERS (Write After Approval): Add myself to the list.
9823
9824 2013-02-19 Pedro Alves <palves@redhat.com>
9825
9826 Garbage collect 'struct monitor_ops'::load_routine.
9827
9828 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9829 * monitor.c (monitor_load): No longer call
9830 current_monitor->load_routine.
9831 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9832 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9833 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9834
9835 2013-02-19 Pedro Alves <palves@redhat.com>
9836
9837 PR gdb/15161
9838
9839 Harmonize with generic_load.
9840
9841 * monitor.c: Include "readline/readline.h".
9842 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
9843 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
9844 long/strtol for the 'load_offset' local. Error out if no argument
9845 is given or if too many arguments are given. Tilde expand the
9846 passed in file name.
9847
9848 2013-02-19 Kai Tietz <ktietz@redhat.com>
9849
9850 PR gdb/15161
9851 * symfile.c (load_section_data): Change type of load_offset
9852 to CORE_ADDR.
9853 (generic_load): User strtoulst instead of strtoul for conversion
9854 of load_offset.
9855
9856 2013-02-19 Jiong Wang <jiwang@tilera.com>
9857
9858 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9859 for return address, "lr" register, saved on stack.
9860 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9861 after we invoke tilegx_analyze_prologue.
9862
9863 2013-02-19 Jiong Wang <jiwang@tilera.com>
9864
9865 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9866
9867 2013-02-19 Jiong Wang <jiwang@tilera.com>
9868
9869 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9870
9871 2013-02-19 Jiong Wang <jiwang@tilera.com>
9872
9873 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9874 (tilegx_write_pc): New function.
9875 (tilegx_cannot_reference_register): Return zero if REGNO
9876 is TILEGX_FAULTNUM_REGNUM.
9877 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9878 (tilegx_register_name): Add handling of "faultnum" register.
9879 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9880 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9881 handling of TILEGX_FAULTNUM_REGNUM.
9882 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9883
9884 2013-02-19 Jiong Wang <jiwang@tilera.com>
9885
9886 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9887 should be aligned to 64bit.
9888
9889 2013-02-19 Kai Tietz <ktietz@redhat.com>
9890
9891 * windows-nat.c (windows_xfer_memory): Fix debug-output
9892 for LLP64.
9893
9894 2013-02-19 Lei Liu <lei.liu2@windriver.com>
9895
9896 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9897 Don't check DSP register number if HAVE_DSP is not set.
9898
9899 2013-02-19 Alan Modra <amodra@gmail.com>
9900
9901 * elfread.c (struct build_id): Delete. Use struct elf_build_id
9902 throughout file instead.
9903 (build_id_bfd_get): Update to use new elf_tdata build_id field.
9904 Don't xmalloc return value.
9905 (build_id_verify): Similarly. Don't xfree.
9906 (build_id_to_debug_filename): Update.
9907 (find_separate_debug_file_by_buildid): Update, don't xfree.
9908
9909 2013-02-18 Tom Tromey <tromey@redhat.com>
9910
9911 PR gdb/15102:
9912 * dwarf2read.c (read_subrange_type): Use result of
9913 'check_typedef'.
9914
9915 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
9916
9917 * frame.c: Remove one extra white space after #include
9918 directive.
9919
9920 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9921
9922 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9923
9924 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9925
9926 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9927 and dir commands into an if block.
9928
9929 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
9930
9931 * python/py-breakpoint (struct pybp_code): Use int instead of
9932 enum type_code.
9933
9934 2013-02-15 Pedro Alves <pedro@codesourcery.com>
9935 Hafiz Abid Qadeer <abidh@codesourcery.com>
9936
9937 * NEWS: Mention new field "trace-file".
9938 * tracepoint.c (trace_status_mi): Output "trace-file" field.
9939 (tfile_open): Record the trace file's filename in the trace
9940 status.
9941 (tfile_files_info): Mention the name of the trace file.
9942 Check the "filename" field explicitely.
9943 (trace_status_command): Explicitely check "filename" field.
9944 (trace_find_command): Ditto.
9945 (trace_find_pc_command): Ditto.
9946 (trace_find_tracepoint_command): Ditto.
9947 (trace_find_line_command): Ditto.
9948 (trace_find_range_command): Ditto.
9949 (trace_find_outside_command): Ditto.
9950 * tracepoint.h (struct trace_status) <from_file>: Rename it
9951 to "filename" and make it hold the trace file's filename
9952 instead of a boolean.
9953 * remote.c (remote_get_trace_status): Initialize "filename"
9954 field with NULL instead of 0.
9955
9956 2013-02-15 Yao Qi <yao@codesourcery.com>
9957
9958 * remote.c: Fix a typo.
9959
9960 2013-02-14 Pierre Muller <muller@sourceware.org>
9961
9962 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9963
9964 2013-02-14 Pedro Alves <palves@redhat.com>
9965
9966 * utils.c (savestring): Don't #undef it. Move function to
9967 common/common-utils.c.
9968 * common/common-utils.c: Include gdb_string.h.
9969 (savestring): Move here from utils.c.
9970 * common/common-utils.h (savestring): Declare.
9971
9972 2013-02-14 Pedro Alves <palves@redhat.com>
9973
9974 * utils.c (savestring): Rename parameter 'size' to 'len'.
9975
9976 2013-02-14 Pedro Alves <palves@redhat.com>
9977 Yufeng Zhang <yufeng.zhang@arm.com>
9978
9979 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9980 (aarch64_inferior_data, struct aarch64_inferior_data):
9981 Delete.
9982 (struct aarch64_process_info): New.
9983 (aarch64_process_list): New global.
9984 (aarch64_find_process_pid, aarch64_add_process)
9985 (aarch64_process_info_get): New functions.
9986 (aarch64_inferior_data_get): Delete.
9987 (aarch64_process_info_get): New function.
9988 (aarch64_forget_process): New function.
9989 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
9990 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9991 aarch64_get_debug_reg_state.
9992 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9993 instead of linux_nat_iterate_watchpoint_lwps.
9994 (aarch64_linux_new_fork): New function.
9995 (aarch64_linux_child_post_startup_inferior): Use
9996 aarch64_forget_process instead of aarch64_init_debug_reg_state.
9997 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9998 (aarch64_linux_remove_hw_breakpoint)
9999 (aarch64_handle_aligned_watchpoint)
10000 (aarch64_handle_unaligned_watchpoint)
10001 (aarch64_linux_insert_watchpoint)
10002 (aarch64_linux_remove_watchpoint)
10003 (aarch64_linux_stopped_data_address): Adjust to pass the current
10004 process id to aarch64_debug_reg_state.
10005 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
10006 linux_nat_new_fork hook, and aarch64_forget_process as
10007 linux_nat_forget_process hook; remove the call to
10008 register_inferior_data_with_cleanup.
10009
10010 2013-02-14 Pedro Alves <palves@redhat.com>
10011
10012 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
10013 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
10014 lval_memory.
10015
10016 2013-02-14 Pedro Alves <pedro@codesourcery.com>
10017 Hafiz Abid Qadeer <abidh@codesourcery.com>
10018
10019 * tracepoint.h (validate_trace_state_variable_name): Declare.
10020 * tracepoint.c (validate_trace_state_variable_name): New.
10021 (trace_variable_command): Parse the trace state variable's name
10022 without using parse_expression. Do several validations.
10023 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
10024 trace state variable's name with parse_expression. Validate it.
10025
10026 2013-02-14 Yao Qi <yao@codesourcery.com>
10027
10028 * infcmd.c (breakpoint_proceeded): Remove it.
10029
10030 2013-02-14 Yao Qi <yao@codesourcery.com>
10031
10032 * tracepoint.c (end_actions_pseudocommand): Make it static.
10033 (while_stepping_pseudocommand): Likewise.
10034 * tracepoint.h (end_actions_pseudocommand): Remove the
10035 declaration.
10036 (while_stepping_pseudocommand): Likewise.
10037
10038 2013-02-14 Yao Qi <yao@codesourcery.com>
10039
10040 * cli/cli-decode.c (help_cmd): Remove the declaration of
10041 "cmdlist".
10042 (help_all): Likewise.
10043
10044 2013-02-13 Pedro Alves <palves@redhat.com>
10045
10046 * amd64-linux-nat.c (update_debug_registers_callback):
10047 Update comment.
10048 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10049 iterate_over_lwps.
10050 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
10051 i386_debug_reg_state.
10052 (amd64_linux_new_fork): New function.
10053 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
10054 linux_nat_new_fork hook, and i386_forget_process as
10055 linux_nat_forget_process hook.
10056 * i386-linux-nat.c (update_debug_registers_callback):
10057 Update comment.
10058 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10059 iterate_over_lwps.
10060 (i386_linux_prepare_to_resume): Pass the lwp's pid to
10061 i386_debug_reg_state.
10062 (i386_linux_new_fork): New function.
10063 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
10064 linux_nat_new_fork hook, and i386_forget_process as
10065 linux_nat_forget_process hook.
10066 * i386-nat.c (i386_init_dregs): Delete.
10067 (i386_inferior_data, struct i386_inferior_data):
10068 Delete.
10069 (struct i386_process_info): New.
10070 (i386_process_list): New global.
10071 (i386_find_process_pid, i386_add_process, i386_process_info_get):
10072 New functions.
10073 (i386_inferior_data_get): Delete.
10074 (i386_process_info_get): New function.
10075 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
10076 (i386_forget_process): New function.
10077 (i386_cleanup_dregs): Rewrite.
10078 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
10079 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
10080 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10081 (i386_remove_hw_breakpoint): Adjust to pass the current process id
10082 to i386_debug_reg_state.
10083 (i386_use_watchpoints): Don't register inferior data.
10084 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
10085 adjust comment.
10086 (i386_forget_process): Declare.
10087 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
10088 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
10089 New static globals.
10090 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
10091 (add_initial_lwp): New, factored out from ...
10092 (add_lwp): ... this. Don't check the number of lwps before
10093 calling linux_nat_new_thread.
10094 (linux_nat_iterate_watchpoint_lwps): Delete.
10095 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
10096 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
10097 forks and vforks.
10098 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
10099 initial lwp.
10100 (linux_nat_kill, linux_nat_mourn_inferior): Call
10101 linux_nat_forget_process.
10102 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10103 (linux_nat_forget_process): New functions.
10104 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
10105 type.
10106 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
10107 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
10108 types.
10109 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10110 (linux_nat_forget_process): New declarations.
10111
10112 * amd64fbsd-nat.c (super_mourn_inferior): New global.
10113 (amd64fbsd_mourn_inferior): New function.
10114 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
10115 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
10116
10117 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10118
10119 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
10120 Adding _().
10121
10122 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10123
10124 * aarch64-linux-nat.c (debug_reg_change_callback)
10125 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
10126 %s and phex().
10127
10128 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10129
10130 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
10131 with LONGEST.
10132
10133 2013-02-13 Pedro Alves <palves@redhat.com>
10134 Hafiz Abid Qadeer <abidh@codesourcery.com>
10135
10136 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
10137
10138 2013-02-12 Tom Tromey <tromey@redhat.com>
10139
10140 PR symtab/11464:
10141 * c-exp.y (lex_one_token): Initialize other fields of yylval on
10142 NAME return.
10143 (classify_inner_name): Remove 'first_name' argument, add
10144 'context'. Remove unused variable.
10145 (yylex): Explicitly maintain the context type. Exit loop earlier
10146 if NAME result is seen.
10147
10148 2013-02-12 Pedro Alves <palves@redhat.com>
10149
10150 * amd64-darwin-tdep.c: Add (C) after Copyright.
10151 * cli/cli-cmds.h: Ditto.
10152 * cli/cli-decode.c: Ditto.
10153 * cli/cli-decode.h: Ditto.
10154 * cli/cli-dump.c: Ditto.
10155 * cli/cli-dump.h: Ditto.
10156 * cli/cli-interp.c: Ditto.
10157 * cli/cli-logging.c: Ditto.
10158 * cli/cli-script.c: Ditto.
10159 * cli/cli-script.h: Ditto.
10160 * cli/cli-setshow.c: Ditto.
10161 * cli/cli-setshow.h: Ditto.
10162 * cli/cli-utils.c: Ditto.
10163 * cli/cli-utils.h: Ditto.
10164 * config/alpha/nm-osf3.h: Ditto.
10165 * config/djgpp/djconfig.sh: Ditto.
10166 * config/i386/nm-fbsd.h: Ditto.
10167 * config/i386/nm-i386gnu.h: Ditto.
10168 * config/nm-linux.h: Ditto.
10169 * config/nm-nto.h: Ditto.
10170 * config/rs6000/nm-rs6000.h: Ditto.
10171 * config/sparc/nm-sol2.h: Ditto.
10172 * darwin-nat-info.c: Ditto.
10173 * dfp.c: Ditto.
10174 * dfp.h: Ditto.
10175 * gdb-demangle.h: Ditto.
10176 * i386-darwin-nat.c: Ditto.
10177 * i386-darwin-tdep.c: Ditto.
10178 * linux-fork.h: Ditto.
10179 * m32c-tdep.c: Ditto.
10180 * microblaze-linux-tdep.c: Ditto.
10181 * microblaze-rom.c: Ditto.
10182 * microblaze-tdep.c: Ditto.
10183 * microblaze-tdep.h: Ditto.
10184 * mips-linux-tdep.h: Ditto.
10185 * ppc-ravenscar-thread.c: Ditto.
10186 * ppc-ravenscar-thread.h: Ditto.
10187 * prologue-value.c: Ditto.
10188 * prologue-value.h: Ditto.
10189 * ravenscar-thread.c: Ditto.
10190 * ravenscar-thread.h: Ditto.
10191 * sparc-ravenscar-thread.c: Ditto.
10192 * sparc-ravenscar-thread.h: Ditto.
10193 * tilegx-linux-tdep.c: Ditto.
10194 * unwind_stop_reasons.def: Ditto.
10195 * windows-nat.h: Ditto.
10196 * xtensa-linux-tdep.c: Ditto.
10197 * xtensa-xtregs.c: Ditto.
10198 * regformats/regdat.sh: Ditto.
10199 * regformats/regdef.h: Ditto.
10200
10201 2013-02-12 Pedro Alves <palves@redhat.com>
10202
10203 * break-catch-sig.c: Update copyright years.
10204
10205 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
10206
10207 Add support for a destructor for ui_out data and use it to
10208 provide a ui_out destructor.
10209 * ui-out.h: Declare the new ui_out destructor.
10210 (ui_out_impl): Add a field for data destructor in ui_out_impl.
10211 * ui-out.c (default_data_destroy): Add a default data destructor
10212 which does nothing.
10213 (default_ui_out_impl): Set the new data_destroy field to
10214 default_data_destroy
10215 (uo_data_destroy): Local function which invokes the data
10216 destructor if present.
10217 (clear_table): Local function which clears the table data of a
10218 ui_out object.
10219 (ui_out_destroy): Public function which frees a ui_out object.
10220 (ui_out_table_end): Use the new clear_table function.
10221 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10222 NULL.
10223 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10224 to NULL.
10225
10226 2013-02-11 Doug Evans <dje@google.com>
10227
10228 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10229 (printf_decfloat): New function. Broken out from ui_printf.
10230 Remove unnecessary code to shift the entire format string down.
10231 (printf_pointer): New function.
10232 (ui_printf): Code to print C strings, wide C strings, decfloats,
10233 and pointers moved to separate functions.
10234
10235 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
10236
10237 * valops.c (value_assign): Handling bitfield offset in
10238 `lval_internalvar_component' case.
10239
10240 2013-02-08 Doug Evans <dje@google.com>
10241
10242 * common/format.c (parse_format_string): Fix whitespace.
10243
10244 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
10245
10246 * stack.c (return_command): Work around uninitialized variable
10247 warning.
10248
10249 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
10250
10251 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10252 number of the registers from 36 to 34.
10253
10254 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10255
10256 * NEWS: Mention new AArch64 native and target support.
10257
10258 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10259
10260 * MAINTAINERS (Write After Approval): Add myself.
10261
10262 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
10263 Marcus Shawcroft <marcus.shawcroft@arm.com>
10264 Nigel Stephens <nigel.stephens@arm.com>
10265 Yufeng Zhang <yufeng.zhang@arm.com>
10266
10267 * aarch64-linux-nat.c: New file.
10268 * config/aarch64/linux.mh: New file.
10269 * configure.host: Add AArch64.
10270 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10271
10272 2013-02-07 Doug Evans <dje@google.com>
10273
10274 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10275 disassemble command.
10276
10277 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
10278
10279 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10280 set_gdbarch_fetch_tls_load_module_address.
10281
10282 2013-02-06 David S. Miller <davem@davemloft.net>
10283
10284 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10285 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10286 * value.c (struct_return_convention): New function.
10287 (using_struct_return): Implement in terms of struct_return_convention.
10288 * value.h (struct_return_convention): Declare.
10289 * stack.c (return_command): Allow successful overriding of the return
10290 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10291
10292 2013-02-06 Tom Tromey <tromey@redhat.com>
10293
10294 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10295 outside of TRY_CATCH.
10296
10297 2013-02-06 Yao Qi <yao@codesourcery.com>
10298
10299 * mi/mi-interp.c: Include "tracepoint.h".
10300 (mi_tsv_modified): Declare.
10301 (mi_tsv_created, mi_tsv_deleted): Update declaration.
10302 (mi_interpreter_init): Call observer_attach_tsv_modified.
10303 (mi_tsv_modified): New.
10304 (mi_tsv_created, mi_tsv_deleted): Update.
10305 * tracepoint.c (trace_variable_command): Call
10306 observer_notify_tsv_modified if the initial value of tsv is
10307 changed.
10308 (delete_trace_state_variable): Call
10309 observer_notify_tsv_deleted earlier.
10310 (trace_variable_command): Caller update.
10311 (create_tsv_from_upload): Likewise.
10312 * observer.sh: Declare "struct trace_state_variable".
10313
10314 * NEWS: Mention the new MI notification "=tsv-modified".
10315
10316 2013-02-05 Doug Evans <dje@google.com>
10317
10318 * completer.c (location_completer): Fix typo in comment.
10319
10320 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10321
10322 * breakpoint.c (add_location_to_breakpoint): Insert the location with
10323 ADDRESS sorted.
10324
10325 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
10326
10327 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10328 Refactor if statement to avoid trailing || operator.
10329
10330 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
10331
10332 * NEWS: Add PowerPC FreeBSD as a new native configuration.
10333
10334 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
10335
10336 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10337 * configure.host: Add powerpc*-*-freebsd* target.
10338 * configure.tgt: Add target info for powerpc*-*-freebsd*.
10339 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10340 * config/powerpc/fbsd.mh: New file.
10341
10342 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
10343 Denys Vlasenko <dvlasenk@redhat.com>
10344 Pedro Alves <palves@redhat.com>
10345
10346 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10347 (struct elf_internal_linux_prpsinfo): Forward declare.
10348 * gdbarch.h, gdbarch.c: Regenerate.
10349 * linux-tdep.c: Include `cli/cli-utils.h'.
10350 (linux_fill_prpsinfo): New function.
10351 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
10352 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10353 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10354 depending on gdbarch pointer bitness.
10355 * ppc-linux-tdep.c: Include elf-bfd.h.
10356 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10357 on 32-bit.
10358
10359 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10360 Marcus Shawcroft <marcus.shawcroft@arm.com>
10361 Nigel Stephens <nigel.stephens@arm.com>
10362 Yufeng Zhang <yufeng.zhang@arm.com>
10363
10364 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10365
10366 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10367 Marcus Shawcroft <marcus.shawcroft@arm.com>
10368 Nigel Stephens <nigel.stephens@arm.com>
10369 Yufeng Zhang <yufeng.zhang@arm.com>
10370
10371 * aarch64-newlib-tdep.c: New file.
10372 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10373 aarch64*-*-elf.
10374 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10375 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
10376 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
10377 * osabi.c (gdb_osabi_names): Add "Newlib".
10378
10379 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10380 Marcus Shawcroft <marcus.shawcroft@arm.com>
10381 Nigel Stephens <nigel.stephens@arm.com>
10382 Yufeng Zhang <yufeng.zhang@arm.com>
10383
10384 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10385 (ALLDEPFILES): Add aarch64-linux-tdep.c.
10386 * aarch64-linux-tdep.c: New file.
10387 * aarch64-linux-tdep.h: New file.
10388 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10389 * configure.tgt: Add aarch64-none-linux-gnu.
10390
10391 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10392 Marcus Shawcroft <marcus.shawcroft@arm.com>
10393 Nigel Stephens <nigel.stephens@arm.com>
10394 Yufeng Zhang <yufeng.zhang@arm.com>
10395
10396 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10397 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10398 (ALLDEPFILES): Add aarch64-tdep.c.
10399 * aarch64-tdep.c: New file.
10400 * aarch64-tdep.h: New file.
10401 * configure.tgt: Add AArch64.
10402 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10403 (aarch64-expedite): New definition.
10404 * features/aarch64-core.xml: New file.
10405 * features/aarch64-fpu.xml: New file.
10406 * features/aarch64-without-fpu.c: New file (generated).
10407 * features/aarch64-without-fpu.xml: New file.
10408 * features/aarch64.c: New file (generated).
10409 * features/aarch64.xml: New file.
10410 * regformats/aarch64-without-fpu.dat: New file (generated).
10411 * regformats/aarch64.dat: New file (generated).
10412
10413 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10414
10415 * contrib/expect-read1.c: New file.
10416 * contrib/expect-read1.sh: New file.
10417
10418 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10419
10420 * dwarf2read.c (file_file_name): New function with code from
10421 file_full_name.
10422 (file_full_name): Move most of the code to file_file_name.
10423 (macro_start_file): Rename variable full_name to file_name and use
10424 file_file_name for it. Add comp_dir parameter to new_macro_table.
10425 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
10426 macro_source_file->filename access by macro_source_fullname call.
10427 * macroscope.c (_initialize_macroscope): Update the new_macro_table
10428 caller.
10429 * macrotab.c (struct macro_table): New field comp_dir.
10430 (macro_include): New variables link_fullname and source_fullname.
10431 Replace any macro_source_file->filename access by macro_source_fullname
10432 call.
10433 (macro_lookup_inclusion): Remove the partial filenames checking code.
10434 (check_for_redefinition): New variables source_fullname and
10435 found_key_fullname. Replace any macro_source_file->filename access by
10436 macro_source_fullname call.
10437 (macro_undef): New variables source_fullname and key_fullname. Replace
10438 any macro_source_file->filename access by macro_source_fullname call.
10439 (macro_lookup_definition): New variables retval and source_fullname.
10440 Replace any macro_source_file->filename access by macro_source_fullname
10441 call.
10442 (foreach_macro): New variable key_fullname. Replace any
10443 macro_source_file->filename access by macro_source_fullname call.
10444 (foreach_macro_in_scope): New variable datum_fullname. Replace any
10445 macro_source_file->filename access by macro_source_fullname call.
10446 (new_macro_table): Add parameter comp_dir. Initialize T with it.
10447 (macro_source_fullname): New function.
10448 * macrotab.h (struct macro_source_file): Extent the filename field
10449 comment.
10450 (new_macro_table): New parameter comp_dir, add a comment for it.
10451 (macro_source_fullname): new declaration.
10452
10453 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10454
10455 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10456 this_real_name to outer block. Use it also for
10457 compare_filenames_for_search.
10458 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
10459 with dw2_get_real_path for file_matcher, considering also
10460 BASENAMES_MAY_DIFFER.
10461 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10462
10463 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10464
10465 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10466 to the file_matcher parameter. Pass 0 to it.
10467 (dwarf2_create_include_psymtab): Copy also DIRNAME.
10468 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10469 NULL psymtab_to_fullname result.
10470 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
10471 an expected filename instead.
10472 (expand_symtabs_matching_via_partial): Add basenames parameter to the
10473 file_matcher parameter. Call also psymtab_to_fullname, after newly
10474 considering BASENAMES_MAY_DIFFER.
10475 * source.c (rewrite_source_path): Remove static.
10476 * source.h (rewrite_source_path): New declaration.
10477 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10478 the expand_symtabs_matching field. Comment it.
10479 * symtab.c (file_matches): New function comment. Add parameter
10480 basenames, implement it.
10481 (search_symbols_file_matches): Add basenames parameter. Update the
10482 file_matches caller.
10483 (search_symbols): Match FILES also against symtab_to_fullname.
10484 Optimize it for BASENAMES_MAY_DIFFER.
10485
10486 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10487
10488 * source.c (print_source_lines_base): Print for TUI also "fullname".
10489 * tui/tui-data.c (init_content_element): Change tui_locator_element
10490 field to full_name.
10491 * tui/tui-data.h (struct tui_locator_element): Likewise.
10492 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10493 tui_update_locator_filename calls to tui_update_locator_fullname.
10494 Replace symtab->filename refererence by symtab_to_fullname call.
10495 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10496 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10497 field to full_name. Replace symtab->filename refererence by
10498 symtab_to_fullname call.
10499 (tui_show_symtab_source): Rename parameter to fullname. Change
10500 tui_locator_element field to full_name.
10501 * tui/tui-stack.c: Include source.h.
10502 (tui_set_locator_filename): Rename the declaration to ...
10503 (tui_set_locator_fullname): ... here. Rename its parameter to
10504 fullname, updates its comment.
10505 (tui_set_locator_info): Rename its parameter to fullname.
10506 (tui_set_locator_filename): Rename the definition to ...
10507 (tui_set_locator_fullname): ... here. Rename its parameter to
10508 fullname, updates its comment. Change tui_locator_element field to
10509 full_name.
10510 (tui_set_locator_info): Rename its parameter to fullname.
10511 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10512 (tui_update_locator_filename): Rename to ...
10513 (tui_update_locator_fullname): ... here. Rename callee to
10514 tui_set_locator_fullname.
10515 (tui_show_frame_info): Replace symtab->filename refererence by
10516 symtab_to_fullname call.
10517 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10518 (tui_update_locator_fullname): ... here.
10519 * tui/tui-winsource.c (tui_display_main): Rename the callee to
10520 tui_update_locator_fullname. Replace symtab->filename refererence by
10521 symtab_to_fullname call.
10522 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10523 Rename the callee to tui_update_locator_fullname.
10524 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10525
10526 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10527
10528 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10529 by symtab_to_filename_for_display calls.
10530 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10531 (clear_command): New variable sal_fullname, initialize it. Replace
10532 compare_filenames_for_search by filename_cmp with sal_fullname.
10533 (say_where, update_static_tracepoint): Replace symtab->filename
10534 refererences by symtab_to_filename_for_display calls.
10535 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10536 Likewise.
10537 * dwarf2read.c: Include source.h.
10538 (fixup_go_packaging): Replace symtab->filename refererences by
10539 symtab_to_filename_for_display calls.
10540 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10541 Replace symtab->filename refererences by symtab_to_filename_for_display
10542 calls.
10543 (create_sals_line_offset, convert_linespec_to_sals): New variable
10544 fullname, initialize it, replace symtab->filename reference by the
10545 variable.
10546 * linux-fork.c: Include source.h.
10547 (info_checkpoints_command): Replace symtab->filename refererences by
10548 symtab_to_filename_for_display calls.
10549 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10550 by symtab_to_filename_for_display calls.
10551 * mdebugread.c: Include source.h.
10552 (psymtab_to_symtab_1): Replace symtab->filename refererences by
10553 symtab_to_filename_for_display calls.
10554 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10555 (mi_cmd_file_list_exec_source_files): Likewise.
10556 * printcmd.c: Include source.h.
10557 (build_address_symbolic): Replace symtab->filename refererences by
10558 symtab_to_filename_for_display calls.
10559 * psymtab.c (partial_map_symtabs_matching_filename)
10560 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10561 with psymtab_to_fullname.
10562 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10563 by symtab_to_filename_for_display calls.
10564 (stpy_get_filename): New variable filename, initialize it, use instead
10565 of symtab->filename refererences.
10566 (salpy_str): Make variable filename const char *. Replace
10567 symtab->filename refererences by symtab_to_filename_for_display calls.
10568 * skip.c: Include source.h and filenames.h.
10569 (skip_file_command): Remove const from the symtab variable. Replace
10570 symtab->filename refererences by symtab_to_fullname call.
10571 (function_name_is_marked_for_skip): New variables searched_for_fullname
10572 and fullname. Use them to search also with symtab's fullname.
10573 * source.c (find_source_lines): Replace symtab->filename refererences
10574 by symtab_to_filename_for_display calls.
10575 (print_source_lines_base): New variable filename, use it instead of
10576 symtab->filename. Replace symtab->filename refererences by
10577 symtab_to_filename_for_display calls.
10578 (line_info, forward_search_command): Replace symtab->filename
10579 refererences by symtab_to_filename_for_display calls.
10580 (reverse_search_command): Replace symtab->filename refererences by
10581 symtab_to_filename_for_display calls. New variable filename for it.
10582 * stack.c (frame_info): Likewise.
10583 * symmisc.c: Include source.h.
10584 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10585 (maintenance_info_symtabs): Replace symtab->filename refererences by
10586 symtab_to_filename_for_display calls.
10587 * symtab.c (iterate_over_some_symtabs): Call
10588 compare_filenames_for_search also with symtab_to_fullname.
10589 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10590 symtab->filename refererences by symtab_to_filename_for_display calls.
10591 (find_line_symtab): Replace symtab->filename refererences by
10592 symtab_to_filename_for_display calls.
10593 (file_matches): Replace filename_cmp by compare_filenames_for_search.
10594 (print_symbol_info): Make the last parameter const char *. New
10595 variable s_filename. Use it in the function.
10596 (symtab_symbol_info): Make the last_filename variable const char *.
10597 Replace symtab->filename refererences by symtab_to_filename_for_display
10598 calls.
10599 (rbreak_command): New variable fullname. Use it. Replace
10600 symtab->filename refererence by symtab_to_filename_for_display call.
10601 * tracepoint.c (set_traceframe_context, trace_find_line_command)
10602 (print_one_static_tracepoint_marker): Replace symtab->filename
10603 refererences by symtab_to_filename_for_display calls.
10604 * tui/tui-source.c (tui_set_source_content): New variables filename and
10605 s_filename. Replace symtab->filename refererences by this variable.
10606 Replace other symtab->filename refererences by
10607 symtab_to_filename_for_display calls.
10608
10609 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10610 Jan Kratochvil <jan.kratochvil@redhat.com>
10611
10612 Add a new variable that controls a way in which filenames are
10613 displayed.
10614 * NEWS (set filename-display): New entry.
10615 * source.c (filename_display_basename, filename_display_relative)
10616 (filename_display_absolute, filename_display_kind_names)
10617 (filename_display_string, show_filename_display_string)
10618 (symtab_to_filename_for_display): New.
10619 (_initialize_source): Added initialization of 'filename-display'
10620 variable.
10621 * source.h (symtab_to_filename_for_display): Added declaration.
10622 * stack.c (print_frame): Added new variable and calling of a new
10623 function and condition with this variable. Changed third argument of
10624 calling of a function.
10625
10626 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10627
10628 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10629 Rename field reference filename to fullname.
10630 * tui/tui-data.h (struct tui_source_info): Rename field filename to
10631 fullname. New comment for it.
10632 * tui/tui-source.c (tui_set_source_content): Rename field reference
10633 filename to fullname. Initialize field by symtab_to_fullname now.
10634 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10635 reference filename to fullname. Use symtab_to_fullname during
10636 comparison.
10637
10638 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10639
10640 Code cleanup.
10641 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10642 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
10643 filename to fullname. Rename variable this_name to this_fullname.
10644 Lowercase FILENAME_CMP call.
10645 (dw2_find_symbol_file): New comment for the returned string.
10646 (dwarf2_gdb_index_functions): Rename the function to
10647 dw2_expand_symtabs_with_fullname.
10648 * psymtab.c (read_psymtabs_with_filename): Rename to ...
10649 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
10650 fullname.
10651 (psym_functions): Rename the function to read_psymtabs_with_fullname.
10652 * symfile.h (struct quick_symbol_functions): Rename field
10653 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10654 parameter filename to fullname. Document returned string meaning for
10655 find_symbol_file.
10656 * symtab.c (find_line_symtab): Rename the called function to
10657 expand_symtabs_with_fullname.
10658
10659 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10660
10661 Code cleanup.
10662 * breakpoint.c (clear_command): Remove variable is_abs, unify the
10663 call of filename_cmp with compare_filenames_for_search.
10664 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10665 is_abs, unify the call of FILENAME_CMP with
10666 compare_filenames_for_search. New gdb_asserts for real_path and name.
10667 Unify the call of compare_filenames_for_search with FILENAME_CMP.
10668 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10669 * symfile.h (struct quick_symbol_functions): Extend the comment for
10670 map_symtabs_matching_filename.
10671 * symtab.c (compare_filenames_for_search): Remove the function comment
10672 relative path requirement. Handle absolute filenames, with a comment.
10673 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10674 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
10675 real_path and name. Unify the call of compare_filenames_for_search
10676 with FILENAME_CMP.
10677 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10678
10679 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10680
10681 Code cleanup.
10682 * breakpoint.c (print_breakpoint_location): Replace bp_location field
10683 source_file references by symtab field references. Remove variables
10684 sal and fullname.
10685 (momentary_breakpoint_from_master, add_location_to_breakpoint):
10686 (clear_command, say_where): Replace bp_location field source_file
10687 references by symtab field references.
10688 (bp_location_dtor): Remove the source_file reference.
10689 (update_static_tracepoint): Replace bp_location field source_file
10690 references by symtab field references.
10691 (breakpoint_free_objfile): New function.
10692 * breakpoint.h (struct bp_location): Extend the comment for line_number.
10693 Replace the field source_file by field symtab, extend its comment.
10694 (breakpoint_free_objfile): New declaration.
10695 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10696 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10697 field source_file references by symtab field references.
10698
10699 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10700
10701 Replace xfullpath calls by gdb_realpath calls.
10702 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10703 function comment.
10704 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10705 Remove it from the iterate_over_some_symtabs call.
10706 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10707 Remove it from the dw2_map_expand_apply calls, remove a block handling
10708 it.
10709 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10710 Remove it from the iterate_over_some_symtabs call.
10711 (partial_map_symtabs_matching_filename): Remove parameter full_path.
10712 Remove it from the partial_map_expand_apply calls, remove a block
10713 handling it. Drop gdb_realpath call and cleanups from the real_path
10714 handling.
10715 * source.c (openp): Drop the comment part about xfullpath. Replace
10716 xfullpath calls by gdb_realpath calls.
10717 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10718 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10719 from method map_symtabs_matching_filename and its comment.
10720 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10721 gdb_realpath call.
10722 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10723 remove it also from the function comment, remove a block handling it.
10724 Drop gdb_realpath call and cleanups from the real_path handling.
10725 (iterate_over_symtabs): Drop variable full_path and its use.
10726 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10727 * utils.c (xfullpath): Remove.
10728 * utils.h (xfullpath): Remove.
10729
10730 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
10731
10732 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10733 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10734 (ALLDEPFILES): Add ppc64-tdep.c.
10735 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10736 ppc64-tdep.o to gdb_target_obs.
10737 * ppc64-tdep.h: New file.
10738 * ppc64-tdep.c: New file.
10739 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10740 ppc-linux-tdep.c to here.
10741 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10742 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10743 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10744 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10745 from ppc-linux-tdep.c to here.
10746 (ppc64_convert_from_func_ptr_addr): Rename from
10747 ppc64_linux_convert_from_func_ptr_addr to
10748 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10749 here.
10750 * rs6000-tdep.c:
10751 (read_insn): Move from ppc-linux-tdep.c to here.
10752 (insns_match_pattern, insn_d_field, insn_ds_field): Move
10753 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10754 * ppc-linux-tdep.c: Include ppc64-tdep.h.
10755 Removed above functions.
10756 (ppc_linux_init_abi): Adjust.
10757
10758 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10759
10760 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10761
10762 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10763
10764 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10765
10766 2013-02-01 Pedro Alves <palves@redhat.com>
10767
10768 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10769 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10770
10771 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10772
10773 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10774 files with no separate debug info.
10775 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10776 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10777 only for files with no separate debug info.
10778
10779 2013-01-31 Tom Tromey <tromey@redhat.com>
10780
10781 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10782 change type.
10783 (struct jit_program_space_data): Rename from jit_inferior_data.
10784 Update comments.
10785 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10786 Change return type. Attach data to program space.
10787 (jit_program_space_data_cleanup): Rename from
10788 jit_inferior_data_cleanup; change argument type.
10789 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10790 change type.
10791 (jit_register_code): Update.
10792 (jit_update_inferior_cache): Remove.
10793 (jit_breakpoint_deleted): Get jit data from the location's program
10794 space.
10795 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10796 'ps_data', change type.
10797 (jit_inferior_init, jit_breakpoint_re_set_internal)
10798 (jit_event_handler): Update.
10799 (free_objfile_data): Get data from objfile's program space.
10800 (_initialize_jit): Update.
10801
10802 2013-01-31 Tom Tromey <tromey@redhat.com>
10803
10804 PR gdb/13987:
10805 * jit.c (struct jit_inferior_data) <cached_code_address,
10806 jit_breakpoint>: New fields.
10807 (jit_breakpoint_re_set_internal): Fix logging. Only create
10808 breakpoint if cached address has changed.
10809 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10810 functions.
10811 (_initialize_jit): Register breakpoint deleted observer.
10812
10813 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10814
10815 * infrun.c (handle_syscall_event): Remove unused gdbarch.
10816 (save_infcall_suspend_state): Ifdef out unused inf.
10817 (restore_infcall_suspend_state): Ifdef out unused inf.
10818 * jit.c (jit_register_code): Remove unused i, b, inf_data.
10819 (jit_frame_sniffer): Remove unused inf_data.
10820
10821 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10822
10823 * c-exp.y (classify_inner_name): Remove unused type.
10824 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10825 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10826 need_escape.
10827 (c_get_string): Remove unused kind.
10828 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10829
10830 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10831
10832 * charset.c (intermediate_encoding): Remove unused i.
10833 * completer.c (signal_completer): Remove unused i.
10834 * continuations.c (discard_my_continuations_1): Remove unused
10835 continuation_ptr.
10836 * corelow.c (core_close): Remove unuseD name.
10837 (get_core_siginfo): Remove unused pid.
10838 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10839 i, cps.
10840 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10841 (loclist_describe_location): Remove unused first.
10842 * event-top.c (command_line_handler): Remove unused got_eof.
10843 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10844 (resize_section_table): Remove unused old_value.
10845 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10846 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10847 * i386-tdep.c (i386_process_record): Remove unused rex.
10848 * infcmd.c (get_return_value): Remove unused uiout.
10849 * jv-lang.c (type_from_class): Remove unused is_array.
10850 * jv-valprint.c (java_val_print): Remove unused i.
10851 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10852 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10853 * m2-typeprint.c (m2_print_type): Remove unused code.
10854 * macroexp.c (get_character_constant): Remove unused body_start.
10855 (macro_stringify): Remove unused result.
10856 * objc-lang.c (find_methods): Remove unused gdbarch.
10857 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10858 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10859 * stack.c (print_frame_args): Remove unused summary.
10860 * thread.c (thread_apply_command): Remove unused p.
10861 * valarith.c (value_x_unop): Remove unused mangle_ptr.
10862 * valops.c (search_struct_method): Remove unused skip.
10863 * valprint.c (generic_val_print): Remove unused byte_order.
10864 * varobj.c (varobj_update): Remove unused changed.
10865 * cli/cli-cmds.c (complete_command): Remove unused next_item.
10866 (alias_command): Remove unused c.
10867 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10868 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10869 format.
10870 (mi_cmd_data_write_memory): Remove unused word_format.
10871 (mi_cmd_data_write_memory_bytes): Remove unused r.
10872 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10873 p_start, p_end.
10874 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10875 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10876 line_width.
10877
10878 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10879
10880 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10881 * symtab.c (iterate_over_symtabs): Remove unused s.
10882 (find_pc_sect_symtab): Remove unused pspAce.
10883 (find_pc_sect_line): Remove unused alt_symtab.
10884 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10885 (completion_list_add_name): Remove unused newsize.
10886
10887 2013-01-31 Tom Tromey <tromey@redhat.com>
10888
10889 PR c++/14998:
10890 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10891 TYPE_CODE_FUNC.
10892
10893 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10894
10895 * target.c (target_read_string): Remove unused origlen.
10896
10897 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10898
10899 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10900 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10901 * ax-general.c (ax_print): Remove unused is_float.
10902 * blockframe.c (block_innermost_frame): Remove unused start, end.
10903 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10904
10905 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10906
10907 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10908 (svr4_read_so_list): Remove unused lmo.
10909 * solib-target.c (solib_target_relocate_section_addresses): Remove
10910 unused flags.
10911
10912 2013-01-30 Tom Tromey <tromey@redhat.com>
10913
10914 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10915
10916 2013-01-30 Tom Tromey <tromey@redhat.com>
10917
10918 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10919 * utils.c (gnu_debuglink_crc32): Remove.
10920 * utils.h (gnu_debuglink_crc32): Don't declare.
10921
10922 2013-01-30 Tom Tromey <tromey@redhat.com>
10923
10924 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10925 (read_structure_type, read_enumeration_type): Remove cast.
10926
10927 2013-01-30 Tom Tromey <tromey@redhat.com>
10928
10929 * dwarf2read.c (read_namespace_type): Remove cast.
10930 (read_typedef): Likewise.
10931
10932 2013-01-29 Tom Tromey <tromey@redhat.com>
10933
10934 * dwarf2read.c (free_dwo_file): Remove assert.
10935
10936 2013-01-29 Tom Tromey <tromey@redhat.com>
10937
10938 * value.c (deprecated_set_value_modifiable): Remove.
10939 * value.h (deprecated_set_value_modifiable): Remove.
10940
10941 2013-01-28 Doug Evans <dje@google.com>
10942
10943 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10944 to addresses from dwo files.
10945
10946 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
10947
10948 * valops.c (find_overload_match): Remove unused argument 'lax'.
10949 * value.h: Remove unused argument 'lax' from the declaration of
10950 find_overload_match.
10951 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10952 to find_overload_match.
10953 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10954 argument to find_overload_match.
10955
10956 2013-01-25 Tom Tromey <tromey@redhat.com>
10957
10958 * dwarf2read.c (processing_has_namespace_info): Remove.
10959 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10960 (process_die, read_func_scope, dwarf2_start_symtab)
10961 (new_symbol_full): Update.
10962
10963 2013-01-25 Tom Tromey <tromey@redhat.com>
10964
10965 * cp-namespace.c (cp_set_block_scope): Remove.
10966 * cp-support.h (cp_set_block_scope): Remove.
10967 * dbxread.c: Include block.h.
10968 (cp_set_block_scope): New function.
10969 (process_one_symbol): Update.
10970 * dwarf2read.c (read_func_scope): Use block_set_scope.
10971
10972 2013-01-25 Pedro Alves <palves@redhat.com>
10973
10974 * remote.c (add_current_inferior_and_thread): Tweak comment.
10975
10976 2013-01-25 Tom Tromey <tromey@redhat.com>
10977
10978 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10979 (cp_add_using_directive): Add 'copy_names' argument.
10980 * cp-support.h (cp_add_using_directive): Update.
10981 (struct using_direct) <import_src, import_dest, alias,
10982 declaration>: Now const.
10983 * dwarf2read.c (read_import_statement): Use obconcat.
10984 Don't copy names passed to cp_add_using_directive.
10985
10986 2013-01-25 Tom Tromey <tromey@redhat.com>
10987
10988 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10989
10990 2013-01-25 Pedro Alves <palves@redhat.com>
10991
10992 * remote.c (stop_reply_extract_thread): New.
10993 (add_current_inferior_and_thread): New parameter 'wait_status'.
10994 Handle it.
10995 (remote_start_remote): Pass wait status to
10996 add_current_inferior_and_thread.
10997 (extended_remote_run): Update comment.
10998 (extended_remote_create_inferior_1): Pass wait status to
10999 add_current_inferior_and_thread.
11000
11001 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
11002 Ulrich Weigand <uweigand@de.ibm.com>
11003
11004 * valarith.c (value_vector_widen): New function for replicating a
11005 scalar into a vector.
11006 (value_binop): Use value_vector_widen to widen scalar to vector
11007 rather than casting, this better matches gcc C behaviour.
11008 * valops.c (value_casst): Update logic for casting between vector
11009 types, and for casting from scalar to vector, try to match gcc C
11010 behaviour.
11011 * value.h (value_vector_widen): Declare.
11012 * opencl-lang.c (opencl_value_cast): New opencl specific casting
11013 function, handle special case for casting scalar to vector.
11014 (opencl_relop): Use opencl_value_cast.
11015 (evaluate_subexp_opencl): Use opencl_value_cast instead of
11016 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
11017 in order to use opencl_value_cast.
11018
11019 2013-01-25 Yao Qi <yao@codesourcery.com>
11020
11021 * event-loop.c: Include "queue.h".
11022 (gdb_event_p): New typedef.
11023 (DECLARE_QUEUE_P): Use.
11024 (DEFINE_QUEUE_P): Use.
11025 (async_queue_event): Remove.
11026 (gdb_event_xfree): New.
11027 (initialize_event_loop): New.
11028 (process_event): Use QUEUE macros.
11029 (event_queue): Remove.
11030 (gdb_wait_for_event): Caller update.
11031 (check_async_event_handlers): Likewise.
11032 (poll_timers): Likewise.
11033 * event-loop.h (initialize_event_loop): Declare.
11034 * event-loop.c (gdb_event_xfree): New.
11035 * top.c (gdb_init): Call initialize_event_loop.
11036
11037 2013-01-25 Yao Qi <yao@codesourcery.com>
11038
11039 * event-loop.c (async_queue_event): Remove one parameter
11040 'position'. Remove code handling 'position' == TAIL.
11041 (gdb_wait_for_event): Caller update.
11042 (check_async_event_handlers): Caller update.
11043 (poll_timers): Caller update.
11044 * event-loop.h (enum queue_position): Remove.
11045
11046 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
11047
11048 * MAINTAINERS: Update my email.
11049
11050 2013-01-25 Yao Qi <yao@codesourcery.com>
11051
11052 * main.c (print_gdb_help): Remove "--epoch" from the help
11053 message.
11054
11055 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
11056
11057 * symtab.c (skip_prologue_using_sal): Consider a file
11058 change the same as an increased line number
11059
11060 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11061
11062 * MAINTAINERS (Write After Approval): Add myself to the list.
11063
11064 2013-01-24 Tom Tromey <tromey@redhat.com>
11065
11066 * ada-lang.h (ada_decode_symbol): Make return type const.
11067 * ada-lang.c (ada_decode_symbol): Likewise.
11068
11069 2013-01-23 Doug Evans <dje@google.com>
11070
11071 * linespec.c (find_linespec_symbols): Make static.
11072
11073 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
11074
11075 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
11076 type on float conversion for complex type.
11077
11078 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
11079
11080 Add a new class gdb.Architecture which exposes GDB's
11081 internal representation of architecture via GDB Python API.
11082 * Makefile.in: Add entries corresponding to the new file
11083 python/py-arch.c.
11084 * NEWS (Python Scripting): Add entries for the new class
11085 gdb.Architecture and the new method gdb.Frame.architecture.
11086 * python/py-arch.c: Implement gdb.Architecture class.
11087 * python/py-frame.c (frapy_arch): Implement the method
11088 gdb.Frame.architecture().
11089 (frame_object_methods): Add 'architecture' to the method table.
11090 * python/python-internal.h: Add declarations of new utility
11091 functions.
11092 * python/python.c (_initialize_python): Initialize
11093 gdb.Architecture class.
11094
11095 2013-01-23 Doug Evans <dje@google.com>
11096
11097 Work around binutils/15021.
11098 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
11099 type_unit_group out of union s. All uses updated.
11100 (read_index_from_section): Watch for index version 8.
11101 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
11102 an imported symtab.
11103 (write_psymtabs_to_index): Increment version number to 8.
11104
11105 2013-01-22 Pedro Alves <palves@redhat.com>
11106
11107 * annotate.c (breakpoint_changed): Skip if breakpoint is not
11108 user-visible.
11109
11110 2013-01-22 Pedro Alves <palves@redhat.com>
11111
11112 * annotate.c (annotate_breakpoints_changed): Rename to ...
11113 (annotate_breakpoints_invalid): ... this. Make static.
11114 (breakpoint_changed): Adjust.
11115 (_initialize_annotate): Always install the observers. Install a
11116 "breakpoint_created" observer.
11117 * annotate.h (annotate_breakpoints_changed): Delete declaration.
11118 * breakpoint.c (set_breakpoint_condition)
11119 (breakpoint_set_commands, do_map_commands_command)
11120 (init_raw_breakpoint, clear_command, set_ignore_count)
11121 (enable_breakpoint_disp): No longer call
11122 annotate_breakpoints_changed.
11123
11124 2013-01-22 Pedro Alves <palves@redhat.com>
11125
11126 * annotate.c: Include "inferior.h".
11127 (frames_invalid_emitted)
11128 (breakpoints_invalid_emitted): New globals.
11129 (async_background_execution_p): New function.
11130 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
11131 emitting the annotation if it has already been emitted.
11132 (annotate_display_prompt): New function.
11133 * annotate.h (annotate_display_prompt): New declaration.
11134 * event-top.c: Include annotate.h.
11135 (display_gdb_prompt): Call annotate_display_prompt.
11136
11137 2013-01-22 Pedro Alves <palves@redhat.com>
11138
11139 * annotate.c (ignore_count_changed): Delete.
11140 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
11141 (annotate_ignore_count_change): Delete.
11142 (annotate_stopped): Don't emit a delayed breakpoints-changed
11143 annotation.
11144 * annotate.h (annotate_ignore_count_change): Delete.
11145 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
11146 annotate_ignore_count_change.
11147
11148 2013-01-22 Tom Tromey <tromey@redhat.com>
11149
11150 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
11151 require_rvalue for a register location.
11152
11153 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
11154
11155 * breakpoint.c (print_one_breakpoint_location): Add MI
11156 field 'thread-groups' when printing a breakpoint.
11157 (output_thread_groups): New function.
11158
11159 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
11160
11161 * python/lib/gdb/commands/explore.py
11162 (CompoundExplorer.explore_expr): Correct the name of a method
11163 being invoked.
11164 (ExploreTypeCommand.invoke): Add a missing 'return'.
11165
11166 2013-01-21 Tom Tromey <tromey@redhat.com>
11167
11168 * gdb_obstack.h (obconcat): Move declaration here, from...
11169 * symfile.h (obconcat): ... here.
11170 * gdb_obstack.c: New file.
11171 (obconcat): Move from...
11172 * symfile.c (obconcat): ... here.
11173 * Makefile.in (SFILES): Add gdb_obstack.c.
11174 (COMMON_OBS): Add gdb_obstack.o.
11175
11176 2013-01-21 Tom Tromey <tromey@redhat.com>
11177
11178 * symfile.h (obsavestring): Don't declare.
11179 * symfile.c (obsavestring): Remove.
11180 * ada-exp.y: Use obstack_copy0, not obsavestring.
11181 * ada-lang.c: Use obstack_copy0, not obsavestring.
11182 * coffread.c: Use obstack_copy0, not obsavestring.
11183 * cp-namespace.c: Use obstack_copy0, not obsavestring.
11184 * dbxread.c: Use obstack_copy0, not obsavestring.
11185 * dwarf2read.c: Use obstack_copy0, not obsavestring.
11186 * jit.c: Use obstack_copy0, not obsavestring.
11187 * mdebugread.c: Use obstack_copy0, not obsavestring.
11188 * psymtab.c: Use obstack_copy0, not obsavestring.
11189 * stabsread.c: Use obstack_copy0, not obsavestring.
11190 * xcoffread.c: Use obstack_copy0, not obsavestring.
11191
11192 2013-01-21 Tom Tromey <tromey@redhat.com>
11193
11194 * dwarf2read.c (fixup_go_packaging): Save package name
11195 on objfile obstack.
11196 * gdbtypes.c (init_type): Don't copy name.
11197
11198 2013-01-21 Tom Tromey <tromey@redhat.com>
11199
11200 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11201 const.
11202 (struct attribute) <u.str>: Now const.
11203 (struct fnfieldlist) <name>: Now const.
11204 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11205 (partial_die_parent_scope): Make return type const.
11206 (partial_die_full_name, add_partial_symbol): Update.
11207 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11208 'name' const.
11209 (find_file_and_directory): Make 'name' and 'comp_dir' const.
11210 (read_file_scope, read_func_scope, dwarf2_add_field)
11211 (dwarf2_add_member_fn, read_structure_type)
11212 (process_enumeration_scope, read_array_type, read_module_type)
11213 (read_base_type, read_subrange_type): Update.
11214 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11215 (new_symbol_full, guess_full_die_structure_name): Update.
11216 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
11217 (dwarf2_name): Return const type.
11218 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11219 const.
11220
11221 2013-01-21 Tom Tromey <tromey@redhat.com>
11222
11223 * gdbtypes.c (init_type): Make 'name' const.
11224 * gdbtypes.h (init_type): Update.
11225
11226 2013-01-21 Tom Tromey <tromey@redhat.com>
11227
11228 * buildsym.c (patch_subfile_names): Use set_last_source_file.
11229 (start_symtab): Make 'name' and 'dirname' const. Use
11230 set_last_source_file.
11231 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11232 (last_source_file): Define. Now static.
11233 (set_last_source_file, get_last_source_file): New functions.
11234 * buildsym.h (last_source_file): Don't declare.
11235 (start_symtab): Update.
11236 (set_last_source_file, get_last_source_file): Declare.
11237 * coffread.c (complete_symtab): Use set_last_source_file.
11238 (coff_end_symtab): Likewise.
11239 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11240 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11241 set_last_source_file.
11242 (process_one_symbol): Use get_last_source_file.
11243 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11244 (psymtab_to_symtab_1): Use get_last_source_file.
11245 * xcoffread.c (process_linenos): Use get_last_source_file.
11246 (complete_symtab): Use set_last_source_file.
11247 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11248 (scan_xcoff_symtab): Use set_last_source_file.
11249
11250 2013-01-21 Tom Tromey <tromey@redhat.com>
11251
11252 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11253 (symbol_set_names): Remove casts. Handle field const-ness.
11254
11255 2013-01-21 Tom Tromey <tromey@redhat.com>
11256
11257 * dwarf2read.c (new_symbol_full): Remove cast.
11258 * symtab.c (symbol_set_demangled_name): Make 'name' const.
11259 * symtab.h (symbol_set_demangled_name): Update.
11260
11261 2013-01-21 Tom Tromey <tromey@redhat.com>
11262
11263 * main.c (captured_main): Call bfd_init.
11264
11265 2013-01-21 Tom Tromey <tromey@redhat.com>
11266
11267 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11268 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11269 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11270 * NEWS: Update.
11271
11272 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11273
11274 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11275
11276 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11277
11278 Fix gdb.fortran/common-block.exp crash in PIE mode.
11279 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11280 LOC_COMMON_BLOCK.
11281 * f-valprint.c (info_common_command_for_block): Expect
11282 LOC_COMMON_BLOCK in gdb_assert.
11283 * symtab.h (struct general_symbol_info): Update comment for the
11284 common_block member.
11285 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11286 (enum address_class): New member LOC_COMMON_BLOCK.
11287
11288 2013-01-18 David Blaikie <dblaikie@gmail.com>
11289
11290 * MAINTAINERS (Write After Approval): Add "David Blaikie".
11291
11292 2013-01-18 Tom Tromey <tromey@redhat.com>
11293
11294 PR c++/14999:
11295 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11296 Call require_rvalue.
11297
11298 2013-01-18 Yao Qi <yao@codesourcery.com>
11299
11300 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11301 (dbx_read_symtab): New declaration.
11302 (dbx_psymtab_to_symtab): Delete.
11303 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11304 Rename parameter PST to SELF. Exchanged two parameters.
11305 (start_psymtab): Caller update.
11306 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11307 (dwarf2_read_symtab): New declaration.
11308 (dwarf2_psymtab_to_symtab): Delete.
11309 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11310 Rename parameter PST to SELF. Exchanged two parameters.
11311 (create_partial_symtab): Caller update.
11312 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11313 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11314 Rename parameter PST to SELF. Exchanged two parameters.
11315 (parse_partial_symbols, new_psymtab): Caller update.
11316 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11317 two parameters.
11318 * psymtab.c (psymtab_to_symtab): Caller update.
11319 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11320 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11321 Rename parameter PST to SELF. Exchanged two parameters.
11322 (xcoff_start_psymtab): Caller update.
11323
11324 2013-01-18 Yao Qi <yao@codesourcery.com>
11325
11326 * infrun.c (proceed): Rename local variable 'oneproc' to
11327 'force_step'.
11328
11329 2013-01-17 Doug Evans <dje@google.com>
11330
11331 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11332 (dw2_build_type_unit_groups): Delete. All uses updated.
11333
11334 * symtab.h (struct symbol_search): Add comment.
11335
11336 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11337
11338 * symtab.c (compare_filenames_for_search): New comment for
11339 HAS_DRIVE_SPEC.
11340
11341 2013-01-17 Tom Tromey <tromey@redhat.com>
11342
11343 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11344
11345 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11346
11347 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11348 initialize it by existing make_cleanup. Call new do_cleanups.
11349
11350 2013-01-17 Tom Tromey <tromey@redhat.com>
11351
11352 * cp-abi.c (cp_abi_completer): New function.
11353 (_initialize_cp_abi): Set completer for "set cp-abi".
11354
11355 2013-01-17 Tom Tromey <tromey@redhat.com>
11356
11357 * mem-break.c: Remove obsolete comment.
11358 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11359
11360 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11361
11362 * jit.c (jit_reader_load_command): Interpret the jit reader name
11363 as an absolute path if it begins with a forward slash.
11364
11365 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11366
11367 PR gdb/14550
11368
11369 * jit.c (finalize_symtab): Ensure that only the global block has a
11370 NULL superblock.
11371
11372 2013-01-17 Pedro Alves <palves@redhat.com>
11373
11374 * acinclude.m4: Include ../config/plugins.m4,
11375 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
11376 * Makefile.in (aclocal_m4_deps): Update.
11377 * aclocal.m4: Renegerate.
11378
11379 2013-01-16 Doug Evans <dje@google.com>
11380
11381 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
11382
11383 2013-01-16 Pedro Alves <palves@redhat.com>
11384 Tom Tromey <tromey@redhat.com>
11385
11386 PR cli/7221:
11387 * NEWS: Add "catch signal".
11388 * breakpoint.c (base_breakpoint_ops): No longer static.
11389 (bpstat_explains_signal): New function.
11390 (init_catchpoint): No longer static.
11391 (base_breakpoint_explains_signal): New function.
11392 (base_breakpoint_ops): Initialize new field.
11393 * breakpoint.h (enum bpstat_signal_value): New.
11394 (struct breakpoint_ops) <explains_signal>: New field.
11395 (bpstat_explains_signal): Remove macro, declare as function.
11396 (base_breakpoint_ops, init_catchpoint): Declare.
11397 * break-catch-sig.c: New file.
11398 * inferior.h (signal_catch_update): Declare.
11399 * infrun.c (signal_catch): New global.
11400 (handle_syscall_event): Update for change to
11401 bpstat_explains_signal.
11402 (handle_inferior_event): Likewise. Always handle random signals
11403 via bpstats.
11404 (signal_cache_update): Check signal_catch.
11405 (signal_catch_update): New function.
11406 (_initialize_infrun): Initialize signal_catch.
11407 * Makefile.in (SFILES): Add break-catch-sig.c.
11408 (COMMON_OBS): Add break-catch-sig.o.
11409
11410 2013-01-16 Tom Tromey <tromey@redhat.com>
11411
11412 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11413 (print_one_catch_solib, print_one_catch_syscall)
11414 (print_one_catch_exec, print_one_exception_catchpoint): Emit
11415 "catch-type".
11416
11417 2013-01-16 Yao Qi <yao@codesourcery.com>
11418
11419 * printcmd.c (current_display_number): Make it static.
11420
11421 2013-01-16 Yao Qi <yao@codesourcery.com>
11422
11423 * infcmd.c (step_once): Don't check '!single_inst' as it was
11424 checked before.
11425
11426 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11427
11428 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11429
11430 2013-01-14 Tom Tromey <tromey@redhat.com>
11431
11432 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11433 set command.
11434 * command.h (add_setshow_string_noescape_cmd): Update.
11435 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11436 (complete_set_gnutarget): New function.
11437 (_initialize_core): Set the "set gnutarget" completer.
11438
11439 2013-01-14 Tom Tromey <tromey@redhat.com>
11440
11441 PR symtab/14442:
11442 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11443 (c_type_print_modifier): Likewise.
11444 * dwarf2read.c (read_tag_restrict_type): New function.
11445 (read_type_die_1): Handle DW_TAG_restrict_type.
11446 * gdbtypes.c (make_restrict_type): New function.
11447 (recursive_dump_type): Handle TYPE_RESTRICT.
11448 * gdbtypes.h (enum type_flag_values): Renumber.
11449 (enum type_instance_flag_value): Add
11450 TYPE_INSTANCE_FLAG_RESTRICT.
11451 (TYPE_RESTRICT): New macro.
11452 (make_restrict_type): Declare.
11453
11454 2013-01-14 Tom Tromey <tromey@redhat.com>
11455
11456 PR symtab/14931:
11457 * psymtab.c (struct psymtab_state): New.
11458 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11459 functions.
11460 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11461 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11462
11463 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
11464 Pedro Alves <palves@redhat.com>
11465
11466 PR remote/14786
11467
11468 * remote.c (remote_threads_info): Make a copy of the reply from
11469 qfThreadInfo and use that instead of rs->buf.
11470
11471 2013-01-14 Yao Qi <yao@codesourcery.com>
11472
11473 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11474 (dbx_psymtab_to_symtab): Likewise.
11475 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11476 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11477 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11478
11479 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11480
11481 * parse.c (parse_exp_in_context): New variable inner_chain. Call
11482 make_cleanup_restore_current_language. Call set_language. Move
11483 OLD_CHAIN and INNER_CHAIN cleanups.
11484 * utils.c (do_restore_current_language)
11485 (make_cleanup_restore_current_language): New functions.
11486 * utils.h (make_cleanup_restore_current_language): New declaration.
11487
11488 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11489
11490 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11491 non-existing files.
11492
11493 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11494 non-existing files if FILENAME is already absolute.
11495
11496 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11497
11498 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11499 fputs_filtered. Append trailing newline.
11500
11501 2013-01-11 Yao Qi <yao@codesourcery.com>
11502 Stan Shebs <stan@codesourcery.com>
11503
11504 * psymtab.c (init_psymbol_list): Clarify the comment.
11505
11506 2013-01-11 Yao Qi <yao@codesourcery.com>
11507
11508 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11509 (update_dprintf_command_list): Assert that 'printf_line' is
11510 non-null. Remove condition check.
11511
11512 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11513
11514 Code cleanup.
11515 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11516 type const char *.
11517 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11518 const char *.
11519 * tui/tui-source.h (tui_source_is_displayed): Likewise.
11520
11521 2013-01-09 Anthony Green <green@moxielogic.com>
11522
11523 * cp-abi.c (cplus_print_vtable): Don't return value from void
11524 function.
11525 * ada-lang.c (re_set_catch_assert): Ditto.
11526
11527 2013-01-09 Doug Evans <dje@google.com>
11528
11529 * symfile.h (quick_symbol_functions): Delete member
11530 pre_expand_symtabs_matching. All uses removed.
11531 * dwarf2read.c (dw2_lookup_symbol): Implement.
11532 (dw2_do_expand_symtabs_matching): Delete.
11533 (dw2_pre_expand_symtabs_matching): Delete.
11534 (struct dw2_symtab_iterator): New type.
11535 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11536 (dw2_expand_symtabs_for_function): Rewrite.
11537 (dwarf2_gdb_index_functions): Update.
11538 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11539 (psym_functions): Update.
11540
11541 2013-01-09 Tom Tromey <tromey@redhat.com>
11542
11543 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11544 * configure: Rebuild.
11545 * configure.ac: Add somread.o to the build if BFD has SOM
11546 support.
11547 * somread.c: Include som/aout.h, not syms.h.
11548 (som_symtab_read): Use som_external_symbol_dictionary_record.
11549 Unpack records manually.
11550 (_initialize_somread): Declare.
11551
11552 2012-01-08 Mike Frysinger <vapier@gentoo.org>
11553
11554 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11555 Cast return_address to 64bits.
11556
11557 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
11558
11559 * printcmd.c: Remove define of function output_command.
11560 * tracepoint.c: Remove extern of function output_command.
11561 * valprint.h: (output_command): New extern.
11562
11563 2013-01-07 Tom Tromey <tromey@redhat.com>
11564
11565 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11566 Remove.
11567 (objc_language_defn): Use c_printchar, c_printstr,
11568 c_emit_char.
11569
11570 2013-01-07 Tom Tromey <tromey@redhat.com>
11571
11572 PR cli/7719:
11573 * NEWS: Update.
11574 * ada-valprint.c (printstr, print_field_values): Remove
11575 "inspect_it" code.
11576 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11577 code.
11578 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11579 code.
11580 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11581 * main.c (captured_main): Remove "epoch" argument.
11582 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11583 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11584 * p-valprint.c (pascal_object_print_value_fields): Remove
11585 "inspect_it" code.
11586 * printcmd.c (print_command_1): Remove 'inspect' argument.
11587 (print_command, call_command): Update.
11588 (inspect_command): Remove.
11589 (_initialize_printcmd): Make "inspect" an alias for "print".
11590 * top.c (epoch_interface): Remove.
11591 * top.h (epoch_interface): Remove.
11592 * valprint.c (user_print_options): Update.
11593 (print_converted_chars_to_obstack): Remove "inspect_it" code.
11594 * valprint.h (struct value_print_options) <inspect_it>: Remove
11595 field.
11596
11597 2013-01-04 Tom Tromey <tromey@redhat.com>
11598
11599 * valprint.h (read_string): Add 'extern'.
11600
11601 2013-01-07 Joel Brobecker <brobecker@adacore.com>
11602
11603 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11604 used to decide whether to define darwin_read_dyld_info or not.
11605
11606 2013-01-03 Pierre Muller <muller@sourceware.org>
11607
11608 * main.c (relocate_gdb_directory): Avoid calling stat function
11609 if DIR is empty.
11610
11611 2013-01-03 Yao Qi <yao@codesourcery.com>
11612
11613 * psymtab.c (fixup_psymbol_section): Update declaration.
11614 (fixup_psymbol_section): Remove code returning value.
11615
11616 2013-01-03 Yao Qi <yao@codesourcery.com>
11617
11618 * symtab.h: Remove some out of date comments.
11619 (enum exception_event_kind): Move it ...
11620 * breakpoint.c: ... here.
11621
11622 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
11623
11624 PR gdb/14405
11625 * darwin-nat.c (darwin_read_dyld_info): Only build if
11626 TASK_DYLD_INFO_COUNT is defined.
11627 (darwin_xfer_partial): Call darwin_read_dyld_info only if
11628 TASK_DYLD_INFO_COUNT is defined.
11629
11630 2013-01-02 Tom Tromey <tromey@redhat.com>
11631
11632 * symfile.h (struct ecoff_debug_hack): Remove.
11633 * objfiles.c: Don't include mdebugread.h.
11634
11635 2013-01-02 Tom Tromey <tromey@redhat.com>
11636
11637 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11638 * configure.ac: Check for Mach-O support in BFD. Update
11639 CONFIG_OBS.
11640 * configure: Rebuild.
11641
11642 2013-01-02 Tom Tromey <tromey@redhat.com>
11643
11644 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11645 * configure.ac: Use GDB_AC_CHECK_BFD.
11646 * configure: Rebuild.
11647
11648 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
11649
11650 * MAINTAINERS: Update my email.
11651
11652 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11653
11654 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11655
11656 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11657
11658 * rs6000-nat.c (bss_data_overlap): New function.
11659 (vmap_symtab): Use it to adjust the .bss section's offset.
11660
11661 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11662
11663 Update year range in copyright notice of all files.
11664
11665 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
11666
11667 * top.c (print_gdb_version): Update copyright year.
11668
11669 For older changes see ChangeLog-2012.
11670 \f
11671 Local Variables:
11672 mode: change-log
11673 left-margin: 8
11674 fill-column: 74
11675 version-control: never
11676 coding: utf-8
11677 End:
This page took 0.28317 seconds and 4 git commands to generate.