change how list of modules is computed
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-11-18 Tom Tromey <tromey@redhat.com>
2
3 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Split into
4 multiple lines.
5
6 2013-11-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7
8 * sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
9 * sparc-tdep.h: And its prototype.
10
11 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
12 function.
13 (sparc64_linux_init_abi): Register the get_longjmp_target hook.
14
15 2013-11-18 Pedro Alves <palves@redhat.com>
16
17 * dwarf2-frame.c (read_addr_from_reg): Remove stale comment and
18 use unpack_pointer.
19
20 2013-11-18 Joel Brobecker <brobecker@adacore.com>
21
22 * mi/mi-main.c (mi_cmd_list_features): Add "language-options"
23 to -list-features output.
24
25 2013-11-17 Joel Brobecker <brobecker@adacore.com>
26
27 * dwarf2expr.h (struct dwarf_expr_context_funcs)
28 <read_addr_from_reg>: Renames "read_reg".
29 * dwarf2-frame.c (read_addr_from_reg): Renames "read_reg".
30 Adjust comment.
31 (dwarf2_frame_ctx_funcs, execute_stack_op, dwarf2_frame_cache):
32 Use read_addr_from_reg in place of read_reg.
33 * dwarf2expr.c (execute_stack_op): Use read_addr_from_reg
34 in place of read_reg.
35 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Renames
36 dwarf_expr_read_reg.
37 (dwarf_expr_ctx_funcs): Replace dwarf_expr_read_reg
38 with dwarf_expr_read_addr_from_reg.
39 (needs_frame_read_addr_from_reg): Renames needs_frame_read_reg.
40 (needs_frame_ctx_funcs): Replace needs_frame_read_reg with
41 needs_frame_read_addr_from_reg.
42
43 2013-11-15 Jan Kratochvil <jan.kratochvil@redhat.com>
44
45 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo.
46
47 2013-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
48
49 * dwarf2loc.c (chain_candidate): Prevent invoking memcpy with
50 NULL.
51
52 2013-11-15 Tom Tromey <tromey@redhat.com>
53
54 PR c++/16117:
55 * c-exp.y (lex_one_token): Add "is_quoted_name" argument.
56 (classify_name): Likewise. Prefer a field of "this" over a
57 filename.
58 (classify_inner_name, yylex): Update.
59
60 2013-11-15 Joel Brobecker <brobecker@adacore.com>
61
62 * dwarf2expr.h (struct dwarf_expr_context_funcs) <read_reg>:
63 Extend the documentation a bit.
64 <get_reg_value>: New field.
65 * dwarf2loc.c (dwarf_expr_get_reg_value)
66 (needs_frame_get_reg_value): New functions.
67 (dwarf_expr_ctx_funcs, needs_frame_ctx_funcs): Add "get_reg_value"
68 callback.
69 * dwarf2-frame.c (get_reg_value): New function.
70 (dwarf2_frame_ctx_funcs): Add "get_reg_value" callback.
71 * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>:
72 Use new callback to compute result_val.
73
74 2013-11-15 Alan Modra <amodra@gmail.com>
75
76 * ppc64-tdep.c (ppc64_plt_entry_point): Renamed from..
77 (ppc64_desc_entry_point): ..this. Update comments here and at
78 call points.
79 (ppc64_standard_linkage1, ppc64_standard_linkage2,
80 ppc64_standard_linkage3): Update comments.
81 (ppc64_standard_linkage4, ppc64_standard_linkage5,
82 (ppc64_standard_linkage6, ppc64_standard_linkage7): New insn
83 patterns.
84 (ppc64_standard_linkage4_target): New function.
85 (ppc64_skip_trampoline_code): Skip ELFv2 patterns too.
86 * rs6000-tdep.c (skip_prologue): Skip ELFv2 r2 setup. Correct
87 nop match. Fix comment wrap.
88
89 2013-11-14 Pedro Alves <palves@redhat.com>
90
91 * infrun.c (handle_signal_stop): Move STOP_QUIETLY,
92 STOP_QUIETLY_REMOTE and 'stop_after_trap' handling earlier.
93
94 2013-11-14 Pedro Alves <palves@redhat.com>
95
96 * infrun.c (struct execution_control_state)
97 <stepped_after_stopped_by_watchpoint>: New field.
98 (get_inferior_stop_soon): New function.
99 (handle_inferior_event): 'stepped_after_stopped_by_watchpoint' was
100 moved to struct execution_control_state -- adjust. Use
101 get_inferior_stop_soon. Split TARGET_WAITKIND_STOPPED handling to
102 new function.
103 (handle_signal_stop): New function, factored out from
104 handle_inferior_event.
105
106 2013-11-14 Pedro Alves <palves@redhat.com>
107
108 * break-catch-sig.c (signal_catchpoint_explains_signal): Adjust to
109 return a boolean.
110 * breakpoint.c (bpstat_explains_signal): Adjust to return a
111 boolean.
112 (explains_signal_watchpoint, base_breakpoint_explains_signal):
113 Adjust to return a boolean.
114 * breakpoint.h (enum bpstat_signal_value): Delete.
115 (struct breakpoint_ops) <explains_signal>: New returns a boolean.
116 (bpstat_explains_signal): Likewise.
117 * infrun.c (handle_inferior_event) <random signal checks>:
118 bpstat_explains_signal now returns a boolean - adjust. No longer
119 consider hiding signals.
120
121 2013-11-14 Pedro Alves <palves@redhat.com>
122
123 * breakpoint.c (bpstat_explains_signal) <Moribund locations>:
124 Return BPSTAT_SIGNAL_PASS instead of BPSTAT_SIGNAL_HIDE.
125 (explains_signal_watchpoint): Return BPSTAT_SIGNAL_PASS instead of
126 BPSTAT_SIGNAL_HIDE.
127 (base_breakpoint_explains_signal): Return BPSTAT_SIGNAL_PASS
128 instead of BPSTAT_SIGNAL_HIDE.
129 * infrun.c (handle_inferior_event): Rework random signal checks.
130
131 2013-11-14 Pedro Alves <palves@redhat.com>
132
133 * infrun.c (struct execution_control_state): Remove
134 'random_signal' field.
135 (handle_syscall_event): Use bpstat_causes_stop instead of
136 bpstat_explains_signal. Don't set ecs->random_signal.
137 (handle_inferior_event): New 'random_signal' local.
138 <TARGET_WAITKIND_FORKED, TARGET_WAITKIND_VFORKED,
139 TARGET_WAITKIND_EXECD>: Use bpstat_causes_stop instead of
140 bpstat_explains_signal. Don't set ecs->random_signal.
141 <TARGET_WAITKIND_STOPPED>: Adjust to use local instead of
142 ecs->random_signal.
143
144 2013-11-14 Pedro Alves <palves@redhat.com>
145
146 * infrun.c (handle_inferior_event): Move comment from the
147 function's body to the function's description, adjusted.
148
149 2013-11-14 Pedro Alves <palves@redhat.com>
150
151 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>:
152 Handle STOP_QUIETLY_NO_SIGSTOP and STOP_QUIETLY_REMOTE here.
153 Assert we never fall through out of the TARGET_WAITKIND_LOADED
154 case.
155
156 2013-11-14 Tom Tromey <tromey@redhat.com>
157
158 * python/py-linetable.c (ltpy_has_line)
159 (ltpy_get_all_source_lines): Fix loop termination condition.
160
161 2013-11-14 Joel Brobecker <brobecker@adacore.com>
162
163 * mi/mi-parse.h (struct mi_parse) <language>: New field.
164 * mi/mi-main.c (mi_cmd_execute): Temporarily set language to
165 PARSE->LANGUAGE during command execution, if set.
166 * mi/mi-parse.c: Add "language.h" #include.
167 (mi_parse): Add parsing of "--language" command option.
168
169 * NEWS: Add entry mentioning the new "--language" command option.
170
171 2013-11-14 Pedro Alves <palves@redhat.com>
172 Joel Brobecker <brobecker@adacore.com>
173
174 * cli/cli-utils.h (extract_arg_const): Add declaration.
175 * cli/cli-utils.c (extract_arg_const): New function.
176 (extract_arg): Reimplement using extract_arg_const.
177
178 2013-11-14 Joel Brobecker <brobecker@adacore.com>
179
180 * language.h: Add "symtab.h" #include.
181
182 2013-11-13 Doug Evans <xdje42@gmail.com>
183
184 * breakpoint.c (bpstat_check_breakpoint_conditions): For thread
185 specific breakpoints, don't evaluate breakpoint condition if
186 different thread.
187
188 2013-11-13 Keith Seitz <keiths@redhat.com>
189
190 PR c++/7935
191 PR c++/10541
192 * cp-support.c (insepct_type): Add support for substituting
193 namespace aliases, too.
194 * dwarf2read.c (scan_partial_symbols): Add a partial symbol
195 for DW_TAG_imported_declaration.
196 (add_partial_symbol): Likewise.
197 (process_die): Handle namespace aliases with
198 read_namespace_alias.
199 (die_needs_namespace): Add DW_TAG_imported_declaration.
200 (read_namespace_alias): New function.
201 (load_partial_dies): Load DW_TAG_imported_declaration, too.
202 (new_symbol_full): Handle DW_TAG_imported_declaration.
203
204 2013-11-13 Keith Seitz <keiths@redhat.com>
205
206 * p-exp.y (uptok): Make first parameter const.
207 (yylex): Make `tokstart' and `tokptr' const.
208 Don't copy the lexer input to a temporary buffer.
209 Make `p' const.
210 Remove const workaround for parse_escape.
211 Create a temporary buffer for a convenience variable instead
212 of doing in-place modification of the input.
213 If a match is found with a different case from the input,
214 do not change the input at all.
215 Use `tmp' to construct the resultant stoken instead of
216 `tokstart'.
217
218 2013-11-13 Doug Evans <xdje42@gmail.com>
219
220 * breakpoint.c (breakpoint_cond_eval): Fix and enhance comment.
221
222 2013-11-13 Joel Brobecker <brobecker@adacore.com>
223
224 * mi/mi-main.c (mi_cmd_list_features): Replace "info-ada-exceptions"
225 entry with "ada-exceptions".
226
227 2013-11-13 Joel Brobecker <brobecker@adacore.com>
228
229 * symfile.c (reread_symbols): Move call to set_objfile_per_bfd
230 after re-initialization of OBJFILE's obstack.
231
232 2013-11-12 Doug Evans <xdje42@gmail.com>
233
234 * breakpoint.c (bpstat_check_breakpoint_conditions): Assert
235 bs->stop != 0 on entry. Update function comment. Simplify early
236 exit for frame mismatch. Reindent rest of function.
237
238 2013-11-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
239
240 * objc-lang.c (uniquify_strings): Prevent invoking qsort with
241 NULL.
242
243 2013-11-12 Doug Evans <dje@google.com>
244
245 Work around gold/15646.
246 * dwarf2read.c (read_index_from_section): Update comment.
247 (struct dw2_symtab_iterator): New member global_seen.
248 (dw2_symtab_iter_init): Initialize it.
249 (dw2_symtab_iter_next): Skip duplicate global symbols.
250 (dw2_expand_symtabs_matching): Ditto.
251
252 2013-11-12 Joel Brobecker <brobecker@adacore.com>
253
254 * mi/mi-cmds.h (mi_cmd_info_ada_exceptions): Add declaration.
255 * mi/mi-cmds.c (mi_cmds): Add entry for -info-ada-exceptions
256 command.
257 * mi/mi-cmd-info.c: #include "ada-lang.c" and "arch-utils.c".
258 (mi_cmd_info_ada_exceptions): New function.
259 * mi/mi-main.c (mi_cmd_list_features): Add "info-ada-exceptions".
260
261 2013-11-12 Joel Brobecker <brobecker@adacore.com>
262
263 * ada-lang.h: #include "vec.h".
264 (struct ada_exc_info): New.
265 (ada_exc_info): New typedef.
266 (DEF_VEC_O(ada_exc_info)): New vector.
267 (ada_exceptions_list): Add declaration.
268 * ada-lang.c (ada_is_exception_sym)
269 (ada_is_non_standard_exception_sym, compare_ada_exception_info)
270 (sort_remove_dups_ada_exceptions_list)
271 (ada_exc_search_name_matches, ada_add_standard_exceptions)
272 (ada_add_exceptions_from_frame, ada_add_global_exceptions)
273 (ada_exceptions_list_1, ada_exceptions_list)
274 (info_exceptions_command): New function.
275 (_initialize_ada_language): Add "info exception" command.
276
277 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
278
279 PR python/15629
280 * NEWS: Add linetable feature.
281 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-linetable entries.
282 * python/py-linetable.c: New file.
283 * python/py-symtab.c (stpy_get_linetable): New function.
284 * python/python-internal.h (symtab_to_linetable_object): Declare.
285 (gdbpy_initialize_linetable): Ditto.
286 * python/python.c (_initialize_python): Call
287 gdbpy_initialize_linetable.
288
289 2013-11-11 Joel Brobecker <brobecker@adacore.com>
290
291 * ada-lang.c (create_ada_exception_catchpoint): Enhance
292 the documentation of fields "except_string" and "condition".
293 * mi/mi-cmd-catch.c (mi_cmd_catch_assert): Reallocate
294 CONDITION on the heap before passing it to
295 create_ada_exception_catchpoint.
296 (mi_cmd_catch_exception): Likewise for EXCEPTION_NAME and
297 CONDITION.
298
299 2013-11-11 Tom Tromey <tromey@redhat.com>
300
301 * config.in, configure: Rebuild.
302 * configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
303
304 2013-11-11 Joel Brobecker <brobecker@adacore.com>
305
306 * remote-sim.c (gdbsim_detach): Break declaration into
307 shorter lines. No code change.
308
309 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
310
311 * remote-sim.c (gdbsim_detach): Fix prototype.
312
313 2013-11-08 Doug Evans <dje@google.com>
314
315 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
316 (create_debug_types_hash_table): Only print debugging messages for
317 each TU if dwarf2-read >= 2.
318 (process_queue): Ditto.
319 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
320 Update doc string.
321
322 2013-11-08 Tom Tromey <tromey@redhat.com>
323
324 * configure: Rebuild.
325 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
326
327 2013-11-08 Tom Tromey <tromey@redhat.com>
328
329 * configure, config.in: Rebuild.
330 * configure.ac: Remove unused configury.
331
332 2013-11-08 Tom Tromey <tromey@redhat.com>
333
334 * m32c-tdep.c: Use gdb_string.h.
335
336 2013-11-08 Tom Tromey <tromey@redhat.com>
337
338 * configure, config.in: Rebuild.
339 * configure.ac: Remove all link.h-related checks.
340
341 2013-11-08 Tom Tromey <tromey@redhat.com>
342
343 * acinclude.m4: Include common.m4.
344 * common/common.m4: New file.
345 * configure, config.in: Rebuild.
346 * configure.ac: Use GDB_AC_COMMON.
347
348 2013-11-08 Doug Evans <dje@google.com>
349
350 * NEWS: Mention that "set debug symtab-create" now accepts a
351 verbosity level.
352 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
353 to set the symtab's primary flag.
354 * jit.c (finalize_symtab): Ditto.
355 * mdebugread.c (psymtab_to_symtab_1): Ditto.
356 * symfile.c (allocate_symtab): Only print debugging messages for
357 symtab_create_debug levels 2 and higher.
358 * symtab.c (symtab_create_debug): Change type to unsigned int.
359 (set_symtab_primary): New function.
360 (_initialize_symtab): Change "set debug symtab-create" to a
361 zuinteger option.
362 * symtab.h (set_symtab_primary): Declare.
363 (symtab_create_debug): Update decl.
364
365 2013-11-08 Tom Tromey <tromey@redhat.com>
366
367 * aix-thread.c (aix_thread_detach): Update.
368 * corelow.c (core_detach): Update.
369 * darwin-nat.c (darwin_detach): Update.
370 * dec-thread.c (dec_thread_detach): Update.
371 * gnu-nat.c (gnu_detach): Update.
372 * go32-nat.c (go32_detach): Update.
373 * inf-ptrace.c (inf_ptrace_detach): Update.
374 * inf-ttrace.c (inf_ttrace_detach): Update.
375 * linux-fork.c (linux_fork_detach): Update.
376 * linux-fork.h (linux_fork_detach): Update.
377 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
378 local for const-correctness.
379 * linux-thread-db.c (thread_db_detach): Update.
380 * monitor.c (monitor_detach): Update.
381 * nto-procfs.c (procfs_detach): Update.
382 * procfs.c (procfs_detach): Update.
383 * record.c (record_detach): Update.
384 * record.h (record_detach): Update.
385 * remote-m32r-sdi.c (m32r_detach): Update.
386 * remote-mips.c (mips_detach): Update.
387 * remote-sim.c (gdbsim_detach): Update.
388 * remote.c (remote_detach_1, remote_detach)
389 (extended_remote_detach): Update.
390 * sol-thread.c (sol_thread_detach): Update.
391 * target.c (target_detach): Make "args" const.
392 (init_dummy_target): Update.
393 * target.h (struct target_ops) <to_detach>: Make argument const.
394 (target_detach): Likewise.
395 * windows-nat.c (windows_detach): Update.
396
397 2013-11-07 Doug Evans <dje@google.com>
398
399 PR 11786
400 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
401 and align fields for PT_GNU_RELRO segments.
402
403 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
404
405 PR python/15747
406 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
407
408 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
409
410 * NEWS: Document Python temporary breakpoint support.
411 * python/py-breakpoint.c (bppy_get_temporary): New function.
412 (bppy_init): New keyword: temporary. Parse it and set breakpoint
413 to temporary if True.
414
415 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
416
417 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
418 removed to allow analyzing unconditional branch instructions
419 with PC-relative offsets of zero.
420
421 2013-11-07 Yao Qi <yao@codesourcery.com>
422
423 * mi/mi-cmd-var.c: Include "language.h".
424 (mi_cmd_var_info_expression): Get language name from
425 language_defn.
426 * varobj.c (varobj_language_string): Remove.
427 (variable_language): Remove declaration.
428 (languages): Remove.
429 (varobj_get_language): Change the type of return value.
430 (variable_language): Remove.
431 * varobj.h (enum varobj_languages): Remove.
432 (varobj_language_string): Remove declaration.
433 (varobj_get_language): Update declaration.
434
435 2013-11-07 Yao Qi <yao@codesourcery.com>
436
437 * language.h (struct language_defn) <la_natural_name>: New
438 field.
439 * ada-lang.c (ada_language_defn): Initialize field
440 'la_natural_name'.
441 * c-lang.c (c_language_defn): Likewise.
442 (cplus_language_defn, asm_language_defn): Likewise.
443 * d-lang.c (d_language_defn): Likewise.
444 * f-lang.c (f_language_defn): Likewise.
445 * go-lang.c (go_language_defn): Likewise.
446 * jv-lang.c (java_language_defn): Likewise.
447 * language.c (unknown_language_defn ): Likewise.
448 (auto_language_defn): Likewise.
449 * m2-lang.c (m2_language_defn): Likewise.
450 * objc-lang.c (objc_language_defn): Likewise.
451 * opencl-lang.c (opencl_language_defn): Likewise.
452 * p-lang.c (pascal_language_defn): Likewise.
453
454 2013-11-07 Yao Qi <yao@codesourcery.com>
455
456 * language.c (language_str): Return const char *.
457 (add_language): Add const to 'language_names'
458 * language.h (struct language_defn) <la_name>: Add const.
459 (language_str: Update declaration.
460
461 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
462
463 * s390-linux-nat.c (s390_read_description): Consider the TE field
464 in the HWCAP for determining 'have_regset_tdb'.
465
466 2013-11-06 Will Newton <will.newton@linaro.org>
467
468 PR gdb/12866
469 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
470 values. (read_partial_die): Likewise.
471
472 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
473
474 PR cli/16122
475 * top.c (command_line_input): Unify interactivity tests to use
476 input_from_terminal_p.
477 * event-top.c (command_line_handler): Likewise.
478
479 2013-11-06 Yao Qi <yao@codesourcery.com>
480
481 * Makefile.in (check-perf): New target.
482
483 2013-11-05 Will Newton <will.newton@linaro.org>
484
485 PR gdb/7670
486 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
487 (arm_print_float_info): Likewise.
488
489 2013-11-04 Anton Blanchard <anton@samba.org>
490
491 * target.c (memory_xfer_partial): Cap write to 4KB.
492
493 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
494
495 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
496 probe scan even when the arch provides no get_longjmp_target.
497
498 2013-10-31 Pedro Alves <palves@redhat.com>
499
500 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
501 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
502 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
503 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
504 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
505 <bpstat handling>: If the bpstat chain wants the signal to be
506 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
507 GDB_SIGNAL_TRAP.
508
509 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
510
511 * breakpoint.c (update_watchpoint): Update error message and add
512 an additional error message.
513
514 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
515
516 * s390-tdep.h: Rename to...
517 * s390-linux-tdep.h: ...here.
518 * s390-tdep.c: Rename to...
519 * s390-linux-tdep.c: ...here. Adjust #include.
520 * s390-nat.c: Rename to...
521 * s390-linux-nat.c: ...here. Adjust #include.
522 * config/s390/s390.mh: Rename to...
523 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
524 s390-linux-nat.o.
525 * configure.host: Reflect host rename "s390" -> "linux".
526 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
527 * Makefile.in (ALL_TARGET_OBS): Likewise.
528 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
529 s390-linux-tdep.h.
530 (ALLDEPFILES): Reflect rename of .c files.
531
532 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
533
534 * s390-nat.c: Whitespace cleanup.
535 * s390-tdep.c: Likewise.
536 * s390-tdep.h: Remove empty line at end of file.
537
538 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
539
540 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
541 siginfo_size.
542
543 2013-10-29 Tom Tromey <tromey@redhat.com>
544
545 * utils.c (reg): Move undefinition...
546 * gdb_curses.h: ... here. Update comment to mention AIX.
547
548 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
549
550 * exec.h (add_target_sections_of_objfile): New declaration.
551 * exec.c (add_target_sections_of_objfile): New function.
552 * symfile.c (add_symbol_file_command): Update current target sections.
553 (remove_symbol_file_command): New command.
554 (symfile_free_objfile): New function.
555 (_initialize_symfile): Register observer for free_objfile events.
556 * NEWS: Add description of the remove-symbol-file command.
557 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
558 * objfiles.c (free_objfile): Notify free_objfile.
559 (is_addr_in_objfile): New function.
560 * objfiles.h (is_addr_in_objfile): New declaration.
561 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
562 events instead of solib_unloaded events.
563 (_initialize_printcmd): Register observer for free_objfile instead
564 of solib_unloaded notifications.
565 * solib.c (remove_user_added_objfile): New function.
566 (_initialize_symfile): Add remove-symbol-file.
567
568 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
569
570 * infcmd.c (default_print_one_register_info): Use val_print to
571 print all values even optimized out or unavailable ones. Don't
572 try to print a raw form of optimized out or unavailable values.
573
574 2013-10-29 Yao Qi <yao@codesourcery.com>
575
576 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
577 parameter 'arg' instead of from program_space_data.
578 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
579 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
580 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
581 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
582 * inflow.c (inflow_inferior_data_cleanup): Get data from
583 parameter 'arg' instead of inferior_data.
584 * registry.h: Add comments.
585
586 2013-10-28 Pedro Alves <palves@redhat.com>
587
588 * breakpoint.c (watchpoints_triggered)
589 <!target_stopped_data_address>: Hardcode return 1.
590
591 2013-10-28 Pedro Alves <palves@redhat.com>
592
593 * infrun.c (process_event_stop_test): Remove unnecessary scoping
594 level and reindent.
595
596 2013-10-28 Pedro Alves <palves@redhat.com>
597
598 * infrun.c (process_event_stop_test): New function, factored out
599 from handle_inferior_event.
600 (handle_inferior_event): 'process_event_stop_test' is now a
601 function instead of a goto label -- adjust.
602
603 2013-10-28 Pedro Alves <palves@redhat.com>
604
605 * infrun.c (handle_inferior_event): Move process_event_stop_test
606 goto label to the else branch of the ecs->random_signal check,
607 along with FRAME and GDBARCH re-fetching.
608
609 2013-10-28 Pedro Alves <palves@redhat.com>
610
611 * infrun.c (switch_back_to_stepped_thread): New function, factored
612 out from handle_inferior_event.
613 (handle_inferior_event): Adjust to call
614 switch_back_to_stepped_thread. Call it also at the tail of the
615 random signal handling, and return, instead of also handling
616 random signals just before the stepping tests.
617
618 2013-10-28 Pedro Alves <palves@redhat.com>
619
620 * infrun.c (clear_stop_func): Delete.
621 (handle_inferior_event): Don't call clear_stop_func and don't
622 clear 'ecs->random_signal'.
623
624 2013-10-27 Yao Qi <yao@codesourcery.com>
625
626 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
627 (varobj_create, varobj_get_path_expr): Update.
628 (varobj_value_has_mutated, varobj_update): Likewise.
629 (create_child_with_value, new_root_variable): Likewise.
630 (number_of_children, name_of_variable): Likewise.
631 (value_of_child, my_value_of_variable): Likewise.
632 (varobj_value_is_changeable_p): Likewise.
633
634 2013-10-25 Yao Qi <yao@codesourcery.com>
635
636 * language.h (struct lang_varobj_ops): Declare.
637 (struct language_defn) <la_varobj_ops>: New field.
638 * ada-lang.c: Include "varobj.h"
639 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
640 ada_varobj_ops.
641 * c-lang.c: Include "varobj.h"
642 (c_language_defn): Initialize field 'la_varobj_ops' with
643 c_varobj_ops.
644 (cplus_language_defn): Initialize field 'la_varobj_ops' with
645 cplus_varobj_ops.
646 (asm_language_defn): Initialize field 'la_varobj_ops' with
647 default_varobj_ops.
648 (minimal_language_defn): Likewise.
649 * d-lang.c (d_language_defn): Likewise.
650 * f-lang.c (f_language_defn): Likewise.
651 * go-lang.c (go_language_defn): Likewise.
652 * m2-lang.c (m2_language_defn): Likewise.
653 * objc-lang.c (objc_language_defn): Likewise.
654 * opencl-lang.c (opencl_language_defn): Likewise.
655 * p-lang.c (pascal_language_defn): Likewise.
656 * language.c (unknown_language_defn): Likewise.
657 (auto_language_defn): Likewise.
658 (local_language_defn): Likewise.
659 * jv-lang.c (java_language_defn): Initialize field
660 'la_varobj_ops' with java_varobj_ops.
661 * varobj.c (varobj_create): Update.
662 * varobj.h (default_varobj_ops): Define macro.
663
664 2013-10-25 Pedro Alves <palves@redhat.com>
665
666 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
667 static field value.
668 (cp_print_static_field): If the value is entirely optimized out,
669 print <optimized out> here.
670 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
671 static field value.
672 * p-valprint.c (pascal_object_print_static_field): If the value is
673 entirely optimized out, print <optimized out> here.
674 * valops.c (do_search_struct_field)
675 (value_struct_elt_for_reference): No longer handle a NULL static
676 field value.
677 * value.c (value_static_field): Return an optimized out value
678 instead of NULL.
679
680 2013-10-25 Yao Qi <yao@codesourcery.com>
681
682 * remote.c (remote_traceframe_info): Return early if
683 traceframe is not selected.
684
685 2013-10-25 Yao Qi <yao@codesourcery.com>
686
687 * tracepoint.c (traceframe_fun): Remove.
688 (traceframe_sal): Remove.
689 (set_traceframe_context): Add local variables.
690
691 2013-10-25 Joel Brobecker <brobecker@adacore.com>
692
693 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
694 and parameter name.
695
696 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
697
698 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
699 failure from register information collection.
700
701 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
702
703 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
704 member.
705 (linux_corefile_thread_callback): Update accordingly.
706 (linux_make_corefile_notes): Likewise.
707
708 2013-10-24 Pedro Alves <palves@redhat.com>
709
710 * NEWS (New options): Mention set/show startup-with-shell.
711 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
712 instead of 3.
713 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
714 startup-with-shell'.
715 (show_startup_with_shell): New function.
716 (_initialize_fork_child): Register the set/show startup-with-shell
717 commands.
718 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
719 * inf-ttrace.c (inf_ttrace_him): Remove comment.
720 * procfs.c (procfs_init_inferior): Remove comment.
721 * infcmd.c (startup_with_shell): New global.
722 * inferior.h (startup_with_shell): Declare global.
723 (STARTUP_WITH_SHELL): Delete.
724 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
725
726 2013-10-23 Pedro Alves <palves@redhat.com>
727
728 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
729 * common/signals.c: Include "gdb_assert.h".
730 (signals): New field 'symbol'.
731 (SET): Use the 'symbol' parameter.
732 (gdb_signal_to_symbol_string): New function.
733 * infrun.c (handle_inferior_event) <random signal>: In debug
734 output, print the random signal enum as string in addition to its
735 number.
736 * target/waitstatus.c (target_waitstatus_to_string): Print the
737 signal's enum value as string instead of the (POSIX) signal name.
738
739 2013-10-23 Gary Benson <gbenson@redhat.com>
740
741 PR 16013
742 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
743 from 32 to 18. Adjusted fscanf format string accordingly.
744 (Avoids leaving cmd unterminated.)
745 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
746 trun, retn or extra. (Avoids leaving extra unterminated.) Check
747 that local_address and remote_address will not overflow.
748 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
749 leaving dependencies unterminated. Parse size as "%u" to match
750 definition.
751
752 2013-10-22 Pedro Alves <palves@redhat.com>
753
754 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
755 set ecs->random signal.
756
757 2013-10-22 Pedro Alves <palves@redhat.com>
758
759 * infrun.c (keep_going): Update comments.
760
761 2013-10-22 Pedro Alves <palves@redhat.com>
762
763 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
764 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
765
766 2013-10-22 Pedro Alves <palves@redhat.com>
767
768 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
769 GDB_EXC_BAD_ACCESS.
770 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
771 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
772 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
773 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
774 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
775 (GDB_SIGNAL_LAST): Change description string.
776 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
777 Adjust to signal renaming.
778 * darwin-nat.c (darwin_decode_message): Likewise.
779
780 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
781
782 * MAINTAINERS (Write After Approval): Add myself to the list.
783
784 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
785
786 * breakpoint.c (update_watchpoint): If hardware watchpoints are
787 forced off, downgrade them to software watchpoints if possible,
788 and error out if not possible.
789 (watch_command_1): Move watchpoint type selection closer to
790 watchpoint creation, and extend the comments.
791
792 2013-10-18 Pedro Alves <palves@redhat.com>
793
794 PR gdb/16062
795 * infrun.c (handle_inferior_event): Keep going if we got a random
796 signal we should not stop for, instead of falling through to the
797 step tests.
798
799 2013-10-18 Yao Qi <yao@codesourcery.com>
800
801 * c-varobj.c (cplus_number_of_children): Fix indentation.
802
803 2013-10-17 Tom Tromey <tromey@redhat.com>
804
805 PR gdb/15995:
806 * printcmd.c (printcmd): Call gdb_flush.
807
808 2013-10-17 Tom Tromey <tromey@redhat.com>
809
810 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
811 (elf_locate_sections): Update.
812
813 2013-10-17 Yao Qi <yao@codesourcery.com>
814
815 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
816 * ada-varobj.c: Remove the include of ada-varobj.h.
817 (ada_varobj_get_number_of_children): Declare.
818 (ada_varobj_get_name_of_child): Make it static.
819 (ada_varobj_get_path_expr_of_child): Likewise.
820 (ada_varobj_get_value_of_child): Likewise.
821 (ada_varobj_get_type_of_child): Likewise.
822 (ada_varobj_get_value_of_array_variable): Likewise.
823 * ada-varobj.h: Remove.
824
825 2013-10-17 Yao Qi <yao@codesourcery.com>
826
827 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
828 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
829 * ada-varobj.c: Include "varobj.h".
830 (ada_number_of_children): New. Moved from varobj.c.
831 (ada_name_of_variable, ada_name_of_child): Likewise.
832 (ada_path_expr_of_child, ada_value_of_child): Likewise.
833 (ada_type_of_child, ada_value_of_variable): Likewise.
834 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
835 (ada_varobj_ops): New.
836 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
837 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
838 * gdbtypes.h (get_target_type): Declare.
839 * varobj.c: Remove the inclusion of "ada-varobj.h" and
840 "ada-lang.h".
841 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
842 (ANONYMOUS_UNION_NAME): Likewise.
843 (get_type, get_value_type, get_target_type): Remove declarations.
844 (value_get_print_value, varobj_value_get_print_value): Likewise.
845 (c_number_of_children, c_name_of_variable): Likewise.
846 (c_name_of_child, c_path_expr_of_child): Likewise.
847 (c_value_of_child, c_type_of_child): Likewise.
848 (c_value_of_variable, cplus_number_of_children): Likewise.
849 (cplus_class_num_children, cplus_name_of_variable): Likewise.
850 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
851 (cplus_value_of_child, cplus_type_of_child): Likewise.
852 (cplus_value_of_variable, java_number_of_children): Likewise.
853 (java_name_of_variable, java_name_of_child): Likewise.
854 (java_path_expr_of_child, java_value_of_child): Likewise.
855 (java_type_of_child, java_value_of_variable): Likewise.
856 (ada_number_of_children, ada_name_of_variable): Likewise.
857 (ada_name_of_child, ada_path_expr_of_child): Likewise.
858 (ada_value_of_child, ada_type_of_child): Likewise.
859 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
860 (ada_value_has_mutated): Likewise.
861 (struct language_specific): Move it to varobj.h.
862 (CPLUS_FAKE_CHILD): Move it to varobj.h.
863 (restrict_range): Rename it varobj_restrict_range. Make it extern.
864 Callers update.
865 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
866 Make it extern.
867 (is_anonymous_child): Move it to c-varobj.c and rename to
868 varobj_is_anonymous_child. Caller update.
869 (get_type): Move it to c-varobj.c.
870 (get_value_type): Rename it varobj_get_value_type. Make it
871 extern.
872 (get_target_type): Move it gdbtypes.c.
873 (varobj_formatted_print_options): New function.
874 (value_get_print_value): Rename it to
875 varobj_value_get_print_value and make it extern.
876 (varobj_value_is_changeable_p): Make it extern.
877 (adjust_value_for_child_access): Move it to c-varobj.c.
878 (default_value_is_changeable_p): Rename it to
879 varobj_default_value_is_changeable_p. Make it extern.
880 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
881 (c_name_of_child, c_path_expr_of_child): Likewise.
882 (c_value_of_child, c_type_of_child): Likewise.
883 (c_value_of_variable, cplus_number_of_children): Likewise.
884 (cplus_class_num_children, cplus_name_of_variable): Likewise.
885 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
886 (cplus_value_of_child, cplus_type_of_child): Likewise.
887 (cplus_value_of_variable): Likewise.
888 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
889 (java_name_of_child, java_path_expr_of_child): Likewise.
890 (java_value_of_child, java_type_of_child): Likewise.
891 (java_value_of_variable): Likewise.
892 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
893 (ada_name_of_child, ada_path_expr_of_child): Likewise.
894 (ada_value_of_child, ada_type_of_child): Likewise.
895 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
896 (ada_value_has_mutated): Likewise.
897 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
898 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
899 (c_varobj_ops, cplus_varobj_ops): Declare.
900 (java_varobj_ops, ada_varobj_ops): Declare.
901 (varobj_default_value_is_changeable_p): Declare.
902 (varobj_value_is_changeable_p): Declare.
903 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
904 (varobj_get_path_expr_parent): Declare.
905 (varobj_value_get_print_value): Declare.
906 (varobj_formatted_print_options): Declare.
907 (varobj_restrict_range): Declare.
908
909 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
910
911 * target/waitstatus.h (target_waitkind): Remove spurious
912 character from the comments.
913
914 2013-10-17 Joel Brobecker <brobecker@adacore.com>
915
916 * gdbarch.sh (get_longjmp_target): Add method documentation.
917 * gdbarch.h: Regenerate.
918
919 2013-10-16 Tom Tromey <tromey@redhat.com>
920
921 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
922 label.
923
924 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
925
926 * gcore.in: Call GDB using the full path to the gcore script.
927 Error out if the GDB binary is not found.
928
929 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
930
931 PR gdb/16014
932 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
933 sizeof.
934
935 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
936
937 PR gdb/16042
938 * target.c (target_disable_btrace): Fix invalid return value for
939 void function.
940 (target_teardown_btrace): Likewise.
941
942 2013-10-14 Yao Qi <yao@codesourcery.com>
943
944 * varobj.c (struct varobj): Move most of the fields to
945 varobj.h.
946 (struct varobj_dynamic): New struct.
947 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
948 (varobj_has_more): Likewise.
949 (dynamic_varobj_has_child_method): Likewise.
950 (update_dynamic_varobj_children): Likewise.
951 (varobj_get_num_children): Likewise.
952 (varobj_list_children, varobj_pretty_printed_p): Likewise.
953 (install_new_value_visualizer): Likewise.
954 (install_new_value_visualizer, install_new_value): Likewise.
955 (varobj_update, new_variable, free_variable): Likewise.
956 (my_value_of_variable, value_get_print_value): Likewise.
957 (install_visualizer): Change the type of parameter 'var' to
958 'struct varobjd_dynamic *'. Callers update.
959 * varobj.h (struct varobj): Moved from varobj.c.
960 (struct varobj) <dynamic>: New field.
961
962 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
963
964 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
965 as the preferred name of r30.
966 * nios2-linux-tdep.c (reg_offsets): Likewise.
967 * features/nios2-cpu.xml: Likewise.
968 * features/nios2-linux.c: Regenerated.
969 * features/nios2.c: Regenerated.
970 * regformats/nios2-linux.dat: Regenerated.
971
972 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
973
974 Canonicalize directories for EXEC_FILENAME.
975 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
976 exec_filename.
977 * utils.c (gdb_realpath_keepfile): New function.
978 * utils.h (gdb_realpath_keepfile): New declaration.
979
980 2013-10-11 Doug Evans <dje@google.com>
981
982 * Makefile.in (GDBFLAGS): New variable.
983 (run): New rule.
984
985 2013-10-11 Joel Brobecker <brobecker@adacore.com>
986
987 * NEWS: Add entry documenting the new "-catch-assert" and
988 "-catch-exception" GDB/MI commands.
989
990 2013-10-11 Joel Brobecker <brobecker@adacore.com>
991
992 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
993 "enabled".
994 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
995 "enabled". Set B->ENABLE_STATE accordingly.
996 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
997 ada-lang.c.
998 (create_ada_exception_catchpoint): Add declaration.
999 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
1000 (create_ada_exception_catchpoint): Make non-static. Add new
1001 parameter "disabled". Use it in call to
1002 init_ada_exception_breakpoint.
1003 (catch_ada_exception_command): Add parameter "enabled" in call
1004 to create_ada_exception_catchpoint.
1005 (catch_assert_command): Likewise.
1006
1007 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
1008 Add declarations.
1009 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
1010 "catch-exception" commands.
1011 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
1012 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
1013
1014 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1015
1016 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
1017 "enum exception_catchpoint_kind". Replace the "ex_" prefix
1018 of all its enumerates with "ada_". Update the rest of this
1019 file throughout.
1020
1021 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1022
1023 * ada-lang.c (ada_decode_exception_location): Delete.
1024 (create_ada_exception_catchpoint): Remove arguments "sal",
1025 "addr_string" and "ops". Add argument "ex_kind" instead.
1026 Adjust implementation accordingly, calling ada_exception_sal
1027 to get the entities it no longer gets passed as arguments.
1028 Document the function's arguments.
1029 (catch_ada_exception_command): Use catch_ada_exception_command_split
1030 instead of ada_decode_exception_location, and update call to
1031 create_ada_exception_catchpoint.
1032 (catch_ada_assert_command_split): Renames
1033 ada_decode_assert_location. Remove parameters "addr_string" and
1034 "ops", and now returns void. Adjust implementation accordingly.
1035 Update the function documentation.
1036 (catch_assert_command): Use catch_ada_assert_command_split
1037 instead of ada_decode_assert_location. Update call to
1038 create_ada_exception_catchpoint.
1039
1040 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1041
1042 * utils.h (perror_warning_with_name): Add declaration.
1043 * utils.c (perror_warning_with_name): New function.
1044 * cli/cli-cmds.c (source_script_with_search): Add call to
1045 perror_warning_with_name if from_tty is nul.
1046
1047 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1048
1049 * utils.c (perror_string): New function, extracted out of
1050 throw_perror_with_name.
1051 (throw_perror_with_name): Rework to use perror_string.
1052
1053 2013-10-11 Yao Qi <yao@codesourcery.com>
1054
1055 * remote.c (discard_pending_stop_replies_in_queue): Update
1056 declaration.
1057 (struct stop_reply) <rs>: New field.
1058 (remove_stop_reply_of_remote_state): New function.
1059 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
1060 Callers update. Pass remove_stop_reply_of_remote_state to
1061 QUEUE_iterate.
1062 (remote_parse_stop_reply): Initialize field 'rs'.
1063
1064 2013-10-10 Will Newton <will.newton@linaro.org>
1065
1066 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
1067 linux_init_abi.
1068
1069 2013-10-10 Joel Brobecker <brobecker@adacore.com>
1070
1071 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
1072 serial_baud_show_cmd.
1073 (_initialize_cli_cmds): Delete the code creating the
1074 "set/show remotebaud" commands.
1075 * serial.c (baud_rate): Move here from top.c.
1076 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
1077 (_initialize_serial): Create "set/show serial baud" commands.
1078 Add "set/show remotebaud" command aliases.
1079 * top.c (baud_rate): Moved to serial.c.
1080 * NEWS: Document the new "set/show serial baud" commands,
1081 replacing "set/show remotebaud".
1082
1083 2013-10-09 Pedro Alves <palves@redhat.com>
1084
1085 * breakpoint.c (insert_bp_location): Use memory_error_message to
1086 build the memory error string.
1087 * c-lang.c: Include "gdbcore.h".
1088 (c_get_string): Use memory_error to throw error.
1089 (target_xfer_memory_error): Delete.
1090 (memory_error_message): New, factored out from
1091 target_xfer_memory_error.
1092 (memory_error): Change parameter type to target_xfer_error.
1093 Rewrite.
1094 (read_memory): Use memory_error instead of
1095 target_xfer_memory_error.
1096 * gdbcore.h: Include "target.h".
1097 (memory_error): Change parameter type to target_xfer_error.
1098 (memory_error_message): Declare function.
1099 * target.c (target_read_memory, target_read_stack)
1100 (target_write_memory, target_write_raw_memory): Return
1101 TARGET_XFER_E_IO on error. Adjust comments.
1102 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
1103 instead of EIO.
1104 * target.h (target_read, target_insert_breakpoint)
1105 (target_remove_breakpoint): Adjust comments.
1106 * valprint.c (partial_memory_read): Rename parameter, and adjust
1107 comment.
1108 (val_print_string): Use memory_error_message to build the memory
1109 error string.
1110
1111 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1112
1113 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
1114 result variable. Rename variable fopen_e_ever_failed to
1115 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
1116
1117 2013-10-09 Pedro Alves <palves@redhat.com>
1118
1119 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
1120 (monitor_write_memory_longlongs, monitor_write_memory_block):
1121 Constify 'myaddr' parameter.
1122 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
1123 helper.
1124 (monitor_xfer_partial): New function.
1125 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
1126 hook. Install a to_xfer_partial hook.
1127
1128 2013-10-09 Tom Tromey <tromey@redhat.com>
1129
1130 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
1131 bfd_get_alt_debug_link_info.
1132
1133 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1134
1135 New flag OBJF_NOT_FILENAME.
1136 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
1137 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
1138 allocate_objfile.
1139 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
1140 symbol_file_add_from_bfd.
1141 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
1142 allocate_objfile.
1143 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
1144 NULL.
1145 * objfiles.h (OBJF_NOT_FILENAME): New.
1146
1147 2013-10-08 Tom Tromey <tromey@redhat.com>
1148
1149 * Makefile.in (SFILES): Add build-id.c.
1150 (HFILES_NO_SRCDIR): Add build-id.h.
1151 * build-id.c: New file, largely from elfread.c. Modified
1152 most functions.
1153 * build-id.h: New file.
1154 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
1155 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
1156 Search for dwz file using build-id.
1157 * elfread.c (build_id_bfd_get, build_id_verify)
1158 (build_id_to_debug_filename, find_separate_debug_file): Remove.
1159
1160 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1161
1162 * ada-lang.c (compare_names_with_case): Renamed from
1163 compare_names, adding a new parameter "casing" and its handling.
1164 New function documentation.
1165 (compare_names): New function, implemented using
1166 compare_names_with_case.
1167
1168 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1169
1170 * ada-lang.c (ada_exception_sal): Remove advance declaration.
1171
1172 2013-10-07 Tom Tromey <tromey@redhat.com>
1173
1174 * objfiles.c (free_objfile_per_bfd_storage): Delete the
1175 demangled_names_hash.
1176 (free_objfile): Don't delete the demangled_names_hash.
1177 * objfiles.h (struct objfile_per_bfd_storage)
1178 <demangled_names_hash>: New field.
1179 (struct objfile) <demangled_names_hash>: Move to
1180 objfile_per_bfd_storage.
1181 * symfile.c (reread_symbols): Don't delete the
1182 demangled_names_hash.
1183 * symtab.c (create_demangled_names_hash): Update.
1184 (symbol_set_names): Update.
1185
1186 2013-10-07 Tom Tromey <tromey@redhat.com>
1187
1188 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
1189 needs_relocations>: New fields.
1190 (gdb_bfd_requires_relocations): New function.
1191 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
1192 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
1193 the BFD needs relocations applied.
1194
1195 2013-10-07 Pedro Alves <palves@redhat.com>
1196
1197 PR breakpoints/11568
1198 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
1199 the thread list" instead of "gone".
1200
1201 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1202
1203 * NEWS: Mention new convenience variable $_exitsignal.
1204 * corelow.c (core_open): Reset exit convenience variables. Set
1205 $_exitsignal to the uncaught signal which generated the corefile.
1206 * infrun.c (handle_inferior_event): Reset exit convenience
1207 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
1208 (clear_exit_convenience_vars): New function.
1209 * inferior.h (clear_exit_convenience_vars): New prototype.
1210
1211 2013-10-06 Yao Qi <yao@codesourcery.com>
1212
1213 * varobj.h: Add comments to enum varobj_languages.
1214
1215 2013-10-04 Doug Evans <dje@google.com>
1216
1217 Add support for DWP file format version 2.
1218 * NEWS: Mention support for DWP file format version 2.
1219 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
1220 union of asection, containing_section. New fields virtual_offset
1221 and is_virtual. Change type of readin filed from int to char.
1222 (dwo_sections, dwo_file): Tweak comments.
1223 (dwp_v2_section_ids): New enum.
1224 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
1225 str_offsets, types.
1226 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
1227 All uses updated.
1228 (virtual_v2_dwo_sections): New struct.
1229 (dwp_hash_table): New fields version, nr_columns. Change type of
1230 section_pool field to a union.
1231 (dwp_file): New field version.
1232 (dwarf2_has_info): Check for virtual sections.
1233 (get_containing_section): New function.
1234 (get_section_bfd_owner, get_section_bfd_section): Call it.
1235 (dwarf2_locate_sections): Update.
1236 (dwarf2_section_empty_p): Update.
1237 (dwarf2_read_section): Handle virtual sections.
1238 (locate_dwz_sections): Update.
1239 (create_dwp_hash_table): Document and handle V2 format.
1240 (locate_v1_virtual_dwo_sections): Renamed from
1241 locate_virtual_dwo_sections and update. All callers updated.
1242 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
1243 Delete arg htab. Rename arg section_index to unit_index.
1244 All callers updated.
1245 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
1246 All uses updated.
1247 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
1248 (lookup_dwo_unit_in_dwp): Add V2 support.
1249 (dwarf2_locate_dwo_sections): Update.
1250 (dwarf2_locate_common_dwp_sections): Renamed from
1251 dwarf2_locate_dwp_sections and update. All callers updated.
1252 (dwarf2_locate_v2_dwp_sections): New function.
1253 (open_and_init_dwp_file): Add V2 support.
1254 (read_str_index): New locals str_section, str_offsets_section.
1255
1256 2013-10-04 Pedro Alves <palves@redhat.com>
1257
1258 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
1259 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
1260 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
1261 describing comments with references to ptid.h.
1262 * common/ptid.h: Remove intro description of constructors,
1263 accessors and predicates.
1264 (struct ptid): Reformat.
1265 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
1266 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
1267 describing comments.
1268
1269 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1270
1271 * aix-thread.c (sync_threadlists): Add missing ')' in call
1272 to ptid_build.
1273
1274 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1275
1276 * procfs.c (procfs_init_inferior): Fix typo causing the build
1277 to fail.
1278
1279 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1280
1281 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
1282
1283 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1284
1285 * mi/mi-main.c (run_one_inferior): Add function description.
1286 Make ARG a pointer to an integer whose value determines whether
1287 we should "run" or "start" the program.
1288 (mi_cmd_exec_run): Add handling of the "--start" option.
1289 Reject all other command-line options.
1290 * NEWS: Add entry for "-exec-run"'s new "--start" option.
1291
1292 2013-10-04 Yao Qi <yao@codesourcery.com>
1293
1294 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
1295 (struct notif_client) <pending_event>: Moved
1296 to struct remote_notif_state.
1297 <id>: New field.
1298 (struct remote_notif_state) <pending_event>: New field.
1299 (notif_event_xfree): Declare.
1300 * remote-notif.c (handle_notification): Adjust.
1301 (notif_event_xfree): New function.
1302 (do_notif_event_xfree): Call notif_event_xfree.
1303 (remote_notif_state_xfree): Call notif_event_xfree to free
1304 each element in field pending_event.
1305 * remote.c (discard_pending_stop_replies): Remove declaration.
1306 (discard_pending_stop_replies_in_queue): Declare.
1307 (remote_close): Call discard_pending_stop_replies_in_queue
1308 instead of discard_pending_stop_replies.
1309 (remote_start_remote): Adjust.
1310 (stop_reply_xfree): Call notif_event_xfree.
1311 (notif_client_stop): Adjust initialization.
1312 (remote_notif_remove_all): Rename it to ...
1313 (remove_stop_reply_for_inferior): ... this. Update comments.
1314 Don't check INF is NULL.
1315 (discard_pending_stop_replies): Return early if notif_state is
1316 NULL. Adjust. Don't check INF is NULL.
1317 (remote_notif_get_pending_events): Adjust.
1318 (discard_pending_stop_replies_in_queue): New function.
1319 (remote_wait_ns): Likewise.
1320
1321 2013-10-04 Yao Qi <yao@codesourcery.com>
1322
1323 * remote-notif.c (DECLARE_QUEUE_P): Remove.
1324 (notif_queue): Remove.
1325 (remote_notif_process): Add one parameter 'notif_queue'.
1326 Update comments. Callers update.
1327 (remote_async_get_pending_events_token): Remove.
1328 (remote_notif_register_async_event_handler): Remove.
1329 (remote_notif_unregister_async_event_handler): Remove.
1330 (handle_notification): Add parameter 'notif_queue'. Update
1331 comments. Callers update.
1332 (notif_xfree): Remove.
1333 (remote_notif_state_allocate): New function.
1334 (remote_notif_state_xfree): New function.
1335 (_initialize_notif): Remove code to allocate queue.
1336 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
1337 (struct remote_notif_state): New.
1338 (handle_notification): Update declaration.
1339 (remote_notif_process): Likewise.
1340 (remote_notif_register_async_event_handler): Remove.
1341 (remote_notif_unregister_async_event_handler): Remove.
1342 (remote_notif_state_allocate): Declare.
1343 (remote_notif_state_xfree): Declare.
1344 * remote.c (struct remote_state) <notif_state>: New field.
1345 (remote_close): Don't call
1346 remote_notif_unregister_async_event_handler. Call
1347 remote_notif_state_xfree.
1348 (remote_open_1): Don't call
1349 remote_notif_register_async_event_handler. Call
1350 remote_notif_state_allocate.
1351
1352 2013-10-04 Yao Qi <yao@codesourcery.com>
1353
1354 * varobj.c (create_child_with_value): Remove 'const' from the
1355 type of parameter 'name'.
1356 (varobj_add_child): Likewise.
1357 (install_dynamic_child): Remove 'const' from the type of
1358 parameter 'name'.
1359 (varobj_add_child): Likewise.
1360 (create_child_with_value): Likewise. Update comments. Don't
1361 duplicate 'name'.
1362 (update_dynamic_varobj_children): Duplicate 'name'
1363 and pass it to install_dynamic_child.
1364
1365 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
1366
1367 * python/py-value.c (convert_value_from_python): Move PyInt_Check
1368 conversion logic to occur after PyLong_Check. Comment on order
1369 change significance.
1370 * python/py-arch.c (archpy_disassemble): Comment on order of
1371 conversion for integers and longs.
1372
1373 2013-10-03 Pedro Alves <palves@redhat.com>
1374
1375 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1376 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1377 functions. Always test for PTRACE_O_TRACESYSGOOD even if
1378 PTRACE_O_TRACEFORK is not supported.
1379 (linux_test_for_tracesysgood): New function.
1380 (linux_test_for_tracefork): New function, factored out from
1381 linux_check_ptrace_features, and also don't kill child_pid here.
1382
1383 2013-10-03 Tristan Gingold <gingold@adacore.com>
1384
1385 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1386 Remove verbose error reporting. Use detected state to
1387 thread_set_state call.
1388 (i386_darwin_dr_get): Fix return type. Remove verbose error
1389 report.
1390 Remove trailing spaces.
1391
1392 2013-10-02 Pedro Alves <palves@redhat.com>
1393
1394 * cp-valprint.c (cp_print_value_fields): Adjust calls to
1395 val_print_optimized_out.
1396 * jv-valprint.c (java_print_value_fields): Likewise.
1397 * p-valprint.c (pascal_object_print_value_fields): Likewise.
1398 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1399 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1400 new optimized out value.
1401 * findvar.c (address_from_register): Likewise.
1402 * frame.c (put_frame_register): Tweak error string to say the
1403 register was not saved, rather than optimized out.
1404 * infcmd.c (default_print_one_register_info): Adjust call to
1405 val_print_optimized_out. Use value_of_register instead of
1406 get_frame_register_value.
1407 * mi/mi-main.c (output_register): Use value_of_register instead of
1408 get_frame_register_value.
1409 * valprint.c (valprint_check_validity): Likewise.
1410 (val_print_optimized_out): New value parameter. If the value is
1411 lval_register, print <not saved> instead.
1412 (value_check_printable, val_print_scalar_formatted): Adjust calls
1413 to val_print_optimized_out.
1414 * valprint.h (val_print_optimized_out): New value parameter.
1415 * value.c (struct value) <optimized_out>: Extend comment.
1416 (error_value_optimized_out): New function.
1417 (require_not_optimized_out): Use it. Use a different string for
1418 lval_register values.
1419 * value.h (error_value_optimized_out): New declaration.
1420 * NEWS: Mention <not saved>.
1421
1422 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1423
1424 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1425 strcmp to compare two symtab filenames.
1426
1427 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1428
1429 * symtab.c (search_symbols_equal): Delete.
1430 (sort_search_symbols_remove_dups): Replace call to
1431 search_symbols_equal by call to compare_search_syms,
1432 adjusting as necessary.
1433
1434 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1435
1436 PR python/15579
1437 * python/python.c: Document gdb.execute command in Python help.
1438
1439 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1440
1441 * python/py-frame.c (frame_info_to_frame_object): Use
1442 gdbpy_convert_exception. Clean up Python object on failure.
1443
1444 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1445
1446 * python/lib/gdb/command/frame_filters.py
1447 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1448 (ShowFrameFilterPriority.invoke): Ditto.
1449
1450 2013-10-01 Keith Seitz <keiths@redhat.com>
1451
1452 * linespec.c (struct ls_parser): Make 'saved_arg' const.
1453 (parse_linespec): Make 'argptr' const.
1454 Remove temporary cast of 'argptr' to const char **.
1455 (decode_line_full): Pass const pointer to parse_linespec.
1456 (decode_line_1): Likewise.
1457 (decode_objc): Make local variable 'new_argptr' const.
1458 (find_function_symbols): Remove temporary cast to char *
1459 to find_imps.
1460 * objc-lang.c (find_imps): Make argument 'method' const.
1461 Return const.
1462 * objc-lang.h (find_imps): Likewise.
1463
1464 2013-10-01 Keith Seitz <keiths@redhat.com>
1465
1466 * completer.c (skip_quoted_chars): Make all arguments const.
1467 Return const.
1468 (skip_quoted): Likewise.
1469 * completer.h (skip_quoted_chars): Likewise.
1470 (skip_quoted): Likewise.
1471 * defs.h (skip_quoted): Remove duplicate declaration.
1472 * jv-exp.y: Include completer.h.
1473 (yylex): Remove unneccessary cast to char * fro skip_quoted.
1474 * p-exp.y: Include completer.h.
1475
1476 2013-10-01 Keith Seitz <keiths@redhat.com>
1477
1478 * c-exp.y (parse_number): Make first argument const.
1479 Make a copy of the input to manipulate.
1480 (c_parse_escape): Make first argument const.
1481 Make local variable 'tokptr' const.
1482 (parse_string_or_char): Make first two arguments const.
1483 (macro_original_text): Make const.
1484 (lex_one_token): Make local variable 'tokstart' const.
1485 Likewise for local variables named 'p'.
1486 Cast away const for struct stoken (temporary).
1487 * c-lang.h (c_parse_escpae): Make first argument const.
1488 * cli/cli-cmds.c (echo_command): Make local variable 'p'
1489 const.
1490 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1491 var_string case.
1492 * f-exp.y (parse_number): Make first argument const.
1493 (match_string_literal): Make local variable 'tokstart'
1494 const.
1495 (yylex): Make local variable 'p' const.
1496 Cast away const for struct stoken (temporary).
1497 * go-exp.y (parse_number): Make first argument const.
1498 (parse_string_or_char): Likewise.
1499 Make local variable 'tokstart' const.
1500 (lex_one_token): Likewise for numerous locals called 'p'.
1501 Cast away const for struct stoken (temporary).
1502 * jv-exp.y (parse_number): Make first argument const.
1503 Make local variables 'tokstart' and 'tokptr' const.
1504 Cast away const for call to skip_quoted (temporary).
1505 (yylex): Make local variable 'p' const.
1506 Cast away const for struct stoken (temporary).
1507 * m2-exp.y (parse_number): Make local variable 'p' const.
1508 (yylex): Likewise for 'tokstart'.
1509 Cast away const for struct stoken (temporary).
1510 Make local variable 'p' const.
1511 * macroexp.c (get_character_constant): Pass a const string
1512 to c_parse_escape.
1513 (get_string_literal): Likewise.
1514 (macro_expand_next): Make first argument const.
1515 Cast away const for init_shared_buffer.
1516 * macroexp.h (macro_expand_next): Make first argument const.
1517 * p-exp.y (yylex): Make a local copy of 'lexptr'.
1518 Pass a const string to c_parse_escape.
1519 Make local variables 'p' and 'namestart' const.
1520 * parse.c (lexptr): Make const.
1521 (prev_lexptr): Likewise.
1522 (find_template_name_end): Return const.
1523 Make argument const, too.
1524 (parse_exp_in_context): Make first argument const.
1525 Remove the entire const_hack.
1526 (parse_exp_in_context_1): Make first argument const.
1527 * parser-defs.h (find_template_name_end): Return const.
1528 Make argument const, too.
1529 (lexptr): Make const.
1530 (prev_lexptr): Likewise.
1531 * utils.c (parse_escape): Make second argument const.
1532 * utils.h (parse_escape): Likewise.
1533
1534 2013-10-01 Keith Seitz <keiths@redhat.com>
1535
1536 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1537 is now const.
1538 (block_lookup): Make 'raw_name' and 'name' const.
1539 * ada-lex.l (processString): Update for struct stoken.ptr.
1540 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1541 (operator_stoken): Likewise.
1542 (lex_one_token): Remove temporary cast to char * for
1543 'yylval.sval.ptr'.
1544 * f-exp.y (yylex): Likewise.
1545 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1546 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1547 * go-exp.y (lex_one_token): Remove temporary cast to char * for
1548 'yylval.sval.ptr'.
1549 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1550 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1551 * linespec.c (struct ls_parser): Make 'stream' const.
1552 (find_parameter_list_end): Make argument 'input' and local
1553 variable 'p' const.
1554 (linespec_lexer_lex_string): Make local variables 'start' and
1555 'p' const.
1556 Use skip_spaces_const instead of skip_spaces.
1557 (linespec_lexer_peek_token): Make local variable 'saved_stream'
1558 const.
1559 (parse_linespec): Temporarily cast 'argptr' to const for
1560 'parser->lexer.stream'.
1561 * m2-exp.y (yylex): Remove temporary cast to char * for
1562 'yylval.sval.ptr'.
1563 * objc-lang.c (add_msglist): Make local variable 'p' const.
1564 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
1565 (exp : STRING): Make 'sp' const.
1566 (parse_number): Make argument 'p' const.
1567 * parser-defs.h (struct stoken): Make 'ptr' const.
1568
1569 2013-10-01 Doug Evans <dje@google.com>
1570
1571 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1572
1573 2013-10-01 Yao Qi <yao@codesourcery.com>
1574
1575 * varobj.c (c_value_of_root): Remove declaration.
1576 (cplus_value_of_root, java_value_of_root): Likewise.
1577 (ada_value_of_root): Likewise.
1578 (struct language_specific) <value_of_root>: Remove.
1579 (languages): Update initialization.
1580 (check_scope): Move earlier.
1581 (c_value_of_root): Move earlier and rename to ...
1582 (value_of_root_1): ... this.
1583 (value_of_root): Caller update.
1584 (cplus_value_of_root, java_value_of_root): Remove.
1585 (ada_value_of_root): Remove.
1586
1587 2013-10-01 Yao Qi <yao@codesourcery.com>
1588
1589 * varobj.c (varobj_format_string): Remove "unknown".
1590 (languages): Remove the first element.
1591 * varobj.h (enum varobj_languages): Remove vlang_c.
1592
1593 2013-10-01 Yao Qi <yao@codesourcery.com>
1594
1595 * varobj.c (struct language_specific) <language>: Remove.
1596 (languages): Update the initialization.
1597
1598 2013-10-01 Yao Qi <yao@codesourcery.com>
1599
1600 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1601 "solib-target.h". Include "windows-tdep.h".
1602 (arm_wince_init_abi): Call windows_init_abi. Remove call to
1603 set_solib_ops and set_gdbarch_has_dos_based_file_system.
1604 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1605 windows-tdep.o to gdb_target_obs.
1606
1607 2013-10-01 Yao Qi <yao@codesourcery.com>
1608
1609 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1610 "solib-target.h".
1611 (amd64_windows_init_abi): Don't call set_solib_ops and
1612 set_gdbarch_iterate_over_objfiles_in_search_order. Call
1613 windows_init_abi instead.
1614 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1615 "solib-target.h".
1616 (i386_cygwin_init_abi): Don't call set_solib_ops,
1617 set_gdbarch_has_dos_based_file_system and
1618 set_gdbarch_iterate_over_objfiles_in_search_order. Call
1619 windows_init_abi instead.
1620 * windows-tdep.c: Include "solib.h" and "solib-target.h".
1621 (windows_init_abi): New function.
1622 (windows_iterate_over_objfiles_in_search_order): Make it
1623 static.
1624 * windows-tdep.h (windows_init_abi): Declare.
1625 (windows_iterate_over_objfiles_in_search_order): Remove
1626 declaration.
1627
1628 2013-10-01 Jerome Guitton <guitton@adacore.com>
1629
1630 Checked in by Joel Brobecker <brobecker@adacore.com>
1631 * system-gdbinit/elinos.py (get_elinos_environment): Return an
1632 incomplete dictionnary instead of None in case of missing
1633 environment variables.
1634 (elinos_init): in case of an incomplete environment, best
1635 effort to load system libraries instead of abort.
1636
1637 2013-10-01 Joel Brobecker <brobecker@adacore.com>
1638
1639 * ada-lang.c (ada_has_this_exception_support): Ignore
1640 mst_solib_trampoline minimal symbols.
1641
1642 2013-09-30 Tristan Gingold <gingold@adacore.com>
1643
1644 * i386-darwin-nat.c (darwin_complete_target): Install methods for
1645 hardware watchpoint.
1646 (i386_darwin_dr_set): Support 32 and 64 bit states.
1647 (i386_darwin_dr_get): Likewise.
1648 (i386_darwin_dr_set_control): Make static.
1649 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1650 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1651
1652 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
1653
1654 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1655 Replace TIDGET with ptid_get_lwp.
1656 Replace GET_LWP with ptid_get_lwp.
1657 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1658 Replace BUILD_THREAD with ptid_build.
1659 Replace BUILD_LWP with ptid_build.
1660 Replace PIDGET with ptid_get_pid.
1661 Replace TIDGET with ptid_get_lwp.
1662 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1663 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1664 Replace TIDGET with ptid_get_lwp.
1665 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1666 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1667 Replace TIDGET with ptid_get_lwp.
1668 Replace GET_LWP with ptid_get_lwp.
1669 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1670 * auxv.c: Likewise.
1671 * breakpoint.c: Likewise.
1672 * common/ptid.c (ptid_is_pid): Condense check for
1673 null_ptid and minus_one_ptid.
1674 (ptid_lwp_p): New function.
1675 (ptid_tid_p): New function.
1676 * common/ptid.h: Update comments for accessors.
1677 (ptid_lwp_p): New prototype.
1678 (ptid_tid_p): New prototype.
1679 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1680 * gcore.c: Replace PIDGET with ptid_get_pid.
1681 * gdbthread.h: Likewise.
1682 * gnu-nat.c: Likewise.
1683 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1684 Replace TIDGET with ptid_get_lwp.
1685 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1686 * hppanbsd-nat.c: Likewise.
1687 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1688 Replace TIDGET with ptid_get_lwp.
1689 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1690 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1691 * infcmd.c: Likewise.
1692 * inferior.h: Likewise.
1693 * inflow.c: Likewise.
1694 * infrun.c: Likewise.
1695 * linux-fork.c: Likewise.
1696 * linux-nat.c: Replace PIDGET with ptid_get_pid.
1697 Replace GET_PID with ptid_get_pid.
1698 Replace is_lwp with ptid_lwp_p.
1699 Replace GET_LWP with ptid_get_lwp.
1700 Replace BUILD_LWP with ptid_build.
1701
1702 2013-09-28 Mike Frysinger <vapier@gentoo.org>
1703
1704 * common/linux-btrace.c: Move sys/syscall.h out of the
1705 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1706 Also check for SYS_perf_event_open before attempting to buid.
1707
1708 2013-09-27 Doug Evans <dje@google.com>
1709
1710 * dwarf2read.c (dwarf2_section_info): Add comment.
1711 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1712 All uses updated.
1713 (dwarf2_section_empty_p): Rename arg from "info" to "section".
1714 (dwarf2_read_section): Delete unused local "header". Add section
1715 name to error message.
1716 (create_dwo_in_dwp): Tweak comment.
1717 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1718
1719 * dwarf2read.c (die_reader_specs): Tweak comment.
1720 (get_section_bfd_owner, get_section_bfd_section): New functions.
1721 (get_section_name, get_section_file_name): New functions.
1722 (get_section_id, get_section_flags): New functions.
1723 (*): Use new functions to access section fields.
1724
1725 * dwarf2read.c (struct dwo_file): Add/tweak comments.
1726 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
1727 arg "htab". All callers updated.
1728 (create_debug_types_hash_table): Remove redundant copy of
1729 abbrev_section.
1730 (create_dwo_in_dwp): Tweak comments.
1731 (read_str_index): Tweak comment. Record dwarf form name in static
1732 local.
1733
1734 2013-09-27 Pedro Alves <palves@redhat.com>
1735
1736 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1737 (remote_filename_p): Add comment.
1738 * remote.c (remote_filename_p): Adjust to use
1739 REMOTE_SYSROOT_PREFIX.
1740 * solib.c (solib_find): When deciding whether we need to add a
1741 directory separator, check whether the sysroot is "remote:"
1742 instead of checking whether the patch has a drive spec. Add
1743 comments.
1744
1745 2013-09-27 Pedro Alves <palves@redhat.com>
1746
1747 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1748 Delete fields.
1749 (remote_parse_stop_reply): Adjust, setting event->ws.kind
1750 directly.
1751
1752 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1753
1754 Fix set debug frame output.
1755 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
1756 SENTINEL_FRAME entry lower to match enum frame_type order.
1757
1758 2013-09-26 Pierre Muller <muller@sourceware.org>
1759
1760 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1761 AMD64_R15_REGNUM when a register index is expected.
1762 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1763 Substitute in array.
1764 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1765 (amd64_push_arguments): Substitute in integer_regnum array.
1766
1767 2013-09-25 Doug Evans <dje@google.com>
1768
1769 * objfiles.c (allocate_objfile): Move comment to better place.
1770
1771 New option "set debug symfile on".
1772 * NEWS: Mention "set debug symfile".
1773 * Makefile.in (SFILES): Add symfile-debug.c.
1774 (COMMON_OBS): Add symfile-debug.o.
1775 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1776 objfile's symbol functions.
1777 * objfiles.h (objfile_set_sym_fns): Declare.
1778 * symfile-debug.c: New file.
1779 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1780 objfile's symbol functions.
1781 (reread_symbols): Ditto.
1782
1783 * symfile.h (struct sym_fns): Delete member "sym_flavour".
1784 All uses updated.
1785 (add_symtab_fns): Update prototype.
1786 * symfile.c (sym_fns_ptr): Delete. Replace with ...
1787 (registered_sym_fns): ... this.
1788 (symtab_fns): Update.
1789 (add_symtab_fns): New arg "flavour". All callers updated.
1790 (find_sym_fns): Rewrite to use new sym_fns registry.
1791
1792 * symfile.h (struct sym_fns): Add "objfile" argument to
1793 sym_read_linetable. All uses updated.
1794
1795 * symtab.c (domain_name, search_domain_name): New functions.
1796 * symtab.h (domain_name, search_domain_name): Declare.
1797
1798 * symfile.h (struct quick_symbol_functions): Reorg arg list of
1799 map_matching_symbols so objfile is first. All uses updated.
1800 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1801 * psymtab.c (map_matching_symbols_psymtab): Update signature.
1802
1803 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1804
1805 PR shlibs/8882
1806 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1807 link map entries.
1808
1809 2013-09-24 Doug Evans <dje@google.com>
1810
1811 * objfiles.c (free_objfile): Move comment.
1812
1813 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1814
1815 * ada-exp.y (string_to_operator): Delete.
1816 (dummy_string_to_ada_operator): Delete.
1817
1818 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1819
1820 Revert:
1821 * i386-tdep.h (enum amd64_reg_class): New, moved here from
1822 amd64-tdep.c.
1823 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1824 call_dummy_integer_regs, and classify.
1825 * amd64-tdep.h (amd64_classify): Add declaration.
1826 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1827 (amd64_reg_class): Delete, moved to i386-tdep.h.
1828 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
1829 Replace call to amd64_classify by call to tdep->classify.
1830 (amd64_push_arguments): Get the list of registers to use for
1831 passing integer parameters from the gdbarch tdep structure,
1832 rather than using a hardcoded one. Replace calls to amd64_classify
1833 by calls to tdep->classify.
1834 (amd64_push_dummy_call): Get the register number used for
1835 the "hidden" argument from tdep->call_dummy_integer_regs.
1836 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1837 and tdep->call_dummy_integer_regs. Set tdep->classify.
1838
1839 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1840
1841 Revert:
1842 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1843 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1844 where tdep->memory_args_by_pointer is non-zero.
1845
1846 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1847
1848 Revert:
1849 * i386-tdep.h (struct gdbarch_tdep): Add new field
1850 integer_param_regs_saved_in_caller_frame.
1851 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1852 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1853
1854 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1855
1856 * amd64-windows-tdep.c: #include "value.h"
1857 (amd64_windows_classify): Delete.
1858 (amd64_windows_passed_by_integer_register)
1859 (amd64_windows_passed_by_xmm_register)
1860 (amd64_windows_passed_by_pointer)
1861 (amd64_windows_adjust_args_passed_by_pointer)
1862 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1863 (amd64_windows_push_dummy_call): New functions.
1864 (amd64_windows_init_abi): Remove setting of
1865 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1866 tdep->classify, tdep->memory_args_by_pointer and
1867 tdep->integer_param_regs_saved_in_caller_frame.
1868 Add call to set_gdbarch_push_dummy_call.
1869
1870 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1871
1872 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1873 objfile->original_name.
1874
1875 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1876
1877 Pass down original filename for objfile.
1878 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1879 * elfread.c (elf_symfile_read): Likewise.
1880 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1881 longer set ORIGINAL_NAME.
1882 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1883 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1884 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
1885 symbol_file_add_from_bfd call.
1886 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1887 (macho_check_dsym): Add parameter filenamep. Change function comment.
1888 Set *filenamep.
1889 (macho_symfile_read): New variable dsym_filename. Update
1890 macho_check_dsym call. Use it for symbol_file_add_separate.
1891 * objfiles.c (allocate_objfile): Add parameter name. New comment for
1892 it. Use it for objfile->original_name.
1893 (objfile_name): Return OBFD's filename, if available.
1894 * objfiles.h (allocate_objfile): Add new parameter name.
1895 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1896 * symfile-mem.c (symbol_file_add_from_memory): Update
1897 symbol_file_add_from_bfd call.
1898 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1899 comment for it.
1900 (symbol_file_add_with_addrs): New parameter name, add function comment
1901 for it. Remove variable name. Update allocate_objfile call.
1902 (symbol_file_add_separate): New parameter name, add function comment
1903 for it. Update symbol_file_add_with_addrs call.
1904 (symbol_file_add_from_bfd): New parameter name. Update
1905 symbol_file_add_with_addrs call.
1906 (symbol_file_add): Update symbol_file_add_from_bfd call.
1907 (reread_symbols): New variable original_name. Save
1908 objfile->original_name by it.
1909 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1910 second parameter.
1911
1912 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1913
1914 Code cleanup: Add objfile_name accessor function.
1915 * ada-lang.c (is_known_support_routine): Use objfile_name.
1916 * auto-load.c (source_gdb_script_for_objfile)
1917 (auto_load_objfile_script): Likewise.
1918 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1919 * dbxread.c (dbx_symfile_read): Likewise.
1920 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1921 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1922 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1923 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1924 (lookup_dwp_signatured_type, lookup_dwo_unit)
1925 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1926 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1927 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1928 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1929 (dwarf2_record_block_ranges, read_common_block, read_typedef)
1930 (read_subrange_type, load_partial_dies, read_partial_die)
1931 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1932 (die_containing_type, build_error_marker_type, lookup_die_type)
1933 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1934 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1935 (get_DW_AT_signature_type, write_psymtabs_to_index)
1936 (save_gdb_index_command): Likewise.
1937 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1938 Likewise.
1939 * expprint.c (dump_subexp_body_standard): Likewise.
1940 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1941 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1942 original_name.
1943 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1944 obj_name, use objfile_name for it, use the variable.
1945 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1946 Use objfile_name.
1947 * machoread.c (macho_symtab_read, macho_check_dsym)
1948 (macho_symfile_relocate): Likewise.
1949 * maint.c (maintenance_translate_address): Likewise.
1950 * minidebug.c (find_separate_debug_file_in_section): Likewise.
1951 * minsyms.c (install_minimal_symbols): Likewise.
1952 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1953 original_name.
1954 (filter_overlapping_sections): Use objfile_name.
1955 (objfile_name): New function.
1956 * objfiles.h (struct objfile): Rename field name to original_name.
1957 (objfile_name): New prototype.
1958 * printcmd.c (sym_info, address_info): Use objfile_name.
1959 * probe.c (parse_probes, collect_probes, compare_probes)
1960 (info_probes_for_ops): Likewise.
1961 * progspace.c (clone_program_space): Likewise.
1962 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1963 (maintenance_info_psymtabs): Likewise.
1964 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1965 (source_section_scripts): Likewise.
1966 * python/py-objfile.c (objfpy_get_filename): Likewise.
1967 * python/py-progspace.c (pspy_get_filename): Likewise.
1968 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1969 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1970 * solib.c (solib_read_symbols): Likewise.
1971 * stabsread.c (scan_file_globals): Likewise.
1972 * stap-probe.c (handle_stap_probe): Likewise.
1973 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1974 (find_separate_debug_file_by_debuglink): Likewise.
1975 (reread_symbols): Likewise. Use the objfile field name renamed to
1976 original_name.
1977 (allocate_symtab): Use objfile_name.
1978 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1979 (dump_objfile, dump_msymbols, dump_symtab_1)
1980 (maintenance_print_msymbols, maintenance_print_objfiles)
1981 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1982 * target.c (target_translate_tls_address, target_info): Likewise.
1983 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1984 objfile_name.
1985
1986 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1987
1988 Code cleanup.
1989 * probe.c (parse_probes): Rename variable objfile_name to
1990 objfile_namestr.
1991
1992 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1993
1994 Remove solib-sunos.c.
1995 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1996 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1997 * objfiles.c (rt_common_objfile): Remove.
1998 (free_objfile): Remove rt_common_objfile comparison.
1999 * objfiles.h (rt_common_objfile): Remove.
2000 * solib-sunos.c: Remove.
2001 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
2002
2003 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2004
2005 Remove a.out NetBSD and OpenBSD hosts.
2006 * NEWS (Removed native configurations): New.
2007 * config/arm/nbsdaout.mh: Remove.
2008 * config/i386/nbsdaout.mh: Remove.
2009 * config/i386/obsdaout.mh: Remove.
2010 * config/m68k/nbsdaout.mh: Remove.
2011 * config/sparc/nbsdaout.mh: Remove.
2012 * config/vax/nbsdaout.mh: Remove.
2013 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
2014 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
2015 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
2016 error.
2017 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
2018 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
2019 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
2020
2021 2013-09-23 Tom Tromey <tromey@redhat.com>
2022
2023 * linespec.c (struct minsym_and_objfile): Remove.
2024 (minsym_and_objfile_d): Remove.
2025 (struct linespec, struct collect_info, linespec_parse_basic)
2026 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
2027 (compare_msymbols, find_method, find_function_symbols)
2028 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
2029 (add_minsym, search_minsyms_for_name): Update.
2030
2031 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
2032
2033 * regcache.c: Add include of valprint.h.
2034 (dump_endian_bytes): Delete.
2035 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
2036
2037 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
2038
2039 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
2040
2041 2013-09-19 Pedro Alves <palves@redhat.com>
2042
2043 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
2044 breakpoints.
2045
2046 2013-09-19 Pedro Alves <palves@redhat.com>
2047 Thomas Schwinge <thomas@codesourcery.com>
2048 Yue Lu <hacklu.newborn@gmail.com>
2049
2050 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
2051 Take a gdb_byte pointer instead of a char pointer.
2052
2053 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
2054 gnu_xfer_partial helper.
2055 (gnu_xfer_partial): New function.
2056 (gnu_target): Don't install a deprecated_xfer_memory hook.
2057 Install a to_xfer_partial hook.
2058
2059 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2060
2061 Constification.
2062 * main.c (captured_main): Replace catch_command_errors by
2063 catch_command_errors_const. Twice.
2064 * symfile.c (symbol_file_add_main_1): Make args parameter const.
2065 (symbol_file_add): Make name parameter const.
2066 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
2067 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
2068 variable name. Change their usage accordingly.
2069 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
2070 const.
2071 (symbol_file_add_main): Make args parameter const.
2072
2073 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
2074 Ulrich Weigand <uweigand@de.ibm.com>
2075
2076 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
2077 of c_value member.
2078 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
2079
2080 2013-09-18 Pedro Alves <palves@redhat.com>
2081 Yue Lu <hacklu.newborn@gmail.com>
2082
2083 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
2084 (gnu_create_inferior)
2085 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
2086 (set_sig_thread_cmd): Use the lwpid field of ptids to
2087 store/extract thread ids instead of the tid field.
2088 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
2089
2090 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2091
2092 * infcmd.c (default_print_one_register_info): Add detection of
2093 optimized out values.
2094 (default_print_registers_info): Switch to using
2095 get_frame_register_value.
2096
2097 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
2098
2099 * infrun.c (handle_inferior_event): Check if we know the
2100 function start address before setting a resume breakpoint.
2101
2102 2013-09-18 Pedro Alves <palves@redhat.com>
2103
2104 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
2105 minus_one_ptid instead of looking at the ptid's tid field and
2106 comparing that to -1.
2107
2108 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2109
2110 * main.h (get_gdb_program_name): Remove extra whitespace.
2111
2112 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
2113
2114 * main.h (get_gdb_program_name): Add declaration.
2115 * main.c (get_gdb_program_name): Add definition.
2116
2117 2013-09-17 Doug Evans <dje@google.com>
2118
2119 * dwarf2read.c: Move definitions of complaint functions to after
2120 forward declarations of local functions.
2121
2122 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
2123 Pedro Alves <palves@redhat.com>
2124
2125 PR gdb/11568
2126 * breakpoint.c (remove_threaded_breakpoints): New function.
2127 (_initialize_breakpoint): Attach remove_threaded_breakpoints
2128 as thread_exit observer.
2129
2130 2013-09-17 Pedro Alves <palves@redhat.com>
2131
2132 PR gdb/15911
2133 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
2134 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2135 * corelow.c (core_open):
2136 * frame.h (print_stack_frame, print_frame_info): New
2137 'set_current_sal' parameter.
2138 * infcmd.c (finish_command, kill_command): Adjust call to
2139 print_stack_frame.
2140 * inferior.c (inferior_command): Likewise.
2141 * infrun.c (normal_stop): Likewise.
2142 * linux-fork.c (linux_fork_context): Likewise.
2143 * record-full.c (record_full_goto_entry, record_full_restore):
2144 Likewise.
2145 * remote-mips.c (common_open): Likewise.
2146 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
2147 Use it.
2148 (print_frame_info): New 'set_current_sal' parameter. Set the last
2149 displayed sal depending on the new paremeter instead of looking at
2150 print_what.
2151 (backtrace_command_1, select_and_print_frame, frame_command)
2152 (current_frame_command, up_command, down_command): Adjust call to
2153 print_stack_frame.
2154 * thread.c (print_thread_info, restore_selected_frame)
2155 (do_captured_thread_select): Adjust call to print_stack_frame.
2156 * tracepoint.c (tfind_1): Likewise.
2157 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
2158 (mi_cmd_stack_info_frame): Likewise.
2159 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
2160 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
2161
2162 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2163
2164 * value.c (isvoid_internal_fn): Replace "parameter" with
2165 "argument".
2166
2167 2013-09-16 Stan Shebs <stan@codesourcery.com>
2168
2169 * README: Update references to writing code for GDB.
2170 * configure.ac (build_warnings): Remove obsolete comment.
2171 * configure: Regenerate.
2172 * gdbarch.sh: Remove references to gdbint.texinfo.
2173 * gdbarch.h: Regenerate.
2174 * gdbtypes.c (objfile_type): Remove comments referencing internals
2175 manual and D10V.
2176
2177 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2178
2179 * NEWS: Mention new convenience function $_isvoid.
2180 * value.c (isvoid_internal_fn): New function.
2181 (_initialize_values): Add new convenience function $_isvoid.
2182
2183 2013-09-16 Pierre Muller <muller@sourceware.org>
2184
2185 * arm-linux-tdep.c: Add "elf/common.h" header.
2186 Remove AT_HWCAP macro definintion as it is provided in
2187 added include file.
2188 * s390-tdep.c: Remove system header <elf.h>
2189 Add "elf/common.h" header for AT_HWCAP definition.
2190 (s390_core_read_description): Use correct CORE_ADDR
2191 for hwcap local variable used as third parameter
2192 of function target_auxv_search.
2193
2194 2013-09-14 Pierre Muller <muller@sourceware.org>
2195 Tom Tromey <tromey@redhat.com>
2196 Pedro Alves <palves@redhat.com>
2197
2198 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
2199 mode if operating system doesn't know O_CLOEXEC.
2200
2201 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2202
2203 Code cleanup.
2204 * symfile.c (reread_symbols): Move variable obfd_filename to a more
2205 inner block.
2206
2207 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2208
2209 * NEWS: Mention TDB support.
2210 * features/s390-tdb.xml: New file.
2211 * features/s390-te-linux64.xml: New file.
2212 * features/s390x-te-linux64.xml: New file.
2213 * features/Makefile (WHICH): Add new tdescs above.
2214 (s390-te-linux64-expedite): Set.
2215 (s390x-te-linux64-expedite): Set.
2216 * features/s390-te-linux64.c: New file (generated).
2217 * features/s390x-te-linux64.c: New file (generated).
2218 * regformats/s390-te-linux64.dat: New file (generated).
2219 * regformats/s390x-te-linux64.dat: New file (generated).
2220 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
2221 (HWCAP_S390_TE): Likewise.
2222 (S390_TDB_DWORD0_REGNUM): Likewise.
2223 (S390_TDB_DWORD0_REGNUM): Likewise.
2224 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
2225 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
2226 (S390_TDB_ATIA_REGNUM): Likewise.
2227 (S390_TDB_R0_REGNUM): Likewise.
2228 (S390_TDB_R1_REGNUM): Likewise.
2229 (S390_TDB_R2_REGNUM): Likewise.
2230 (S390_TDB_R3_REGNUM): Likewise.
2231 (S390_TDB_R4_REGNUM): Likewise.
2232 (S390_TDB_R5_REGNUM): Likewise.
2233 (S390_TDB_R6_REGNUM): Likewise.
2234 (S390_TDB_R7_REGNUM): Likewise.
2235 (S390_TDB_R8_REGNUM): Likewise.
2236 (S390_TDB_R9_REGNUM): Likewise.
2237 (S390_TDB_R10_REGNUM): Likewise.
2238 (S390_TDB_R11_REGNUM): Likewise.
2239 (S390_TDB_R12_REGNUM): Likewise.
2240 (S390_TDB_R13_REGNUM): Likewise.
2241 (S390_TDB_R14_REGNUM): Likewise.
2242 (S390_TDB_R15_REGNUM): Likewise.
2243 (S390_NUM_REGS): Increase.
2244 (S390_IS_TDBREGSET_REGNUM): New macro.
2245 (s390_regmap_tdb): Declare.
2246 (s390_sizeof_tdbregset): Define.
2247 (tdesc_s390_te_linux64): Declare.
2248 (tdesc_s390x_te_linux64): Likewise.
2249 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
2250 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
2251 (s390_regmap_tdb): New regmap.
2252 (s390_supply_tdb_regset): New function.
2253 (s390_tdb_regset): New regset.
2254 (s390_linux64v2_regset_sections): Add TDB regset to list.
2255 (s390x_linux64v2_regset_sections): Likewise.
2256 (s390_regset_from_core_section): Recognize TDB core note section.
2257 (s390_core_read_description): If HWCAP indicates TE support,
2258 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
2259 (s390_gdbarch_init): Handle TDB regset.
2260 (_initialize_s390_tdep): Initialize new tdescs.
2261 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
2262 (have_regset_tdb): New variable.
2263 (s390_native_supply): Support register invalidation.
2264 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
2265 (check_regset): Treat ENODATA as "regset exists".
2266 (s390_linux_fetch_inferior_registers): Add TDB.
2267 (s390_read_description): Check for TDB existence and select
2268 appropriate tdesc.
2269 * gdbserver/Makefile.in (clean): Add removal of new makefile
2270 targets.
2271 (s390-te-linux64.c): New makefile target.
2272 (s390x-te-linux64.c): Likewise.
2273 * gdbserver/configure.srv (srv_regobj): Append new objects
2274 s390-te-linux64.o and s390x-te-linux64.o.
2275 (srv_xmlfiles): Append new files s390-te-linux64.xml,
2276 s390x-te-linux64.xml, and s390-tdb.xml.
2277 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
2278 declaration.
2279 (tdesc_s390_te_linux64): Likewise.
2280 (init_registers_s390x_te_linux64): Likewise.
2281 (tdesc_s390x_te_linux64): Likewise.
2282 (s390_check_regset): Treat ENODATA as "regset exists".
2283 (s390_arch_setup): Add TDB regset support.
2284 (initialize_low_arch): Initialize registers for new tdescs.
2285
2286 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2287
2288 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
2289 (S390_IS_FPREGSET_REGNUM): New macro.
2290 * s390-tdep.c (s390_dwarf_regmap): Make const.
2291 (regnum_is_gpr_full): New function for replacing repeated code.
2292 (s390_pseudo_register_name): Use it.
2293 (s390_pseudo_register_type): Likewise.
2294 (s390_pseudo_register_read): Likewise.
2295 (s390_pseudo_register_write): Likewise.
2296 (s390_unwind_pseudo_register): Likewise.
2297 (s390_regmap_gregset): New format for regmap.
2298 (s390x_regmap_gregset): Likewise.
2299 (s390_regmap_fpregset): Likewise.
2300 (s390_regmap_upper): Likewise.
2301 (s390_regmap_last_break): Likewise.
2302 (s390_regmap_system_call): Likewise.
2303 (s390_supply_regset): Adjust to new regmap format.
2304 (s390_collect_regset): Likewise.
2305 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
2306 (s390_native_collect): Likewise.
2307 (supply_gregset): Likewise.
2308 (fill_gregset): Likewise.
2309 (supply_fpregset): Likewise.
2310 (fill_fpregset): Likewise.
2311 (fetch_regset): Likewise.
2312 (store_regset): Likewise.
2313 (s390_linux_fetch_inferior_registers): Likewise.
2314 (s390_linux_fetch_inferior_registers): Likewise.
2315
2316 2013-09-12 Andrew Pinski <apinski@cavium.com>
2317
2318 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
2319
2320 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2321
2322 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
2323
2324 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
2325
2326 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
2327
2328 2013-09-06 Pedro Alves <palves@redhat.com>
2329
2330 * remote-sim.c (dump_mem, gdbsim_fetch_register)
2331 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
2332 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
2333 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
2334 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
2335 gdb_stdlog.
2336
2337 2013-09-06 Pedro Alves <palves@redhat.com>
2338
2339 * remote-sim.c (dump_mem): Constify buf parameter.
2340 gdbsim_xfer_inferior_memory): Rename to ...
2341 (gdbsim_xfer_memory): ... this. Adjust interface as
2342 target_xfer_partial helper.
2343 (gdbsim_xfer_partial): New function.
2344 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
2345 Install a to_xfer_partial hook. Send output to gdb_stdlog.
2346
2347 2013-09-06 Pedro Alves <palves@redhat.com>
2348
2349 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2350 host_address_to_string, and send debug output to gdb_stdlog.
2351
2352 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2353
2354 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2355 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2356 gdb_target_obs for cris target.
2357 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2358 (cris_gdbarch_init): Move calls to
2359 set_gdbarch_fetch_tls_load_module_address and
2360 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2361 Add call to gdbarch_init_osabi.
2362 * cris-linux-tdep.c: New file.
2363 * cris-tdep.h: New file.
2364
2365 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2366
2367 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2368 to deprecated_init_ui_hook.
2369
2370 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2371
2372 * cli/cli-interp.c (_initialize_cli_interp): Add a
2373 command_loop_proc to interp_procs.
2374 * event-top.c (cli_command_loop): Change signature to match
2375 interp_command_loop_ftype.
2376 * event-top.h (cli_command_loop): Same.
2377 * interps.c (interp_new): Require every interpreter to have a
2378 command_loop_proc.
2379 (current_interp_command_loop): Just call the command_loop_proc on
2380 the current interpreter.
2381 * tui/tui-interp.c (_initialize_tui_interp): Add a
2382 command_loop_proc to interp_procs.
2383
2384 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2385
2386 * cris-tdep.c (cris_gdbarch_init): Add call to
2387 get_gdbarch_fetch_tls_load_module_address.
2388
2389 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2390
2391 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2392 (cris_elf_gregset_t): Rename from elf_gregset_t.
2393 (crisv32_elf_gregset_t): Adjust.
2394 (cris_supply_gregset, fetch_core_registers): Adjust.
2395
2396 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2397
2398 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2399
2400 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
2401
2402 * defs.h (deprecated_command_loop_hook): Remove, including
2403 references in comments.
2404 * interps.c (current_interp_command_loop): No longer use
2405 deprecated_command_loop_hook.
2406 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2407 setup.
2408 * top.c (deprecated_command_loop_hook): Remove.
2409
2410 2013-09-05 Pedro Alves <palves@redhat.com>
2411
2412 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2413 local is now int instead of ULONGEST. Print it with %d
2414 instead of paddress.
2415
2416 2013-09-05 Tristan Gingold <gingold@adacore.com>
2417
2418 * MAINTAINERS: Remove avr maintainership.
2419
2420 2013-09-05 Pedro Alves <palves@redhat.com>
2421
2422 * findvar.c (value_of_register): Rework in terms of
2423 value_of_register_lazy.
2424
2425 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
2426
2427 * symfile.c (add_symbol_file_command): Remove trailing
2428 whitespaces and blank line after comment.
2429
2430 2013-09-05 Pedro Alves <palves@redhat.com>
2431
2432 * tui/tui-regs.c (tui_register_format): Don't look at the
2433 register's name here. Return string representing register
2434 value instead of storing it in the data element.
2435 (tui_get_register): Compare register string representations
2436 instead of register value states and contents.
2437
2438 2013-09-05 Pedro Alves <palves@redhat.com>
2439
2440 PR tui/15933
2441 * tui/tui-regs.c (tui_show_registers): Show registers of the
2442 selected frame, not the current frame.
2443
2444 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
2445
2446 * MAINTAINERS (Write After Approval): Add myself to the list.
2447
2448 2013-09-04 Doug Evans <dje@google.com>
2449
2450 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2451 (queue_and_load_dwo_tu): New function.
2452 (lookup_dwo_signatured_type): Set per_cu.tu_read.
2453 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2454 Make dependent_cu optional.
2455 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2456 and an older .gdb_index is in use, queue and load all its TUs too.
2457
2458 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2459
2460 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2461 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2462 variable search_flags.
2463 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2464 (OPF_RETURN_REALPATH): ... here.
2465 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2466 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2467 call. Twice.
2468 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2469 openp call.
2470 * solib.c (solib_find): Likewise. Four times.
2471 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2472 in the function comment and for the realpath_fptr variable.
2473 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2474 (find_and_open_source): Likewise. Twice.
2475 * symfile.c (symfile_bfd_open): Likewise, also twice.
2476
2477 2013-09-04 Doug Evans <dje@google.com>
2478
2479 * progspace.c (save_current_space_and_thread): Remove unnecessary
2480 call to save_current_inferior.
2481
2482 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
2483
2484 * sh64-tdep.c (sh64_do_register): Return after printing message
2485 about unavailable register contents.
2486
2487 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
2488 Pedro Alves <palves@redhat.com>
2489
2490 * symfile.c (add_symbol_file_command): Error out on unknown
2491 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2492 options and collapse into single conditional branch.
2493
2494 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
2495
2496 * inf-child.c (inf_child_follow_fork): New parameter
2497 detach_fork.
2498 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2499 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2500 * inferior.h (detach_fork): Remove.
2501 * infrun.c (detach_fork): Adjust comment and make it
2502 static.
2503 (follow_fork): Pass detach_fork parameter to
2504 target_follow_fork.
2505 * linux-nat.c (linux_child_follow_fork): New parameter
2506 detach_fork.
2507 * target.c (target_follow_fork): New parameter detach_fork.
2508 Pass detach_fork as parameter and print its value.
2509 * target.h (struct target_ops) <to_follow_fork>: New int
2510 parameter.
2511 (target_follow_fork): New parameter detach_fork.
2512
2513 2013-09-03 Joel Brobecker <brobecker@adacore.com>
2514
2515 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2516 Replace sec->bfd by sec->the_bfd_section->owner.
2517
2518 2013-09-03 Yao Qi <yao@codesourcery.com>
2519
2520 * linux-tdep.c (linux_is_uclinux): New function. Code moved
2521 from linux_has_shared_address_space.
2522 (linux_has_shared_address_space): Call linux_is_uclinux.
2523 * linux-tdep.h (linux_is_uclinux): Declare.
2524 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2525 linux_is_uclinux.
2526
2527 2013-09-03 Yao Qi <yao@codesourcery.com>
2528
2529 * config/djgpp/fnchange.lst: Remove entry of
2530 i386-interix-nat.c and i386-interix-tdep.c.
2531 * configure.ac: Remove '*-*-interix*'.
2532 * configure: Re-generated.
2533 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2534 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2535 obsolete comments.
2536 * osabi.c (gdb_osabi_names): Remove "Interix".
2537
2538 2013-09-03 Yao Qi <yao@codesourcery.com>
2539
2540 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2541
2542 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
2543
2544 * record.h (record_print_flag) <record_print_src_line,
2545 record_print_insn_range>: Rename into ...
2546 (record_print_flag) <record_print_src_line,
2547 record_print_insn_range>: ... this. Update all users.
2548
2549 2013-09-02 Pierre Muller <muller@sourceware.org>
2550
2551 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2552 error code.
2553
2554 2013-09-02 Pierre Muller <muller@sourceware.org>
2555
2556 * windows-nat.c (windows_xfer_memory): Fix compilation failure
2557 by use of plongest function.
2558
2559 2013-09-02 Tristan Gingold <gingold@adacore.com>
2560
2561 * NEWS: Add entry mentioning support for native Windows x64
2562 SEH data.
2563
2564 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
2565 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
2566 (struct amd64_windows_frame_cache): New struct.
2567 (amd64_windows_w2gdb_regnum): New global.
2568 (pc_in_range, amd64_windows_frame_decode_epilogue)
2569 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
2570 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
2571 (amd64_windows_frame_this_id): New functions.
2572 (amd64_windows_frame_unwind): New static global.
2573 (amd64_windows_skip_prologue): New function.
2574 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2575 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2576 with amd64_windows_skip_prologue.
2577
2578 2013-08-30 Joel Brobecker <brobecker@adacore.com>
2579
2580 GDB 7.6.1 released.
2581
2582 2013-08-30 Pedro Alves <palves@redhat.com>
2583
2584 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2585 SRC_AND_LOC.
2586
2587 2013-08-30 Pedro Alves <palves@redhat.com>
2588
2589 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2590 warning text.
2591
2592 2013-08-30 Pedro Alves <palves@redhat.com>
2593
2594 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2595 Adjust arguments to print_stack_frame.
2596
2597 2013-08-30 Pedro Alves <palves@redhat.com>
2598
2599 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2600
2601 2013-08-30 Pedro Alves <palves@redhat.com>
2602
2603 * frame.h (show_and_print_stack_frame): Delete declaration.
2604
2605 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2606
2607 PR python/15461
2608 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2609 (archpy_name): Check for valid architecture.
2610 (archpy_disassemble): Ditto.
2611
2612 2013-08-29 Joel Brobecker <brobecker@adacore.com>
2613
2614 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2615 instead of "long long" in call to ptrace64.
2616
2617 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
2618
2619 * mi/mi-interp.c (mi_command_loop): Change signature to match
2620 interp_command_loop_ftype.
2621 (mi1_command_loop): Remove.
2622 (mi2_command_loop): Remove.
2623 (mi3_command_loop): Remove.
2624 (mi_interpreter_resume): Remove setting of
2625 deprecated_command_loop_hook.
2626 (_initialize_mi_interp): Set mi_command_loop as the command loop
2627 callback.
2628
2629 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2630
2631 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2632 value_type.
2633
2634 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2635
2636 * value.c (allocate_value_contents): Make static.
2637 * value.h (allocate_value_contents): Remove prototype.
2638
2639 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2640
2641 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2642 of assembling value via allocate_value_lazy and attribute setter.
2643 * findvar.c (default_read_var_value): Use value_at_lazy instead of
2644 assembling value via allocate_value_lazy and attribute setter.
2645 * valops.c (do_search_struct_field): Use value_at_lazy instead of
2646 assembling value via allocate_value_lazy and attribute setter.
2647
2648 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2649
2650 * value.c (value_from_contents_and_address): Replace allocate_value and
2651 memcpy with value_from_contents.
2652
2653 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2654
2655 * python/py-framefilter.c (py_print_frame): Remove usage of
2656 PyString_AsString. Use python_string_to_host_string instead.
2657 Refactor function to work with a string as a new allocation
2658 instead of a pointer.
2659 (py_print_frame): Ditto.
2660 * python/lib/gdb/frames.py (return_list): Cain iterators together
2661 instead of adding them as a list.
2662 (_sort_list): Call return_list, and remove duplicate code.
2663 (execute_frame_filters): Convert iterator to a list with list().
2664 * python/lib/gdb/command/frame_filters.py
2665 (SetFrameFilterPriority._set_filter_priority): Convert priority
2666 attribute to an integer.
2667 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2668 wrapper function __next__.
2669 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2670 define as "str".
2671
2672 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2673
2674 PR python/15752
2675 * python/py-framefilter.c (apply_frame_filter): Check
2676 gdb_python_initialized. Exit if the Python frame-filter code
2677 cannot be initialized.
2678
2679 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2680
2681 PR cli/15842
2682 * top.c (print_gdb_version): Remove erroneous newline after help
2683 text.
2684
2685 2013-08-29 Yao Qi <yao@codesourcery.com>
2686
2687 * varobj.c (install_dynamic_child): Remove trailing space.
2688 Add one blank line after variable declaration.
2689
2690 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2691
2692 PR gdb/15415
2693 * corefile.c (get_exec_file): Use exec_filename.
2694 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
2695 * exec.c (exec_close): Free EXEC_FILENAME.
2696 (exec_file_attach): New variable canonical_pathname. Use
2697 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
2698 EXEC_FILENAME.
2699 * exec.h (exec_filename): New.
2700 * inferior.c (print_inferior, inferior_command): Use
2701 PSPACE_EXEC_FILENAME.
2702 * mi/mi-main.c (print_one_inferior): Likewise.
2703 * progspace.c (clone_program_space, print_program_space): Likewise.
2704 * progspace.h (struct program_space): New field pspace_exec_filename.
2705 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
2706 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2707
2708 2013-08-28 Will Newton <will.newton@linaro.org>
2709
2710 * common/linux-ptrace.c: Include stdint.h unconditionally.
2711
2712 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2713
2714 Code cleanup.
2715 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2716
2717 2013-08-28 Yao Qi <yao@codesourcery.com>
2718 Pedro Alves <palves@redhat.com>
2719
2720 * event-top.c (gdb_setup_readline): Call stderr_fileopen
2721 instead of stdio_fileopen.
2722 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2723 .Call stderr_fileopen instead of stdio_fileopen.
2724 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2725 [__MINGW32__] (stderr_file_fputs): New function.
2726 (stderr_fileopen): New function.
2727 * ui-file.h (stderr_fileopen): Declare.
2728
2729 2013-08-27 Doug Evans <dje@google.com>
2730
2731 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2732 (struct dwarf2_per_cu_data): Ditto.
2733 (maybe_queue_comp_unit): Delete forward decl. Add comment.
2734 (process_imported_unit_die): Ditto.
2735 (follow_die_sig_1): Simplify assert.
2736
2737 2013-08-27 Pedro Alves <palves@redhat.com>
2738
2739 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2740 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
2741 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2742 windows_xfer_memory directly.
2743 (init_windows_ops): Don't install a deprecated_xfer_memory method.
2744
2745 2013-08-27 Pedro Alves <palves@redhat.com>
2746
2747 * darwin-nat.c (darwin_xfer_memory): Delete.
2748 (_initialize_darwin_inferior): Don't install a
2749 deprecated_xfer_memory method.
2750
2751 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2752 Yao Qi <yao@codesourcery.com>
2753
2754 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2755 (parse_no_frames_option): Remove.
2756 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2757 (mi_cmd_stack_list_args): Adjust.
2758 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2759 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
2760 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2761 Caller update.
2762 (list_args_or_locals): New parameter 'skip_unavailable'.
2763 Handle it.
2764 * valprint.c (scalar_type_p): Rename to ...
2765 (val_print_scalar_type_p): ... this. Make extern.
2766 (val_print, value_check_printable): Adjust.
2767 * valprint.h (val_print_scalar_type_p): Declare.
2768 * value.c (value_entirely_unavailable): New function.
2769 * value.h (value_entirely_unavailable): Declare.
2770
2771 * NEWS: Mention the new option "--skip-unavailable" to MI
2772 commands '-stack-list-locals', '-stack-list-arguments' and
2773 '-stack-list-variables'.
2774
2775 2013-08-27 Yao Qi <yao@codesourcery.com>
2776
2777 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2778 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2779 options.
2780 * mi/mi-getopt.c (mi_getopt): Remove.
2781 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
2782 'error_on_unknown'.
2783 (mi_getopt): Call mi_getopt_1.
2784 (mi_getopt_silent): New.
2785 * mi/mi-getopt.h (mi_getopt_silent): Declare.
2786
2787 2013-08-26 Doug Evans <dje@google.com>
2788
2789 PR symtab/15885
2790 * dwarf2read.c (dw2_dump): Print some minimal information indicating
2791 .gdb_index is in use.
2792 * symfile.c (reread_symbols): Reset objfile->sf.
2793
2794 * NEWS: Document "mt print objfiles" now takes optional regexp.
2795 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2796 regexp of objfiles to print.
2797 (_initialize_symmisc): Update doc string for "mt print objfiles".
2798
2799 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2800 missing debug info checks.
2801
2802 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
2803 Ulrich Weigand <uweigand@de.ibm.com>
2804
2805 * xcoffread.c (arrange_linetable): Add fix to correctly handle
2806 line tables generated by XLC compiled binaries.
2807
2808 2013-08-23 Doug Evans <dje@google.com>
2809
2810 * symmisc.c (dump_symtab): Delete prototype.
2811 (dump_msymbols, dump_objfile): Ditto.
2812 (maintenance_info_symtabs): Mark as dont_repeat.
2813 (_initialize_symmisc): Improve doc string for "mt info symtabs".
2814
2815 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2816 debugging printf to better location.
2817
2818 2013-08-23 Pedro Alves <palves@redhat.com>
2819
2820 * target.c (target_read_live_memory): Change type of 'ret' local
2821 to LONGEST.
2822
2823 2013-08-23 Pedro Alves <palves@redhat.com>
2824
2825 * remote.c (remote_write_bytes_aux, remote_write_bytes)
2826 (remote_read_bytes): Change return type to LONGEST, and adjust to
2827 return a target_xfer_error on error.
2828 (remote_xfer_memory): Delete.
2829 (remote_flash_write): Change type of 'ret' local to LONGEST.
2830 (remote_xfer_partial, remote_xfer_partial): Adjust.
2831 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2832
2833 2013-08-23 Pierre Muller <muller@sourceware.org>
2834
2835 ARI fix: Push # directives to start of line.
2836 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2837
2838 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
2839
2840 PR gdb/15501
2841 * breakpoint.c (enable_command, disable_command): Iterate over
2842 all specified breakpoint locations.
2843
2844 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2845
2846 * common/linux-ptrace.c (linux_fork_to_function): Push #
2847 directives to the start of the line.
2848 (linux_check_ptrace_features): Fix warning message to use
2849 the "_" markup.
2850
2851 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2852
2853 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2854 nat/linux-waitpid.h.
2855 (linux-waitpid.o): New object file rule.
2856 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2857 (current_ptrace_options): Moved from linux-nat.c.
2858 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2859 parameters.
2860 (linux_fork_to_function): New function.
2861 (linux_grandchild_function): Likewise.
2862 (linux_child_function): Likewise.
2863 (linux_check_ptrace_features): New function, heavily
2864 based on linux-nat.c:linux_test_for_tracefork.
2865 (linux_enable_event_reporting): New function.
2866 (ptrace_supports_feature): Likewise.
2867 (linux_supports_tracefork): Likewise.
2868 (linux_supports_traceclone): Likewise.
2869 (linux_supports_tracevforkdone): Likewise.
2870 (linux_supports_tracesysgood): Likewise.
2871 * common/linux-ptrace.h (HAS_NOMMU): Moved from
2872 gdbserver/linux-low.c.
2873 (linux_enable_event_reporting): New declaration.
2874 (linux_supports_tracefork): Likewise.
2875 (linux_supports_traceclone): Likewise.
2876 (linux_supports_tracevforkdone): Likewise.
2877 (linux_supports_tracesysgood): Likewise.
2878 * config.in (PTRACE_TYPE_ARG4): Regenerate.
2879 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2880 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2881 * config/arm/linux.mh (NATDEPFILES): Likewise.
2882 * config/i386/linux.mh (NATDEPFILES): Likewise.
2883 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2884 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2885 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2886 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2887 * config/mips/linux.mh (NATDEPFILES): Likewise.
2888 * config/pa/linux.mh (NATDEPFILES): Likewise..
2889 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2890 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2891 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2892 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2893 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2894 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2895 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2896 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2897 ptrace's 4th argument's types.
2898 Check the type of PTRACE_TYPE_ARG4.
2899 * configure: Regenerate.
2900 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2901 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2902 (linux_supports_tracefork_flag): Remove.
2903 (linux_supports_tracesysgood_flag): Likewise.
2904 (linux_supports_tracevforkdone_flag): Likewise.
2905 (current_ptrace_options): Moved to
2906 common/linux-ptrace.c.
2907 (linux_tracefork_child): Remove.
2908 (my_waitpid): Remove.
2909 (linux_test_for_tracefork): Renamed to
2910 linux_check_ptrace_features and moved to common/linux-ptrace.c.
2911 (linux_test_for_tracesysgood): Remove.
2912 (linux_supports_tracesysgood): Remove.
2913 (linux_supports_tracefork): Remove.
2914 (linux_supports_tracevforkdone): Remove.
2915 (linux_enable_tracesysgood): Remove.
2916 (linux_enable_event_reporting): Remove.
2917 (linux_init_ptrace): New function.
2918 (linux_child_post_attach): Call linux_init_ptrace.
2919 (linux_child_post_startup_inferior): Call linux_init_ptrace.
2920 (linux_child_follow_fork): Call linux_supports_tracefork
2921 and linux_supports_tracevforkdone.
2922 (linux_child_insert_fork_catchpoint): Call
2923 linux_supports_tracefork.
2924 (linux_child_insert_vfork_catchpoint): Likewise.
2925 (linux_child_set_syscall_catchpoint): Call
2926 linux_supports_tracesysgood.
2927 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2928 * nat/linux-nat.h: New file.
2929 * nat/linux-waitpid.c: New file.
2930 * nat/linux-waitpid.h: New file.
2931
2932 2013-08-22 Samuel Bronson <naesten@gmail.com>
2933
2934 ARM Linux support for `catch syscall'.
2935 * syscalls/arm-linux.py: New file.
2936 * syscalls/arm-linux.xml: Likewise.
2937 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2938 (arm_linux_init_abi): Register the new function and syscall xml file.
2939 * data-directory/Makefile.in: Install the new syscall xml file.
2940 * NEWS: Brag about this.
2941
2942 2013-08-22 Pedro Alves <palves@redhat.com>
2943
2944 PR gdb/15871
2945 * corefile.c (target_xfer_memory_error): New function.
2946 (memory_error): Defer EIO to target_memory_error.
2947 (read_memory): Use target_xfer_partial, and handle finer-grained
2948 target xfer errors.
2949 * target.c (target_xfer_error_to_string): New function.
2950 (memory_xfer_partial_1): If memory is known to be
2951 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2952 (target_xfer_partial): Make extern.
2953 * target.h (enum target_xfer_error): New enum.
2954 (target_xfer_error_to_string): Declare function.
2955 (target_xfer_partial): Declare function.
2956 (struct target_ops) <xfer_partial>: Adjust describing comment.
2957
2958 2013-08-22 Alan Modra <amodra@gmail.com>
2959
2960 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2961 * configure.tgt: Likewise as targets.
2962
2963 2013-08-20 Doug Evans <dje@google.com>
2964
2965 * buildsym.c (subfile_stack): Move here from buildsym.h.
2966 (pending_macros): Ditto.
2967 (get_macro_table): New function.
2968 (buildsym_init): Initialize subfile_stack.
2969 * coffread.c (type_vector,type_vector_length): Moved here from
2970 buildsym.h.
2971 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2972 (coff_symtab_read): Use it.
2973 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2974 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2975 with call to get_macro_table.
2976 * stabsread.c (type_vector,type_vector_length): Moved here from
2977 buildsym.h.
2978 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2979 * buildsym.h (get_macro_table): Declare.
2980
2981 2013-08-20 Tom Tromey <tromey@redhat.com>
2982
2983 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2984 Update.
2985 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2986
2987 2013-08-20 Doug Evans <dje@google.com>
2988
2989 * blockframe.c: Remove #include "psymtab.h".
2990 * cp-support.c: Ditto.
2991 * source.c: Ditto.
2992 * stack.c: Ditto.
2993
2994 2013-08-20 Tom Tromey <tromey@redhat.com>
2995
2996 PR python/15816:
2997 * exceptions.h (return_mask): Now an enum.
2998 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2999 enum constants.
3000
3001 2013-08-20 Tom Tromey <tromey@redhat.com>
3002
3003 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
3004 get_objfile_arch.
3005 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
3006 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
3007 * jit.c (jit_object_close_impl): Update.
3008 * jv-lang.c (get_dynamics_objfile): Update.
3009 * linespec.c (add_minsym): Use get_dynamics_objfile.
3010 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
3011 (allocate_objfile): Don't initialize 'gdbarch' field.
3012 (get_objfile_arch): Update.
3013 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
3014 moved from...
3015 (struct objfile) <gdbarch>: ... here. Remove.
3016 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
3017 get_objfile_arch.
3018 * symfile.c (init_entry_point_info): Use get_objfile_arch.
3019
3020 2013-08-20 Alan Modra <amodra@gmail.com>
3021
3022 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
3023 for IBM long double nan and inf.
3024 (floatformat_is_negative, floatformat_classify,
3025 floatformat_mantissa): Similarly.
3026 (floatformat_ieee_single, floatformat_ieee_double,
3027 floatformat_ieee_quad, floatformat_arm_ext,
3028 floatformat_ia64_spill): Delete unused vars.
3029 (_initialize_doublest): Delete unused function.
3030 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
3031 little-endian variants of floatformat_ibm_long_double.
3032
3033 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
3034
3035 * Makefile.in (SFILES): Remove common/target-common.c and
3036 add target/waitstatus.c.
3037 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
3038 target/resume.h, target/wait.h and target/waitstatus.h.
3039 (COMMON_OBS): Remove target-common.o and add
3040 waitstatus.o.
3041 (target-common.o): Remove.
3042 (waitstatus.o): New target object file.
3043 * common/target-common.c: Move contents to
3044 target/waitstatus.c and remove.
3045 * common/target-common.h: Move contents to other files and
3046 remove.
3047 (enum resume_kind: Move to target/resume.h.
3048 (TARGET_WNOHANG): Move to target/wait.h.
3049 (enum target_waitkind): Move to target/waitstatus.h.
3050 (struct target_waitstatus): Likewise.
3051 * target.h: Do not include target-common.h and
3052 include target/resume.h, target/wait.h and
3053 target/waitstatus.h.
3054 * target/resume.h: New file.
3055 * target/wait.h: New file.
3056 * target/waitstatus.h: New file.
3057 * target/waitstatus.c: New file.
3058
3059 2013-08-19 Pedro Alves <palves@redhat.com>
3060
3061 * linux-nat.c (linux_test_for_tracefork)
3062 (linux_test_for_tracesysgood, linux_child_follow_fork)
3063 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
3064 (linux_nat_wait_1): Extend comment.
3065 (linux_async_pipe): Add comment.
3066
3067 2013-08-15 Kevin Buettner <kevinb@redhat.com>
3068
3069 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
3070 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
3071 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
3072 Update to account for fact that PC is now a pseudo-register.
3073 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
3074 cases for RL78_PC_REGNUM.
3075
3076 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
3077
3078 PR cli/15841
3079 * top.c (quit_force): Skip writing history file
3080 if input is not from terminal.
3081
3082 2013-08-14 Tom Tromey <tromey@redhat.com>
3083
3084 * remote.c (struct remote_state) <echo_nextthread, nextthread,
3085 resultthreadlist>: New fields.
3086 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
3087 (remote_get_threadlist, remote_threadlist_iterator): Use
3088 new fields. Remove static variables.
3089
3090 2013-08-14 Tom Tromey <tromey@redhat.com>
3091
3092 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
3093 remote_watch_data_address>: New fields.
3094 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
3095 (process_stop_reply, remote_wait_as)
3096 (remote_check_watch_resources, remote_stopped_data_address): Update.
3097
3098 2013-08-14 Tom Tromey <tromey@redhat.com>
3099
3100 * remote.c (struct remote_state) <async_client_callback,
3101 async_client_context>: New fields.
3102 (async_client_callback, async_client_context): Remove.
3103 (remote_async_serial_handler, remote_async): Update.
3104
3105 2013-08-14 Tom Tromey <tromey@redhat.com>
3106
3107 * remote.c (sizeof_pkt): Remove.
3108 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
3109
3110 2013-08-14 Tom Tromey <tromey@redhat.com>
3111
3112 * remote.c (struct remote_state) <use_threadinfo_query,
3113 use_threadextra_query>: New fields.
3114 (remote_threads_info, remote_threads_extra_info)
3115 (remote_open_1): Update.
3116
3117 2013-08-14 Tom Tromey <tromey@redhat.com>
3118
3119 * remote.c (struct remote_state) <finished_object,
3120 finished_annex, finished_offset>: New fields.
3121 (remote_read_qxfer): Use remote_state fields; remove static
3122 variables.
3123
3124 2013-08-14 Tom Tromey <tromey@redhat.com>
3125
3126 * remote.c (struct remote_state) <last_sent_step>:
3127 New field.
3128 (last_sent_step): Remove.
3129 (remote_resume, remote_wait_as): Update.
3130
3131 2013-08-14 Tom Tromey <tromey@redhat.com>
3132
3133 * remote.c (struct remote_state) <last_sent_signal>:
3134 New field.
3135 (last_sent_signal): Remove.
3136 (new_remote_state, remote_resume, remote_wait_as): Update.
3137
3138 2013-08-14 Tom Tromey <tromey@redhat.com>
3139
3140 * remote.c (struct remote_state) <last_program_signals_packet>:
3141 New field.
3142 (last_program_signals_packet): Remove.
3143 (remote_program_signals, remote_open_1): Update.
3144
3145 2013-08-14 Tom Tromey <tromey@redhat.com>
3146
3147 * remote.c (struct remote_state) <last_pass_packet>:
3148 New field.
3149 (last_pass_packet): Remove.
3150 (remote_pass_signals, remote_open_1): Update.
3151
3152 2013-08-14 Tom Tromey <tromey@redhat.com>
3153
3154 * remote.c (struct remote_state) <remote_traceframe_number>:
3155 New field.
3156 (remote_traceframe_number): Remove.
3157 (new_remote_state, remote_open_1, set_remote_traceframe)
3158 (remote_trace_find): Update.
3159
3160 2013-08-14 Tom Tromey <tromey@redhat.com>
3161
3162 * remote.c (struct remote_state) <general_thread, continue_thread>:
3163 New fields.
3164 (general_thread, continue_thread): Remove.
3165 (record_currthread, set_thread, set_general_process)
3166 (remote_open_1, extended_remote_attach_1, remote_wait_as)
3167 (extended_remote_mourn_1): Update.
3168
3169 2013-08-14 Tom Tromey <tromey@redhat.com>
3170
3171 * remote.c (struct remote_state) <remote_desc>: New field.
3172 (remote_desc): Remove.
3173 (remote_threads_info, remote_threads_extra_info, remote_close)
3174 (send_interrupt_sequence, remote_start_remote, remote_open_1)
3175 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
3176 (remote_hostio_send_command, remote_file_put, remote_file_get)
3177 (remote_file_delete, remote_can_async_p, remote_is_async_p)
3178 (remote_async, remote_new_objfile, set_range_stepping): Update.
3179
3180 2013-08-14 Tom Tromey <tromey@redhat.com>
3181
3182 * remote.c (remote_state): Now a pointer.
3183 (get_remote_state_raw): Update.
3184 (new_remote_state): New function.
3185 (_initialize_remote): Use new_remote_state.
3186
3187 2013-08-14 Tom Tromey <tromey@redhat.com>
3188
3189 * remote.c (remote_protocol_features): Now const.
3190
3191 2013-08-14 Tom Tromey <tromey@redhat.com>
3192
3193 * remote.c (crc32_table, crc32): Remove.
3194 (remote_verify_memory): Use xcrc32.
3195
3196 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
3197
3198 * value.h (create_internalvar_type_lazy): Adjust prototype
3199 declaration.
3200
3201 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
3202
3203 * common/format.c (parse_format_string): Don't allow '#' flag for
3204 pointer arguments in format string.
3205
3206 2013-08-13 Pierre Muller <muller@sourceware.org>
3207
3208 * utils.c (init_page_info): Only call tgetnum function
3209 if rl_get_screen_size did not return useful values.
3210
3211 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
3212
3213 PR breakpoints/15117
3214 * linespec.c (linespec_parse_basic): Check for convenience
3215 variable or history value while parsing.
3216
3217 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3218
3219 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
3220 AVR.
3221 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
3222 different signals between the generic Linux kernel implementation
3223 and AVR's.
3224 (avr_linux_gdb_signal_from_target): Delete.
3225 (avr_linux_gdb_signal_to_target): Delete.
3226 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
3227
3228 2013-08-09 Doug Evans <dje@google.com>
3229
3230 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
3231 entries.
3232
3233 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
3234
3235 * linux-tdep.c: Define enum with generic signal numbers.
3236 (linux_gdb_signal_from_target): New function.
3237 (linux_gdb_signal_to_target): Likewise.
3238 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3239 methods to the functions above.
3240 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
3241 (linux_gdb_signal_to_target): Likewise.
3242 * alpha-linux-tdep.c: Define new enum with signals different
3243 from generic Linux kernel.
3244 (alpha_linux_gdb_signal_from_target): New function.
3245 (alpha_linux_gdb_signal_to_target): Likewise.
3246 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3247 with the functions mentioned above.
3248 * avr-tdep.c: Define enum with differences between Linux kernel
3249 and AVR signals.
3250 (avr_linux_gdb_signal_from_target): New function.
3251 (avr_linux_gdb_signal_to_target): Likewise.
3252 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
3253 the functions mentioned above.
3254 * sparc-linux-tdep.c: Define enum with differences between SPARC
3255 and generic Linux kernel signal numbers.
3256 (sparc32_linux_gdb_signal_from_target): New function.
3257 (sparc32_linux_gdb_signal_to_target): Likewise.
3258 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3259 to the functions defined above.
3260 * xtensa-linux-tdep.c: Define enum with differences between
3261 Xtensa and Linux kernel generic signals.
3262 (xtensa_linux_gdb_signal_from_target): New function.
3263 (xtensa_linux_gdb_signal_to_target): Likewise.
3264 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
3265 to the functions defined above.
3266 * mips-linux-tdep.c: Define enum with differences between
3267 signals in MIPS and Linux kernel generic ones.
3268 (mips_gdb_signal_to_target): New function.
3269 (mips_gdb_signal_from_target): Redefine to use new enum, handle
3270 only different signals from the Linux kernel generic.
3271 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
3272 the functions defined above.
3273 * mips-linux-tdep.h (enum mips_signals): Remove.
3274
3275 2013-08-09 Pedro Alves <palves@redhat.com>
3276
3277 * avr-tdep.c (XMALLOC): Delete macro.
3278 * cli/cli-dump.c (XMALLOC): Delete macro.
3279
3280 2013-08-09 Pedro Alves <palves@redhat.com>
3281
3282 * cli/cli-dump.c: Don't include cli/cli-dump.h.
3283 (scan_expression_with_cleanup, scan_filename_with_cleanup)
3284 (fopen_with_cleanup, add_dump_command): Make static.
3285 * cli/cli-dump.h: Delete file.
3286 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
3287 cli/cli-dump.h.
3288
3289 2013-08-09 Pedro Alves <palves@redhat.com>
3290
3291 * tracepoint.c (tfile_start): Show tilde-expanded filename in
3292 error message.
3293
3294 2013-08-09 Pedro Alves <palves@redhat.com>
3295
3296 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
3297 error message.
3298
3299 2013-08-09 Pedro Alves <palves@redhat.com>
3300
3301 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
3302 (gcore_command): Use tilde_expand here, and when showing the
3303 filename to the user, show the expanded version.
3304
3305 2013-08-09 Yao Qi <yao@codesourcery.com>
3306
3307 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
3308 'entryval' is set.
3309
3310 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
3311
3312 * gcore.c (create_gcore_bfd): Use tilde_expand.
3313
3314 2013-08-08 Yao Qi <yao@codesourcery.com>
3315
3316 * frame.h (read_frame_local): Declare.
3317 * mi/mi-cmd-stack.c (list_args_or_locals): Call
3318 read_frame_local.
3319 * stack.c (read_frame_local): New.
3320
3321 2013-08-08 Yao Qi <yao@codesourcery.com>
3322
3323 * mi/mi-cmd-stack.c: Update comments to function
3324 list_args_or_locals.
3325
3326 2013-08-07 Tom Tromey <tromey@redhat.com>
3327
3328 PR symtab/15028:
3329 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
3330 (process_psymtab_comp_unit_reader): Use it.
3331 (process_psymtab_comp_unit): Update. Add "pretend_language"
3332 argument.
3333 (dwarf2_build_psymtabs_hard): Update.
3334 (scan_partial_symbols): Pass CU's language to
3335 process_psymtab_comp_unit.
3336
3337 2013-08-07 Tom Tromey <tromey@redhat.com>
3338
3339 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
3340 (dwarf2_gdb_index_functions): Update.
3341 * psymtab.c (find_symbol_file_from_partial): Remove.
3342 (psym_functions): Update.
3343 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3344 Remove.
3345
3346 2013-08-07 Tom Tromey <tromey@redhat.com>
3347
3348 * symfile.c (set_initial_language): Look up "main" symbol
3349 and use its language.
3350 * symtab.c (find_main_filename): Remove.
3351 * symtab.h (find_main_filename): Remove.
3352
3353 2013-08-07 Tom Tromey <tromey@redhat.com>
3354
3355 * dwarf2read.c (recursively_compute_inclusions): Add
3356 "immediate_parent" argument. Set symtab's "user" field
3357 if not set.
3358 (compute_symtab_includes): Update.
3359
3360 2013-08-07 Tom Tromey <tromey@redhat.com>
3361
3362 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3363 when adding label symbols.
3364
3365 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3366 Ulrich Weigand <uweigand@de.ibm.com>
3367
3368 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3369 * configure.host (powerpc64-*-aix*): Likewise.
3370
3371 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3372 Ulrich Weigand <uweigand@de.ibm.com>
3373
3374 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3375 is defined.
3376 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3377 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3378 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3379 * configure.ac: Check for ptrace64.
3380 * configure, config.in: Regenerate.
3381
3382 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3383 Ulrich Weigand <uweigand@de.ibm.com>
3384
3385 * aixthread.c: Call ptrace64 instead of ptracex if defined.
3386 Call ptrace64 instead of ptrace if defined.
3387 Add macro addr_ptr to take care of ptrace address argument.
3388 (pdc_read_regs): Likewise.
3389 (pdc_write_regs): Likewise.
3390 (aix_thread_resume): Likewise.
3391 (fetch_regs_kernel_thread): Likewise.
3392 (store_regs_kernel_thread): Likewise.
3393
3394 2013-08-07 Anton Blanchard <anton@samba.org>
3395
3396 * MAINTAINERS: Add myself to Write After Approval.
3397
3398 2013-08-05 Tom Tromey <tromey@redhat.com>
3399
3400 * aix-thread.c (_initialize_aix_thread): Use
3401 complete_target_initialization.
3402 * bsd-uthread.c (_initialize_bsd_uthread): Use
3403 complete_target_initialization.
3404 * dec-thread.c (_initialize_dec_thread): Use
3405 complete_target_initialization.
3406 * ravenscar-thread.c (_initialize_ravenscar): Use
3407 complete_target_initialization.
3408 * sol-thread.c (_initialize_sol_thread): Use
3409 complete_target_initialization.
3410 * spu-multiarch.c (_initialize_spu_multiarch): Use
3411 complete_target_initialization.
3412
3413 2013-08-05 Tom Tromey <tromey@redhat.com>
3414
3415 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3416 * ada-lang.c (ada_lookup_simple_minsym): Return
3417 bound_minimal_symbol.
3418 * ada-lang.h (ada_lookup_simple_minsym): Update.
3419 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3420 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3421 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3422 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3423 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3424 * minsyms.c (msymbol_objfile): Remove.
3425 (lookup_minimal_symbol_internal): New function, from
3426 lookup_minimal_symbol.
3427 (lookup_minimal_symbol): Rewrite using
3428 lookup_minimal_symbol_internal.
3429 (lookup_bound_minimal_symbol): New function.
3430 * minsyms.h (msymbol_objfile): Remove.
3431 (lookup_bound_minimal_symbol): Declare.
3432 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3433 * parse.c (write_exp_msymbol): Change parameter to a
3434 bound_minimal_symbol.
3435 (write_dollar_variable): Use lookup_bound_minimal_symbol.
3436 * parser-defs.h (write_exp_msymbol): Update.
3437 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3438 * symfile.c (simple_read_overlay_table): Use
3439 lookup_bound_minimal_symbol.
3440 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3441 (search_symbols): Likewise.
3442 (print_msymbol_info): Take a bound_minimal_symbol argument.
3443 (symtab_symbol_info, rbreak_command): Update.
3444 * symtab.h (struct symbol_search) <msymbol>: Change type
3445 to bound_minimal_symbol.
3446 * valops.c (find_function_in_inferior): Use
3447 lookup_bound_minimal_symbol.
3448 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3449
3450 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3451
3452 Code cleanup.
3453 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3454 to ...
3455 (async_cleanup_sigint_signal_handler): ... this.
3456 (initialize_sigint_signal_handler): Remove declaration.
3457 (handle_remote_sigint): Rename the declaration to ...
3458 (async_handle_remote_sigint): ... this.
3459 (handle_remote_sigint_twice): Rename the declaration to ...
3460 (async_handle_remote_sigint_twice): ... this.
3461 (async_remote_interrupt, async_remote_interrupt_twice)
3462 (remote_interrupt): Remove the declarations.
3463 (remote_interrupt_twice): Rename the declaration ...
3464 (sync_remote_interrupt_twice): ... this.
3465 (sigint_remote_twice_token): Rename the variable to ...
3466 (async_sigint_remote_twice_token): ... this.
3467 (sigint_remote_token): Rename the variable to ...
3468 (async_sigint_remote_token): ... this.
3469 (initialize_sigint_signal_handler): Rename the function to ...
3470 (async_initialize_sigint_signal_handler): ... this. Update the name
3471 inside.
3472 (handle_remote_sigint): Rename the function to ...
3473 (async_handle_remote_sigint): ... this. Update the names inside.
3474 (handle_remote_sigint_twice): Rename the function to ...
3475 (async_handle_remote_sigint_twice): ... this. Update the names inside.
3476 (cleanup_sigint_signal_handler): Rename the function to ...
3477 (async_cleanup_sigint_signal_handler): ... this.
3478 (remote_interrupt): Rename the function to ...
3479 (sync_remote_interrupt): this. Update the names inside.
3480 (remote_interrupt_twice): Rename the function to ...
3481 (sync_remote_interrupt_twice): this. Update the names inside.
3482 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3483 (_initialize_remote): Update the names inside.
3484
3485 2013-08-02 Tom Tromey <tromey@redhat.com>
3486
3487 PR symtab/15719:
3488 * breakpoint.c (update_watchpoint, watchpoint_check)
3489 (watch_command_1): Update.
3490 * eval.c (fetch_subexp_value): Add "preserve_errors"
3491 parameter.
3492 * ppc-linux-nat.c (check_condition): Update.
3493 * value.h (fetch_subexp_value): Update.
3494
3495 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
3496
3497 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3498 add_file_handler.
3499
3500 2013-08-01 Doug Evans <dje@google.com>
3501
3502 PR symtab/15691
3503 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3504 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3505 Add assert of sig_entry->dwo_unit == NULL.
3506 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3507 had already been read.
3508 (read_signatured_type): Set per_cu.tu_read.
3509
3510 PR symtab/15695
3511 * valops.c (value_struct_elt): Add missing call to check_typedef.
3512 (value_find_oload_method_list): Ditto.
3513
3514 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3515 effectively, struct symbol_search **.
3516 (make_cleanup_free_search_symbols): Change arg to struct
3517 symbol_search **. All callers updated.
3518 (compare_search_syms): Compare symtab file name and block as well.
3519 (search_symbols_equal): New function.
3520 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3521 New args new_head, new_tail. Result is now void. Remove dups after
3522 sorting the symbols.
3523 (search_symbols): Sort all found symbols once, after all have been
3524 found, and remove duplicates. Simplify cleanup tracking of result.
3525 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3526
3527 Further workarounds for binutils/15021.
3528 * dwarf2read.c (recursively_compute_inclusions): Change type of result
3529 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
3530 Watch for duplicate symtabs coming from type units.
3531 (compute_symtab_includes): Update call to
3532 recursively_compute_inclusions. Build vector of included symtabs
3533 instead of per_cus.
3534 * symtab.h (symtab_ptr): New typedef.
3535 (DEF_VEC_P (symtab_ptr)): New VEC type.
3536 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
3537 instead.
3538
3539 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
3540
3541 * cli/cli-script.c (script_from_file): Remove use of
3542 error_pre_print.
3543 * main.c (captured_main): Remove use of error_pre_print and
3544 quit_pre_print.
3545 * utils.c (error_pre_print, quit_pre_print): Remove.
3546 * utils.h (error_pre_print, quit_pre_print): Likewise.
3547
3548 2013-08-01 Yao Qi <yao@codesourcery.com>
3549
3550 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3551 with mi_getopt.
3552 (mi_cmd_stack_list_variables): Likewise.
3553
3554 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3555
3556 * exceptions.c (deprecated_throw_reason): Remove.
3557 * exceptions.h (deprecated_throw_reason): Remove.
3558
3559 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3560
3561 * remote-mips.c (mips_error): Replace use of
3562 deprecated_throw_reason with throw_verror. Use the error message
3563 passed to mips_error as the error message for throw_verror.
3564
3565 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3566
3567 * monitor.c (monitor_interrupt_query): Replace use of
3568 deprecated_throw_reason with quit.
3569 * nto-procfs.c (interrupt_query): Likewise.
3570 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3571 * remote-mips.c (mips_kill): Likewise.
3572 * remote.c (interrupt_query): Likewise.
3573
3574 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3575
3576 * utils.c (internal_verror): Replace use of deprecated_throw_reason
3577 with call to fatal.
3578
3579 2013-07-31 Pedro Alves <pedro@codesourcery.com>
3580 Yao Qi <yao@codesourcery.com>
3581
3582 * tracepoint.c (trace_dump_command): Select the current frame.
3583
3584 2013-07-30 Doug Evans <dje@google.com>
3585
3586 * dwarf2read.c (process_queue): Add type signature to debug output.
3587
3588 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
3589
3590 * value.c (value_fetch_lazy): Mark optimized out values as such
3591 rather than raising an error.
3592
3593 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
3594
3595 * value.c (value_fetch_lazy): Ensure parent value is not lazy
3596 before checking which bits of the parent, not the child, value are
3597 valid.
3598
3599 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
3600
3601 PR gdb/15715
3602 * top.c: Include "filenames.h".
3603 (set_history_filename): New function.
3604 (init_main): Install it as set hook of the "set history filename"
3605 command.
3606
3607 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3608
3609 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3610 attribute parameter.
3611 (dwarf2_const_value_data): Constify struct attribute parameter.
3612 (dwarf2_const_value): Constify struct attribute parameter.
3613 (dwarf2_const_value_attr): Constify struct attribute parameter.
3614 (lookup_die_type): Constify struct attribute parameter.
3615 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3616 (follow_die_ref_or_sig): Constify struct attribute parameter.
3617 (follow_die_ref): Constify struct attribute parameter.
3618 (follow_die_sig): Constify struct attribute parameter.
3619 (get_DW_AT_signature_type): Constify struct attribute parameter.
3620 (get_type_unit_group): Constify struct attribute parameter.
3621 (fill_in_loclist_baton): Constify struct attribute parameter.
3622 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3623 (type_unit_group): Constify struct attribute parameter.
3624
3625 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3626
3627 * dwarf2read.c (attr_form_is_block): Make argument const.
3628 (attr_form_is_section_offset): Make argument const.
3629 (attr_form_is_constant): Make argument const.
3630 (attr_form_is_ref): Make argument const.
3631
3632 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3633
3634 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3635 All uses updated.
3636 (attr_form_is_ref): Moved below attr_form_is_constant.
3637
3638 2013-07-29 Doug Evans <dje@google.com>
3639
3640 * main.c (captured_command_loop): Tweak comment.
3641
3642 * target.c (target_async_permitted_1): Fix comment.
3643
3644 * symtab.c (iterate_over_some_symtabs): Add comment.
3645
3646 * symtab.c (iterate_over_some_symtabs): Fix indentation.
3647
3648 2013-07-27 Yao Qi <yao@codesourcery.com>
3649
3650 * NEWS: Mention that GDBserver now supports hardware
3651 watchpoints on the MIPS GNU/Linux target.
3652
3653 2013-07-27 Yao Qi <yao@codesourcery.com>
3654
3655 * Makefile.in (HFILES_NO_SRCDIR): Add
3656 common/mips-linux-watch.h.
3657 (mips-linux-watch.o): New rule.
3658 * common/mips-linux-watch.c: New.
3659 * common/mips-linux-watch.h: New.
3660 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3661 * mips-linux-nat.c: Include mips-linux-watch.h.
3662 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3663 to common/mips-linux-watch.h.
3664 (MAX_DEBUG_REGISTER): Likewise.
3665 (enum pt_watch_style): Likewise.
3666 (struct mips32_watch_regs): Likewise.
3667 (struct mips64_watch_regs): Likewise.
3668 (struct pt_watch_regs): Likewise.
3669 (struct mips_watchpoint): Likewise.
3670 (mips_linux_watch_get_irw_mask): Move to
3671 common/mips-linux-watch.c.
3672 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3673 (mips_linux_watch_get_watchlo): Likewise.
3674 (mips_linux_watch_set_watchlo): Likewise.
3675 (mips_linux_watch_get_watchhi): Likewise.
3676 (mips_linux_watch_set_watchhi): Likewise.
3677 (mips_linux_read_watch_registers): Likewise.
3678 (mips_linux_watch_type_to_irw): Likewise.
3679 (mips_linux_stopped_data_address, fill_mask): Likewise.
3680 (mips_linux_watch_try_one_watch): Likewise.
3681 (mips_linux_watch_populate_regs): Likewise.
3682
3683 2013-07-27 Yao Qi <yao@codesourcery.com>
3684
3685 * mips-linux-nat.c (get_irw_mask): Rename to ...
3686 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
3687 'set' to 'n'. Update function comment. All callers changed.
3688 (get_reg_mask): Rename parameter 'set' to 'n'. Update
3689 function comment. All callers changed.
3690 (get_num_valid): Rename to ...
3691 (mips_linux_watch_get_num_valid): ... this. Rename parameter
3692 'set' to 'n'. Update function comment. All callers changed.
3693 (get_watchlo): Rename to ...
3694 (mips_linux_watch_get_watchlo): ... this. Rename parameter
3695 'set' to 'n'. Update function comment. All callers changed.
3696 (set_watchlo): Rename to ...
3697 (mips_linux_watch_set_watchlo): ... this. Rename parameter
3698 'set' to 'n'. Update function comment. All callers changed.
3699 (get_watchhi): Rename to ...
3700 (mips_linux_watch_get_watchhi): ... this. Update function
3701 comment. All callers changed.
3702 (set_watchhi): Rename to ...
3703 (mips_linux_watch_set_watchhi): ... this. Update function
3704 comment. All callers changed.
3705 (mips_linux_read_watch_registers): Update function comment.
3706 Add new parameters 'lwpid', 'watch_readback', and
3707 'watch_readback_valid'. Update.
3708 (type_to_irw): Rename to ...
3709 (mips_linux_watch_type_to_irw): ... this. Update function
3710 comment. All callers changed.
3711 (fill_mask): Update function comment.
3712 (try_one_watch): Rename to ...
3713 (mips_linux_watch_try_one_watch): ... this. Change the type
3714 of parameter 'irw' from 'unsigned' to 'uint32_t'.
3715 (populate_regs_from_watches): Rename to ...
3716 (mips_linux_watch_populate_regs): ... this. Add parameter
3717 'current_watches'. All callers changed.
3718
3719 2013-07-27 Yao Qi <yao@codesourcery.com>
3720
3721 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3722 the code.
3723 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3724 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3725 (struct pt_watch_regs): Likewise.
3726 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3727 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3728 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3729 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3730 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3731
3732 2013-07-27 Yao Qi <yao@codesourcery.com>
3733
3734 * breakpoint.h: Include break-common.h.
3735 (enum target_hw_bp_type): Move to ...
3736 * common/break-common.h: ... here. New.
3737
3738 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
3739
3740 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3741 process group regardless of having tty on stdin.
3742
3743 2013-07-25 Doug Evans <dje@google.com>
3744
3745 * linux-fork.h (detach_fork): Delete.
3746
3747 2013-07-25 Tom Tromey <tromey@redhat.com>
3748
3749 PR remote/15256, PR remote/15266:
3750 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3751 * monitor.c (monitor_detach): Use unpush_target.
3752 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3753 * remote-mips.c (mips_detach): Use unpush_target. Don't
3754 call mips_close.
3755 * remote-sim.c (gdbsim_detach): Use unpush_target.
3756 * target.c (pop_target): Remove.
3757 (pop_all_targets_above): Don't call target_close.
3758 (target_close): Assert that the target is unpushed.
3759 * target.h (pop_target): Don't declare.
3760 * tracepoint.c (tfile_open): Use unpush_target.
3761
3762 2013-07-25 Tom Tromey <tromey@redhat.com>
3763
3764 * linux-thread-db.c (init_thread_db_ops): Call
3765 complete_target_initialization.
3766 (_initialize_thread_db): Don't call add_target.
3767 * target.c (complete_target_initialization): New function.
3768 (add_target_with_completer): Call it.
3769 * target.h (complete_target_initialization): Declare.
3770
3771 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3772
3773 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3774 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3775 (HPPANBSD_SIZEOF_GREGS): New define.
3776 (hppaobsd_supply_gregset): Handle additional registers.
3777 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3778 we provide more registers now.
3779 (hppabsd_supply_gregset): Supply additional registers.
3780 (hppabsd_collect_gregset): Collect additional registers.
3781
3782 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3783
3784 * hppabsd-tdep.c: Include "dwarf2-frame.h".
3785 (hppabsd_dwarf2_frame_init_reg): New function.
3786 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3787
3788 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3789
3790 * mi/mi-main.c (output_register): Make MI 'r' format use standard
3791 'z' format code. Remove error for optimized out values, standard
3792 code will handle these fine.
3793
3794 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3795
3796 * NEWS: Mention new 'z' formatter.
3797 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3798 (_initialize_printcmd): Mention 'z' formatter in help text of the
3799 'x' command.
3800
3801 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
3802
3803 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3804 formatting.
3805
3806 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3807
3808 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3809 interface can evaluate arguments. Fallback to the old mode if it
3810 cannot.
3811 (create_exception_master_breakpoint): Likewise.
3812 * elfread.c (elf_can_evaluate_probe_arguments): New function.
3813 (struct sym_probe_fns elf_probe_fns): Export function above to the
3814 probe interface.
3815 * probe.c (can_evaluate_probe_arguments): New function.
3816 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3817 function pointer.
3818 (can_evaluate_probe_arguments): New function prototype.
3819 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3820 probe interface can evaluate arguments. Fallback to the old mode
3821 if it cannot.
3822 * stap-probe.c (stap_get_probe_argument_count): Check if probe
3823 interface can evaluate arguments. Warning the user if it cannot.
3824 (stap_can_evaluate_probe_arguments): New function.
3825 (struct probe_ops stap_probe_ops): Export function above to the
3826 probe interface.
3827 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3828 New function pointer.
3829
3830 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
3831
3832 * Makefile.in (SFILES): Add common/target-common.c.
3833 Add common/target-common.h to headers.
3834 (COMMON_OBS): Add target-common.o.
3835 (target-common.o): New target.
3836 * linux-nat.h (resume_kind): Move to common/target-common.h.
3837 * target.c (target_waitstatus_to_string): Move to
3838 common/target-common.c.
3839 * target.h: Include target-common.h.
3840 (target_waitkind): Move to common/target-common.h.
3841 (target_waitstatus): Likewise.
3842 (TARGET_WNOHANG): Likewise.
3843 * common/target-common.c: New file.
3844 * common/target-common.h: New file.
3845
3846 2013-07-24 Doug Evans <dje@google.com>
3847
3848 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3849 a warning.
3850
3851 2013-07-23 Yao Qi <yao@codesourcery.com>
3852
3853 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3854 parameter 'gdbarch'.
3855 (i386_stack_tramp_frame_sniffer): Caller update.
3856 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3857 parameter 'gdbarch' and 'target'.
3858 (i386_linux_core_read_description): Caller update.
3859 * amd64-linux-tdep.c (amd64_linux_core_read_description):
3860 Likewise.
3861 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3862 declaration.
3863
3864 2013-07-23 Tom Tromey <tromey@redhat.com>
3865
3866 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3867 2013-07-22.
3868
3869 2013-07-22 Doug Evans <dje@google.com>
3870
3871 * exec.h (remove_target_sections): Delete arg abfd.
3872 * exec.c (exec_close): Update call to remove_target_sections.
3873 (remove_target_sections): Delete arg abfd.
3874 * solib.c (update_solib_list): Ditto.
3875 (reload_shared_libraries_1): Ditto.
3876 (clear_solib): Ditto, and unconditionally call remove_target_sections.
3877 * target.h (struct target_section): Rename key to owner.
3878 All uses updated.
3879
3880 2013-07-22 Tom Tromey <tromey@redhat.com>
3881
3882 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3883
3884 2013-07-22 Tom Tromey <tromey@redhat.com>
3885
3886 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3887 Simplify cleanup handling.
3888
3889 2013-07-22 Tom Tromey <tromey@redhat.com>
3890
3891 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3892 on all return paths.
3893
3894 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3895
3896 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3897 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3898 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3899
3900 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
3901
3902 * top.c (print_gdb_version): Add help, apropos description and
3903 url to online documentation.
3904
3905 2013-07-19 Hui Zhu <hui@codesourcery.com>
3906
3907 PR gdb/15692
3908 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3909
3910 2013-07-19 Yao Qi <yao@codesourcery.com>
3911
3912 * target.c (update_current_target): Change the default action
3913 of 'to_traceframe_info' from tcomplain to return_zero.
3914 * target.h (struct target_ops) <to_traceframe_info>: Add more
3915 comments.
3916 * valops.c (read_value_memory): Call
3917 traceframe_available_memory unconditionally.
3918
3919 2013-07-18 Yao Qi <yao@codesourcery.com>
3920
3921 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3922 if the name is prefixed by "__imp_" or "_imp_", look for minimal
3923 symbol without prefix. If found, set its type to
3924 'mst_solib_trampoline'.
3925
3926 2013-07-17 Doug Evans <dje@google.com>
3927
3928 * NEWS: Mention "set print raw frame-arguments".
3929 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3930 * stack.c (print_raw_frame_arguments): New static global.
3931 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3932 (_initialize_stack): New command "set/show print raw frame-arguments".
3933 * valprint.c (setprintrawlist, showprintrawlist): New globals.
3934 (set_print_raw, show_print_raw): New functions.
3935 (_initialize_valprint): New prefix command "set/show print raw".
3936 * valprint.h (value_print_options): Improve comments.
3937
3938 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3939 of all *list variables.
3940
3941 * gdbcmd.h (togglelist): Delete.
3942 * cli/cli-cmds.c (togglelist): Delete.
3943 (init_cmd_lists): Update.
3944 * cli/cli-cmds.h (togglelist): Delete.
3945
3946 2013-07-17 Tom Tromey <tromey@redhat.com>
3947
3948 * dwarf2read.c (dwarf2_per_objfile_free): Clear
3949 dwarf2_per_objfile.
3950
3951 2013-07-16 Doug Evans <dje@google.com>
3952
3953 * nto-tdep.c (nto_relocate_section_addresses): Update,
3954 target_section.bfd deleted.
3955 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3956 * s390-tdep.c (s390_load): Ditto.
3957 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3958
3959 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
3960
3961 * common/format.c (parse_format_string): Add checks for NULL
3962 character before calling strchr.
3963
3964 2013-07-16 Doug Evans <dje@google.com>
3965
3966 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3967 temp_pathname argument.
3968 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3969 when opening the file fails.
3970
3971 * target.h (struct target_section): Delete member bfd.
3972 All users updated to use the_bfd_section->owner instead.
3973 * exec.c (add_to_section_table): Assert bfd is expected value.
3974 Remove initialization of target_section.bfd.
3975 (remove_target_sections): Update.
3976 (section_table_available_memory): Update.
3977 (section_table_xfer_memory_partial): Update.
3978 (print_section_info): Update.
3979 (exec_set_section_address): Update.
3980 * record-full.c (record_full_core_xfer_partial): Update.
3981 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3982 * solib-target.c (solib_target_relocate_section_addresses): Update.
3983 * symfile.c (build_section_addr_info_from_section_table): Update.
3984 * target.c (memory_xfer_live_readonly_partial): Update.
3985 (memory_xfer_partial_1): Update.
3986
3987 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3988
3989 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3990 now available for embedded (BookE) and server (BookS) processors,
3991 correct mentions of 'booke' and adjust comments accordingly in order to
3992 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3993 (have_ptrace_booke_interface): Rename function and variable
3994 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3995 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3996 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3997 'hwdebug_point_cmp'. Update all uses.
3998 (booke_find_thread_points_by_tid): Rename function
3999 'booke_find_thread_points_by_tid' to
4000 'hwdebug_find_thread_points_by_tid'. Update all uses.
4001 (booke_insert_point): Rename function 'booke_insert_point' to
4002 'hwdebug_insert_point'. Update all uses.
4003 (booke_remove_point): Rename function 'booke_remove_point' to
4004 'hwdebug_remove_point'. Update all uses.
4005
4006 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
4007
4008 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
4009 numbers with enum values.
4010
4011 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
4012
4013 PR threads/13217
4014 * thread.c (thread_apply_all_command): Check for valid threads
4015 and thread count.
4016 (thread_array_cleanup): New struct.
4017 (set_thread_refcount): New function.
4018
4019 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
4020
4021 * infcmd.c (default_print_one_register_info): Reuse function
4022 print_hex_chars.
4023
4024 2013-07-10 Tom Tromey <tromey@redhat.com>
4025
4026 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
4027 (ada-exp.o): New target.
4028
4029 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
4030
4031 * mt-tdep.c (mt_registers_info): Call
4032 get_no_prettyformat_print_options instead of
4033 get_raw_print_options (regression by last patch from Doug
4034 Evans).
4035
4036 2013-07-09 Pedro Alves <palves@redhat.com>
4037
4038 Checked in by Joel Brobecker <brobecker@adacore.com>.
4039 * ada-lang.c (coerce_unspec_val_to_type): Use
4040 value_optimized_out_const.
4041 * value.c (value_optimized_out_const): New function.
4042 * value.h (value_optimized_out_const): New declaration.
4043
4044 2013-07-09 Doug Evans <dje@google.com>
4045
4046 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
4047 Enum values rename as well. All uses updated.
4048 * valprint.h (value_print_options): Rename member pretty to
4049 pretty format. Rename member prettyprint_arrays to
4050 prettyformat_arrays. Rename member prettyprint_structs to
4051 prettyformat_structs. All uses updated.
4052 (get_no_prettyformat_print_options): Renamed from
4053 get_raw_print_options.
4054 * valprint.c (get_no_prettyformat_print_options): Renamed from
4055 get_raw_print_options. All callers updated.
4056 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
4057 All callers updated.
4058 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
4059 All callers updated.
4060 (_initialize_valprint): Improve help text for "set print pretty" and
4061 "set print arrays".
4062
4063 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
4064
4065 * value.c (value_bits_valid): Revert previous change, and change
4066 by Pedro on 2013-07-04, due to regressions in
4067 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
4068
4069 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
4070 Pedro Alves <palves@redhat.com>
4071
4072 * value.c (value_bits_valid): If the value is not lval_computed
4073 or has no check validity handler then the answer is the
4074 optimized_out flag, otherwise defer to the handler.
4075
4076 2013-07-06 Eli Zaretskii <eliz@gnu.org>
4077
4078 * top.c (print_gdb_configuration): Explain in output of
4079 --configuration what does "relocatable" mean.
4080
4081 * main.c (print_gdb_help): Regroup options in the --help text.
4082 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
4083 the relevant discussions.
4084
4085 2013-07-06 Yao Qi <yao@codesourcery.com>
4086
4087 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
4088 Remove parameter 'lsal'.
4089 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
4090 to inner block. Caller update.
4091 (base_breakpoint_create_breakpoints_sal): Update.
4092 (bkpt_create_breakpoints_sal): Likewise.
4093 (tracepoint_create_breakpoints_sal): Likewise.
4094 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
4095 element 0 of vector 'canonical->sals'.
4096
4097 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
4098
4099 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
4100 register number instead of the pseudo register one.
4101 (rs6000_dwarf2_reg_to_regnum): Likewise.
4102
4103 2013-07-04 Pedro Alves <palves@redhat.com>
4104
4105 * findvar.c (value_of_register): Use allocate_optimized_out_value
4106 if the register has been optimized out, instead of
4107 set_value_optimized_out.
4108 * frame-unwind.c (frame_unwind_got_optimized): Use
4109 allocate_optimized_out_value.
4110
4111 2013-07-04 Pedro Alves <palves@redhat.com>
4112
4113 * value.c (value_bits_valid): If the value is not lval_computed,
4114 or doesn't have a check_validity hook, assume the value is entirely
4115 valid.
4116
4117 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
4118
4119 * stack.c (read_frame_arg): No longer fetch lazy values.
4120 * value.c (value_optimized_out): If the value is not already
4121 marked optimized out, and is lazy then fetch it.
4122 (value_primitive_field): Move optimized out check to later in the
4123 function, after we have loaded any lazy values.
4124 (value_fetch_lazy): Use optimized out flag directly rather than
4125 calling optimized_out method.
4126
4127 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
4128
4129 * valops.c: Don't include "user-regs.h".
4130 (value_fetch_lazy): Moved to value.c.
4131 * value.c: Include "user-regs.h".
4132 (value_fetch_lazy): Moved from valops.c.
4133
4134 2013-07-04 Yao Qi <yao@codesourcery.com>
4135
4136 Revert:
4137 2013-06-27 Yao Qi <yao@codesourcery.com>
4138
4139 * common/create-version.sh: Update comments. Handle the case
4140 that TARGET_ALIAS is empty.
4141
4142 2013-07-03 Pedro Alves <palves@redhat.com>
4143
4144 * Makefile.in (config.status): Depend on development.sh.
4145 (aclocal_m4_deps): Add libmcheck.m4.
4146 * acinclude.m4: Include libmcheck.m4.
4147 * configure.ac: Source development.sh instead of setting
4148 'development' here. --enable-libmcheck/--disable-libmcheck code
4149 factored out to GDB_AC_LIBMCHECK. Run it.
4150 * development.sh: New file.
4151 * libmcheck.m4: New file.
4152 * configure: Regenerate.
4153
4154 2013-07-02 Tom Tromey <tromey@redhat.com>
4155
4156 * contrib/ari/update-web-ari.sh: Update for version.in change.
4157
4158 2013-07-02 Tom Tromey <tromey@redhat.com>
4159
4160 * common/ptid.h: Comment fixes.
4161
4162 2013-07-01 Tom Tromey <tromey@redhat.com>
4163
4164 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
4165 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
4166 (dwarf2_read_index, create_all_comp_units): Update.
4167
4168 2013-07-01 Tom Tromey <tromey@redhat.com>
4169
4170 * configure.ac (build_warnings): Add -Wold-style-definition.
4171 * configure: Rebuild.
4172 * machoread.c (_initialize_machoread): Use "(void)".
4173 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
4174 use "(void)".
4175
4176 2013-07-01 Tom Tromey <tromey@redhat.com>
4177
4178 * configure.ac (build_warnings): Add -Wold-style-declaration.
4179 * configure: Rebuild.
4180 * dsrec.c (make_srec): Use "static const", not "const static".
4181 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
4182 not "const static".
4183 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
4184 Use "static const", not "const static".
4185 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
4186 not "const static".
4187 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
4188 not "const static".
4189 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
4190 not "const static".
4191 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
4192 not "const static".
4193 (v850_dbtrap_breakpoint_from_pc): Likewise.
4194 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
4195 not "const static".
4196
4197 2013-07-01 Tom Tromey <tromey@redhat.com>
4198
4199 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
4200 * configure: Rebuild.
4201
4202 2013-07-01 Pedro Alves <palves@redhat.com>
4203
4204 * defs.h: Include "pathmax.h".
4205 * utils.c: Don't include sys/param.h.
4206 (gdb_realpath): Remove code that checks for MAXPATHLEN.
4207 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
4208 instead of MAXPATHLEN.
4209 * solib-sunos.c: Don't include sys/param.h.
4210 * xcoffread.c: Don't include sys/param.h.
4211 * bsd-kvm.c: Don't include sys/param.h.
4212 * darwin-nat.c: Don't include sys/param.h.
4213 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4214 * darwin-nat-info.c: Don't include sys/param.h.
4215 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
4216 MAXPATHLEN.
4217 * i386obsd-nat.c: Don't include sys/param.h.
4218 * inf-child.c: Don't include sys/param.h.
4219 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
4220 * linux-fork.c: Don't include sys/param.h.
4221 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
4222 * linux-nat.c: Don't include sys/param.h.
4223 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
4224 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
4225 * m68klinux-nat.c: Don't include sys/param.h.
4226 * nbsd-nat.c: Don't include sys/param.h.
4227 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
4228 * ppc-linux-nat.c: Don't include sys/param.h.
4229 * rs6000-nat.c: Don't include sys/param.h.
4230 * spu-linux-nat.c. Don't include sys/param.h.
4231 * windows-nat.c: Don't include sys/param.h.
4232 * xtensa-linux-nat.c: Don't include sys/param.h.
4233 * config/i386/nm-fbsd.h: Don't include sys/param.h.
4234
4235 2013-07-01 Pedro Alves <palves@redhat.com>
4236
4237 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
4238 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
4239 * gnulib/aclocal.m4: Regenerate.
4240 * gnulib/config.in: Regenerate.
4241 * gnulib/configure: Regenerate.
4242 * gnulib/import/pathmax.h: New file.
4243 * gnulib/import/Makefile.am: Regenerate.
4244 * gnulib/import/Makefile.in: Regenerate.
4245 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4246 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4247 * gnulib/import/m4/pathmax.m4: New file.
4248
4249 2013-07-01 Pedro Alves <palves@redhat.com>
4250
4251 * configure.ac (GDBINIT): Define, depending on host.
4252 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
4253 * top.c (PATH_MAX): Delete fallback definition.
4254 (GDBINIT_FILENAME): Delete.
4255 (gdbinit): Reimplement as const char array set to the GDBINIT
4256 string constant.
4257 * top.h (gdbinit): Make const.
4258 * configure, config.in: Regenerate.
4259
4260 2013-07-01 Pedro Alves <palves@redhat.com>
4261
4262 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
4263 * cli/cli-cmds.h (source_script): Likewise.
4264 * exceptions.c (catch_command_errors_const): New function.
4265 * exceptions.h (catch_command_errors_const): Declare.
4266 * main.c (get_init_files): Make parameters const, and adjust.
4267 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
4268 'local_gdbinit' locals const. Adjust to use
4269 catch_command_errors_const.
4270 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
4271 'local_gdbinit' locals const.
4272
4273 2013-07-01 Pedro Alves <palves@redhat.com>
4274
4275 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
4276 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
4277 * tracepoint.c: Don't check HAVE_UNISTD_H before including
4278 <unistd.h>.
4279
4280 2013-07-01 Pedro Alves <palves@redhat.com>
4281
4282 Import the "unistd" gnulib module.
4283 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
4284 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
4285 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
4286 import/m4/unistd_h.m4.
4287 * gnulib/aclocal.m4: Renenerate.
4288 * gnulib/config.in: Renenerate.
4289 * gnulib/configure: Renenerate.
4290 * gnulib/import/Makefile.am: Renenerate.
4291 * gnulib/import/Makefile.in: Renenerate.
4292 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
4293 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
4294 * gnulib/import/m4/off_t.m4: New file.
4295 * gnulib/import/m4/ssize_t.m4: New file.
4296 * gnulib/import/m4/sys_types_h.m4: New file.
4297 * gnulib/import/m4/unistd_h.m4: New file.
4298 * gnulib/import/sys_types.in.h: New file.
4299 * gnulib/import/unistd.c: New file.
4300 * gnulib/import/unistd.in.h: New file.
4301
4302 2013-07-01 Pedro Alves <palves@redhat.com>
4303
4304 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
4305 defined instead of checking HAVE_UNISTD_H.
4306
4307 2013-07-01 Pedro Alves <palves@redhat.com>
4308
4309 Reimport gnulib from scratch.
4310 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
4311 import/m4/onceonly.m4.
4312 * gnulib/aclocal.m4: Renegerate.
4313 * gnulib/config.in: Renegerate.
4314 * gnulib/configure: Renegerate.
4315 * gnulib/import/Makefile.in: Renegerate.
4316 * gnulib/import/extra/update-copyright: Renegerate.
4317 * gnulib/import/m4/onceonly.m4: Delete.
4318
4319 2013-07-01 Pedro Alves <palves@redhat.com>
4320
4321 * tui/tui-regs.c (pagination_enabled): Delete declaration.
4322
4323 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4324
4325 Code cleanup.
4326 * remote.c (async_remote_interrupt_twice): Make it static.
4327 * remote.h (async_remote_interrupt_twice): Remove the declaration.
4328
4329 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
4330
4331 * ia64-linux-tdep.c: Include <ctype.h>.
4332 (ia64_linux_stap_is_single_operand): New function.
4333 (ia64_linux_init_abi): Initialize SystemTap related attributes.
4334
4335 2013-06-28 Tom Tromey <tromey@redhat.com>
4336
4337 * Makefile.in (version.c): Use version.in, not
4338 common/version.in.
4339 * common/create-version.sh: Likewise.
4340 * common/version.in: Move...
4341 * version.in: ...here.
4342
4343 2013-06-28 Pedro Alves <palves@redhat.com>
4344
4345 * infrun.c (set_observer_mode): Don't declare pagination_enabled
4346 here.
4347 * utils.h (pagination_enabled): Declare.
4348
4349 2013-06-28 Pedro Alves <palves@redhat.com>
4350
4351 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4352 Move higher up in file.
4353
4354 2013-06-28 Tom Tromey <tromey@redhat.com>
4355
4356 * tracepoint.c (deprecated_readline_begin_hook)
4357 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4358 declare.
4359
4360 2013-06-28 Pedro Alves <palves@redhat.com>
4361
4362 PR tui/14880
4363 * tui/tui-regs.c (tui_get_register): Fetch value contents before
4364 checking if they're available.
4365 * value.c (value_available_contents_eq): Change comment.
4366 * value.h (value_available_contents_eq): Expand comment.
4367
4368 2013-06-27 Tom Tromey <tromey@redhat.com>
4369
4370 * target.c (find_run_target): Remove.
4371 * target.h (find_run_target): Remove.
4372
4373 2013-06-27 Tom Tromey <tromey@redhat.com>
4374
4375 * corelow.c (core_gdbarch): Now static.
4376
4377 2013-06-27 Tom Tromey <tromey@redhat.com>
4378
4379 * target.c (target_struct_index): Remove.
4380
4381 2013-06-27 Pedro Alves <palves@redhat.com>
4382
4383 * infrun.c: Remove comment describing the 'stepping over runtime
4384 loader dynamic symbol resolution code' mechanism; moved to
4385 gdbint.texinfo.
4386
4387 2013-06-27 Pedro Alves <palves@redhat.com>
4388
4389 * exceptions.c (catch_command_errors): Remove spurious space.
4390 * exceptions.h (catch_command_errors): Second parameter is "arg",
4391 not "command".
4392
4393 2013-06-27 Yao Qi <yao@codesourcery.com>
4394
4395 * common/create-version.sh: Update comments. Handle the case
4396 that TARGET_ALIAS is empty.
4397
4398 2013-06-26 Pedro Alves <palves@redhat.com>
4399
4400 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4401 comment.
4402
4403 2013-06-26 Pedro Alves <palves@redhat.com>
4404
4405 * infrun.c: Update comments on stepping over runtime loader
4406 dynamic symbol resolution code.
4407
4408 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
4409
4410 * ax-gdb.h (union exp_element): Forward declare.
4411 * parser-defs.h: Include expression.h.
4412
4413 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4414
4415 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4416
4417 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4418
4419 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4420
4421 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4422
4423 Fix trace-status to output proper start-time and stop-time.
4424 * tracepoint.c (trace_status_command): Fix type of printf arg to
4425 prevent improper type conversion.
4426 (trace_status_mi): Likewise.
4427
4428 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4429
4430 * mips-tdep.c (mips_next_pc): Fix a typo.
4431
4432 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4433
4434 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4435
4436 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4437 Yao Qi <yao@codesourcery.com>
4438
4439 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4440 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4441 * mi/mi-main.c (print_variable_or_computed): New function.
4442 (mi_cmd_trace_frame_collected): New function.
4443 * tracepoint.c (find_trace_state_variable_by_number): New.
4444 (struct traceframe_info): Move to tracepoint.h
4445 (struct collection_list): Likewise.
4446 (do_collect_symbol): Include locals and arguments in the
4447 collected variables list.
4448 (clear_collection_list): Clear wholly collected variables list
4449 and computed variables list.
4450 (append_exp): New function.
4451 (encode_actions_1): Include variables in the wholly
4452 collected variables list. Include memory ranges and
4453 full-fledged expressions in the computed expressions list.
4454 (encode_actions): Move some code to ...
4455 Return the cleanup chain.
4456 (encode_actions_rsp): ... here. New function.
4457 (get_traceframe_location, get_traceframe_info): Remove static.
4458 * tracepoint.h (struct memrange): Moved from tracepoint.c.
4459 (struct collection_list): Moved from tracepoint.c. Add two
4460 new fields 'wholly_collected' and 'computed'.
4461 (find_trace_state_variable_by_number): Declare.
4462 (encode_actions): Adjust declaration.
4463 (encode_actions_rsp): Declare.
4464 (get_traceframe_info, get_traceframe_location): Declare.
4465
4466 * NEWS: Mention new MI command -trace-frame-collected.
4467
4468 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4469 Yao Qi <yao@codesourcery.com>
4470
4471 * ctf.c (ctf_traceframe_info): Push trace state variables
4472 present in the trace data into the traceframe info object.
4473 * breakpoint.c (DEF_VEC_I): Remove.
4474 * common/filestuff.c (DEF_VEC_I): Likewise.
4475 * dwarf2loc.c (DEF_VEC_I): Likewise.
4476 * mi/mi-main.c (DEF_VEC_I): Likewise.
4477 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4478 * features/traceframe-info.dtd: Add tvar element and its
4479 attributes.
4480 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4481 (build_traceframe_info): Push trace state variables present in
4482 the trace data into the traceframe info object.
4483 (traceframe_info_start_tvar): New function.
4484 (tvar_attributes): New.
4485 (traceframe_info_children): Add "tvar" element.
4486 * tracepoint.h (struct traceframe_info) <tvars>: New field.
4487
4488 * NEWS: Mention the change in GDB and GDBserver.
4489
4490 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4491 Yao Qi <yao@codesourcery.com>
4492
4493 * tracepoint.c (trace_dump_command): Move code to ...
4494 (get_traceframe_location): ... here. New.
4495
4496 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4497 Yao Qi <yao@codesourcery.com>
4498
4499 * tracepoint.c (trace_dump_command): GDB emits an error
4500 instead of a warning when a traceframe is not selected.
4501
4502 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4503 Yao Qi <yao@codesourcery.com>
4504
4505 * tracepoint.c (tracepoint_list, stepping_list): Remove.
4506 (clear_collection_list): Free fields 'aexpre_list' and 'list'
4507 in collection_list.
4508 (do_clear_collection_list, init_collection_list): New.
4509 (encode_actions): Add local variables 'tracepoint_list' and
4510 'stepping_list'. Call init_collection_list and make cleanup
4511 which calls do_clear_collection_list. Don't call
4512 clear_collection_list.
4513 (_initialize_tracepoint): Delete references to
4514 'tracepoint_list' and 'stepping_list'.
4515
4516 2013-06-25 Tom Tromey <tromey@redhat.com>
4517
4518 * common/create-version.sh (date): Use "$", not "$$" in sed
4519 expression.
4520
4521 2013-06-25 Kevin Buettner <kevinb@redhat.com>
4522
4523 * NEWS (New targets): Add entry for TI MSP430.
4524
4525 2013-06-25 Yao Qi <yao@codesourcery.com>
4526
4527 * remote.c (remote_start_remote): Move code to upload tsv
4528 earlier.
4529
4530 2013-06-25 Yao Qi <yao@codesourcery.com>
4531 Hui Zhu <hui@codesourcery.com>
4532 Pedro Alves <palves@redhat.com>
4533
4534 PR breakpoints/15075
4535 PR breakpoints/15434
4536 * breakpoint.c (bpstat_stop_status): Call
4537 b->ops->after_condition_true.
4538 (update_dprintf_command_list): Don't append "continue" command
4539 to the command list of dprintf breakpoint.
4540 (base_breakpoint_after_condition_true): New function.
4541 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4542 (dprintf_after_condition_true): New function.
4543 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4544 * breakpoint.h (breakpoint_ops): Add after_condition_true.
4545
4546 2013-06-24 Kevin Buettner <kevinb@redhat.com>
4547
4548 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4549 (ALLDEPFILES): Add msp430-tdep.c.
4550 * configure.tgt (msp430*-*-elf): New target.
4551 * msp430-tdep.c: New file.
4552
4553 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
4554
4555 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4556 microMIPS synthetic symbols.
4557
4558 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
4559
4560 * objfiles.h (pc_in_section): New prototype.
4561 (in_plt_section): Remove name argument, replace prototype with
4562 static inline function.
4563 * mips-tdep.h: Include "objfiles.h".
4564 (in_mips_stubs_section): New function.
4565 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
4566 in_solib_call_trampoline member.
4567 (hppa_in_solib_call_trampoline): Remove name argument.
4568 * objfiles.c (pc_in_section): New function.
4569 (in_plt_section): Remove function.
4570 * mips-linux-tdep.c: Include "objfiles.h".
4571 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
4572 name argument. Return 1 rather than the low 16-bit halfword of
4573 any instruction examined.
4574 (mips_linux_in_dynsym_resolve_code): Update
4575 mips_linux_in_dynsym_stub call accordingly.
4576 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4577 rather than an equivalent hand-coded sequence.
4578 * hppa-hpux-tdep.c (in_opd_section): Remove function.
4579 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4580 (hppa64_hpux_in_solib_call_trampoline): Likewise.
4581 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4582 in_opd_section.
4583 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4584 on call to tdep->in_solib_call_trampoline.
4585 (hppa_in_solib_call_trampoline): Remove name argument, update
4586 according to in_plt_section change.
4587 (hppa_skip_trampoline_code): Update according to in_plt_section
4588 change.
4589 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4590 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4591 Likewise.
4592 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4593 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4594 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4595 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4596 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4597 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4598 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4599 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4600 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4601 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4602 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4603 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4604 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4605
4606 2013-06-24 Joel Brobecker <brobecker@adacore.com>
4607
4608 * common/create-version.sh: Fix expansion of $host_alias
4609 and $target_alias in generation of HOST_NAME and TARGET_NAME
4610 (resp.).
4611
4612 2013-06-24 Tom Tromey <tromey@redhat.com>
4613
4614 * common/create-version.sh: New file.
4615 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4616 create-version.sh.
4617 (HFILES_NO_SRCDIR): Use common/version.h.
4618 * version.in: Move to ...
4619 * common/version.in: ... here. Replace date with "DATE".
4620 * version.h: Move to ...
4621 * common/version.h: ... here.
4622
4623 2013-06-21 Joel Brobecker <brobecker@adacore.com>
4624
4625 * gdb/gnulib/Makefile.in: Update date in copyright header.
4626 * gdb/gnulib/configure.ac: Ditto.
4627 * gdb/gnulib/update-gnulib.sh: Ditto.
4628
4629 2013-06-21 Joel Brobecker <brobecker@adacore.com>
4630
4631 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4632 "gdb/gnulib/import".
4633
4634 2013-06-21 Will Newton <will.newton@linaro.org>
4635
4636 * doublest.c (ldfrexp): Remove function.
4637 (convert_doublest_to_floatformat): Call frexpl instead of
4638 ldfrexp.
4639
4640 2013-06-21 Will Newton <will.newton@linaro.org>
4641
4642 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4643 * gnulib/aclocal.m4: Regenerate.
4644 * gnulib/config.in: Regenerate.
4645 * gnulib/configure: Regenerate.
4646 * gnulib/import/Makefile.am: Update.
4647 * gnulib/import/Makefile.in: Update.
4648 * gnulib/import/m4/gnulib-cache.m4: Update.
4649 * gnulib/import/m4/gnulib-comp.m4: Update.
4650 * gnulib/import/float+.h: Import.
4651 * gnulib/import/float.c: Import.
4652 * gnulib/import/float.in.h: Import.
4653 * gnulib/import/fpucw.h: Import.
4654 * gnulib/import/frexp.c: Import.
4655 * gnulib/import/frexpl.c: Import.
4656 * gnulib/import/isnan.c: Import.
4657 * gnulib/import/isnand-nolibm.h: Import.
4658 * gnulib/import/isnand.c: Import.
4659 * gnulib/import/isnanl-nolibm.h: Import.
4660 * gnulib/import/isnanl.c: Import.
4661 * gnulib/import/itold.c: Import.
4662 * gnulib/import/m4/exponentd.m4: Import.
4663 * gnulib/import/m4/exponentl.m4: Import.
4664 * gnulib/import/m4/float_h.m4: Import.
4665 * gnulib/import/m4/fpieee.m4: Import.
4666 * gnulib/import/m4/frexp.m4: Import.
4667 * gnulib/import/m4/frexpl.m4: Import.
4668 * gnulib/import/m4/isnand.m4: Import.
4669 * gnulib/import/m4/isnanl.m4: Import.
4670 * gnulib/import/m4/math_h.m4: Import.
4671 * gnulib/import/math.c: Import.
4672 * gnulib/import/math.in.h: Import.
4673
4674 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4675
4676 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4677 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4678 signature_INTEL_edx comparisons.
4679
4680 2013-06-20 Doug Evans <dje@google.com>
4681
4682 symtab/15652
4683 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4684 All callers updated.
4685 (open_dwp_file): If we can't find the dwp file, search the basename
4686 in debug-file-directory.
4687
4688 * dwarf2read.c (struct dwp_file): Fix comment.
4689 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4690
4691 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4692 better.
4693
4694 2013-06-20 Yao Qi <yao@codesourcery.com>
4695
4696 * breakpoint.c (create_breakpoint): Fix code indentation.
4697
4698 2013-06-20 Yao Qi <yao@codesourcery.com>
4699
4700 * breakpoint.c (create_breakpoints_sal_default): Remove
4701 parameter 'lsal'. Update declaration.
4702 (bkpt_create_breakpoints_sal): Caller update.
4703 (tracepoint_create_breakpoints_sal): Likewise.
4704
4705 2013-06-20 Pedro Alves <pedro@codesourcery.com>
4706 Yao Qi <yao@codesourcery.com>
4707
4708 * NEWS: Mention the new option '--skip-unavailable' of command
4709 -data-list-register-values.
4710 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4711 --skip-unavailable option. Adjust to use output_register.
4712 (output_register): Add new 'skip_unavailable' parameter.
4713 Handle it.
4714
4715 2013-06-19 Mike Frysinger <vapier@gentoo.org>
4716
4717 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4718 common/i386-gcc-cpuid.h.
4719 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4720 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4721 Copy the latest version from upstream gcc.
4722 * common/linux-btrace.c: Include i386-cpuid.h.
4723 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4724 call to i386_cpuid.
4725 (cpu_supports_btrace): Likewise.
4726 * go32-nat.c: Include i386-cpuid.h.
4727 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4728
4729 2013-06-19 Doug Evans <dje@google.com>
4730
4731 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4732 (get_section_index): Ditto.
4733
4734 2013-06-19 Tom Tromey <tromey@redhat.com>
4735
4736 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4737 "dprintf" help.
4738
4739 2013-06-18 Doug Evans <dje@google.com>
4740
4741 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4742 before using it.
4743 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4744 Move test of cu_index closer to use. Print complaint if cu_index
4745 is bad.
4746
4747 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4748
4749 * machoread.c (oso_vector): Delete this global.
4750 (macho_register_oso): Add new parameter "oso_vector_ptr".
4751 Use it instead of the "oso_vector" global.
4752 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4753 (macho_symfile_read): Use a local oso_vector, to be free'ed
4754 at the end of this function, in place of the old "oso_vector"
4755 global. Update various function calls accordingly. Use one
4756 single cleanup chain for the entire function.
4757
4758 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4759
4760 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4761 DWARF2_PER_OBJFILE by uses of DATA instead.
4762
4763 2013-06-18 Tom Tromey <tromey@redhat.com>
4764
4765 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4766 argument.
4767 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4768 Special case signals other than GDB_SIGNAL_TRAP.
4769 (explains_signal_watchpoint): New function.
4770 (base_breakpoint_explains_signal): Add 'sig' argument.
4771 (initialize_breakpoint_ops): Set 'explains_signal' method for
4772 watchpoints.
4773 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4774 signal argument.
4775 (bpstat_explains_signal): Likewise.
4776 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4777
4778 2013-06-18 Tom Tromey <tromey@redhat.com>
4779
4780 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4781
4782 2013-06-18 Tom Tromey <tromey@redhat.com>
4783
4784 * python/python.c (finish_python_initialization): Decref
4785 'pythondir' on failure path as well.
4786
4787 2013-06-18 Tom Tromey <tromey@redhat.com>
4788
4789 PR symtab/15391:
4790 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4791 after taking bits_to_skip into account. Sign extend byte_offset.
4792 * utils.h (gdb_sign_extend): Declare.
4793 * utils.c (gdb_sign_extend): New function.
4794
4795 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4796
4797 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4798
4799 2013-06-17 Pierre Muller <muller@sourceware.org>
4800
4801 * corelow.c (core_open): Print GDB signal name instead of target
4802 signal number.
4803
4804 2013-06-17 Mike Frysinger <vapier@gentoo.org>
4805
4806 * .gitignore: Add /gcore.
4807
4808 2013-06-13 Doug Evans <dje@google.com>
4809
4810 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4811 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4812
4813 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
4814
4815 * stack.c (backtrace_command_1): Fix indentation.
4816
4817 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4818
4819 * window-nat.c (thread_rec): Add missing empty line after
4820 local variable declaration.
4821
4822 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4823
4824 * windows-nat.c (thread_rec): Revert format used to print
4825 error code returned by SuspendThread from %d back to %u.
4826
4827 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4828
4829 * windows-nat.c (windows_continue): Add "0x" prefix for thread
4830 ID in debug trace.
4831 (get_windows_debug_event): Likewise, for all debug traces.
4832
4833 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4834
4835 * window-nat.c (thread_rec): Add thread ID in SuspendThread
4836 warning message.
4837
4838 2013-06-08 Pedro Alves <pedro@codesourcery.com>
4839 Yao Qi <yao@codesourcery.com>
4840
4841 * mi/mi-main.c (get_register): Remove declaration.
4842 (output_register): Declare.
4843 (mi_cmd_data_list_register_values): Remove local variable
4844 'tuple_cleanup'. Move some code into output_register.
4845 (get_register): Renamed to ...
4846 (output_register): ... this. Output the register's
4847 "number" ui_out tuple here.
4848
4849 2013-06-07 Pedro Alves <palves@redhat.com>
4850
4851 * darwin-nat.c: Fix formating in copyright header.
4852 * darwin-nat.h: Likewise.
4853 * gnu-nat.c: Likewise.
4854 * machoread.c: Likewise.
4855
4856 2013-06-07 Pedro Alves <palves@redhat.com>
4857
4858 PR server/14823
4859 * regformats/regdat.sh: Output #include tdesc.h. Make globals
4860 static. Output a global target description pointer.
4861 (init_registers_${name}): Adjust to initialize a
4862 target description structure.
4863
4864 2013-06-07 Will Newton <will.newton@linaro.org>
4865
4866 * printcmd.c (build_address_symbolic): Call
4867 gdbarch_addr_bits_remove for text minimal symbols.
4868
4869 2013-06-07 Will Newton <will.newton@linaro.org>
4870
4871 * MAINTAINERS: Add myself to Write After Approval.
4872
4873 2013-06-07 Yao Qi <yao@codesourcery.com>
4874
4875 * tracepoint.c (start_tracing): Move code to ...
4876 (trace_reset_local_state): ... here. New.
4877 (disconnect_tracing): Don't call set_current_traceframe,
4878 set_tracepoint_num, and set_traceframe_context. Call
4879 trace_reset_local_state instead.
4880 (tfile_close): Call trace_reset_local_state.
4881 * ctf.c (ctf_close): Likewise.
4882 * remote.c (remote_close): Likewise.
4883 * tracepoint.h (trace_reset_local_state): Declare.
4884
4885 2013-06-06 Doug Evans <dje@google.com>
4886
4887 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4888 and fix header docs.
4889
4890 2013-06-05 Doug Evans <dje@google.com>
4891 Keith Seitz <keiths@redhat.com>
4892
4893 PR 15519
4894 * cp-namespace.c (find_symbol_in_baseclass): Call
4895 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4896 Check result of call to lookup_symbol_static.
4897 Call lookup_static_symbol_aux unconditionally.
4898 Call check_typedef on base types before accessing them.
4899 (cp_lookup_nested_symbol): Fix comment.
4900
4901 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
4902
4903 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4904 minimal symbols pointing to function descriptors.
4905
4906 2013-06-05 Tom Tromey <tromey@redhat.com>
4907
4908 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4909
4910 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4911 Pedro Alves <palves@redhat.com>
4912
4913 * remote.c (remote_wait_as): Restore signal handler before returning
4914 when GDB gets a notification.
4915
4916 2013-06-04 Gary Benson <gbenson@redhat.com>
4917
4918 PR 2328
4919 * breakpoint.h (handle_solib_event): Moved function declaration
4920 to solib.h.
4921 * breakpoint.c (handle_solib_event): Moved function to solib.c.
4922 (bpstat_stop_status): Pass new argument to handle_solib_event.
4923 * solib.h (update_solib_breakpoints): New function declaration.
4924 (handle_solib_event): Moved function declaration from
4925 breakpoint.h.
4926 * solib.c (update_solib_breakpoints): New function.
4927 (handle_solib_event): Moved function from breakpoint.c.
4928 Updated to call solib_ops->handle_event if not NULL.
4929 * solist.h (target_so_ops): New fields "update_breakpoints" and
4930 "handle_event".
4931 * infrun.c (set_stop_on_solib_events): New function.
4932 (_initialize_infrun): Use the above for "set
4933 stop-on-solib-events".
4934 (handle_inferior_event): Pass new argument to handle_solib_event.
4935 * solib-svr4.c (probe.h): New include.
4936 (svr4_free_library_list): New forward declaration.
4937 (probe_action): New enum.
4938 (probe_info): New struct.
4939 (probe_info): New static variable.
4940 (NUM_PROBES): New definition.
4941 (svr4_info): New fields "using_xfer", "probes_table" and
4942 "solib_list".
4943 (free_probes_table): New function.
4944 (free_solib_list): New function.
4945 (svr4_pspace_data_cleanup): Free probes table and solib list.
4946 (svr4_copy_library_list): New function.
4947 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4948 (svr4_read_so_list): New parameter "prev_lm".
4949 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4950 (svr4_current_sos): New function.
4951 (probe_and_action): New struct.
4952 (hash_probe_and_action): New function.
4953 (equal_probe_and_action): Likewise.
4954 (register_solib_event_probe): Likewise.
4955 (solib_event_probe_at): Likewise.
4956 (solib_event_probe_action): Likewise.
4957 (solist_update_full): Likewise.
4958 (solist_update_incremental): Likewise.
4959 (disable_probes_interface_cleanup): Likewise.
4960 (svr4_handle_solib_event): Likewise.
4961 (svr4_update_solib_event_breakpoint): Likewise.
4962 (svr4_update_solib_event_breakpoints): Likewise.
4963 (svr4_create_solib_event_breakpoints): Likewise.
4964 (enable_break): Free probes table before creating breakpoints.
4965 Use svr4_create_solib_event_breakpoints to create breakpoints.
4966 (svr4_solib_create_inferior_hook): Free the solib list.
4967 (_initialize_svr4_solib): Initialise
4968 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4969
4970 2013-06-04 Gary Benson <gbenson@redhat.com>
4971
4972 * target.h (target_ops): New field
4973 "to_augmented_libraries_svr4_read".
4974 (target_augmented_libraries_svr4_read): New macro.
4975 * target.c (update_current_target): Handle
4976 to_augmented_libraries_svr4_read.
4977 * remote.c (remote_state): New field
4978 "augmented_libraries_svr4_read".
4979 (remote_augmented_libraries_svr4_read_feature): New function.
4980 (remote_protocol_features): Add entry for
4981 "augmented-libraries-svr4-read".
4982 (remote_augmented_libraries_svr4_read): New function.
4983 (init_remote_ops): Initialize
4984 remote_ops.to_augmented_libraries_svr4_read.
4985
4986 2013-06-04 Gary Benson <gbenson@redhat.com>
4987
4988 * NEWS: Update.
4989
4990 2013-06-04 Gary Benson <gbenson@redhat.com>
4991
4992 * objfiles.h (inhibit_section_map_updates): New function
4993 declaration.
4994 (resume_section_map_updates): Likewise.
4995 (resume_section_map_updates_cleanup): Likewise.
4996 * objfiles.c (objfile_pspace_info): Removed field
4997 "objfiles_changed_p". New fields "new_objfiles_available",
4998 "section_map_dirty" and "inhibit_updates".
4999 (allocate_objfile): Set new_objfiles_available.
5000 (free_objfile): Set section_map_dirty.
5001 (objfile_relocate1): Likewise.
5002 (in_plt_section): Likewise.
5003 (find_pc_section): Update the conditions under which the
5004 section map will be updated.
5005 (inhibit_section_map_updates): New function.
5006 (resume_section_map_updates): Likewise.
5007 (resume_section_map_updates_cleanup): Likewise.
5008
5009 2013-06-04 Gary Benson <gbenson@redhat.com>
5010
5011 * probe.h (get_probe_argument_count): New declaration.
5012 (evaluate_probe_argument): Likewise.
5013 * probe.c (get_probe_argument_count): New function.
5014 (evaluate_probe_argument): Likewise.
5015 (probe_safe_evaluate_at_pc): Use the above new functions.
5016
5017 2013-06-04 Alan Modra <amodra@gmail.com>
5018
5019 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
5020 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
5021 (ppc_insns_match_pattern): Add frame param. Avoid multiple
5022 target mem reads on optional insns.
5023 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
5024 ppc_insns_match_pattern calls.
5025 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
5026 Add match for power7 thread safety insns, and new order of
5027 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
5028 invocation in comment, and update rest of comment.
5029 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
5030 PPC64_STANDARD_LINKAGE3_LEN): Delete.
5031 (ppc64_standard_linkage2_target): Update insn offsets.
5032 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
5033 stubs first. Update calls.
5034
5035 2013-06-04 Yao Qi <yao@codesourcery.com>
5036
5037 * solib.c (solib_find): Don't need dir separator if path has
5038 drive spec.
5039
5040 2013-06-03 Joel Brobecker <brobecker@adacore.com>
5041
5042 Revert (indirectly causes a SIGSEGV):
5043 * machoread.c (macho_symfile_read): Assign first cleanup to
5044 'back_to'.
5045
5046 2013-06-03 Yao Qi <yao@codesourcery.com>
5047
5048 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
5049 mi-parse.c. Make them static.
5050 (mi_all_values): Likewise.
5051 (mi_parse_values_option): Move to mi-parse.c. Rename it to
5052 mi_parse_print_values. Make it external.
5053 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
5054 Remove the declarations.
5055 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
5056 * mi/mi-parse.h (mi_parse_print_values): Declare.
5057 * mi/mi-cmd-stack.c: Include mi-parse.h.
5058 (parse_print_values): Remove
5059 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
5060 of parse_print_values.
5061 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
5062
5063 2013-05-31 Pedro Alves <pedro@codesourcery.com>
5064 Yao Qi <yao@codesourcery.com>
5065
5066 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
5067 (encode_actions): Move code to ...
5068 (all_tracepoint_actions_and_cleanup): ... here. New.
5069 (trace_dump_command): Likewise.
5070
5071 2013-05-30 Tom Tromey <tromey@redhat.com>
5072
5073 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
5074
5075 2013-05-30 Tom Tromey <tromey@redhat.com>
5076
5077 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
5078 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
5079 'old_chain' argument. Add 'parser_result' argument.
5080 (gdb_xml_create_parser_and_cleanup): Remove old version.
5081 (gdb_xml_parse_quick): Update.
5082 (xml_process_xincludes): Update.
5083 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
5084 declare.
5085
5086 2013-05-30 Tom Tromey <tromey@redhat.com>
5087
5088 * probe.c (collect_probes): Check arguments for NULL before
5089 calling compile_rx_or_error.
5090 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
5091 Remove NULL return.
5092
5093 2013-05-30 Tom Tromey <tromey@redhat.com>
5094
5095 * infrun.c (adjust_pc_after_break): Introduce an outer null
5096 cleanup.
5097
5098 2013-05-30 Tom Tromey <tromey@redhat.com>
5099
5100 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
5101
5102 2013-05-30 Tom Tromey <tromey@redhat.com>
5103
5104 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
5105 for 'old_chain'. Do not check 'head' before processing
5106 cleanups.
5107
5108 2013-05-30 Tom Tromey <tromey@redhat.com>
5109
5110 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
5111 "cleanup_tuple".
5112
5113 2013-05-30 Tom Tromey <tromey@redhat.com>
5114
5115 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
5116 inner scope. Unconditionally call do_cleanups.
5117
5118 2013-05-30 Tom Tromey <tromey@redhat.com>
5119
5120 * source.c (find_and_open_source): Call do_cleanups.
5121
5122 2013-05-30 Tom Tromey <tromey@redhat.com>
5123
5124 * linux-thread-db.c (thread_db_load_search): Unconditionally
5125 call do_cleanups.
5126
5127 2013-05-30 Tom Tromey <tromey@redhat.com>
5128
5129 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
5130 for 'cleanup'; instead use a later one.
5131
5132 2013-05-30 Tom Tromey <tromey@redhat.com>
5133
5134 * python/py-breakpoint.c (bppy_get_commands): Use
5135 explicit, unconditional return.
5136 * python/py-frame.c (frapy_read_var): Likewise.
5137 * python/python.c (gdbpy_decode_line): Likewise.
5138
5139 2013-05-30 Tom Tromey <tromey@redhat.com>
5140
5141 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
5142 do_cleanups on all return paths.
5143
5144 2013-05-30 Tom Tromey <tromey@redhat.com>
5145
5146 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
5147
5148 2013-05-30 Tom Tromey <tromey@redhat.com>
5149
5150 * stabsread.c (read_struct_type): Call do_cleanups along
5151 all return paths.
5152
5153 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
5154
5155 * mips-linux-tdep.c: Adjust formatting throughout.
5156
5157 2013-05-30 Tom Tromey <tromey@redhat.com>
5158
5159 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
5160 along all return paths.
5161
5162 2013-05-30 Tom Tromey <tromey@redhat.com>
5163
5164 * symfile.c (find_separate_debug_file): Call do_cleanups
5165 along all return paths.
5166
5167 2013-05-30 Tom Tromey <tromey@redhat.com>
5168
5169 * symtab.c (search_symbols): Introduce a null cleanup for
5170 'retval_chain'.
5171
5172 2013-05-30 Tom Tromey <tromey@redhat.com>
5173
5174 * python/py-value.c (valpy_binop): Call do_cleanups before
5175 exiting loop.
5176
5177 2013-05-30 Tom Tromey <tromey@redhat.com>
5178
5179 * python/py-prettyprint.c (print_children): Remove extra
5180 do_cleanups call.
5181
5182 2013-05-30 Tom Tromey <tromey@redhat.com>
5183
5184 * python/py-frame.c (frapy_read_var): Call do_cleanups along
5185 all return paths.
5186
5187 2013-05-30 Tom Tromey <tromey@redhat.com>
5188
5189 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
5190 along all return paths.
5191
5192 2013-05-30 Tom Tromey <tromey@redhat.com>
5193
5194 * cli/cli-logging.c (set_logging_redirect): Unconditionally
5195 call do_cleanups.
5196
5197 2013-05-30 Tom Tromey <tromey@redhat.com>
5198
5199 * varobj.c (c_value_of_root): Call do_cleanups along all
5200 return paths.
5201
5202 2013-05-30 Tom Tromey <tromey@redhat.com>
5203
5204 * tracepoint.c (trace_dump_command): Unconditionally call
5205 do_cleanups.
5206
5207 2013-05-30 Tom Tromey <tromey@redhat.com>
5208
5209 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
5210 do_cleanups earlier.
5211
5212 2013-05-30 Tom Tromey <tromey@redhat.com>
5213
5214 * machoread.c (macho_symfile_read): Assign first cleanup to
5215 'back_to'.
5216
5217 2013-05-30 Tom Tromey <tromey@redhat.com>
5218
5219 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
5220
5221 2013-05-30 Tom Tromey <tromey@redhat.com>
5222
5223 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
5224
5225 2013-05-30 Tom Tromey <tromey@redhat.com>
5226
5227 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
5228 call discard_cleanups.
5229 (inf_ptrace_attach): Likewise.
5230
5231 2013-05-30 Tom Tromey <tromey@redhat.com>
5232
5233 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
5234 return paths.
5235 (mips_initialize): Likewise.
5236 (common_open): Call do_cleanups.
5237
5238 2013-05-30 Tom Tromey <tromey@redhat.com>
5239
5240 * utils.c (internal_vproblem): Call do_cleanups.
5241
5242 2013-05-30 Tom Tromey <tromey@redhat.com>
5243
5244 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
5245
5246 2013-05-30 Tom Tromey <tromey@redhat.com>
5247
5248 * cli/cli-script.c (setup_user_args): Don't return after error.
5249
5250 2013-05-30 Tom Tromey <tromey@redhat.com>
5251
5252 * somread.c (som_symtab_read): Call do_cleanups.
5253
5254 2013-05-30 Tom Tromey <tromey@redhat.com>
5255
5256 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
5257
5258 2013-05-30 Tom Tromey <tromey@redhat.com>
5259
5260 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
5261 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
5262 * interps.c (interpreter_exec_cmd): Call do_cleanups.
5263 * source.c (show_substitute_path_command): Call do_cleanups.
5264 (unset_substitute_path_command, set_substitute_path_command):
5265 Likewise.
5266 * symfile.c (load_command): Call do_cleanups.
5267
5268 2013-05-30 Tom Tromey <tromey@redhat.com>
5269
5270 * contrib/cleanup_check.py: New file.
5271 * contrib/gcc-with-excheck: Add option parsing.
5272
5273 2013-05-30 Joel Brobecker <brobecker@adacore.com>
5274
5275 * windows-nat.c (windows_delete_thread): Add missing space
5276 in cast expression.
5277
5278 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
5279
5280 * inferior.c (top level): Include tilde.h.
5281 (add_inferior_command): Call tilde_expand on the value of 'exec'
5282 argument.
5283
5284 2013-05-30 Pedro Alves <pedro@codesourcery.com>
5285 Yao Qi <yao@codesourcery.com>
5286
5287 * tracepoint.c (encode_actions_1): Remove parameter 't'.
5288 Caller update.
5289 (encode_actions): Likewise.
5290 * remote.c (remote_download_tracepoint): Caller update.
5291 * tracepoint.h (encode_actions): Update declaration.
5292
5293 2013-05-30 Pedro Alves <palves@redhat.com>
5294
5295 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
5296 pointer.
5297
5298 2013-05-30 Yao Qi <yao@codesourcery.com>
5299
5300 * remote.c (remote_check_symbols): Remove unused parameter
5301 'objfile'.
5302 Declaration update.
5303 (remote_start_remote, remote_new_objfile): Caller update.
5304
5305 2013-05-30 Yao Qi <yao@codesourcery.com>
5306
5307 * mi/mi-cmds.c (mi_cmds): Define MI command
5308 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
5309 DEF_MI_CMD_CLI.
5310
5311 2013-05-29 Pedro Alves <palves@redhat.com>
5312
5313 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
5314 (remote_insert_watchpoint, remote_remove_watchpoint)
5315 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
5316 (remote_verify_memory, compare_sections_command)
5317 (remote_search_memory): Set the general process/thread on the
5318 remote side.
5319
5320 2013-05-29 Pedro Alves <palves@redhat.com>
5321
5322 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
5323 (_initialize_aarch64_tdep): Don't call
5324 initialize_tdesc_aarch64_without_fpu.
5325 * features/Makefile (WHICH): Remove reference to
5326 aarch64-without-fpu.
5327 * features/aarch64-without-fpu.c: Delete file.
5328 * regformats/aarch64-without-fpu.dat: Delete file.
5329
5330 2013-05-28 Yao Qi <yao@codesourcery.com>
5331
5332 * tracepoint.c (stringify_collection_list): Remove parameter
5333 'string'.
5334 (encode_actions): Caller update. Remove local variables.
5335
5336 2013-05-24 Yao Qi <yao@codesourcery.com>
5337
5338 * tracepoint.c (TFILE_PID): Remove.
5339 (tfile_open): Don't add thread and inferior.
5340 (tfile_close): Don't set 'inferior_ptid'. Don't call
5341 exit_inferior_silent.
5342 (tfile_thread_alive): Remove.
5343 (init_tfile_ops): Don't set field 'to_thread_alive' of
5344 tfile_ops.
5345
5346 2013-05-23 Doug Evans <dje@google.com>
5347
5348 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5349
5350 2013-05-23 Pedro Alves <palves@redhat.com>
5351
5352 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5353 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5354 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5355 Only define if HAVE_SOCKETS is defined.
5356 * configure.ac: Check for sys/socket.h.
5357 * config.in, configure: Regenerate.
5358
5359 2013-05-23 Pedro Alves <palves@redhat.com>
5360
5361 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5362 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5363 printing uint32_t variables.
5364
5365 2013-05-23 Pedro Alves <palves@redhat.com>
5366
5367 * NEWS: Mention GDBserver range stepping support.
5368
5369 2013-05-23 Yao Qi <yao@codesourcery.com>
5370 Pedro Alves <palves@redhat.com>
5371
5372 * gdbthread.h (struct thread_control_state) <may_range_step>: New
5373 field.
5374 * infcmd.c (step_once, until_next_command): Enable range stepping.
5375 * infrun.c (displaced_step_prepare): Disable range stepping.
5376 (resume): Disable range stepping if stepping over a breakpoint or
5377 we have software watchpoints. If range stepping is enabled,
5378 assert the thread is in the stepping range.
5379 (clear_proceed_status_thread): Clear may_range_step.
5380 (handle_inferior_event): Disable range stepping as soon as we know
5381 the thread that hit the event. Re-enable it whenever we're going
5382 to step with a step range.
5383 * remote.c (struct vCont_action_support) <r>: New field.
5384 (use_range_stepping): New global.
5385 (remote_vcont_probe): Handle 'r' action.
5386 (append_resumption): Append an 'r' action if the thread may range
5387 step.
5388 (show_range_stepping): New function.
5389 (set_range_stepping): New function.
5390 (_initialize_remote): Call add_setshow_boolean_cmd to register the
5391 'set range-stepping' and 'show range-stepping' commands.
5392 * NEWS: Mention range stepping, the new vCont;r action, and the
5393 new "set/show range-stepping" commands.
5394
5395 2013-05-23 Yao Qi <yao@codesourcery.com>
5396 Pedro Alves <palves@redhat.com>
5397
5398 * remote.c (struct vCont_action_support): New struct.
5399 (struct remote_state) <support_vCont_t>: Remove field.
5400 <vCont_actions_support>: New field.
5401 (remote_vcont_probe, remote_stop_ns): Update.
5402
5403 2013-05-23 Yao Qi <yao@codesourcery.com>
5404 Pedro Alves <palves@redhat.com>
5405
5406 * gdbthread.h (pc_in_thread_step_range): New declaration.
5407 * thread.c (pc_in_thread_step_range): New function.
5408 * infrun.c (handle_inferior_event): Use it.
5409
5410 2013-05-23 Joel Brobecker <brobecker@adacore.com>
5411
5412 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5413 of sprintf.
5414
5415 2013-05-22 Keith Seitz <keiths@redhat.com>
5416
5417 * ada-lang.c (is_known_support_routine): Add explicit free of
5418 'func_name' from find_frame_funname.
5419 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5420 for func_name from find_frame_funname.
5421 * python/py-frame.c (frapy_name): Add explicit free of
5422 'name' from find_frame_funname.
5423 * stack.c (find_frame_funname): Add comment explaining that
5424 funcp must be freed by the caller.
5425 Return copy of symbol names instead of pointers.
5426 (print_frame): Add a cleanup for 'funname' from
5427 find_frame_funname.
5428 * stack.h (find_frame_funname): Remove "const" from
5429 'funname' parameter.
5430
5431 2013-05-22 Tom Tromey <tromey@redhat.com>
5432
5433 PR c++/15401:
5434 * c-valprint.c (c_value_print): Use value_addr for
5435 references. Convert back to reference type with value_ref.
5436
5437 2013-05-22 Eli Zaretskii <eliz@gnu.org>
5438
5439 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5440 unloaded DLL, it will be done by handle_solib_event. See
5441 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5442 details.
5443
5444 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
5445
5446 * ui-out.c: Create typedef ui_out_level_p and define vector
5447 operations for that type.
5448 (struct ui_out): Use a vector instead of an array.
5449 (current_level): Return level from a vector.
5450 (push_level): Create a level in a vector.
5451 (pop_level): Delete a level in a vector.
5452 (ui_out_new): Create initial level zero level, and store in a
5453 vector.
5454 (ui_out_destroy): Add vector cleanup.
5455
5456 2013-05-22 Pedro Alves <palves@redhat.com>
5457
5458 * python/python-internal.h (gdb_Py_DECREF): Tag with
5459 "ARI: editCase function".
5460
5461 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5462
5463 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5464
5465 2013-05-21 Pedro Alves <palves@redhat.com>
5466
5467 * python/py-prettyprint.c (apply_val_pretty_printer): Check
5468 whether PRINTER is NULL before installing a Py_DECREF cleanup.
5469 * python/py-utils.c (py_decref): Don't check for NULL before
5470 calling Py_DECREF.
5471
5472 2013-05-21 Pedro Alves <palves@redhat.com>
5473
5474 * python/py-utils.c (py_decref): Remove extra braces.
5475 (gdb_pymodule_addobject): Remove extra braces.
5476 * python-internal.h (gdb_Py_DECREF): New static inline function.
5477 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5478
5479 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5480
5481 * breakpoints.c (detach_breakpoints): Do not
5482 detach breakpoints locations with loc_type bp_loc_other.
5483
5484 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5485
5486 Workaround Python 2.6.
5487 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5488 a block.
5489
5490 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5491
5492 Code cleanup: constification.
5493 * solib.c (solib_ops): Make return type and ops variable type const.
5494 (set_solib_ops): Make the new_ops parameter and ops variable const.
5495 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5496 (solib_add, solib_keep_data_in_core, clear_solib)
5497 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5498 (reload_shared_libraries, solib_global_lookup): Make the ops variable
5499 const.
5500 * solib.h (set_solib_ops): Make the new_ops parameter const.
5501
5502 2013-05-21 Joel Brobecker <brobecker@adacore.com>
5503
5504 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5505 variable.
5506 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5507 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5508 (SYSTEM_GDBINIT_FILES): New variables.
5509 (all): Add stamp-system-gdbinit.
5510 (stamp-system-gdbinit): New rule.
5511 (clean-system-gdbinit, install-system-gdbinit)
5512 (uninstall-system-gdbinit): New rules. Make them .PHONY.
5513 (install-only): Add dependency on install-system-gdbinit.
5514 (uninstall): Add dependency on uninstall-system-gdbinit.
5515 (clean): Add dependency on clean-system-gdbinit.
5516 * system-gdbinit/elinos.py: New file.
5517 * system-gdbinit/wrs-linux.py: New file.
5518
5519 2013-05-21 Joel Brobecker <brobecker@adacore.com>
5520
5521 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5522
5523 2013-05-21 Hui Zhu <hui@codesourcery.com>
5524
5525 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5526 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5527 * mi/mi-cmd-break.c (ctype.h): New include.
5528 (gdb_obstack.h): New include.
5529 (mi_argv_to_format, mi_cmd_break_insert_1): New.
5530 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5531 (mi_cmd_dprintf_insert): New.
5532 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5533 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5534
5535 2013-05-20 Tom Tromey <tromey@redhat.com>
5536
5537 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5538
5539 2013-05-20 Tom Tromey <tromey@redhat.com>
5540
5541 * python/py-value.c (valpy_get_dynamic_type): Simplify
5542 dynamic_type assignment. Use Py_XINCREF.
5543
5544 2013-05-20 Tom Tromey <tromey@redhat.com>
5545
5546 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5547
5548 2013-05-20 Tom Tromey <tromey@redhat.com>
5549
5550 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5551 (gdbpy_selected_frame): Move object-construction code
5552 out of TRY_CATCH.
5553
5554 2013-05-20 Tom Tromey <tromey@redhat.com>
5555
5556 * python/py-arch.c (gdbpy_initialize_arch): Use
5557 gdb_pymodule_addobject.
5558 * python/py-block.c (gdbpy_initialize_blocks): Use
5559 gdb_pymodule_addobject.
5560 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5561 gdb_pymodule_addobject.
5562 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
5563 gdb_pymodule_addobject.
5564 * python/py-event.c (gdbpy_initialize_event_generic): Use
5565 gdb_pymodule_addobject.
5566 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
5567 gdb_pymodule_addobject.
5568 * python/py-evts.c (add_new_registry): Use
5569 gdb_pymodule_addobject.
5570 (gdbpy_initialize_py_events): Likewise.
5571 * python/py-finishbreakpoint.c
5572 (gdbpy_initialize_finishbreakpoints): Use
5573 gdb_pymodule_addobject.
5574 * python/py-frame.c (gdbpy_initialize_frames): Use
5575 gdb_pymodule_addobject.
5576 * python/py-function.c (gdbpy_initialize_functions): Use
5577 gdb_pymodule_addobject.
5578 * python/py-inferior.c (gdbpy_initialize_inferior): Use
5579 gdb_pymodule_addobject.
5580 * python/py-infthread.c (gdbpy_initialize_thread): Use
5581 gdb_pymodule_addobject.
5582 * python/py-objfile.c (gdbpy_initialize_objfile): Use
5583 gdb_pymodule_addobject.
5584 * python/py-param.c (gdbpy_initialize_parameters): Use
5585 gdb_pymodule_addobject.
5586 * python/py-progspace.c (gdbpy_initialize_pspace): Use
5587 gdb_pymodule_addobject.
5588 * python/py-symbol.c (gdbpy_initialize_symbols): Use
5589 gdb_pymodule_addobject.
5590 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5591 gdb_pymodule_addobject.
5592 * python/py-type.c (gdbpy_initialize_types): Use
5593 gdb_pymodule_addobject.
5594 * python/py-utils.c (gdb_pymodule_addobject): New function.
5595 * python/py-value.c (gdbpy_initialize_values): Use
5596 gdb_pymodule_addobject.
5597 * python/python-internal.h (gdb_pymodule_addobject): Declare.
5598 * python/python.c (_initialize_python): Use
5599 gdb_pymodule_addobject.
5600
5601 2013-05-20 Tom Tromey <tromey@redhat.com>
5602
5603 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5604 * python/py-param.c (get_set_value, get_show_value): Use
5605 explicit decrefs.
5606 * python/python.c (start_type_printers, apply_type_printers):
5607 Use explicit decrefs.
5608
5609 2013-05-20 Tom Tromey <tromey@redhat.com>
5610
5611 * python/py-evts.c (gdbpy_initialize_py_events): Don't
5612 incref the module.
5613
5614 2013-05-20 Tom Tromey <tromey@redhat.com>
5615
5616 * python/python.c (gdbpy_run_events): Decref the result
5617 of PyObject_CallObject.
5618
5619 2013-05-20 Tom Tromey <tromey@redhat.com>
5620
5621 * python/py-symtab.c (set_sal): Use
5622 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
5623 (symtab_and_line_to_sal_object): Update.
5624
5625 2013-05-20 Tom Tromey <tromey@redhat.com>
5626
5627 * python/py-param.c (compute_enum_values): Decref 'item'.
5628
5629 2013-05-20 Tom Tromey <tromey@redhat.com>
5630
5631 * mi/mi-main.c: Include python-internal.h.
5632 (mi_cmd_list_features): Check gdb_python_initialized.
5633 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5634 (python_inferior_exit, python_new_objfile, add_thread_object)
5635 (delete_thread_object, py_free_inferior): Check
5636 gdb_python_initialized.
5637 * python/py-prettyprint.c (apply_val_pretty_printer): Check
5638 gdb_python_initialized.
5639 * python/py-type.c (save_objfile_types): Check
5640 gdb_python_initialized.
5641 * python/python-internal.h (gdb_python_initialized): Declare.
5642 * python/python.c (ensure_python_env): Throw exception if
5643 Python not initialized.
5644 (before_prompt_hook, source_python_script_for_objfile)
5645 (start_type_printers, apply_type_printers,
5646 free_type_printers): Check gdb_python_initialized.
5647 * varobj.c (varobj_get_display_hint)
5648 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5649 (install_new_value_visualizer, varobj_set_visualizer)
5650 (value_get_print_value): Check gdb_python_initialized.
5651
5652 2013-05-20 Tom Tromey <tromey@redhat.com>
5653
5654 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5655 Check errors.
5656 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5657 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5658 Check errors.
5659 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5660 Check errors.
5661 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5662 Check errors.
5663 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5664 Check errors.
5665 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5666 init function to return 'int'.
5667 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5668 Return 'int'. Check errors.
5669 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5670 Check errors.
5671 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5672 Return 'int'. Check errors.
5673 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5674 Check errors.
5675 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5676 Check errors.
5677 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5678 Check errors.
5679 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5680 Check errors.
5681 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5682 Check errors.
5683 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5684 Check errors.
5685 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5686 Check errors.
5687 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5688 Check errors.
5689 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5690 Check errors.
5691 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5692 Check errors.
5693 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5694 Check errors.
5695 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5696 Check errors.
5697 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5698 Check errors.
5699 * python/python-internal.h (gdbpy_initialize_auto_load,
5700 gdbpy_initialize_values, gdbpy_initialize_frames,
5701 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5702 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5703 gdbpy_initialize_blocks, gdbpy_initialize_types,
5704 gdbpy_initialize_functions, gdbpy_initialize_pspace,
5705 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5706 gdbpy_initialize_finishbreakpoints,
5707 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5708 gdbpy_initialize_thread, gdbpy_initialize_inferior,
5709 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5710 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5711 gdbpy_initialize_signal_event,
5712 gdbpy_initialize_breakpoint_event,
5713 gdbpy_initialize_continue_event,
5714 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5715 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5716 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5717 * python/python.c (gdb_python_initialized): New global.
5718 (gdbpy_initialize_events): Return 'int'. Check errors.
5719 (_initialize_python): Check errors. Set
5720 gdb_python_initialized.
5721
5722 2013-05-20 Tom Tromey <tromey@redhat.com>
5723
5724 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5725 Decref the reslut of PyObject_CallMethod.
5726
5727 2013-05-20 Tom Tromey <tromey@redhat.com>
5728
5729 * python/py-event.c (gdbpy_initialize_event_generic): Return
5730 early if PyType_Ready fails.
5731
5732 2013-05-20 Tom Tromey <tromey@redhat.com>
5733
5734 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5735 as 'default' in the switch.
5736
5737 2013-05-20 Tom Tromey <tromey@redhat.com>
5738
5739 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
5740 get_addr_from_python calls out of TRY_CATCH.
5741 (infpy_write_memory, infpy_search_memory): Likewise.
5742 * python/py-utils.c (get_addr_from_python): Return negative
5743 value on error. Use TRY_CATCH.
5744 * python/python-internal.h (get_addr_from_python): Use
5745 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5746
5747 2013-05-20 Tom Tromey <tromey@redhat.com>
5748
5749 * python/py-event.c (evpy_emit_event): Decref the
5750 result of PyObject_CallFunctionObjArgs.
5751
5752 2013-05-20 Tom Tromey <tromey@redhat.com>
5753
5754 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5755 Correctly decref.
5756
5757 2013-05-20 Tom Tromey <tromey@redhat.com>
5758
5759 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5760
5761 2013-05-20 Tom Tromey <tromey@redhat.com>
5762
5763 * python/py-event.h (gdbpy_initialize_event_generic): Use
5764 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5765 * python/py-evts.c (add_new_registry): Use
5766 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5767 * python/python-internal.h
5768 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5769
5770 2013-05-20 Tom Tromey <tromey@redhat.com>
5771
5772 * python/py-arch.c (archpy_disassemble): Update.
5773 * python/py-type.c (typy_get_composite, typy_lookup_typename)
5774 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5775 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5776 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5777 macro.
5778 (GDB_PY_HANDLE_EXCEPTION): Update.
5779 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
5780
5781 2013-05-20 Tom Tromey <tromey@redhat.com>
5782
5783 * python/python-internal.h (events_object_type): Remove.
5784
5785 2013-05-20 Tom Tromey <tromey@redhat.com>
5786
5787 * python/py-event.h (evpy_emit_event): Use
5788 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5789 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5790 New macro.
5791
5792 2013-05-20 Tom Tromey <tromey@redhat.com>
5793
5794 * py-evtregistry.c (create_event_object): Decref
5795 eventregistry_object if PyList_New fails.
5796
5797 2013-05-20 Tom Tromey <tromey@redhat.com>
5798
5799 * py-cmd.c (gdbpy_string_to_argv): Check result of
5800 PyList_New.
5801
5802 2013-05-20 Tom Tromey <tromey@redhat.com>
5803
5804 * python/python.c (before_prompt_hook): Add cleanup to
5805 decref 'hook'.
5806
5807 2013-05-20 Tom Tromey <tromey@redhat.com>
5808
5809 * python/py-function.c (fnpy_init): Decref result of
5810 PyObject_GetAttrString.
5811
5812 2013-05-20 Tom Tromey <tromey@redhat.com>
5813
5814 * python/py-threadevent.c (get_event_thread): Use
5815 CPYCHECKER_RETURNS_BORROWED_REF.
5816 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5817 New define.
5818 (pspace_to_pspace_object, objfile_to_objfile_object)
5819 (find_thread_object): Use it.
5820
5821 2013-05-20 Tom Tromey <tromey@redhat.com>
5822
5823 * python/py-arch.c (arch_object_type): Use
5824 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5825 * python/py-block.c (block_syms_iterator_object_type):
5826 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5827 * python/py-bpevent.c (breakpoint_event_object_type):
5828 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5829 * python/py-cmd.c (cmdpy_object_type): Use
5830 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5831 * python/py-continueevent.c (continue_event_object_type):
5832 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5833 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5834 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5835 * python/py-events.h (thread_event_object_type):
5836 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5837 * python/py-evtregistry.c (eventregistry_object_type): Use
5838 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5839 * python/py-exitedevent.c (exited_event_object_type):
5840 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5841 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5842 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5843 * python/py-function.c (fnpy_object_type): Use
5844 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5845 * python/py-inferior.c (inferior_object_type, membuf_object_type):
5846 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5847 * python/py-infthread.c (thread_object_type): Use
5848 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5849 * python/py-lazy-string.c (lazy_string_object_type):
5850 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5851 * python/py-newobjfileevent.c (new_objfile_event_object_type):
5852 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5853 * python/py-objfile.c (objfile_object_type): Use
5854 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5855 * python/py-param.c (parmpy_object_type):
5856 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5857 * python/py-progspace.c (pspace_object_type):
5858 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5859 * python/py-signalevent.c (signal_event_object_type):
5860 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5861 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5862 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5863 * python/py-type.c (type_object_type, field_object_type)
5864 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5865 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5866 define.
5867 (value_object_type, block_object_type, symbol_object_type)
5868 (event_object_type, stop_event_object_type, breakpoint_object_type)
5869 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5870
5871 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
5872
5873 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5874 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5875
5876 2013-05-20 Doug Evans <dje@google.com>
5877
5878 When reading CU, stay in DWO. Be more tolerent of bad debug info.
5879 For Fission.
5880 * dwarf2read.c (struct dwarf2_per_cu_data): New member
5881 reading_dwo_directly.
5882 (struct signatured_type): New member dwo_unit.
5883 (struct die_reader_specs): New member comp_dir.
5884 (create_signatured_type_table_from_index): Use malloc for
5885 all_type_units instead of objfile's obstack.
5886 (create_all_type_units): Ditto.
5887 (fill_in_sig_entry_from_dwo_entry): New function.
5888 (add_type_unit): New function.
5889 (lookup_dwo_signatured_type): New function.
5890 (lookup_dwp_signatured_type): New function.
5891 (lookup_signatured_type): New arg cu. All callers updated.
5892 (init_cu_die_reader): Initialize comp_dir.
5893 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
5894 Change assert of matching type signatures to call error on mismatch.
5895 (lookup_dwo_unit): Add assert.
5896 (init_tu_and_read_dwo_dies): New function.
5897 (init_cutu_and_read_dies): Call it.
5898 (build_type_unit_groups): Handle case of no type unit groups created.
5899 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5900 (lookup_dwo_cutu): Tweak complaint.
5901 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5902 (dwarf2_per_objfile_free): Free all_type_units.
5903
5904 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5905
5906 * windows-nat.c (handle_unload_dll): Add missing empty line.
5907
5908 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5909
5910 * dwarf2read.c (prototyped_function_p): New function.
5911 (read_subroutine_type): Use it.
5912
5913 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5914
5915 * rs6000-aix-tdep.c: De-indent some example code provided
5916 as a comment.
5917
5918 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
5919
5920 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5921 region is ok for a hardware watchpoint using the new ptrace interface
5922 on Power servers.
5923
5924 2013-05-17 Doug Evans <dje@google.com>
5925
5926 * NEWS: Mention new maintenance commands check-symtabs, and
5927 expand-symtabs, and renamed check-psymtabs.
5928 * psymtab.c (maintenance_check_psymtabs): Renamed from
5929 maintenance_check_symtabs. Only process already-expanded symbol
5930 tables.
5931 (_initialize_psymtab): Update.
5932 * symmisc.c (maintenance_check_symtabs): New function.
5933 (maintenance_expand_name_matcher): New function
5934 (maintenance_expand_file_matcher): New function
5935 (maintenance_expand_symtabs): New function.
5936 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5937 commands.
5938
5939 2013-05-17 Tom Tromey <tromey@redhat.com>
5940
5941 * python/py-inferior.c (infpy_read_memory): Don't call
5942 PyErr_SetString if PyObject_New fails.
5943 * python/py-frame.c (frame_info_to_frame_object): Don't call
5944 PyErr_SetString if PyObject_New fails.
5945
5946 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
5947
5948 * acinclude.m4: Add check for dlopen in libdl.
5949 * configure.ac: Ditto.
5950 * configure: Regenerate.
5951
5952 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
5953
5954 * frame.c (frame_stash): Convert to htab.
5955 (frame_addr_hash): New function.
5956 (frame_addr_hash_eq): New function.
5957 (frame_stash_create): Convert function to create
5958 a hash table.
5959 (frame_stash_add): Convert function to add an entry to a hash
5960 table.
5961 (frame_stash_find): Convert function to search the hash table.
5962 (frame_stash_invalidate): Convert function to empty the hash
5963 table.
5964 (get_frame_id): Only add to stash if a frame_id is created.
5965 (_initialize_frame): Call frame_stash_create.
5966
5967 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
5968
5969 * configure.ac: Ensure MIG is available when building for GNU Hurd
5970 hosts.
5971 * configure: Regenerate.
5972
5973 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5974
5975 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5976
5977 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5978
5979 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5980 all cleanups are done before returning from this function.
5981
5982 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5983
5984 * utils.h: #include "exceptions.h".
5985 (enum errors): Remove partial declaration.
5986
5987 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5988
5989 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5990 * gdbarch.h, gdbarch.c: Regenerate.
5991 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5992 handling.
5993
5994 * rs6000-aix-tdep.h: New file.
5995 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5996 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5997 "xml-utils.h".
5998 (struct field_info, struct ld_info_desc): New types.
5999 (ld_info32_desc, ld_info64_desc): New static constants.
6000 (struct ld_info): New type.
6001 (rs6000_aix_extract_ld_info): New function.
6002 (rs6000_aix_shared_library_to_xml): Likewise.
6003 (rs6000_aix_ld_info_to_xml): Likewise.
6004 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
6005 (rs6000_aix_init_osabi): Add call to
6006 set_gdbarch_core_xfer_shared_libraries_aix.
6007 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
6008 Remove "xml-utils.h" include.
6009 (LdInfo): Delete typedef.
6010 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
6011 Delete macros.
6012 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
6013 Adjust code accordingly.
6014 (rs6000_core_ldinfo): Delete, folded into
6015 rs6000_aix_core_xfer_shared_libraries_aix.
6016 (rs6000_xfer_shared_library): Delete.
6017 (rs6000_xfer_shared_libraries): Reimplement.
6018
6019 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
6020
6021 * record.c (record_goto_cmdlist): New.
6022 (cmd_record_goto): Split into this ...
6023 (cmd_record_goto_begin): ... this
6024 (cmd_record_goto_end): ... and this.
6025 (_initialize_record): Change "record goto" to prefix command.
6026 Add commands for "record goto begin" and "record goto end".
6027 Add an alias for "record goto start" to "record goto begin".
6028
6029 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6030
6031 * linespec.c (convert_linespec_to_sals): New comment for
6032 SOURCE_FILENAME assignment.
6033
6034 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6035
6036 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
6037 internal_warning.
6038
6039 2013-05-14 Tom Tromey <tromey@redhat.com>
6040
6041 * eval.c (parse_and_eval_long): Make 'exp' const.
6042 * value.h (parse_and_eval_long): Update.
6043
6044 2013-05-14 Tom Tromey <tromey@redhat.com>
6045
6046 * ui-file.c (gdb_fopen): Make arguments const.
6047 * ui-file.h (gdb_fopen): Make arguments const.
6048
6049 2013-05-14 Tom Tromey <tromey@redhat.com>
6050
6051 * remote.c (remote_set_trace_notes): Make arguments const.
6052 * target.c (update_current_target): Update cast.
6053 * target.h (to_set_trace_notes): Make arguments const.
6054
6055 2013-05-14 Tom Tromey <tromey@redhat.com>
6056
6057 * go32-nat.c (go32_terminal_info): Make 'args' const.
6058 * inferior.h (child_terminal_info): Update.
6059 * inflow.c (child_terminal_info): Make 'args' const.
6060 * target.c (default_terminal_info): Make 'args' const.
6061 (debug_to_terminal_save_ours): Likewise.
6062 * target.h (struct target_ops) <to_terminal_info>: Make argument
6063 const.
6064
6065 2013-05-13 Tom Tromey <tromey@redhat.com>
6066
6067 * gcore.c (create_gcore_bfd): Make 'filename' const.
6068 * gcore.h (create_gcore_bfd): Make 'filename' const.
6069 * record-full.c (record_full_save): Make 'recfilename' const.
6070 * target.c (target_save_record): Make 'filename' const.
6071 * target.h (struct target_ops) <to_save_record>: Make 'filename'
6072 const.
6073 (target_save_record): Likewise.
6074
6075 2013-05-13 Tom Tromey <tromey@redhat.com>
6076
6077 PR gdb/15338:
6078 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
6079 ranges section has been read.
6080
6081 2013-05-13 Tom Tromey <tromey@redhat.com>
6082
6083 PR exp/15364:
6084 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
6085 STRUCTOP_PTR>: Return a not_lval value for
6086 EVAL_AVOID_SIDE_EFFECTS.
6087 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
6088 for EVAL_AVOID_SIDE_EFFECTS.
6089
6090 2013-05-13 Joel Brobecker <brobecker@adacore.com>
6091
6092 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
6093 floating point registers to register type before storing
6094 value.
6095 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
6096 Likewise.
6097
6098 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6099 Tom Tromey <tromey@redhat.com>
6100
6101 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6102 New functions.
6103 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
6104 Declare.
6105 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
6106 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
6107 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
6108 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
6109
6110 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
6111 Tom Tromey <tromey@redhat.com>
6112
6113 PR build/15414:
6114 * configure: Rebuild.
6115 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
6116 with -Wno-format.
6117
6118 2013-05-10 Pedro Alves <palves@redhat.com>
6119
6120 * remote.c (_initialize_remote): Fix spelling of
6121 qXfer:traceframe-info:read packet in packet config command.
6122
6123 2013-05-10 David Taylor <dtaylor@emc.com>
6124
6125 PR remote/15455
6126
6127 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
6128 "QTro" at start of packet.
6129
6130 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6131
6132 * solib-aix.c (solib_aix_relocate_section_addresses):
6133 For the .bss section action, apply the same offset as
6134 the .data section.
6135
6136 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6137
6138 * solib-aix.c (solib_aix_relocate_section_addresses):
6139 Remove FIXME comment.
6140
6141 2013-05-10 Joel Brobecker <brobecker@adacore.com>
6142
6143 PR tdep/15420:
6144 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
6145 New functions, directly copied from sparc-sol-thread.c.
6146 * sparc-sol-thread.c: Delete.
6147 * configure.ac: Remove code handling sparc-solaris-thread.c.
6148 * configure: Regenerate.
6149
6150 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
6151
6152 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
6153 filter logic.
6154 (backtrace_command): Add "no-filters" option parsing.
6155 (_initialize_stack): Alter help to reflect "no-filters" option.
6156 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
6157 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
6158 (py-frame.o): Add target
6159 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
6160 filter files.
6161 * python/python.h: Add new frame filter constants, and flag enum.
6162 (apply_frame_filter): Add definition.
6163 * python/python.c (apply_frame_filter): New non-Python
6164 enabled function.
6165 * python/py-utils.c (py_xdecref): New function.
6166 (make_cleanup_py_xdecref): Ditto.
6167 * python/py-objfile.c: Declare frame_filters dictionary.
6168 (objfpy_dealloc): Add frame_filters dealloc.
6169 (objfpy_new): Initialize frame_filters attribute.
6170 (objfile_to_objfile_object): Ditto.
6171 (objfpy_get_frame_filters): New function.
6172 (objfpy_set_frame_filters): New function.
6173 * python/py-progspace.c: Declare frame_filters dictionary.
6174 (pspy_dealloc): Add frame_filters dealloc.
6175 (pspy_new): Initialize frame_filters attribute.
6176 (pspacee_to_pspace_object): Ditto.
6177 (pspy_get_frame_filters): New function.
6178 (pspy_set_frame_filters): New function.
6179 * python/py-framefilter.c: New file.
6180 * python/lib/gdb/command/frame_filters.py: New file.
6181 * python/lib/gdb/frames.py: New file.
6182 * python/lib/gdb/__init__.py: Initialize global frame_filters
6183 dictionary
6184 * python/lib/gdb/FrameDecorator.py: New file.
6185 * python/lib/gdb/FrameIterator.py: New file.
6186 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
6187 * mi/mi-cmds.h: Declare.
6188 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
6189 --no-frame-filter logic, and Python frame filter logic.
6190 (stack_enable_frame_filters): New function.
6191 (parse_no_frame_option): Ditto.
6192 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
6193 filter logic.
6194 (mi_cmd_stack_list_locals): Ditto.
6195 (mi_cmd_stack_list_args): Ditto.
6196 (mi_cmd_stack_list_variables): Ditto.
6197 * NEWS: Add frame filter note.
6198
6199 2013-05-09 Doug Evans <dje@google.com>
6200
6201 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
6202 All callers updated.
6203 (syms_from_objfile): Ditto. Make static.
6204 (symbol_file_add_with_addrs): Renamed from
6205 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
6206 num_offsets. All callers updated.
6207 * symfile.h (syms_from_objfile): Delete.
6208
6209 * symfile.c (decrement_reading_symtab): Add assert.
6210 (increment_reading_symtab): Ditto.
6211
6212 2013-05-09 Joel Brobecker <brobecker@adacore.com>
6213
6214 * source.c (forward_search_command): Replace call to getc
6215 by call to fgetc.
6216 (reverse_search_command): Likewise.
6217
6218 2013-05-08 Doug Evans <dje@google.com>
6219
6220 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
6221 matching test.
6222
6223 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6224
6225 * sol-thread.c (info_cb): Factorize the code a little.
6226
6227 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6228
6229 * sol-thread.c (info_cb): Rework the output of the "maintenance
6230 info sol-threads" command a bit.
6231
6232 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6233
6234 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
6235 Replace ti.ti_startfunc by ti.ti_pc.
6236
6237 2013-05-08 Joel Brobecker <brobecker@adacore.com>
6238
6239 * solib-aix.c (solib_aix_free_library_list): New function
6240 for the case where HAVE_LIBEXPAT is not defined.
6241
6242 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
6243
6244 PR breakpoints/15413:
6245 * breakpoint.c (condition_completer): Simplify the code to
6246 disconsider multiple locations of breakpoints when completing the
6247 "condition" command.
6248
6249 2013-05-07 Pierre Muller <muller@sourceware.org>
6250
6251 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
6252 instead of <sys/wait.h>.
6253
6254 2013-05-07 Pierre Muller <muller@sourceware.org>
6255
6256 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
6257 trailing new line from warning message.
6258
6259 2013-05-07 Pierre Muller <muller@sourceware.org>
6260
6261 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
6262 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
6263
6264 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6265
6266 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
6267 error message (ARI fix).
6268
6269 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6270
6271 * features/library-list-aix.dtd: Replace library-list by
6272 library-list-aix.
6273 * rs6000-nat.c: Replace library-list by library-list-aix
6274 throughout.
6275 * solib-aix.c: Likewise.
6276
6277 2013-05-07 Joel Brobecker <brobecker@adacore.com>
6278
6279 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
6280 Renames TARGET_OBJECT_AIX_LIBRARIES.
6281 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
6282 TARGET_OBJECT_LIBRARIES_AIX throughout.
6283 * solib-aix.c: Likwise.
6284
6285 2013-05-07 Yao Qi <yao@codesourcery.com>
6286
6287 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
6288 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
6289
6290 2013-05-07 Yao Qi <yao@codesourcery.com>
6291
6292 * solib-dsbt.c (enable_break): Declare.
6293 (dsbt_current_sos): Remove call to enable_break2.
6294 (enable_break2): Rename to enable_break. Set solib breakpoint
6295 on '_dl_debug_state'.
6296 (enable_break): Remove.
6297
6298 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
6299
6300 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
6301 debug state prior to replicating existing hardware watchpoints or
6302 breakpoints.
6303
6304 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6305
6306 * gcore.c (gcore_create_callback): Ignore sections with
6307 separate_debug_objfile_backlink != NULL.
6308
6309 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
6310 Andrew Jenner <andrew@codesourcery.com>
6311 Chung-Lin Tang <cltang@codesourcery.com>
6312 Julian Brown <julian@codesourcery.com>
6313
6314 Based on the nios2-elf port from Altera Corporation.
6315
6316 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
6317 nios2-linux-tdep.o.
6318 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
6319 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
6320 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
6321 * nios2-tdep.h: New.
6322 * nios2-tdep.c: New.
6323 * nios2-linux-tdep.c: New.
6324 * features/Makefile (WHICH): Add nios2-linux.
6325 (nios2-linux-expedite): Set.
6326 * features/nios2-cpu.xml: New.
6327 * features/nios2.xml: New.
6328 * features/nios2-linux.xml: New.
6329 * features/nios2.c: New (autogenerated).
6330 * features/nios2-linux.c: New (autogenerated).
6331 * regformats/nios2-linux.dat: New (autogenerated).
6332 * NEWS (Changes since GDB 7.6): Add new Nios II targets
6333 and commands.
6334
6335 2013-05-06 Doug Evans <dje@google.com>
6336
6337 * symfile.c: Whitespace cleanup.
6338
6339 * solist.h (struct target_so_ops): New member clear_so.
6340 * solib-svr4.c (svr4_clear_so): New function.
6341 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
6342 * solib.c (clear_so): Renamed from free_so_symbols.
6343 All callers updated. Call target clear_so if it exists.
6344
6345 2013-05-06 Tom Tromey <tromey@redhat.com>
6346
6347 * ada-lang.c (ada_value_primitive_packed_val): Don't
6348 call value_incref.
6349 * value.c (set_value_parent): Incref the new parent and decref
6350 the old parent.
6351 (value_copy, value_primitive_field): Use set_value_parent.
6352
6353 2013-05-06 Tom Tromey <tromey@redhat.com>
6354
6355 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6356 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6357 if needed.
6358 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6359 * dwarf2read.c (write_constant_as_bytes)
6360 (dwarf2_fetch_constant_bytes): New functions.
6361
6362 2013-05-06 Tom Tromey <tromey@redhat.com>
6363
6364 * dwarf2read.c (dwarf2_const_value_data): Remove unused
6365 parameters.
6366 (dwarf2_const_value_attr): Update.
6367
6368 2013-05-06 Tom Tromey <tromey@redhat.com>
6369
6370 * somread.c (som_symfile_offsets): Add 'const' to addrs.
6371 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6372 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6373 Remove declaration.
6374
6375 2013-05-06 Tom Tromey <tromey@redhat.com>
6376
6377 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6378 objfile's obstack.
6379
6380 2013-05-06 Doug Evans <dje@google.com>
6381
6382 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6383 * stabsread.h (process_one_symbol): Update declaration.
6384 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6385 * elfread.c (elf_symfile_relocate_probe): Ditto.
6386 * psymtab.c (relocate_psymtabs): Ditto.
6387 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6388 (objfile_relocate): Ditto.
6389 * objfiles.h (objfile_relocate): Update declaration.
6390 * symfile.c (relative_addr_info_to_section_offsets): Constify
6391 addrs parameter.
6392 (default_symfile_offsets): Ditto.
6393 (syms_from_objfile_1): Constify offsets parameter.
6394 (syms_from_objfile): Ditto.
6395 (symbol_file_add_with_addrs_or_offsets): Ditto.
6396 (symfile_map_offsets_to_segments): Constify data parameter.
6397 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6398 delta parameters of member relocate.
6399 (struct sym_probe_fns): Constify new_offsets,
6400 delta parameters of member sym_relocate_probe.
6401 (struct sym_fns): Constify section_addr_info parameter of member
6402 sym_offsets.
6403 (relative_addr_info_to_section_offsets): Update declaration.
6404 (default_symfile_offsets): Ditto.
6405 (syms_from_objfile): Ditto.
6406 (symfile_map_offsets_to_segments): Ditto.
6407
6408 * symfile.c (syms_from_objfile_1): Use correct section count when
6409 objfile->sf == NULL.
6410
6411 2013-05-06 Mike Frysinger <vapier@gentoo.org>
6412
6413 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6414
6415 2013-05-06 Doug Evans <dje@google.com>
6416
6417 * psympriv.h (struct partial_symtab): Augment comment for member
6418 section_offsets.
6419
6420 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6421
6422 Reimplement shared library support on ppc-aix...
6423 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6424 * features/library-list-aix.dtd: New file.
6425 * solib-aix.h, solib-aix.c: New file.
6426 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6427 (rs6000_find_toc_address_hook): Delete.
6428 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6429 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6430 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
6431 "xml-utils.h".
6432 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6433 (vmap_symtab, fixup_breakpoints): Delete.
6434 (rs6000_xfer_shared_libraries): New function.
6435 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6436 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6437 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6438 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6439 (rs6000_xfer_shared_library): New function.
6440 (find_toc_address): Delete.
6441 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6442 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6443 * xcoffread.c (record_minimal_symbol): Reloate symbol address
6444 before creating minimal symbol. Adjust function description
6445 accordingly.
6446 (scan_xcoff_symtab): Replace call to
6447 prim_record_minimal_symbol_and_info by call to
6448 record_minimal_symbol.
6449 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6450 around default_symfile_offsets.
6451 * configure.tgt: Add solib-aix.o to gdb_target_obs for
6452 powerpc-aix targets.
6453 * config/rs6000/nm-rs6000.h: Delete.
6454 * config/powerpc/aix.mh (NAT_FILE): Delete.
6455 (NATDEPFILES): Remove xcoffsolib.o.
6456 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6457 (ALL_TARGET_OBS): Add solib-aix.o.
6458 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6459 config/rs6000/nm-rs6000.h. Add solib-aix.h.
6460 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
6461 * xcoffsolib.h, xcoffsolib.c: Delete.
6462
6463 * solib.c (reload_shared_libraries): Remove reference to
6464 SOLIB_CREATE_INFERIOR_HOOK.
6465 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6466 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6467 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6468 comment.
6469 * corelow.c (deprecated_core_resize_section_table): Delete.
6470 * exec.c: Remove include of xcoffsolib.h".
6471 (map_vmap, vmap): Delete.
6472 (exec_close_1): Remove references to vmap.
6473 (exec_file_attach): Remove vmap handling code, and reference
6474 to DEPRECATED_IBM6000_TARGET.
6475 (bfdsec_to_vmap): Delete.
6476 (exec_files_info): Remove block of code handling VMAP.
6477 * infcmd.c (post_create_inferior): Remove reference to
6478 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6479 * infrun.c (follow_exec): Remove reference to
6480 SOLIB_CREATE_INFERIOR_HOOK.
6481 * stack.c (print_frame): Remove reference to PC_SOLIB.
6482 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6483 (dsbt_relocate_main_executable): Likewise.
6484 * solib-frv.c (frv_current_sos): Likewise.
6485
6486 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6487
6488 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6489 to target_write_memory and target_read_memory.
6490
6491 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6492
6493 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6494 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6495
6496 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6497
6498 * darwin-nat.c: Replace all "%x" instances in format strings
6499 into "0x%x" throughout.
6500
6501 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6502
6503 * darwin-nat.c (darwin_mourn_inferior): Replace call to
6504 gdb_assert by call to MACH_CHECK_ERROR.
6505 (darwin_attach_pid): Raise an error rather than a failed
6506 assertion when various system calls failed. Report a warning
6507 instead of raising a failed assertion when PREV_NOT is not NULL
6508 after call to mach_port_request_notification.
6509 (darwin_ptrace_me): Raise an error rather than a failed
6510 assertion when read returns nonzero.
6511
6512 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6513
6514 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6515
6516 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6517
6518 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6519
6520 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6521
6522 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6523 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6524 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
6525 a stale cleanup. Fix double free of NAME.
6526
6527 2013-05-04 Eli Zaretskii <eliz@gnu.org>
6528
6529 * windows-nat.c (windows_delete_thread): Accept an additional
6530 argument, the thread's exit code, and announce thread death when
6531 print_thread_events is non-zero and we are deleting a thread that
6532 is not the main thread.
6533 (get_windows_debug_event): Pass thread exit code to
6534 windows_delete_thread.
6535
6536 2013-05-03 Kevin Buettner <kevinb@redhat.com>
6537
6538 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6539 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6540 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6541 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6542 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6543 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6544 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6545 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6546 (gdbarch_tdep): New struct.
6547 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6548 E_NUM_REGS.
6549 (v850e3v5_register_name): New function.
6550 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6551 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
6552 code handling the struct return conventions for the RH850 ABI.
6553 Update all callers.
6554 (v850_eight_byte_align_p): New function.
6555 (v850_push_call_dummy): Push structs by value, not by reference
6556 for the RH850 ABI. Add support for eight byte alignment.
6557 (v850_dbtrap_breakpoint_from_pc): New function.
6558 (v850_gdbarch_init): Add ABI detection code. Register
6559 v850e3v5_register_name for the v850e3v5 architecture. Set the
6560 number of registers for v850e3v5. Register
6561 v850_dbtrap_breakpoint_from_pc as appropriate.
6562 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
6563
6564 2013-05-03 Doug Evans <dje@google.com>
6565
6566 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
6567 of bfd_count_sections.
6568 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
6569 * symfile.c (default_symfile_offsets): Ditto.
6570 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
6571 one entry, not bfd_count_sections entries.
6572
6573 2013-05-03 Kevin Buettner <kevinb@redhat.com>
6574
6575 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6576 `save' and `restore' register groups. Don't include SPL
6577 or SPH in these groups.
6578 (rl78_dwarf_reg_to_regnum): Adjust mapping for
6579 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
6580 RL78_ES_REGNUM, and RL78_CS_REGNUM.
6581 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
6582 dwarf2_append_unwinders().
6583
6584 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6585
6586 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6587 ignore SIGINT and SIGTRAP in case these internal signals are
6588 caught explicitely.
6589
6590 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6591
6592 * darwin-nat.c (darwin_read_write_inferior): Change types
6593 of parameters rdaddr and wraddr to "gdb_byte *". Change type
6594 of copy_count to "mach_msg_type_number_t".
6595 (darwin_read_dyld_info): Change type of parameter
6596 rdaddr to "gdb_byte *".
6597
6598 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6599
6600 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6601 of &info->load_map from "char *" to "gdb_byte *".
6602
6603 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6604
6605 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6606 from "char *" to "gdb_byte *".
6607 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6608
6609 2013-04-30 Doug Evans <dje@google.com>
6610
6611 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6612 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6613 DWO stub. If DWO isn't found, just use stub.
6614 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6615
6616 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6617 calling init_cutu_and_read_dies.
6618
6619 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6620
6621 * target-descriptions.c (maint_print_c_tdesc_cmd):
6622 Add case to parse structures as register types and
6623 bitfields.
6624
6625 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
6626
6627 * MAINTAINERS (Write After Approval): Add myself to the list.
6628
6629 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6630
6631 * sol-thread.c (rw_common): Change type of parameter "buf"
6632 to "gdb_byte *".
6633 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6634 rw_common to "gdb_byte *" instead of "char *".
6635
6636 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6637
6638 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6639 of local variable msym to const struct bound_minimal_symbol.
6640 Adjust use accordingly.
6641 [ti.ti_state == TD_THR_SLEEP]: Likewise.
6642
6643 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
6644
6645 * i386gnu-nat.c (CREG_OFFSET): New macro.
6646 (creg_offset): New array.
6647 (CREG_ADDR): Use creg_offset instead of reg_offset.
6648
6649 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6650
6651 * mep-tdep.c (mep_write_pc): Delete.
6652 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6653 Add call to set_gdbarch_pc_regnum.
6654
6655 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6656
6657 * common/filestuff.c: Replace #include <dirent.h> by
6658 #include "gdb_dirent.h".
6659
6660 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6661
6662 * common/filestuff.c: Replace #include <sys/stat.h> by
6663 #include "gdb_stat.h".
6664
6665 2013-04-29 Pierre Muller <muller@sourceware.org>
6666
6667 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6668 editCase function rule.
6669 (get_DW_AT_signature_type): Likewise.
6670
6671 2013-04-29 Joel Brobecker <brobecker@adacore.com>
6672
6673 * m32r-tdep.c (m32r_write_pc): Delete.
6674 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6675 Add call to set_gdbarch_pc_regnum.
6676
6677 2013-04-29 Pierre Muller <muller@sourceware.org>
6678
6679 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6680
6681 2013-04-29 Joel Brobecker <brobecker@adacore.com>
6682
6683 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6684
6685 2013-04-28 Yao Qi <yao@codesourcery.com>
6686
6687 * solib-dsbt.c (fetch_loadmap): Re-indent.
6688 (displacement_from_map, enable_break2): Likewise.
6689 (dsbt_relocate_section_addresses): Likewise.
6690
6691 2013-04-26 Joel Brobecker <brobecker@adacore.com>
6692
6693 GDB 7.6 released.
6694
6695 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
6696
6697 PR corefiles/14983:
6698 * dwarf2read.c (process_full_comp_unit): Always create a static
6699 block.
6700
6701 2013-04-25 Hui Zhu <hui@codesourcery.com>
6702
6703 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6704 to loc->cmd_bytecode.
6705
6706 2013-04-24 Doug Evans <dje@google.com>
6707
6708 * dwarf2read.c (setup_type_unit_groups): Fix comment.
6709
6710 2013-04-22 Keith Seitz <keiths@redhat.com>
6711
6712 * tracepoint.c (trace_save): Call the writer's start method.
6713
6714 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
6715
6716 PR gdb/10462
6717 * cli/cli-decode.c (lookup_command): Show an error if there is no space
6718 before argument.
6719
6720 2013-04-23 Tom Tromey <tromey@redhat.com>
6721
6722 * common/filestuff.c: Check USE_WIN32API before including
6723 sys/socket.h.
6724 (HAVE_F_GETFD): New define.
6725 (mark_cloexec): Check HAVE_F_GETFD.
6726 (gdb_open_cloexec): Change 'mode' to unsigned long.
6727 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6728 (gdb_pipe_cloexec): Check HAVE_PIPE.
6729 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6730 long.
6731
6732 2013-04-23 Hui Zhu <hui@codesourcery.com>
6733
6734 PR gdb/15293
6735 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6736
6737 2013-04-23 Hui Zhu <hui@codesourcery.com>
6738
6739 PR gdb/15165
6740 * breakpoint.c (dprintf_print_recreate): New.
6741 (save_breakpoints): Let it not save dprintf commands.
6742 (initialize_breakpoint_ops): Set dprintf_print_recreate.
6743
6744 2013-04-22 Tom Tromey <tromey@redhat.com>
6745
6746 PR gdb/7912:
6747 * Makefile.in (SFILES): Add filestuff.c
6748 (COMMON_OBS): Add filestuff.o.
6749 (filestuff.o): New target.
6750 * auto-load.c (auto_load_objfile_script_1): Use
6751 gdb_fopen_cloexec.
6752 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6753 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6754 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6755 * common/agent.c (gdb_connect_sync_socket): Use
6756 gdb_socket_cloexec.
6757 * common/filestuff.c: New file.
6758 * common/filestuff.h: New file.
6759 * common/linux-osdata.c (linux_common_core_of_thread)
6760 (command_from_pid, commandline_from_pid, print_source_lines)
6761 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6762 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6763 gdb_fopen_cloexec.
6764 * common/linux-procfs.c (linux_proc_get_int)
6765 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6766 * config.in, configure: Rebuild.
6767 * configure.ac: Don't check for sys/socket.h. Check for
6768 fdwalk, pipe2.
6769 * corelow.c (core_open): Use gdb_open_cloexec.
6770 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6771 * fork-child.c (fork_inferior): Call close_most_fds.
6772 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6773 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6774 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6775 Use gdb_fopen_cloexec.
6776 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6777 gdb_open_cloexec.
6778 (linux_async_pipe): Use gdb_pipe_cloexec.
6779 * remote-fileio.c (remote_fileio_func_open): Use
6780 gdb_open_cloexec.
6781 * remote.c (remote_file_put, remote_file_get): Use
6782 gdb_fopen_cloexec.
6783 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6784 close_most_fds.
6785 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6786 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6787 * solib.c (solib_find): Use gdb_open_cloexec.
6788 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6789 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6790 (tfile_open): Use gdb_open_cloexec.
6791 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6792 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6793 * xml-support.c (xml_fetch_content_from_file): Use
6794 gdb_fopen_cloexec.
6795 * main.c (captured_main): Call notice_open_fds.
6796
6797 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
6798
6799 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6800 'char *' to 'gdb_byte *'.
6801 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6802 'gdb_byte'.
6803
6804 2013-04-22 Yao Qi <yao@codesourcery.com>
6805
6806 * infrun.c: Fix typo in comment.
6807
6808 2013-04-22 Andrew Haley <aph@redhat.com>
6809
6810 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6811 instead of "long".
6812
6813 2013-04-20 Yao Qi <yao@codesourcery.com>
6814
6815 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6816 'char *' to 'gdb_byte *'. Cast the return value of
6817 'bt_ctf_get_char_array' to 'gdb_byte *'.
6818
6819 2013-04-19 Pedro Alves <palves@redhat.com>
6820
6821 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6822 -Wpointer-sign.
6823 * configure: Regenerate.
6824
6825 2013-04-19 Pedro Alves <palves@redhat.com>
6826
6827 * ser-tcp.c (net_read_prim): Cast second argument to recv to
6828 'void *'.
6829
6830 2013-04-19 Pedro Alves <palves@redhat.com>
6831
6832 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6833 Change type of 'myaddr' parameter to gdb_byte pointer.
6834 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
6835 to 'long long' pointer instead of to 'unsigned long long'.
6836 (monitor_write_memory_block, monitor_read_memory_single)
6837 (monitor_read_memory): Change type of 'myaddr' parameter to
6838 gdb_byte pointer.
6839
6840 2013-04-19 Pedro Alves <palves@redhat.com>
6841
6842 * record.c (validate_history_size): Make parameter 'setting'
6843 unsigned.
6844
6845 2013-04-19 Pedro Alves <palves@redhat.com>
6846
6847 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6848 to 'gdb_byte *'.
6849
6850 2013-04-19 Pedro Alves <palves@redhat.com>
6851
6852 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6853 local to int.
6854
6855 2013-04-19 Pedro Alves <palves@redhat.com>
6856
6857 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6858 * ada-tasks.c (read_fat_string_value): Likewise.
6859
6860 2013-04-19 Pedro Alves <palves@redhat.com>
6861
6862 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6863 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
6864 'offset', and adjust.
6865
6866 2013-04-19 Pedro Alves <palves@redhat.com>
6867
6868 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6869 (read_index_from_section): Add cast to 'char *'.
6870
6871 2013-04-19 Pedro Alves <palves@redhat.com>
6872
6873 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6874
6875 2013-04-19 Pedro Alves <palves@redhat.com>
6876
6877 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6878
6879 2013-04-19 Pedro Alves <palves@redhat.com>
6880
6881 * record-full.c (record_full_get_bookmark): Change local 'ret'
6882 type to char * and add cast to gdb_byte *.
6883 (record_full_goto_bookmark): Handle 'bookmark' argument as a
6884 string.
6885 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6886
6887 2013-04-19 Pedro Alves <palves@redhat.com>
6888
6889 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6890 * python/py-prettyprint.c (print_string_repr): Change type of
6891 'output' local to char *. Add cast to gdb_byte * in
6892 LA_PRINT_STRING call.
6893 (print_children): Change type of 'output' local to char *.
6894 * python/py-value.c (valpy_string): Add cast to const char * in
6895 PyUnicode_Decode call.
6896
6897 2013-04-19 Pedro Alves <palves@redhat.com>
6898
6899 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6900 and change its type to 'const char *'. Adjust.
6901 (mips_send_packet): Add cast to 'char *', and remove cast to
6902 'unsigned char *'.
6903 (mips_receive_packet): Remove cast to 'unsigned char *'.
6904 (mips_load_srec): Use bfd_byte.
6905 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6906 (pmon_checkset): Make 'value' parameter unsigned.
6907
6908 2013-04-19 Pedro Alves <palves@redhat.com>
6909
6910 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6911
6912 2013-04-19 Pedro Alves <palves@redhat.com>
6913
6914 * remote.c (remote_write_bytes_aux, compare_sections_command)
6915 (remote_read_qxfer)
6916 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6917 (remote_hostio_readlink, remote_bfd_iovec_pread)
6918 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6919 binary buffer, and char when buffer is used as string.
6920 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6921 (trace_save, tfile_open, traceframe_walk_blocks)
6922 (tfile_fetch_registers): Likewise.
6923
6924 2013-04-19 Pedro Alves <palves@redhat.com>
6925
6926 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6927 buffer and size_t size. Adjust.
6928 * ser-base.h (ser_base_write): Adjust.
6929 * ser-go32.c (cnts): Change type to size_t.
6930 (dos_write): Change prototype -- take 'void *'
6931 buffer and size_t size. Adjust.
6932 (dos_info): Print elements of 'cnts' as unsigned long.
6933 * serial.c (serial_write): Likewise.
6934 * serial.h (serial_write): Adjust.
6935 (struct serial_ops) <write>: Change prototype -- take 'void *'
6936 buffer and size_t size. Adjust.
6937
6938 2013-04-19 Pedro Alves <palves@redhat.com>
6939
6940 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6941 gdb_byte *.
6942 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6943
6944 2013-04-19 Pedro Alves <palves@redhat.com>
6945
6946 * alpha-tdep.c (alpha_extract_return_value): Use
6947 regcache_cooked_read_unsigned to read 'v0'.
6948
6949 2013-04-19 Pedro Alves <palves@redhat.com>
6950
6951 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6952 parameters 'at', 'as' and 'offset' to uint32_t.
6953
6954 2013-04-19 Pedro Alves <palves@redhat.com>
6955
6956 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6957 'is64' to signed 'int'.
6958
6959 2013-04-19 Pedro Alves <palves@redhat.com>
6960
6961 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6962 parameter to int *.
6963
6964 2013-04-19 Pedro Alves <palves@redhat.com>
6965
6966 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6967 'insnbuf' buffer type to unsigned int[].
6968
6969 2013-04-19 Pedro Alves <palves@redhat.com>
6970
6971 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6972
6973 2013-04-19 Pedro Alves <palves@redhat.com>
6974
6975 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6976 unsigned long *.
6977
6978 2013-04-19 Pedro Alves <palves@redhat.com>
6979
6980 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6981 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6982 UINT_MAX.
6983 * mips-tdep.c (heuristic_fence_post): Change type to int.
6984 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6985
6986 2013-04-19 Pedro Alves <palves@redhat.com>
6987
6988 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6989 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6990 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6991
6992 2013-04-19 Pedro Alves <palves@redhat.com>
6993
6994 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6995 it to get a string view of the byte buffer.
6996 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6997 type to gdb_byte *. Adjust.
6998 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6999 Change local to char *.
7000 * solib-darwin.c (find_program_interpreter): Change return type to
7001 char *. Adjust.
7002 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
7003 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
7004 * solib-frv.c (enable_break2): Change local 'buf' to char *.
7005 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
7006 * solib-svr4.c (find_program_interpreter): Change return type to
7007 char *. Adjust.
7008 (enable_break): Change local 'interp_name' to char *.
7009 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7010 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
7011 (spu_pseudo_register_write_spu): Use char for string buffer.
7012 Adjust.
7013 (info_spu_event_command, info_spu_signal_command): Add casts to
7014 'char *'.
7015
7016 2013-04-19 Pedro Alves <palves@redhat.com>
7017
7018 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
7019 gdb_byte[].
7020 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
7021 * ada-lang.c (ada_value_assign): Use gdb_byte.
7022 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
7023 (alphanbsd_sigtramp_offset): Use gdb_byte.
7024 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
7025 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
7026 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
7027 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
7028 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
7029 * arm-tdep.c (arm_stub_unwind_sniffer)
7030 (arm_displaced_init_closure): Use gdb_byte.
7031 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
7032 (arm_default_thumb_le_breakpoint)
7033 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
7034 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
7035 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
7036 * arm-wince-tdep.c (arm_wince_le_breakpoint)
7037 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
7038 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
7039 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
7040 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
7041 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
7042 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
7043 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
7044 (cris_store_return_value, cris_extract_return_value): Use
7045 gdb_byte.
7046 (constraint): Change type of parameter to char * from signed
7047 char*. Use gdb_byte.
7048 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
7049 of local buffer to gdb_byte *.
7050 * dwarf2read.c (read_index_from_section): Use gdb_byte.
7051 (create_dwp_hash_table): Change type of locals to gdb_byte *.
7052 (add_address_entry): Change type of local buffer to gdb_byte[].
7053 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
7054 (frv_push_dummy_call): Use gdb_byte.
7055 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
7056 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
7057 (hppa_hpux_supply_save_state): Use gdb_byte.
7058 * hppa-tdep.c (hppa32_push_dummy_call)
7059 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
7060 * ia64-tdep.c (extract_bit_field, replace_bit_field)
7061 (slotN_contents, replace_slotN_contents): Change type of parameter
7062 to gdb_byte *.
7063 (fetch_instruction, ia64_pseudo_register_write)
7064 (ia64_register_to_value, ia64_value_to_register)
7065 (ia64_extract_return_value, ia64_store_return_value)
7066 (ia64_push_dummy_call): Use gdb_byte.
7067 * m32c-tdep.c (m32c_return_value): Remove cast.
7068 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
7069 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
7070 gdb_byte.
7071 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
7072 * mn10300-tdep.c (mn10300_store_return_value)
7073 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
7074 gdb_byte.
7075 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
7076 (moxie_process_record): Remove casts.
7077 * ppc-ravenscar-thread.c (supply_register_at_address)
7078 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
7079 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
7080 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
7081 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
7082 * remote.c (compare_sections_command): Use gdb_byte.
7083 * score-tdep.c (score7_free_memblock): Change type of parameter to
7084 gdb_byte *.
7085 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
7086 gdb_byte *. Use gdb_byte.
7087 (sh_push_dummy_call_fpu): Use gdb_byte.
7088 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
7089 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
7090 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
7091 Change parameter type to 'gdb_byte *'. Use gdb_byte.
7092 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
7093 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
7094 (sh64_store_return_value, sh64_register_convert_to_virtual):
7095 Change parameter type to 'gdb_byte *'. Use gdb_byte.
7096 (sh64_pseudo_register_write): Use gdb_byte.
7097 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
7098 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
7099 buffer.
7100 (irix_current_sos): Use gdb_byte.
7101 * solib-som.c (som_current_sos): Use gdb_byte.
7102 * sparc-ravenscar-thread.c (supply_register_at_address)
7103 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
7104 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
7105 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
7106 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
7107 'gdb_byte *'.
7108 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
7109 'gdb_byte *'.
7110 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
7111 * xstormy16-tdep.c (xstormy16_extract_return_value)
7112 (xstormy16_store_return_value): Change parameter type to
7113 'gdb_byte *'. Adjust.
7114 (xstormy16_push_dummy_call): Use gdb_byte.
7115 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
7116 (call0_analyze_prologue, execute_code): Use gdb_byte.
7117
7118 2013-04-19 Vladimir Kargov <kargov@gmail.com>
7119 Pedro Alves <palves@redhat.com>
7120
7121 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
7122 value contents.
7123
7124 2013-04-17 Doug Evans <dje@google.com>
7125
7126 * dwarf2read.c (struct signatured_type): New member type.
7127 (struct attribute): Replace member signatured_type with signature.
7128 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
7129 (read_call_site_scope): Call follow_die_ref instead of
7130 follow_die_ref_or_sig.
7131 (read_structure_type): Rewrite handling of signatured types.
7132 (read_enumeration_type): Ditto.
7133 (read_attribute_value): Update.
7134 (build_error_marker_type): New function.
7135 (lookup_die_type): Add assert. Rewrite handling of signatured types.
7136 Don't call error for bad types, just build an error marker type.
7137 (dump_die_shallow): Update.
7138 (follow_die_sig_1): Renamed from follow_die_sig.
7139 Don't call error for bad types, instead return NULL.
7140 (follow_die_sig): New function.
7141 (get_signatured_type, get_DW_AT_signature_type): New functions.
7142
7143 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
7144
7145 * aarch64-tdep.c (aarch64_write_pc): Removed.
7146 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
7147 function.
7148
7149 2013-04-17 Yao Qi <yao@codesourcery.com>
7150
7151 * top.c (print_gdb_configuration): Print configure-time
7152 parameter on using libbabeltrace or not.
7153
7154 2013-04-16 Pedro Alves <palves@redhat.com>
7155
7156 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
7157
7158 2013-04-16 Pedro Alves <palves@redhat.com>
7159
7160 * common/glibc_thread_db.h: Update from upstream glibc
7161 (git 568035b7874a099087b77f7bba3e36a1173787b0).
7162
7163 2013-04-16 Pedro Alves <palves@redhat.com>
7164
7165 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
7166 * common/glibc_thread_db.h: ... this new file ...
7167 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
7168
7169 2013-04-16 Will Newton <will.newton@gmail.com>
7170 Pedro Alves <palves@redhat.com>
7171
7172 PR build/11881
7173
7174 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
7175 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
7176 HAVE_THREAD_DB_H.
7177
7178 2013-04-16 Pedro Alves <palves@redhat.com>
7179 Eli Zaretskii <eliz@gnu.org>
7180
7181 * NEWS: Mention "set foo unlimited".
7182
7183 2013-04-15 Doug Evans <dje@google.com>
7184
7185 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
7186 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
7187 (create_dwo_cu_reader): Renamed from
7188 create_dwo_debug_info_hash_table_reader.
7189 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
7190 Remove support for multiple CUs in a DWO file.
7191 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
7192
7193 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
7194 instead of phex.
7195 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
7196 (create_dwo_in_dwp): Ditto.
7197
7198 2013-04-15 Tom Tromey <tromey@redhat.com>
7199
7200 * NEWS: Move recent entries into "since 7.6" section.
7201
7202 2013-04-15 Tom Tromey <tromey@redhat.com>
7203
7204 PR c++/13588:
7205 * NEWS: Update.
7206 * break-catch-throw.c (struct exception_catchpoint)
7207 <exception_rx, pattern>: New fields.
7208 (fetch_probe_arguments, dtor_exception_catchpoint)
7209 (check_status_exception_catchpoint)
7210 (print_one_detail_exception_catchpoint): New functions.
7211 (handle_gnu_v3_exceptions): Add "except_rx" argument.
7212 Compile regular expression if needed.
7213 (extract_exception_regexp): New function.
7214 (catch_exception_command_1): Use extract_exception_regexp.
7215 (compute_exception): Use fetch_probe_arguments.
7216 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
7217 and check_status fields.
7218 * cp-abi.c (cplus_typename_from_type_info): New function.
7219 * cp-abi.h (cplus_typename_from_type_info): Declare.
7220 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
7221 * gdb_regex.h (compile_rx_or_error): Declare.
7222 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
7223 comment.
7224 (init_gnuv3_ops): Set get_type_from_type_info field.
7225 * probe.c (compile_rx_or_error): Move...
7226 * utils.c (compile_rx_or_error): ... here.
7227
7228 2013-04-15 Tom Tromey <tromey@redhat.com>
7229
7230 PR c++/15176:
7231 * NEWS: Update.
7232 * break-catch-throw.c (compute_exception): New function.
7233 (exception_funcs): New global.
7234 (_initialize_break_catch_throw): Create $_exception.
7235 * cp-abi.c (cplus_type_from_type_info): New function.
7236 * cp-abi.h (cplus_type_from_type_info): Declare.
7237 (struct cp_abi_ops) <get_type_from_type_info>: New field.
7238 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
7239 (gnuv3_get_type_from_type_info): New functions.
7240 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
7241
7242 2013-04-15 Tom Tromey <tromey@redhat.com>
7243
7244 * break-catch-throw.c (struct exception_names): New.
7245 (exception_functions): Change type.
7246 (re_set_exception_catchpoint): Look for SDT probes.
7247
7248 2013-04-15 Tom Tromey <tromey@redhat.com>
7249
7250 PR c++/10119:
7251 * break-catch-throw.c (exception_functions): New global.
7252 (gnu_v3_exception_catchpoint_ops): Move earlier.
7253 (struct exception_catchpoint): New.
7254 (classify_exception_breakpoint): Rewrite.
7255 (re_set_exception_catchpoint): New function.
7256 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
7257 Allocate a struct exception_catchpoint.
7258 (catch_exception_command_1): Update.
7259 (initialize_throw_catchpoint_ops): Set 're_set' method.
7260
7261 2013-04-15 Tom Tromey <tromey@redhat.com>
7262
7263 * Makefile.in (SFILES): Add break-catch-throw.c
7264 (COMMON_OBS): Add break-catch-throw.o.
7265 * break-catch-throw.c: New file.
7266 * breakpoint.c: Move exception-catching code to new file.
7267 (ep_parse_optional_if_clause): No longer static.
7268 * breakpoint.h (ep_parse_optional_if_clause): Declare.
7269
7270 2013-04-15 Tom Tromey <tromey@redhat.com>
7271
7272 PR c++/9065:
7273 * NEWS: Update.
7274 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
7275 * c-exp.y (TYPEID): New token.
7276 (exp): Add new TYPEID productions.
7277 (ident_tokens): Add "typeid".
7278 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
7279 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
7280 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
7281 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
7282 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
7283 case.
7284 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
7285 (build_std_type_info_type, gnuv3_get_typeid_type)
7286 (gnuv3_get_typeid): New functions.
7287 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
7288 new fields on ABI object.
7289 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
7290 * std-operator.def (OP_TYPEID): New.
7291
7292 2013-04-15 Tom Tromey <tromey@redhat.com>
7293
7294 * elfread.c (elf_symtab_read): Install versioned symbol under
7295 unversioned name as well.
7296
7297 2013-04-15 Tom Tromey <tromey@redhat.com>
7298
7299 PR c++/11990:
7300 * c-lang.c (cplus_language_defn): Use gdb_demangle.
7301 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
7302 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
7303 (gdb_demangle): New function.
7304 * cp-support.h (gdb_demangle): Declare.
7305 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
7306 (dwarf2_name): Use gdb_demangle.
7307 * gdbtypes.c (check_stub_method): Use gdb_demangle.
7308 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
7309 suffixes from name.
7310 (gnuv3_print_method_ptr): Use gdb_demangle.
7311 * jv-lang.c (java_demangle): Use gdb_demangle.
7312 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
7313 * language.c (unk_lang_demangle): Use gdb_demangle.
7314 * symtab.c (symbol_find_demangled_name)
7315 (demangle_for_lookup): Use gdb_demangle.
7316
7317 2013-04-15 Tom Tromey <tromey@redhat.com>
7318
7319 PR c++/12824:
7320 * NEWS: Update.
7321 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
7322 New constant.
7323 (classify_exception_breakpoint): New function.
7324 (print_it_exception_catchpoint, print_one_exception_catchpoint)
7325 (print_mention_exception_catchpoint)
7326 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
7327 (catch_exception_command_1): Handle "rethrow" catchpoint.
7328 (catch_rethrow_command): New function.
7329 (_initialize_breakpoint): Add "catch rethrow" command.
7330
7331 2013-04-15 Pierre Muller <muller@sourceware.org>
7332
7333 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
7334 set_gdbarch_write_pc as deprecated anymore.
7335
7336 2013-04-15 Joel Brobecker <brobecker@adacore.com>
7337
7338 * spu-tdep.c (spu_write_pc): Add empty line after local variable
7339 declarations.
7340
7341 2013-04-13 Yao Qi <yao@codesourcery.com>
7342
7343 * ctf.c (_initialize_ctf): Include "completer.h".
7344 Call add_target_with_completer instead of add_target.
7345
7346 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7347
7348 Fix GDB regression related to PR binutils/14813.
7349 * jit.c (mem_bfd_iovec_close): Return 0 for success.
7350 * minidebug.c (lzma_close): Add return value comment.
7351 * remote.c (remote_bfd_iovec_close): Return 0 for success.
7352 * solib-spu.c (spu_bfd_iovec_close): Likewise.
7353 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7354
7355 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7356
7357 * config.in: Regenerate.
7358
7359 2013-04-12 Tom Tromey <tromey@redhat.com>
7360
7361 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7362 const.
7363 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7364 (struct die_reader_specs) <buffer>: Likewise.
7365 (die_reader_func_ftype): Make 'info_ptr' const.
7366 (struct line_header) <include_dirs, statement_program_start,
7367 statement_program_end>: Now const.
7368 (struct file_entry) <name>: Likewise.
7369 (struct partial_die_info) <sibling>: Likewise.
7370 (struct dwarf_block) <data>: Likewise.
7371 (dwarf2_read_section): Remove cast.
7372 (dwarf2_get_section_info): Make 'bufp' const.
7373 (read_index_from_section): Constify.
7374 (dw2_get_file_names_reader): Make 'info_ptr' const.
7375 (dw2_get_primary_filename_reader): Likewise.
7376 (read_comp_unit_head): Make 'info_ptr' and return type const.
7377 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7378 Likewise.
7379 (read_abbrev_offset): Constify.
7380 (dwarf2_create_include_psymtab): Make 'name' const.
7381 (create_debug_types_hash_table): Update.
7382 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7383 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7384 Constify.
7385 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7386 (load_partial_comp_unit_reader): Make 'info_ptr' const.
7387 (read_comp_units_from_section): Constify.
7388 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7389 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7390 const.
7391 (dwarf2_compute_name, setup_type_unit_groups): Constify.
7392 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7393 (create_dwp_hash_table, dwarf2_ranges_read)
7394 (dwarf2_record_block_ranges): Constify.
7395 (read_die_and_children, read_die_and_siblings_1)
7396 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7397 const.
7398 (read_full_die_1, read_full_die): Make 'info_ptr' const.
7399 (abbrev_table_read_table): Constify.
7400 (load_partial_dies): Make 'info_ptr' const.
7401 (read_partial_die, read_attribute_value, read_attribute): Make
7402 'info_ptr' and return type const.
7403 (read_address, read_initial_length)
7404 (read_checked_initial_length_and_offset, read_offset)
7405 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7406 const.
7407 (read_direct_string): Make 'buf' and return type const.
7408 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7409 (read_indirect_string): Make return type const.
7410 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7411 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7412 'info_ptr' const.
7413 (read_str_index): Make return type const.
7414 (add_include_dir): Make 'include_dir' const.
7415 (add_file_name): Make 'name' const.
7416 (dwarf_decode_line_header): Constify.
7417 (psymtab_include_file_name): Make return type const.
7418 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7419 (dwarf2_start_subfile): Make 'filename' const.
7420 (dwarf2_const_value_attr): Make 'bytes' const.
7421 (read_signatured_type_reader): Make 'info_ptr' const.
7422 (decode_locdesc): Constify.
7423 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7424 const.
7425 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7426 'mac_end', and return type const.
7427 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7428 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7429 type const.
7430 (per_cu_header_read_in): Constify.
7431 * symfile.h (dwarf2_get_section_info): Update.
7432
7433 2013-04-12 Tom Tromey <tromey@redhat.com>
7434
7435 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7436
7437 2013-04-12 Eli Zaretskii <eliz@gnu.org>
7438
7439 * NEWS: Mention "show configuration", --configuration.
7440 * top.c (print_gdb_configuration): New function, displays the
7441 details about GDB configure-time parameters.
7442 (print_gdb_version): Mention "show configuration".
7443 * cli/cli-cmds.c (show_configuration): New function.
7444 (_initialize_cli_cmds): Add the "show configuration" command.
7445 * main.c (captured_main) <print_configuration>: New static var.
7446 <long_options>: Use it.
7447 If --configuration was given, call print_gdb_configuration.
7448
7449 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7450 Pedro Alves <palves@redhat.com>
7451
7452 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7453 (generated_files): Add gcore.
7454 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7455 HAVE_NATIVE_GCORE_HOST.
7456 (gcore): New.
7457 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7458 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7459 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7460 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7461 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7462 Add HAVE_NATIVE_GCORE_HOST.
7463 * configure: Regenerate.
7464 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7465 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
7466 AC_CONFIG_FILES for gcore.
7467 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
7468 gdb_have_gcore.
7469 * gdb_gcore.sh: Rename to ...
7470 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
7471 and GCORE_TRANSFORM_NAME substitutions.
7472
7473 Fix parsing tabs in ${gdb_target_obs}.
7474 * configure.tgt (gdb_have_gcore): Replace case with for and if.
7475
7476 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7477
7478 * remote.c (unpush_and_perror): Add output message final dot.
7479
7480 2013-04-11 Yao Qi <yao@codesourcery.com>
7481
7482 * tracepoint.c (tfile_interp_line): Fit parameters line and
7483 utpp in one line.
7484
7485 2013-04-10 Joel Brobecker <brobecker@adacore.com>
7486
7487 * solib.c (solib_map_sections): Remove code overwriting
7488 SO->SO_NAME with the bfd's filename.
7489
7490 2013-04-10 Pedro Alves <palves@redhat.com>
7491
7492 * cli/cli-decode.c (integer_unlimited_completer): New function.
7493 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7494 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7495 completer.
7496 * cli/cli-setshow.c: Include "cli/cli-utils.h".
7497 (is_unlimited_literal): New function.
7498 (do_set_command): Handle literal "unlimited" arguments.
7499 * frame.c (_initialize_frame) <set backtrace limit>: Document
7500 "unlimited".
7501 * printcmd.c (_initialize_printcmd) <set print
7502 max-symbolic-offset>: Add help text.
7503 * record-full.c (_initialize_record_full) <set record full
7504 insn-number-max>: Likewise.
7505 * record.c (_initialize_record) <set record
7506 instruction-history-size, set record function-call-history-size>:
7507 Add help text.
7508 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7509 help text.
7510 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7511 Likewise.
7512 * source.c (_initialize_source) <set listsize>: Add help text.
7513 * utils.c (initialize_utils) <set height, set width>: Likewise.
7514 <set pagination>: Mention "set height unlimited".
7515 * valprint.c (_initialize_valprint) <set print elements, set print
7516 repeats>: Document "unlimited".
7517
7518 2013-04-10 Pedro Alves <palves@redhat.com>
7519
7520 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7521 instead of disconnect_tracing.
7522 * infcmd.c (detach_command, disconnect_command): Call
7523 query_if_trace_running. Adjust.
7524 * top.c: Include "tracepoint.h".
7525 (quit_target): Delete. Contents moved ...
7526 (quit_force): ... here. Wrap each stage of teardown in
7527 TRY_CATCH. Call disconnect_tracing before detaching.
7528
7529 2013-04-10 Hui Zhu <hui@codesourcery.com>
7530 Yao Qi <yao@codesourcery.com>
7531
7532 * configure.ac: Check libbabeltrace is installed.
7533 * config.in: Regenerate.
7534 * configure: Regenerate.
7535 * Makefile.in (LIBBABELTRACE): New.
7536 (CLIBS): Add LIBBABELTRACE.
7537 * ctf.c: Include "exec.h".
7538 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7539 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7540 (ctf_save_metadata_header): Define new type aliases in
7541 metadata.
7542 (ctf_write_header): Define event type "tsv_def" and "tp_def"
7543 in metadata. Start a new faked packet for trace status.
7544 (ctf_write_status): Write trace status to CTF.
7545 (ctf_write_uploaded_tsv): Write TSV to CTF.
7546 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7547 (ctf_write_definition_end): End the faked packet.
7548
7549 (ctx, ctf_iter, trace_dirname): New.
7550 (start_pos): New variable.
7551 (ctf_destroy, ctf_open_dir, ctf_open): New.
7552 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7553 macros.
7554 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7555 (ctf_fetch_registers, ctf_xfer_partial): New.
7556 (ctf_get_trace_state_variable_value): New.
7557 (ctf_get_tpnum_from_frame_event): New.
7558 (ctf_get_traceframe_address): New.
7559 (ctf_trace_find, ctf_has_stack): New.
7560 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7561 (ctf_get_trace_status, ctf_read_status): New.
7562 (_initialize_ctf): New.
7563 * tracepoint.c (get_tracepoint_number): New
7564 (get_uploaded_tsv): Remove 'static'.
7565 (struct traceframe_info, trace_regblock_size): Move it to ...
7566 * tracepoint.h: ... here.
7567 (get_tracepoint_number): Declare it.
7568 (get_uploaded_tsv): Declare it.
7569
7570 * NEWS: Mention new configure option.
7571
7572 2013-04-10 Pedro Alves <palves@redhat.com>
7573 Hui Zhu <hui@codesourcery.com>
7574
7575 * breakpoint.c (dprintf_re_set): New.
7576 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7577 to dprintf_re_set.
7578
7579 2013-04-09 Joel Brobecker <brobecker@adacore.com>
7580
7581 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7582 Remove solib-svr4.o from the list.
7583
7584 2013-04-09 Joel Brobecker <brobecker@adacore.com>
7585
7586 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7587 Use gdb_assert_not_reached instead of invalid boolean expression.
7588
7589 2013-04-09 Pedro Alves <palves@redhat.com>
7590
7591 * remote.c (unpush_and_perror): New function.
7592 (readchar, remote_serial_write): Use it.
7593
7594 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
7595
7596 * NEWS: Mention new btrace RSP packets.
7597
7598 2013-04-08 Tom Tromey <tromey@redhat.com>
7599
7600 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7601 long.
7602
7603 2013-04-08 Tom Tromey <tromey@redhat.com>
7604
7605 * maint.c (print_bfd_section_info): Print the section index.
7606 * symmisc.c (dump_msymbols): Print the section index.
7607
7608 2013-04-08 Tom Tromey <tromey@redhat.com>
7609
7610 PR symtab/8424:
7611 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7612 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7613 * breakpoint.c (resolve_sal_pc): Update.
7614 * elfread.c (elf_gnu_ifunc_record_cache): Update.
7615 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7616 (minsym_lookup_iterator_cb): Use it.
7617 (default_read_var_value): Update.
7618 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7619 Update.
7620 * infcmd.c (jump_command): Update.
7621 * linespec.c (minsym_found): Update.
7622 * maint.c (maintenance_translate_address): Update.
7623 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7624 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7625 * parse.c (write_exp_msymbol): Update.
7626 * printcmd.c (address_info): Update.
7627 * psymtab.c (find_pc_sect_psymbol): Update.
7628 (fixup_psymbol_section): Check SYMBOL_SECTION, not
7629 SYMBOL_OBJ_SECTION.
7630 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7631 Don't initialize SYMBOL_OBJ_SECTION.
7632 * spu-tdep.c (spu_catch_start): Update.
7633 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7634 * symmisc.c (dump_msymbols, print_symbol): Update.
7635 * symtab.c (fixup_section): Don't set 'obj_section'. Change
7636 how fallback section is computed.
7637 (fixup_symbol_section): Update.
7638 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7639 Update.
7640 (allocate_symbol, initialize_symbol, allocate_template_symbol):
7641 Initialize SYMBOL_SECTION.
7642 * symtab.h (struct general_symbol_info) <section>: Update comment.
7643 <obj_section>: Remove.
7644 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
7645 (SYMBOL_OBJFILE): New macro.
7646
7647 2013-04-08 Tom Tromey <tromey@redhat.com>
7648
7649 * coffread.c (record_minimal_symbol): Update.
7650 * dbxread.c (record_minimal_symbol): Update.
7651 * elfread.c (record_minimal_symbol): Update.
7652 * machoread.c (macho_symtab_add_minsym): Update.
7653 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7654 Update.
7655 * minsyms.c (prim_record_minimal_symbol): Update.
7656 (prim_record_minimal_symbol_full): Remove 'bfd_section'
7657 argument.
7658 (prim_record_minimal_symbol_and_info): Likewise.
7659 * minsyms.h (prim_record_minimal_symbol_full)
7660 (prim_record_minimal_symbol_and_info): Update.
7661 * symtab.c (allocate_symbol, initialize_symbol)
7662 (allocate_template_symbol): Initialize SYMBOL_SECTION.
7663 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7664 Update.
7665
7666 2013-04-08 Tom Tromey <tromey@redhat.com>
7667
7668 PR symtab/8423:
7669 * solib-som.c (som_solib_section_offsets): Use BFD section
7670 indices. Set offsets for all sections.
7671 * somread.c (som_symtab_read): Compute BFD section for
7672 symbol. Use prim_record_minimal_symbol_and_info.
7673 (som_symfile_read): Fix comment.
7674 (struct find_section_offset_arg): New.
7675 (find_section_offset, set_section_index): New functions.
7676 (som_symfile_offsets): Use set_section_index to compute
7677 section indices.
7678
7679 2013-04-08 Tom Tromey <tromey@redhat.com>
7680
7681 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7682 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7683 gdb_bfd_section_index.
7684 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7685 New functions.
7686 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7687 Declare.
7688 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7689 Update.
7690 * objfiles.c (add_to_objfile_sections_full): New function.
7691 (add_to_objfile_sections): Use it.
7692 (build_section_table): Rewrite.
7693 (objfile_relocate1): Use gdb_bfd_section_index. Update.
7694 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7695 (struct objfile) <sections>: Update comment.
7696 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7697 is NULL.
7698 (ALL_OBJSECTIONS): Use it.
7699 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7700 * solib-frv.c (frv_relocate_main_executable): Update.
7701 * solib-target.c (solib_target_relocate_section_addresses):
7702 Use gdb_bfd_section_index.
7703 * symfile.c (build_section_addr_info_from_section_table):
7704 Use gdb_bfd_section_index.
7705 (build_section_addr_info_from_bfd, place_section): Likewise.
7706 * symtab.c (fixup_section): Update.
7707 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7708
7709 2013-04-08 Tom Tromey <tromey@redhat.com>
7710
7711 * minsyms.h (struct bound_minimal_symbol): New.
7712 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7713 Remove objfile argument.
7714 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7715 Return bound_minimal_symbol.
7716 * minsyms.c (lookup_minimal_symbol_by_pc_1)
7717 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7718 Return bound_minimal_symbol.
7719 (in_gnu_ifunc_stub): Update.
7720 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7721 Remove 'objfile_p' argument.
7722 (lookup_solib_trampoline_symbol_by_pc): Update.
7723 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7724 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7725 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7726 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7727 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7728 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7729 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7730 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7731 stack.c, symtab.c, tui/tui-disasm.c: Update.
7732
7733 2013-04-08 Tom Tromey <tromey@redhat.com>
7734
7735 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7736 Use symbol's obstack, not an objfile.
7737 * coffread.c (process_coff_symbol): Update.
7738 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7739 * jv-lang.c (add_class_symbol): Update.
7740 * mdebugread.c (new_symbol): Update.
7741 * minsyms.c (prim_record_minimal_symbol_full)
7742 (terminate_minimal_symbol_table): Update.
7743 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
7744 * stabsread.c (define_symbol, read_enum_type): Update.
7745 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7746 Handle Ada specially.
7747 (symbol_set_language): Add 'obstack' argument.
7748 (symbol_set_names): Update.
7749 (symbol_natural_name, symbol_demangled_name): Always use
7750 ada_decode_symbol.
7751 * symtab.h (struct general_symbol_info)
7752 <language_specific::obstack>: New field.
7753 <ada_mangled>: New field.
7754 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7755 (symbol_set_language): Update.
7756
7757 2013-04-08 Tom Tromey <tromey@redhat.com>
7758
7759 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7760 Take an obstack, not an objfile.
7761 (symbol_set_names): Update.
7762 * symtab.h (symbol_set_demangled_name): Update.
7763
7764 2013-04-08 Tom Tromey <tromey@redhat.com>
7765
7766 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7767 allocate_symbol.
7768 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7769 (read_func_scope): Call allocate_template_symbol.
7770 (new_symbol_full): Call allocate_symbol.
7771 * jit.c (finalize_symtab): Call allocate_symbol.
7772 * jv-lang.c (add_class_symbol): Call allocate_symbol.
7773 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7774 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7775 (common_block_end): Call allocate_symbol.
7776 * symtab.c (allocate_symbol, initialize_symbol)
7777 (allocate_template_symbol): New functions.
7778 * symtab.c (allocate_symbol, initialize_symbol)
7779 (allocate_template_symbol): Declare.
7780 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7781
7782 2013-04-08 Pedro Alves <palves@redhat.com>
7783 Keith Seitz <keiths@redhat.com>
7784
7785 * breakpoint.c (create_breakpoint): Rename
7786 "parse_condition_and_thread" parameter to "parse_arg". Update
7787 describing comment. If !PARSE_ARG, then error out if ARG is not
7788 the empty string after extracting the location.
7789 * breakpoint.h (create_breakpoint): Rename
7790 "parse_condition_and_thread" parameter to "parse_arg".
7791
7792 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
7793
7794 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7795
7796 2013-04-07 Yao Qi <yao@codesourcery.com>
7797
7798 * remote.c (remote_trace_find): Change type of parameters 'addr1'
7799 and 'addr2' to CORE_ADDR.
7800 * target.c (update_current_target): Update.
7801 * target.h (struct target_ops) <to_trace_find>: Change parameter
7802 type to CORE_ADDR.
7803 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7804 'addr2' to CORE_ADDR.
7805 (tfile_trace_find): Likewise.
7806 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7807 Change local variable 'addr' to type CORE_ADDR.
7808 * tracepoint.h (tfind_1): Update declaration.
7809
7810 2013-04-06 Eli Zaretskii <eliz@gnu.org>
7811
7812 * windows-nat.c (windows_get_absolute_argv0): Move from here...
7813 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7814 Include main.h.
7815
7816 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7817 here...
7818 * main.h (windows_get_absolute_argv0): ...to here.
7819
7820 2013-04-05 Doug Evans <dje@google.com>
7821
7822 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7823 (read_cutu_die_from_dwo): Add comments.
7824 (read_structure_type): Update comment.
7825 (read_enumeration_type, read_namespace_type): Update comment.
7826 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7827
7828 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7829
7830 Convert man pages to texinfo, new gdbinit.5 texinfo page.
7831 * Makefile.in (gdb.z): Remove.
7832 (install-only): Remove $(man1dir) and gdb.1 installation.
7833 * gdb.1: Remove.
7834
7835 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7836
7837 Fix compatibility with Linux kernel 3.8.3.
7838 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7839 to more inner block. Remove parsing of NUMBER from outer block.
7840 Parse NUMBER only if KEYWORD has been identified.
7841
7842 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7843
7844 Fix variable name shadowing.
7845 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7846 filename to mapsfilename and update its uses.
7847
7848 2013-04-05 Eli Zaretskii <eliz@gnu.org>
7849
7850 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7851 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7852 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7853 details of the problem.
7854
7855 2013-04-04 Pedro Alves <palves@redhat.com>
7856 Hui Zhu <hui@codesourcery.com>
7857
7858 * breakpoint.c (validate_commands_for_breakpoint): If validating a
7859 tracepoint, reset its STEP_COUNT and call validate_actionline.
7860
7861 2013-04-03 Doug Evans <dje@google.com>
7862
7863 * dwarf2read.c (read_die_and_siblings_1): Renamed from
7864 read_die_and_siblings.
7865 (read_die_and_siblings): New function.
7866 (read_cutu_die_from_dwo): Dump die if requested.
7867 (read_die_and_children): Call read_full_die_1 and
7868 read_die_and_siblings_1.
7869 (read_full_die): Dump die if requested.
7870
7871 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7872
7873 * dwarf2read.c (struct dwo_file): New member comp_dir.
7874 Rename member name to dwo_name. All uses updated.
7875 (hash_dwo_file): Include comp_dir in computation.
7876 (eq_dwo_file): Ditto.
7877 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
7878 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7879
7880 * psymtab.c (read_psymtabs_with_fullname): Don't call
7881 psymtab_to_fullname if the basenames are different.
7882
7883 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7884
7885 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7886 New entry about "fullname" presence.
7887
7888 2013-04-03 Pedro Alves <palves@redhat.com>
7889
7890 * NEWS: Mention x86_64/Cygwin as new native configuration.
7891
7892 2013-04-02 Doug Evans <dje@google.com>
7893
7894 * dwarf2read.c (read_structure_type): Fix typo in comment.
7895
7896 2013-04-02 Pedro Alves <palves@redhat.com>
7897
7898 * NEWS: Mention "set/show debug aarch64", "set/show debug
7899 coff-pe-read" and "set/show debug mach-o".
7900
7901 2013-04-02 Pedro Alves <palves@redhat.com>
7902
7903 * NEWS: Mention "set/show remote trace-buffer-size-packet".
7904
7905 2013-04-02 Eli Zaretskii <eliz@gnu.org>
7906
7907 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7908 gdb_string.h is now in common/.
7909
7910 2013-04-02 Pedro Alves <palves@redhat.com>
7911
7912 * NEWS: Move "set debug notification" and "set trace-buffer-size"
7913 under "New options".
7914
7915 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7916
7917 Revert this patch:
7918 PR gdb/15275
7919 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7920
7921 2013-04-02 Pedro Alves <palves@redhat.com>
7922
7923 PR gdb/15275
7924
7925 * remote.c (send_interrupt_sequence): Use remote_serial_write.
7926 (remote_serial_write): New function.
7927 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7928
7929 2013-04-01 Jiong Wang <jiwang@tilera.com>
7930
7931 * NEWS: Mention TILE-Gx in "New native configurations" and
7932 "New targets" sections.
7933
7934 2013-04-01 Doug Evans <dje@google.com>
7935
7936 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7937 (process_enumeration_scope): Simplify.
7938
7939 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7940 type_unit_group ...
7941 (struct signatured_type): ... to here.
7942 (sig_type_ptr): New typedef.
7943 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
7944 out of union 't'. All uses updated.
7945 (dw2_get_file_names_reader): Assert not called for a type unit.
7946 (dw2_get_file_names): Assert not called for a type unit or type
7947 unit group.
7948 (build_type_psymtabs_reader): Assert called for a type unit.
7949 (build_type_psymtab_dependencies): Assert called for a type unit group.
7950
7951 * dwarf2read.c (free_dwo_file): Add comment.
7952 (dwarf2_per_objfile_free): Unref dwp bfd.
7953
7954 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7955
7956 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7957 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7958 (read_pe_exported_syms): Remove unused 'exportix'.
7959 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7960 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7961 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7962
7963 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7964
7965 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7966 (print_it_watchpoint): Remove unused 'bl'.
7967 (say_where): Remove unused 'uiout'.
7968 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7969 (bkpt_breakpoint_hit): Remove unused 'b'.
7970 (internal_bkpt_print_it): Remove unused 'uiout'.
7971 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7972
7973 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7974
7975 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7976 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7977
7978 2013-03-29 Doug Evans <dje@google.com>
7979
7980 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7981 Delete arg is_dwp. All callers updated.
7982 (open_dwp_file): New function.
7983 (open_and_init_dwp_file): Call it.
7984 (get_dwp_file): New function.
7985 (lookup_dwo_cutu): Call it.
7986
7987 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7988 unnecessary, cleanup.
7989
7990 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7991
7992 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7993 (lookup_dwo_unit): New function.
7994 (init_cutu_and_read_dies): Move DWO handling to new functions.
7995
7996 * dwarf2read.c (struct signatured_type): Tweak comment.
7997 (struct dwo_unit): Tweak comment.
7998 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7999 (create_dwo_debug_info_hash_table): Tweak comment.
8000 (dwarf2_per_cu_offset_and_type): Tweak comment.
8001
8002 * dwarf2read.c (lookup_signatured_type): Remove complaint about
8003 missing .debug_types section.
8004
8005 2013-03-29 Yao Qi <yao@codesourcery.com>
8006
8007 * corelow.c: Include "completer.h".
8008 (_initialize_corelow): Call add_target_with_completer with
8009 argument 'filename_completer'.
8010 * tracepoint.c: Likewise.
8011 * exec.c (_initialize_exec): Likewise.
8012 * target.c (add_target): Rename to ...
8013 (add_target_with_completer): ... this. Call set_cmd_completer
8014 if parameter completer is not NULL.
8015 (add_target): New.
8016 * target.h: Include "command.h".
8017 (add_target_with_completer): Declare it.
8018
8019 2013-03-28 Joel Brobecker <brobecker@adacore.com>
8020
8021 * coffread.c (is_import_fixup_symbol): New function.
8022 (record_minimal_symbol): Use is_import_fixup_symbol to
8023 detect import fixup symbols, and discard them.
8024
8025 2013-03-28 Doug Evans <dje@google.com>
8026
8027 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
8028 types hash table until we know we need it.
8029
8030 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
8031 index numbers.
8032
8033 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
8034 All callers updated.
8035 (dw2_print_stats): Print #read CUs too.
8036 (dump_die_shallow): Print signatured types better.
8037
8038 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
8039 info_or_types_section to section. All uses updated.
8040 (struct dwo_unit): Ditto.
8041
8042 2013-03-28 Pedro Alves <palves@redhat.com>
8043
8044 * NEWS (New options): New section.
8045 (New options): Mention set/show remote trace-status-packet.
8046 * remote.c (PACKET_qTStatus): New enumeration value.
8047 (remote_get_trace_status): Skip sending qTStatus if the packet is
8048 disabled. Use packet_ok.
8049 (_initialize_remote): Register a configuration command for
8050 qTStatus packet.
8051
8052 2013-03-28 Doug Evans <dje@google.com>
8053
8054 * symfile.c (find_separate_debug_file): Add comment.
8055 (terminate_after_last_dir_separator): Tweak comment.
8056
8057 * dwarf2read.c (create_partial_symtab): Add forward decl.
8058 (create_partial_symtab): Move to be closer to other psymtab functions.
8059 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
8060
8061 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
8062 (compute_symtab_includes): Remove unnecessary forward declaration.
8063 (die_needs_namespace): Add comment marking group of functions for
8064 dwarf2 name computation.
8065
8066 * typeprint.c (_initialize_typeprint): Improve type help text.
8067
8068 * python/python.c (finish_python_initialization): Provide suggestion
8069 for how to tell gdb to find its python files.
8070
8071 2013-03-28 Pedro Alves <palves@redhat.com>
8072
8073 PR gdb/15294
8074
8075 * source.c (_initialize_source): Change back "set listsize" to an
8076 integer command.
8077
8078 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
8079
8080 PR gdb/15275
8081 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
8082
8083 2013-03-27 Pedro Alves <palves@redhat.com>
8084
8085 * top.c (history_size): Rename to ...
8086 (history_size_setshow_var): ... this. Add comment.
8087 (show_commands): Use readline's 'history_length' instead of
8088 computing the history length by calling history_get in a loop.
8089 (set_history_size_command): Error out for sizes over INT_MAX.
8090 Restore previous history size on invalid size.
8091 (init_history): If HISTSIZE is negative, leave the history size as
8092 zero. Add comments.
8093 (init_main): Adjust.
8094
8095 2013-03-27 Pedro Alves <palves@redhat.com>
8096
8097 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
8098 coff_pe_read" command to "set debug coff-pe-read".
8099
8100 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
8101
8102 * record.c (command_size_to_target_size): Fix size comparison.
8103 Change parameter type from pointer to integer to integer.
8104 Update all users.
8105
8106 2013-03-27 Pierre Muller <muller@sourceware.org>
8107
8108 * windows-nat.c (handle_output_debug_string): Avoid typecast
8109 from integer of different size warning.
8110
8111 2013-03-26 Joel Brobecker <brobecker@adacore.com>
8112
8113 * windows-nat.c (handle_output_debug_string): Add empty line
8114 after local block variable definition.
8115
8116 2013-03-26 Pedro Alves <palves@redhat.com>
8117
8118 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
8119 (net_open): Make 'polls' local unsigned.
8120
8121 2013-03-26 Pedro Alves <palves@redhat.com>
8122
8123 * remote.c (_initialize_remote): Make "set remoteaddresssize"
8124 a zuinteger command instead of uinteger.
8125
8126 2013-03-26 Pedro Alves <palves@redhat.com>
8127
8128 * record-full.c (record_full_insn_num): Make it unsigned.
8129 (record_full_check_insn_num, record_full_message)
8130 (record_full_registers_change, record_full_xfer_partial): Remove
8131 record_full_insn_max_num check (it's always != 0).
8132 (record_full_info, record_full_restore): Use %u as format string.
8133 (): Use %u as format string.
8134 (set_record_full_insn_max_num): Remove record_full_insn_max_num
8135 check (it's always != 0).
8136
8137 2013-03-26 Pedro Alves <palves@redhat.com>
8138
8139 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
8140 and "set dcache size" commands zuinteger instead of uinteger.
8141
8142 2013-03-26 Pedro Alves <palves@redhat.com>
8143
8144 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
8145 command zuinteger instead of uinteger.
8146
8147 2013-03-26 Pedro Alves <palves@redhat.com>
8148
8149 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
8150 zuinteger instead of uinteger.
8151
8152 2013-03-26 Pedro Alves <palves@redhat.com>
8153
8154 * record.c (record_insn_history_size_setshow_var)
8155 (record_call_history_size_setshow_var): New globals.
8156 (command_size_to_target_size): New function.
8157 (cmd_record_insn_history, cmd_record_call_history): Use
8158 command_size_to_target_size instead of cast.
8159 (validate_history_size, set_record_insn_history_size)
8160 (set_record_call_history_size): New functions.
8161 (_initialize_record): Install set_record_insn_history_size and
8162 set_record_call_history_size as "set" hooks of "set record
8163 instruction-history-size" and "set record
8164 function-call-history-size".
8165
8166 2013-03-26 Pedro Alves <palves@redhat.com>
8167
8168 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
8169 use with history_max_entries use. Remove FIXME note.
8170
8171 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
8172
8173 * record-btrace.c (record_btrace_close): Call
8174 record_btrace_auto_disable.
8175
8176 2013-03-25 Joel Brobecker <brobecker@adacore.com>
8177
8178 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
8179
8180 2013-03-25 Doug Evans <dje@google.com>
8181
8182 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
8183
8184 2013-03-25 Tom Tromey <tromey@redhat.com>
8185
8186 PR symtab/11462:
8187 * c-exp.y (exp): Add new productions for destructors after '.' and
8188 '->'.
8189 (write_destructor_name): New function.
8190
8191 2013-03-25 Tom Tromey <tromey@redhat.com>
8192
8193 PR c++/9197:
8194 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
8195 value_struct_elt, not lookup_struct_elt_type.
8196 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
8197 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
8198 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
8199
8200 2013-03-25 Yao Qi <yao@codesourcery.com>
8201
8202 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
8203 instead of '_mkdir'.
8204
8205 2013-03-23 Eli Zaretskii <eliz@gnu.org>
8206
8207 * windows-nat.c (windows_get_absolute_argv0): New function.
8208 * windows-nat.h: Add its prototype.
8209
8210 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
8211 Use IS_DIR_SEPARATOR instead of looking for a character inside
8212 SLASH_STRING. Include filenames.h.
8213 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
8214 relocate_gdb_directory works when passed gdb_program_name.
8215 Include windows-nat.h.
8216
8217 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8218
8219 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
8220 * remote.c (trace_error): Remove the special handling of '2'.
8221 (readchar) <SERIAL_EOF>
8222 (readchar) <SERIAL_ERROR>
8223 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
8224 (remote_get_trace_status): Call throw_exception if EX is
8225 TARGET_CLOSE_ERROR.
8226 * utils.c (perror_with_name): Rename to ...
8227 (throw_perror_with_name): ... here. New parameter errcode, describe it
8228 in the function comment.
8229 (perror_with_name): New function wrapper.
8230 * utils.h (enum errors): New stub declaration.
8231 (throw_perror_with_name): New declaration.
8232
8233 2013-03-22 Pedro Alves <palves@redhat.com>
8234 Yao Qi <yao@codesourcery.com>
8235 Mark Kettenis <kettenis@gnu.org>
8236
8237 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
8238 Don't let the user set the value to UINT_MAX directly.
8239 <var_integer>: Don't let the user set the value to INT_MAX
8240 directly.
8241
8242 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8243
8244 * remote.c (remote_unpush_target): New function.
8245 (remote_open_1): Remove two pop_target calls, update one comment, add
8246 comment to target_preopen call. Replace pop_target call by
8247 remote_unpush_target call.
8248 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
8249 pop_target calls by remote_unpush_target calls.
8250
8251 2013-03-22 Pedro Alves <palves@redhat.com>
8252
8253 * linux-nat.c (linux_child_follow_fork): Don't call
8254 linux_enable_event_reporting.
8255 (linux_handle_extended_wait): Don't call
8256 linux_enable_event_reporting.
8257
8258 2013-03-22 Pedro Alves <palves@redhat.com>
8259
8260 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
8261 use it to rewrite the trampoline buffers with type gdb_byte[], and
8262 undefine the macro. Remove char* cast.
8263
8264 2013-03-21 Doug Evans <dje@google.com>
8265
8266 New commands "mt set per-command {space,time,symtab} {on,off}".
8267 * NEWS: Add entry.
8268 * event-top.c: #include "maint.h".
8269 * main.c: #include "maint.h".
8270 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
8271 timeval-utils.h, maint.h, cli/cli-setshow.h.
8272 (per_command_time, per_command_space): New static globals.
8273 (per_command_symtab): New static global.
8274 (per_command_setlist, per_command_showlist): New static globals.
8275 (struct cmd_stats): Move here from utils.c.
8276 (set_per_command_time): Renamed from set_display_time in utils.c
8277 and moved here. All callers updated.
8278 (set_per_command_space): Renamed from set_display_space in utils.c
8279 and moved here. All callers updated.
8280 (count_symtabs_and_blocks): New function.
8281 (report_command_stats): Moved here from utils.c. Add support for
8282 printing symtab stats. Only print data if enabled before command
8283 executed.
8284 (make_command_stats_cleanup): Ditto.
8285 (sert_per_command_cmd, show_per_command_cmd): New functions.
8286 (_initialize_maint_cmds): Add new commands
8287 mt set per-command {space,time,symtab} {on,off}.
8288 * maint.h: New file.
8289 * top.c: #include "maint.h".
8290 * utils.c (reset_prompt_for_continue_wait_time): New function.
8291 (get_prompt_for_continue_wait_time): New function.
8292 * utils.h (reset_prompt_for_continue_wait_time): Declare
8293 (get_prompt_for_continue_wait_time): Declare.
8294 (make_command_stats_cleanup): Moved to maint.h.
8295 (set_display_time, set_display_space): Moved to maint.h and renamed
8296 to set_per_command_time, set_per_command_space.
8297 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
8298 parse_binary_operation and made non-static. Don't call error,
8299 just return an error marker. All callers updated.
8300 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
8301
8302 2013-03-21 Tom Tromey <tromey@redhat.com>
8303
8304 * symfile.c (alloc_section_addr_info): Update header. Don't set
8305 'num_sections' field.
8306 (build_section_addr_info_from_section_table): Set 'num_sections'.
8307 (build_section_addr_info_from_bfd): Likewise.
8308 (build_section_addr_info_from_objfile): Remove dead loop
8309 condition.
8310 (free_section_addr_info): Unconditionally call xfree.
8311 (relative_addr_info_to_section_offsets, addrs_section_sort)
8312 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
8313 condition.
8314 (syms_from_objfile_1): Remove dead 'if' condition. Check
8315 'num_sections'.
8316 (add_symbol_file_command): Set 'num_sections'.
8317 * symfile-mem.c (symbol_file_add_from_memory): Set
8318 'num_sections'.
8319 * somread.c (som_symfile_offsets): Remove dead loop condition.
8320 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
8321 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
8322
8323 2013-03-21 Tom Tromey <tromey@redhat.com>
8324
8325 * tracepoint.h (decode_agent_options): Add 'trace_string'
8326 argument.
8327 * tracepoint.c (decode_agent_options): Add 'trace_string'
8328 argument.
8329 (validate_actionline): Update.
8330 (collect_symbol): Add 'trace_string' argument.
8331 (struct add_local_symbols_data) <trace_string>: New field.
8332 (do_collect_symbol): Update.
8333 (add_local_symbols): Add 'trace_string' argument.
8334 (encode_actions_1): Update.
8335 (trace_dump_actions): Update.
8336 * dwarf2loc.c (access_memory): Update.
8337 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
8338 * ax-general.c (new_agent_expr): Update.
8339 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
8340 (gen_trace_for_return_address): Add argument.
8341 (trace_kludge, trace_string_kludge): Remove.
8342 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
8343 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
8344 (gen_trace_for_var): Add 'trace_string' argument.
8345 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
8346 (gen_printf, agent_eval_command_one): Update.
8347
8348 2013-03-21 Tom Tromey <tromey@redhat.com>
8349
8350 PR exp/15109:
8351 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8352 Handle FILENAME token.
8353
8354 2013-03-21 Tom Tromey <tromey@redhat.com>
8355
8356 * c-exp.y (YYPRINT): Define.
8357 (c_print_token): New function.
8358
8359 2013-03-21 Tom Tromey <tromey@redhat.com>
8360
8361 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8362
8363 2013-03-21 Yao Qi <yao@codesourcery.com>
8364
8365 * ctf.c: Include "gdb_stat.h".
8366 [USE_WIN32API]: New macro 'mkdir'.
8367 (ctf_start): Use permission bits macros if they are defined.
8368
8369 2013-03-20 Keith Seitz <keiths@redhat.com>
8370
8371 * breakpoint.h (struct breakpoint): Add comment to
8372 extra_string indicating that this member is mallod'd.
8373 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8374
8375 2013-03-20 Pedro Alves <palves@redhat.com>
8376
8377 PR gdb/15289
8378
8379 * cli/cli-setshow.c (do_set_command)
8380 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8381 the result of parsing the command argument. Throw error if the
8382 value is greater than UINT_MAX. Print the invalid value with
8383 plongest.
8384 <var_integer, var_zinteger>: Use LONGEST for variable holding the
8385 result of parsing the command argument. Throw error if the value
8386 is greater than INT_MAX, not greater or equal. Also throw error
8387 if the value is less than INT_MIN. Print the invalid value with
8388 plongest.
8389 <var_zuinteger_unlimited>: Throw error if the value is greater
8390 than INT_MAX, not greater or equal.
8391 (do_show_command) <var_integer, var_zinteger,
8392 var_zuinteger_unlimited>: Use %d for printing int, not %u.
8393
8394 2013-03-20 Tom Tromey <tromey@redhat.com>
8395
8396 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8397 if possible.
8398 * dwarf2read.c (read_func_scope): Remove old FIXME.
8399 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8400 not LOC_COMPUTED.
8401 * findvar.c (symbol_read_needs_frame, default_read_var_value):
8402 Unconditionally call via computed ops, if possible.
8403 * printcmd.c (address_info): Unconditionally call via computed ops,
8404 if possible.
8405 * stack.c (read_frame_arg): Unconditionally call via computed ops,
8406 if possible.
8407 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8408 * tracepoint.c (scope_info): Unconditionally call via computed ops,
8409 if possible.
8410
8411 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8412 Tom Tromey <tromey@redhat.com>
8413
8414 PR symtab/8421:
8415 * coffread.c (coff_register_index): New global.
8416 (process_coff_symbol, coff_read_enum_type): Set
8417 SYMBOL_ACLASS_INDEX.
8418 (_initialize_coffread): Initialize new global.
8419 * dwarf2loc.c (locexpr_find_frame_base_location)
8420 (dwarf2_block_frame_base_locexpr_funcs)
8421 (loclist_find_frame_base_location)
8422 (dwarf2_block_frame_base_loclist_funcs): New.
8423 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8424 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8425 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8426 (dwarf2_block_frame_base_loclist_funcs): New.
8427 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8428 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8429 globals.
8430 (read_func_scope): Update.
8431 (fixup_go_packaging, mark_common_block_symbol_computed)
8432 (var_decode_location, new_symbol_full, dwarf2_const_value):
8433 Set SYMBOL_ACLASS_INDEX.
8434 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
8435 (_initialize_dwarf2_read): Initialize new globals.
8436 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8437 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8438 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8439 globals.
8440 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8441 (_initialize_mdebugread): Initialize new globals.
8442 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8443 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8444 (stab_register_index, stab_regparm_index): New globals.
8445 (define_symbol, read_enum_type, common_block_end): Set
8446 SYMBOL_ACLASS_INDEX.
8447 (_initialize_stabsread): Initialize new globals.
8448 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8449 globals.
8450 (MAX_SYMBOL_IMPLS): New define.
8451 (register_symbol_computed_impl, register_symbol_block_impl)
8452 (register_symbol_register_impl)
8453 (initialize_ordinary_address_classes): New functions.
8454 (_initialize_symtab): Call initialize_ordinary_address_classes.
8455 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8456 (struct symbol_impl): New.
8457 (SYMBOL_ACLASS_BITS): New define.
8458 (struct symbol) <aclass, ops>: Remove fields.
8459 <aclass_index>: New field.
8460 (symbol_impls): Declare.
8461 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8462 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8463 (register_symbol_computed_impl, register_symbol_block_impl)
8464 (register_symbol_register_impl): Declare.
8465 (struct symbol_computed_ops): Add location_has_loclist.
8466 (struct symbol_block_ops): New.
8467 (SYMBOL_BLOCK_OPS): New.
8468 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8469
8470 2013-03-20 Tom Tromey <tromey@redhat.com>
8471
8472 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8473 (print_partial_symbols, recursively_search_psymtabs): Use
8474 PSYMBOL_CLASS.
8475
8476 2013-03-20 Pierre Muller <muller@sourceware.org>
8477
8478 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8479 addtion, subtraction, multiplication and division binary operator.
8480
8481 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8482
8483 Code cleanup.
8484 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8485 * bsd-kvm.c (bsd_kvm_close): Likewise.
8486 * bsd-uthread.c (bsd_uthread_close): Likewise.
8487 * corelow.c (core_close): Likewise.
8488 (core_close_cleanup): Remove parameter quitting from a caller.
8489 * event-top.c (async_disconnect): Likewise.
8490 * exec.c (exec_close_1): Remove parameter quitting.
8491 * go32-nat.c (go32_close): Likewise.
8492 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
8493 parameter quitting from a caller.
8494 * mips-linux-nat.c (super_close): Remove parameter quitting from the
8495 variable.
8496 (mips_linux_close): Remove parameter quitting. Remove parameter
8497 quitting from a caller.
8498 * monitor.c (monitor_close): Remove parameter quitting.
8499 * monitor.h (monitor_close): Likewise.
8500 * record-btrace.c (record_btrace_close): Likewise.
8501 * record-full.c (record_full_close): Likewise.
8502 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8503 it also from fprintf_unfiltered.
8504 * remote-mips.c (mips_close): Remove parameter quitting.
8505 (mips_detach): Remove parameter quitting from a caller.
8506 * remote-sim.c (gdbsim_close): Remove parameter quitting.
8507 (gdbsim_close): Remove duplicate function comment. Remove parameter
8508 quitting and remove it also from printf_filtered.
8509 * remote.c (remote_close): Remove parameter quitting.
8510 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8511 * target.c (update_current_target): Remove parameter int from to_close
8512 de_fault.
8513 (push_target, unpush_target, pop_target): Remove parameter quitting from
8514 a caller.
8515 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8516 Remove parameter quitting from a caller.
8517 (target_preopen): Remove parameter quitting from a caller.
8518 (target_close): Remove parameter quitting. Remove parameter quitting
8519 from a caller two times. Remove parameter quitting also from
8520 fprintf_unfiltered.
8521 * target.h (struct target_ops): Remove parameter quitting and as int
8522 from fields to_xclose and to_close.
8523 (extern struct target_ops current_target):
8524 (target_close, pop_all_targets): Remove parameter quitting. Update the
8525 comment.
8526 (pop_all_targets_above): Remove parameter quitting.
8527 * top.c (quit_target): Remove parameter quitting from a caller.
8528 * tracepoint.c (tfile_close): Remove parameter quitting.
8529 * windows-nat.c (windows_close): Remove parameter quitting.
8530
8531 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
8532
8533 * windows-nat.c (handle_output_debug_string): Replace call
8534 to string_to_core_addr with call to strtoull.
8535
8536 2013-03-20 Yao Qi <yao@codesourcery.com>
8537
8538 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8539 and write it to CTF metadata.
8540
8541 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
8542
8543 * windows-nat.c (handle_output_debug_string): Change type of n to
8544 SIZE_T to avoid crash on 64 bit systems.
8545
8546 2013-03-17 Eli Zaretskii <eliz@gnu.org>
8547
8548 * python/python-internal.h (HAVE_SNPRINTF)
8549 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8550 about redefinition of snprintf by pyerrors.h.
8551
8552 2013-03-15 Steve Ellcey <sellcey@mips.com>
8553
8554 * remote-sim.c (sim_command_completer): Make char arguments const.
8555
8556 2013-03-15 Tom Tromey <tromey@redhat.com>
8557
8558 PR c++/15116:
8559 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8560
8561 2013-03-14 Tom Tromey <tromey@redhat.com>
8562
8563 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
8564 New fields.
8565 (get_file_crc): Move from symfile.c.
8566 (gdb_bfd_crc): New function.
8567 * gdb_bfd.h (gdb_bfd_crc): Declare.
8568 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
8569 * symfile.c (get_file_crc): Move to gdb_bfd.c.
8570 (separate_debug_file_exists): Use gdb_bfd_crc.
8571
8572 2013-03-14 Tom Tromey <tromey@redhat.com>
8573
8574 * symfile.c (get_debug_link_info): Remove.
8575 (find_separate_debug_file_by_debuglink): Use
8576 bfd_get_debug_link_info.
8577
8578 2013-03-14 Tom Tromey <tromey@redhat.com>
8579
8580 * symtab.c (error_in_psymtab_expansion): New function.
8581 (lookup_symbol_aux_quick)
8582 (basic_lookup_transparent_type_quick): Remove "last resort"
8583 code. Use error_in_psymtab_expansion.
8584
8585 2013-03-14 Doug Evans <dje@google.com>
8586 Jan Kratochvil <jan.kratochvil@redhat.com>
8587
8588 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8589 any successful compare_filenames_for_search or FILENAME_CMP.
8590 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8591 * symtab.c (iterate_over_some_symtabs): Likewise.
8592
8593 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8594
8595 * source.c (print_source_lines_base): Make a local copy of
8596 symtab_to_fullname.
8597
8598 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
8599 Jan Kratochvil <jan.kratochvil@redhat.com>
8600
8601 * source.c (print_source_lines_base): Suppress "file" for TUI.
8602
8603 2013-03-14 Keith Seitz <keiths@redhat.com>
8604 Alan Matsuoka <alanm@redhat.com>
8605
8606 PR c++/15203
8607 PR c++/15210
8608 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8609 TYPE_CODE_METHOD.
8610 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8611 symbols.
8612
8613 2013-03-14 Yao Qi <yao@codesourcery.com>
8614
8615 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8616 status to tfile if trace is stopped by command 'tstop'.
8617
8618 2013-03-14 Yao Qi <yao@codesourcery.com>
8619
8620 * tracepoint.c (tfile_write_status): Write trace notes and user
8621 name into tfile if they are not NULL.
8622
8623 2013-03-14 Hui Zhu <hui@codesourcery.com>
8624 Yao Qi <yao@codesourcery.com>
8625
8626 * Makefile.in (REMOTE_OBS): Add ctf.o.
8627 (SFILES): Add ctf.c.
8628 (HFILES_NO_SRCDIR): Add ctf.h.
8629 * ctf.c, ctf.h: New files.
8630 * tracepoint.c: Include 'ctf.h'.
8631 (collect_pseudocommand): Remove static.
8632 (trace_save_command): Parse option "-ctf".
8633 Produce different trace file writers per option.
8634 Adjust output message.
8635 (trace_save_tfile, trace_save_ctf): New.
8636 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8637 * mi/mi-main.c: Include 'ctf.h'.
8638 (mi_cmd_trace_save): Handle option '-ctf'. Call either
8639 trace_save_tfile or trace_save_ctf.
8640 * NEWS: Mention these changes.
8641
8642 2013-03-14 Yao Qi <yao@codesourcery.com>
8643
8644 * tracepoint.c (trace_file_writer_xfree): New.
8645 (struct tfile_writer_data): New.
8646 (tfile_dtor, tfile_can_target_save, tfile_start): New.
8647 (tfile_write_header, tfile_write_regblock_type): New.
8648 (tfile_write_status, tfile_write_uploaded_tsv): New.
8649 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8650 (tfile_write_raw_data, (tfile_end): New.
8651 (tfile_write_ops): New global variable.
8652 (TRACE_WRITE_R_BLOCK): New macro.
8653 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8654 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8655 (TRACE_WRITE_V_BLOCK): New macro.
8656 (trace_save): Add extra one parameter WRITER. Make it static.
8657 Use WRITER to writer trace.
8658 (tfile_trace_file_writer_new): New.
8659 (trace_save_command): Caller update.
8660 (trace_save_tfile): Write trace data in TFILE format.
8661 * tracepoint.h (struct trace_frame_write_ops): New.
8662 (struct trace_file_write_ops): New.
8663 (struct trace_file_writer): New.
8664 (trace_save): Remove its declaration.
8665 (trace_save_tfile): Declare it.
8666 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8667 instead of trace_save.
8668
8669 2013-03-13 Pedro Alves <palves@redhat.com>
8670
8671 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8672
8673 2013-03-13 Pedro Alves <palves@redhat.com>
8674
8675 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8676 commented out code.
8677 * demangle.c (current_demangling_style_string): Make it const.
8678 (set_demangling_command): Assert the demangling style is known.
8679 Remove all handling of unknown styles. Set
8680 'current_demangling_style_string' to an element of the
8681 demangling_style_names array.
8682 (set_demangling_style): Delete.
8683 (_initialize_demangler): Set current_demangling_style_string to the
8684 element of the demangling_style_names array that corresponds to
8685 the default demangling style. Remove FIXME note. Don't call
8686 set_demangling_style.
8687 * gdb-demangle.h (set_demangling_style): Remove declaration.
8688
8689 2013-03-13 Pedro Alves <palves@redhat.com>
8690
8691 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8692 fields const.
8693 (ada_make_symbol_completion_list): Make "text0" parameter const.
8694 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8695 * breakpoint.c (condition_completer): Make "text" and "word"
8696 parameters const. Adjust.
8697 (check_tracepoint_command): Adjust to validate_actionline
8698 prototype change.
8699 (catch_syscall_completer): Make "text" and "word" parameters
8700 const.
8701 * cli/cli-cmds.c (show_user): Make "comname" local const.
8702 (valid_command_p): Make "command" parameter const.
8703 (alias_command): Make "alias_prefix" and "command_prefix" locals
8704 const.
8705 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8706 (add_alias_cmd): Make "name" and "oldname" parameters const.
8707 Adjust. No longer make copy of OLDNAME.
8708 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8709 (add_setshow_cmd_full, add_setshow_enum_cmd)
8710 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8711 (add_setshow_filename_cmd, add_setshow_string_cmd)
8712 (add_setshow_string_noescape_cmd)
8713 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8714 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8715 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8716 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8717 Make "name" parameter const.
8718 (help_cmd): Rename "command" parameter to "arg". New const local
8719 "command".
8720 (find_cmd): Make "command" parameter const.
8721 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
8722 deprecated_cmd_warning prototype change.
8723 (undef_cmd_error): Make "cmdtype" parameter const.
8724 (lookup_cmd): Make "line" parameter const.
8725 (deprecated_cmd_warning): Change type of "text" parameter to
8726 pointer to const char, from pointer to pointer to char. Adjust.
8727 (lookup_cmd_composition): Make "text" parameter const.
8728 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8729 parameters const.
8730 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8731 const.
8732 * cli/cli-script.c (validate_comname): Make "tem" local const.
8733 (define_command): New const local "tem_c". Use it in calls to
8734 lookup_cmd.
8735 (document_command): Make "tem" and "comfull" locals const.
8736 (show_user_1): Make "prefix" and "name" parameters const.
8737 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8738 const.
8739 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8740 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8741 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8742 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8743 (complete_on_enum, add_setshow_enum_cmd)
8744 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8745 (add_setshow_filename_cmd, add_setshow_string_cmd)
8746 (add_setshow_string_noescape_cmd)
8747 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8748 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8749 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8750 Change prototypes, constifying strings.
8751 * completer.c (noop_completer, filename_completer): Make "text"
8752 and "prefix" parameters const.
8753 (location_completer, expression_completer)
8754 (complete_line_internal): Make "text" and "prefix" parameters
8755 const and adjust.
8756 (command_completer, signal_completer): Make "text" and "prefix"
8757 parameters const.
8758 * completer.h (noop_completer, filename_completer)
8759 (expression_completer, location_completer, command_completer)
8760 (signal_completer): Change prototypes.
8761 * corefile.c (complete_set_gnutarget): Make "text" and "word"
8762 parameters const.
8763 * cp-abi.c (cp_abi_completer): Likewise.
8764 * expression.h (parse_expression_for_completion): Change
8765 prototype.
8766 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8767 parameters const.
8768 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8769 * infrun.c (handle_completer): Make "text" and "word" parameters
8770 const.
8771 * interps.c (interpreter_completer): Make "text" and "word"
8772 parameters const.
8773 * language.h (struct language_defn)
8774 <la_make_symbol_completion_list>: Make "text" and "word"
8775 parameters const.
8776 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8777 (parse_exp_in_context): Rename to ...
8778 (parse_exp_in_context_1): ... this.
8779 (parse_exp_in_context): Reimplement, with const hack from
8780 parse_exp_1.
8781 (parse_expression_for_completion): Make "string" parameter const.
8782 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8783 to pointer to const char. Adjust.
8784 (print_command_1): Make "exp" parameter const.
8785 (output_command): Rename to ...
8786 (output_command_const): ... this. Make "exp" parameter const.
8787 (output_command): Reimplement.
8788 (x_command): Adjust.
8789 (display_command): Rename "exp" parameter to "arg". New "exp"
8790 local, const version of "arg".
8791 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8792 "cmd_name" local const.
8793 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8794 call.
8795 (cmdpy_completer): Make "text" and "word" parameters const.
8796 (gdbpy_parse_command_name): Make "prefix_text2" local const.
8797 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8798 const.
8799 * remote.c (_initialize_remote): Make "cmd_name" local const.
8800 * symtab.c (language_search_unquoted_string): Make "text" and "p"
8801 parameters const. Adjust.
8802 (completion_list_add_fields): Make "sym_text", "text" and "word"
8803 parameters const.
8804 (struct add_name_data) <sym_text, text, word>: Make fields const.
8805 (default_make_symbol_completion_list_break_on): Make "text" and
8806 "word" parameters const. Adjust locals.
8807 (default_make_symbol_completion_list)
8808 (make_symbol_completion_list, make_symbol_completion_type)
8809 (make_symbol_completion_list_fn): Make "text" and "word"
8810 parameters const.
8811 (make_file_symbol_completion_list): Make "text", "word" and
8812 "srcfile" parameters const. Adjust locals.
8813 (add_filename_to_list): Make "text" and "word" parameters const.
8814 (struct add_partial_filename_data) <text, word>: Make fields
8815 const.
8816 (make_source_files_completion_list): Make "text" and "word"
8817 parameters const.
8818 * symtab.h (default_make_symbol_completion_list_break_on)
8819 (default_make_symbol_completion_list, make_symbol_completion_list)
8820 (make_symbol_completion_type enum type_code)
8821 (make_symbol_completion_list_fn make_file_symbol_completion_list)
8822 (make_source_files_completion_list): Change prototype.
8823 * top.c (execute_command): Adjust to pass pointer to pointer to
8824 const char to lookup_cmd, and to deprecated_cmd_warning prototype
8825 change.
8826 (set_verbose): Make "cmdname" local const.
8827 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8828 and adjust.
8829 (validate_actionline): Make "line" parameter a pointer to const
8830 char, and adjust.
8831 (encode_actions_1): Make "action_exp" local const, and adjust.
8832 (encode_actions): Adjust.
8833 (replace_comma): Delete.
8834 (trace_dump_actions): Make "action_exp" and "next_comma" locals
8835 const, and adjust. Don't frob the action string while splitting
8836 it at commas. Instead, make a copy of each split substring in
8837 turn.
8838 (trace_dump_command): Adjust to validate_actionline prototype
8839 change.
8840 * tracepoint.h (decode_agent_options, decode_agent_options)
8841 (encode_actions, validate_actionline): Change prototypes.
8842 * valprint.h (output_command): Delete declaration.
8843 (output_command_const): Declare.
8844 * value.c (function_destroyer): Cast const away in xfree call.
8845
8846 2013-03-13 Pedro Alves <palves@redhat.com>
8847
8848 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8849 rather than casting 'const char * const *' to 'const char **'.
8850 * ada-lex.l (processInt): Make "trailer" local const. Remove
8851 'const char **' cast.
8852 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8853 locals, and use those as strtol output pointer, instead than doing
8854 invalid casts to from 'const char **' to 'char **'.
8855 (_initialize_demangle): Remove cast.
8856 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8857 locals, and use those as strtol output pointer, instead than doing
8858 invalid casts to from 'const char **' to 'char **'.
8859 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8860 casts.
8861 * stap-probe.c (stap_parse_register_operand)
8862 (stap_parse_single_operand): Likewise.
8863
8864 2013-03-13 Yao Qi <yao@codesourcery.com>
8865
8866 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8867 the last matched 'V' blcok in trace frame.
8868
8869 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8870
8871 * NEWS: Create a new section for the next release branch.
8872 Rename the section of the current branch, now that it has
8873 been cut.
8874
8875 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8876
8877 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8878 * version.in: Bump version to 7.6.50.20130312-cvs.
8879
8880 2013-03-12 Keith Seitz <keiths@redhat.com>
8881
8882 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8883 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8884 Remove temporary copy of input string.
8885 (mi_execute_command_wrapper): Make "cmd" const.
8886 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8887 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8888 Use const strings.
8889 (mi_parse): Make "cmd" const.
8890 Use const strings.
8891 * mi/mi-parse.h (mi_parse): Make "cmd" const.
8892
8893 2013-03-12 Keith Seitz <keiths@redhat.com>
8894
8895 * ada-lang.c (ada_read_renaming_var_value): Pass const
8896 pointer to expression string to parse_exp_1.
8897 (create_excep_cond_exprs): Likewise.
8898 * ax-gdb.c (agent_eval_command_one): Likewise.
8899 (maint_agent_printf_command): Likewise.
8900 Constify much of the string handling/parsing.
8901 * breakpoint.c (set_breakpoint_condition): Pass const
8902 pointer to expression string to parse_exp_1.
8903 (update_watchpoint): Likewise.
8904 (parse_cmd_to_aexpr): Constify string handling.
8905 Pass const pointer to parse_exp_1.
8906 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8907 (find_condition_and_thread): Likewise.
8908 Make TOK const.
8909 (watch_command_1): Make "arg" const.
8910 Constify string handling.
8911 Copy the expression string instead of changing the input
8912 string.
8913 (update_breakpoint_location): Pass const pointer to
8914 parse_exp_1.
8915 * eval.c (parse_and_eval_address): Make "exp" const.
8916 (parse_to_comma_and_eval): Make "expp" const.
8917 (parse_and_eval): Make "exp" const.
8918 * expression.h (parse_expression): Make argument const.
8919 (parse_exp_1): Make first argument const.
8920 * findcmd.c (parse_find_args): Treat "args" as const.
8921 * linespec.c (parse_linespec): Pass const pointer to
8922 linespec_expression_to_pc.
8923 (linespec_expression_to_pc): Make "exp_ptr" const.
8924 * parse.c (parse_exp_1): Make "stringptr" const.
8925 Make a copy of the expression to pass to parse_exp_in_context until
8926 this whole interface can be constified.
8927 (parse_expression): Make "string" const.
8928 * printcmd.c (ui_printf): Treat "arg" as const.
8929 Handle const strings.
8930 * tracepoint.c (validate_actionline): Pass const pointer to
8931 all calls to parse_exp_1.
8932 (encode_actions_1): Likewise.
8933 * value.h (parse_to_comma_and_eval): Make argument const.
8934 (parse_and_eval_address): Likewise.
8935 (parse_and_eval): Likewise.
8936 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8937 (varobj_set_value): Likewise.
8938 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8939 constify string handling.
8940 Pass const pointers to parse_and_eval_address and
8941 parse_to_comman_and_eval.
8942 * cli/cli-utils.c (skip_to_space): Rename to ...
8943 (skip_to_space_const): ... this. Handle const strings.
8944 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8945 skip_to_space_const.
8946 (skip_to_space_const): Declare.
8947 * common/format.c (parse_format_string): Make "arg" const.
8948 Handle const strings.
8949 * common/format.h (parse_format_string): Make "arg" const.
8950 * gdbserver/ax.c (ax_printf): Make "format" const.
8951 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8952 of the expression string.
8953
8954 2013-03-12 Hui Zhu <hui@codesourcery.com>
8955
8956 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8957
8958 2013-03-12 Yao Qi <yao@codesourcery.com>
8959 Hui Zhu <hui@codesourcery.com>
8960
8961 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8962 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8963 DW_OP_deref_size.
8964
8965 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
8966
8967 * ada-lex.l (rules): Only recognize 'thread' as a
8968 delimiter when followed by numerals, as for c-exp.y.
8969 Use new rewind_to_char function to rewind the input for
8970 expression-delimiting tokens.
8971 (rewind_to_char): New function.
8972
8973 2013-03-11 Pedro Alves <palves@redhat.com>
8974 Jan Kratochvil <jan.kratochvil@redhat.com>
8975
8976 * configure: Regenerate.
8977 * configure.ac (check dynamic export flag): Link python test with
8978 $PYTHON_LIBS.
8979
8980 2013-03-11 Doug Evans <dje@google.com>
8981 Keith Seitz <keiths@redhat.com>
8982
8983 * linespec.c (find_linespec_symbols): Call find_function_symbols
8984 first, and then call lookup_prefix_sym/find_method.
8985
8986 2013-03-11 Pedro Alves <palves@redhat.com>
8987
8988 * charset.c (convert_between_encodings): Don't cast between
8989 different pointer to pointer types. Instead, make the 'inp' local
8990 be of the type iconv expects.
8991 (wchar_iterate): Don't cast between different pointer to pointer
8992 types. Instead, use new pointer local of the type iconv expects.
8993 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8994 Add new local of type char pointer, and use it to get a
8995 char/string view of the byte buffer, instead of casting between
8996 pointer to pointer types.
8997
8998 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
8999
9000 * remote.c (remote_set_trace_buffer_size): Move != operator
9001 to the start of next line to fix an ARI warning.
9002
9003 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9004
9005 * NEWS: Add record changes.
9006
9007 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9008
9009 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
9010 the instruction history disassembly.
9011 * disasm.c (dump_insns): Omit the pc prefix, if requested.
9012 * disasm.h (DISASSEMBLY_OMIT_PC): New.
9013
9014 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9015
9016 * Makefile.in (SFILES): Add record-btrace.c
9017 (COMMON_OBS): Add record-btrace.o
9018 * record-btrace.c: New.
9019 * objfiles.c: Include btrace.h.
9020 (free_objfile): call btrace_free_objfile.
9021
9022 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9023
9024 * target.c (target_call_history, target_call_history_from,
9025 target_call_history_range): New.
9026 * target.h (target_ops) <to_call_history, to_call_history_from,
9027 to_call_history_range>: New fields.
9028 (target_call_history, target_call_history_from,
9029 target_call_history_range): New declaration.
9030 * record.c (get_call_history_modifiers, cmd_record_call_history,
9031 record_call_history_size): New.
9032 (_initialize_record): Add the "record function-call-history" command.
9033 Add "set/show record function-call-history-size" commands.
9034 * record.h (record_print_flag): New.
9035
9036 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9037
9038 * target.h (target_ops) <to_insn_history, to_insn_history_from,
9039 to_insn_history_range>: New fields.
9040 (target_insn_history): New.
9041 (target_insn_history_from): New.
9042 (target_insn_history_range): New.
9043 * target.c (target_insn_history): New.
9044 (target_insn_history_from): New.
9045 (target_insn_history_range): New.
9046 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
9047 (record_insn_history_size): New.
9048 (get_insn_number): New.
9049 (get_context_size): New.
9050 (no_chunk): New.
9051 (get_insn_history_modifiers): New.
9052 (cmd_record_insn_history): New.
9053 (_initialize_record): Add "set/show record instruction-history-size"
9054 command. Add "record instruction-history" command.
9055
9056 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9057
9058 * record.h (record_disconnect): New.
9059 (record_detach): New.
9060 (record_mourn_inferior): New.
9061 (record_kill): New.
9062 * record-full.c (record_disconnect, record_detach,
9063 record_mourn_inferior, record_kill): Move to...
9064 * record.c: ...here.
9065 (DEBUG): New.
9066 (record_stop): New.
9067 (record_unpush): New.
9068 (cmd_record_stop): Call record_stop. Replace unpush_target
9069 call with record_unpush call.
9070 (record_disconnect, record_detach): Assert that the target
9071 is of record stratum. Call record_unpush, record_stop, and
9072 DEBUG.
9073 (record_mourn_inferior, record_kill): Assert that the target
9074 is of record stratum. Call record_unpush and DEBUG.
9075
9076 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9077
9078 * record-full.h, record-full.c (record_memory_query): Rename
9079 to ...
9080 (record_full_memory_query): ...this. Update all users.
9081 (record_arch_list_add_reg): Rename to ...
9082 (record_full_arch_list_add_reg): ...this. Update all users.
9083 (record_arch_list_add_mem): Rename to ...
9084 (record_full_arch_list_add_mem): ...this. Update all users.
9085 (record_arch_list_add_end): Rename to ...
9086 (record_full_arch_list_add_end): ...this. Update all users.
9087 (record_gdb_operation_disable_set): Rename to ...
9088 (record_full_gdb_operation_disable_set): ...this.
9089 Update all users.
9090
9091 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9092
9093 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
9094 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
9095 (RECORD_IS_REPLAY): Renamed to ...
9096 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
9097 (RECORD_FILE_MAGIC): Renamed to ...
9098 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
9099 (record_mem_entry): Renamed to ...
9100 (record_full_mem_entry): ... this. Updated all users.
9101 (record_reg_entry): Renamed to ...
9102 (record_full_reg_entry): ... this. Updated all users.
9103 (record_end_entry): Renamed to ...
9104 (record_full_end_entry): ... this. Updated all users.
9105 (record_type) <record_end, record_reg, record_mem>: Renamed
9106 to ...
9107 (record_full_type) <record_full_end, record_full_reg,
9108 record_full_mem>: ... this. Updated all users.
9109 (record_entry): Renamed to ...
9110 (record_full_entry): ... this. Updated all users.
9111 (record_core_buf_entry): Renamed to ...
9112 (record_full_core_buf_entry): ... this. Updated all users.
9113 (record_core_regbuf): Renamed to ...
9114 (record_full_core_regbuf): ... this. Updated all users.
9115 (record_core_start): Renamed to ...
9116 (record_full_core_start): ... this. Updated all users.
9117 (record_core_end): Renamed to ...
9118 (record_full_core_end): ... this. Updated all users.
9119 (record_core_buf_list): Renamed to ...
9120 (record_full_core_buf_list): ... this. Updated all users.
9121 (record_first): Renamed to ...
9122 (record_full_first): ... this. Updated all users.
9123 (record_list): Renamed to ...
9124 (record_full_list): ... this. Updated all users.
9125 (record_arch_list_head): Renamed to ...
9126 (record_full_arch_list_head): ... this. Updated all users.
9127 (record_arch_list_tail): Renamed to ...
9128 (record_full_arch_list_tail): ... this. Updated all users.
9129 (record_stop_at_limit): Renamed to ...
9130 (record_full_stop_at_limit): ... this. Updated all users.
9131 (record_insn_max_num): Renamed to ...
9132 (record_full_insn_max_num): ... this. Updated all users.
9133 (record_insn_num): Renamed to ...
9134 (record_full_insn_num): ... this. Updated all users.
9135 (record_insn_count): Renamed to ...
9136 (record_full_insn_count): ... this. Updated all users.
9137 (record_ops): Renamed to ...
9138 (record_full_ops): ... this. Updated all users.
9139 (record_core_ops): Renamed to ...
9140 (record_full_core_ops): ... this. Updated all users.
9141 (set_record_cmdlist): Renamed to ...
9142 (set_record_full_cmdlist): ... this. Updated all users.
9143 (show_record_cmdlist): Renamed to ...
9144 (show_record_full_cmdlist): ... this. Updated all users.
9145 (record_cmdlist): Renamed to ...
9146 (record_full_cmdlist): ... this. Updated all users.
9147 (record_beneath_to_resume_ops): Renamed to ...
9148 (record_full_beneath_to_resume_ops): ... this. Updated all users.
9149 (record_beneath_to_resume): Renamed to ...
9150 (record_full_beneath_to_resume): ... this. Updated all users.
9151 (record_beneath_to_wait_ops): Renamed to ...
9152 (record_full_beneath_to_wait_ops): ... this. Updated all users.
9153 (record_beneath_to_wait): Renamed to ...
9154 (record_full_beneath_to_wait): ... this. Updated all users.
9155 (record_beneath_to_store_registers_ops): Renamed to ...
9156 (record_full_beneath_to_store_registers_ops): ... this.
9157 Updated all users.
9158 (record_beneath_to_store_registers): Renamed to ...
9159 (record_full_beneath_to_store_registers): ... this.
9160 Updated all users.
9161 (record_beneath_to_xfer_partial_ops): Renamed to ...
9162 (record_full_beneath_to_xfer_partial_ops): ... this.
9163 Updated all users.
9164 (record_beneath_to_xfer_partial): Renamed to ...
9165 (record_full_beneath_to_xfer_partial): ... this.
9166 Updated all users.
9167 (record_beneath_to_insert_breakpoint): Renamed to ...
9168 (record_full_beneath_to_insert_breakpoint): ... this.
9169 Updated all users.
9170 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
9171 (record_full_beneath_to_stopped_by_watchpoint): ... this.
9172 Updated all users.
9173 (record_beneath_to_stopped_data_address): Renamed to ...
9174 (record_full_beneath_to_stopped_data_address): ... this.
9175 Updated all users.
9176 (record_beneath_to_async): Renamed to ...
9177 (record_full_beneath_to_async): ... this. Updated all users.
9178 (record_goto_insn): Renamed to ...
9179 (record_full_goto_insn): ... this. Updated all users.
9180 (record_save): Renamed to ...
9181 (record_full_save): ... this. Updated all users.
9182 (record_reg_alloc): Renamed to ...
9183 (record_full_reg_alloc): ... this. Updated all users.
9184 (record_reg_release): Renamed to ...
9185 (record_full_reg_release): ... this. Updated all users.
9186 (record_mem_alloc): Renamed to ...
9187 (record_full_mem_alloc): ... this. Updated all users.
9188 (record_mem_release): Renamed to ...
9189 (record_full_mem_release): ... this. Updated all users.
9190 (record_end_alloc): Renamed to ...
9191 (record_full_end_alloc): ... this. Updated all users.
9192 (record_end_release): Renamed to ...
9193 (record_full_end_release): ... this. Updated all users.
9194 (record_entry_release): Renamed to ...
9195 (record_full_entry_release): ... this. Updated all users.
9196 (record_list_release): Renamed to ...
9197 (record_full_list_release): ... this. Updated all users.
9198 (record_list_release_following): Renamed to ...
9199 (record_full_list_release_following): ... this.
9200 Updated all users.
9201 (record_list_release_first): Renamed to ...
9202 (record_full_list_release_first): ... this. Updated all users.
9203 (record_arch_list_add): Renamed to ...
9204 (record_full_arch_list_add): ... this. Updated all users.
9205 (record_get_loc): Renamed to ...
9206 (record_full_get_loc): ... this. Updated all users.
9207 (record_check_insn_num): Renamed to ...
9208 (record_full_check_insn_num): ... this. Updated all users.
9209 (record_arch_list_cleanups): Renamed to ...
9210 (record_full_arch_list_cleanups): ... this. Updated all users.
9211 (record_message): Renamed to ...
9212 (record_full_message): ... this. Updated all users.
9213 (record_message_wrapper): Renamed to ...
9214 (record_full_message_wrapper): ... this. Updated all users.
9215 (record_message_wrapper_safe): Renamed to ...
9216 (record_full_message_wrapper_safe): ... this. Updated all users.
9217 (record_gdb_operation_disable): Renamed to ...
9218 (record_full_gdb_operation_disable): ... this. Updated all users.
9219 (record_hw_watchpoint): Renamed to ...
9220 (record_full_hw_watchpoint): ... this. Updated all users.
9221 (record_exec_insn): Renamed to ...
9222 (record_full_exec_insn): ... this. Updated all users.
9223 (record_restore): Renamed to ...
9224 (record_full_restore): ... this. Updated all users.
9225 (record_async_inferior_event_token): Renamed to ...
9226 (record_full_async_inferior_event_token): ... this.
9227 Updated all users.
9228 (record_async_inferior_event_handler): Renamed to ...
9229 (record_full_async_inferior_event_handler): ... this.
9230 Updated all users.
9231 (record_core_open_1): Renamed to ...
9232 (record_full_core_open_1): ... this. Updated all users.
9233 (record_open_1): Renamed to ...
9234 (record_full_open_1): ... this. Updated all users.
9235 (record_open): Renamed to ...
9236 (record_full_open): ... this. Updated all users.
9237 (record_close): Renamed to ...
9238 (record_full_close): ... this. Updated all users.
9239 (record_resume_step): Renamed to ...
9240 (record_full_resume_step): ... this. Updated all users.
9241 (record_resumed): Renamed to ...
9242 (record_full_resumed): ... this. Updated all users.
9243 (record_execution_dir): Renamed to ...
9244 (record_full_execution_dir): ... this. Updated all users.
9245 (record_resume): Renamed to ...
9246 (record_full_resume): ... this. Updated all users.
9247 (record_get_sig): Renamed to ...
9248 (record_full_get_sig): ... this. Updated all users.
9249 (record_sig_handler): Renamed to ...
9250 (record_full_sig_handler): ... this. Updated all users.
9251 (record_wait_cleanups): Renamed to ...
9252 (record_full_wait_cleanups): ... this. Updated all users.
9253 (record_wait_1): Renamed to ...
9254 (record_full_wait_1): ... this. Updated all users.
9255 (record_wait): Renamed to ...
9256 (record_full_wait): ... this. Updated all users.
9257 (record_stopped_by_watchpoint): Renamed to ...
9258 (record_full_stopped_by_watchpoint): ... this. Updated all users.
9259 (record_disconnect): Renamed to ...
9260 (record_full_disconnect): ... this. Updated all users.
9261 (record_detach): Renamed to ...
9262 (record_full_detach): ... this. Updated all users.
9263 (record_mourn_inferior): Renamed to ...
9264 (record_full_mourn_inferior): ... this. Updated all users.
9265 (record_kill): Renamed to ...
9266 (record_full_kill): ... this. Updated all users.
9267 (record_stopped_data_address): Renamed to ...
9268 (record_full_stopped_data_address): ... this. Updated all users.
9269 (record_registers_change): Renamed to ...
9270 (record_full_registers_change): ... this. Updated all users.
9271 (record_store_registers): Renamed to ...
9272 (record_full_store_registers): ... this. Updated all users.
9273 (record_xfer_partial): Renamed to ...
9274 (record_full_xfer_partial): ... this. Updated all users.
9275 (record_breakpoint): Renamed to ...
9276 (record_full_breakpoint): ... this. Updated all users.
9277 (record_breakpoint_p): Renamed to ...
9278 (record_full_breakpoint_p): ... this. Updated all users.
9279 (record_breakpoints): Renamed to ...
9280 (record_full_breakpoints): ... this. Updated all users.
9281 (record_sync_record_breakpoints): Renamed to ...
9282 (record_full_sync_record_breakpoints): ... this.
9283 Updated all users.
9284 (record_init_record_breakpoints): Renamed to ...
9285 (record_full_init_record_breakpoints): ... this.
9286 Updated all users.
9287 (record_insert_breakpoint): Renamed to ...
9288 (record_full_insert_breakpoint): ... this. Updated all users.
9289 (record_remove_breakpoint): Renamed to ...
9290 (record_full_remove_breakpoint): ... this. Updated all users.
9291 (record_can_execute_reverse): Renamed to ...
9292 (record_full_can_execute_reverse): ... this. Updated all users.
9293 (record_get_bookmark): Renamed to ...
9294 (record_full_get_bookmark): ... this. Updated all users.
9295 (record_goto_bookmark): Renamed to ...
9296 (record_full_goto_bookmark): ... this. Updated all users.
9297 (record_async): Renamed to ...
9298 (record_full_async): ... this. Updated all users.
9299 (record_can_async_p): Renamed to ...
9300 (record_full_can_async_p): ... this. Updated all users.
9301 (record_is_async_p): Renamed to ...
9302 (record_full_is_async_p): ... this. Updated all users.
9303 (record_execution_direction): Renamed to ...
9304 (record_full_execution_direction): ... this. Updated all users.
9305 (record_info): Renamed to ...
9306 (record_full_info): ... this. Updated all users.
9307 (record_delete): Renamed to ...
9308 (record_full_delete): ... this. Updated all users.
9309 (record_is_replaying): Renamed to ...
9310 (record_full_is_replaying): ... this. Updated all users.
9311 (record_goto_entry): Renamed to ...
9312 (record_full_goto_entry): ... this. Updated all users.
9313 (record_goto_begin): Renamed to ...
9314 (record_full_goto_begin): ... this. Updated all users.
9315 (record_goto_end): Renamed to ...
9316 (record_full_goto_end): ... this. Updated all users.
9317 (record_goto): Renamed to ...
9318 (record_full_goto): ... this. Updated all users.
9319 (init_record_ops): Renamed to ...
9320 (init_record_full_ops): ... this. Updated all users.
9321 (record_core_resume): Renamed to ...
9322 (record_full_core_resume): ... this. Updated all users.
9323 (record_core_kill): Renamed to ...
9324 (record_full_core_kill): ... this. Updated all users.
9325 (record_core_fetch_registers): Renamed to ...
9326 (record_full_core_fetch_registers): ... this. Updated all users.
9327 (record_core_prepare_to_store): Renamed to ...
9328 (record_full_core_prepare_to_store): ... this. Updated all users.
9329 (record_core_store_registers): Renamed to ...
9330 (record_full_core_store_registers): ... this. Updated all users.
9331 (record_core_xfer_partial): Renamed to ...
9332 (record_full_core_xfer_partial): ... this. Updated all users.
9333 (record_core_insert_breakpoint): Renamed to ...
9334 (record_full_core_insert_breakpoint): ... this. Updated all users.
9335 (record_core_remove_breakpoint): Renamed to ...
9336 (record_full_core_remove_breakpoint): ... this. Updated all users.
9337 (record_core_has_execution): Renamed to ...
9338 (record_full_core_has_execution): ... this. Updated all users.
9339 (init_record_core_ops): Renamed to ...
9340 (init_record_full_core_ops): ... this. Updated all users.
9341 (cmd_record_restore): Renamed to ...
9342 (cmd_record_full_restore): ... this. Updated all users.
9343 (record_save_cleanups): Renamed to ...
9344 (record_full_save_cleanups): ... this. Updated all users.
9345 (cmd_record_start): Renamed to ...
9346 (cmd_record_full_start): ... this. Updated all users.
9347 (set_record_insn_max_num): Renamed to ...
9348 (set_record_full_insn_max_num): ... this. Updated all users.
9349 (set_record_command): Renamed to ...
9350 (set_record_full_command): ... this. Updated all users.
9351 (show_record_command): Renamed to ...
9352 (show_record_full_command): ... this. Updated all users.
9353 (_initialize_record): Renamed to ...
9354 (_initialize_record_full): ... this. Updated all users.
9355
9356 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9357
9358 * record.h: Split into this and ...
9359 * record-full.h: ... this.
9360 * record.c: Split into this and ...
9361 * record-full.c: ... this.
9362 * target.h (target_ops): Add new fields to_info_record,
9363 to_save_record, to_delete_record, to_record_is_replaying,
9364 to_goto_record_begin, to_goto_record_end, to_goto_record.
9365 (target_info_record): New.
9366 (target_save_record): New.
9367 (target_supports_delete_record): New.
9368 (target_delete_record): New.
9369 (target_record_is_replaying): New.
9370 (target_goto_record_begin): New.
9371 (target_goto_record_end): New.
9372 (target_goto_record): New.
9373 * target.c (target_info_record): New.
9374 (target_save_record): New.
9375 (target_supports_delete_record): New.
9376 (target_delete_record): New.
9377 (target_record_is_replaying): New.
9378 (target_goto_record_begin): New.
9379 (target_goto_record_end): New.
9380 (target_goto_record): New.
9381 * record.h: Declare struct cmd_list_element.
9382 (record_cmdlist): New declaration.
9383 (set_record_cmdlist): New declaration.
9384 (show_record_cmdlist): New declaration.
9385 (info_record_cmdlist): New declaration.
9386 (cmd_record_goto): New declaration.
9387 * record.c: Remove unnecessary includes.
9388 Include inferior.h.
9389 (cmd_record_goto): Remove declaration.
9390 (record_cmdlist): Now extern. Initialize.
9391 (set_record_cmdlist): Now extern. Initialize.
9392 (show_record_cmdlist): Now extern. Initialize.
9393 (info_record_cmdlist): Now extern. Initialize.
9394 (find_record_target): New.
9395 (require_record_target): New.
9396 (cmd_record_start): Update.
9397 (cmd_record_delete): Remove target-specific code.
9398 Call target_delete_record.
9399 (cmd_record_stop): Unpush any record target.
9400 (set_record_insn_max_num): Move to record-full.c
9401 (set_record_command): Add comment.
9402 (show_record_command): Add comment.
9403 (info_record_command): Update comment.
9404 Remove target-specific code.
9405 Call the record target's to_info_record.
9406 (cmd_record_start): New.
9407 (cmd_record_goto): Now extern.
9408 Remove target-specific code.
9409 Call target_goto_begin, target_goto_end, or target_goto.
9410 (_initialize_record): Move record target ops initialization to
9411 record-full.c.
9412 Change "record" command help text.
9413 Move "record restore", "record set", and "record show" commands to
9414 record-full.c.
9415 * Makefile.in (SFILES): Add record-full.c.
9416 (HFILES_NO_SRCDIR): Add record-full.h.
9417 (COMMON_OBS): Add record-full.o.
9418 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9419 * arm-tdep.c: Include record-full.h.
9420 * i386-linux-tdep.c: Include record-full.h instead of record.h.
9421 * i386-tdep.c: Include record-full.h.
9422 * infrun.c: Include record-full.h.
9423 * linux-record.c: Include record-full.h.
9424 * moxie-tdep.c: Include record-full.h.
9425 * record-full.c: Include record-full.h.
9426 Change module comment.
9427 (set_record_full_cmdlist): New.
9428 (show_record_full_cmdlist): New.
9429 (record_full_cmdlist): New.
9430 (record_goto_insn): New declaration.
9431 (record_save): New declaration.
9432 (record_check_insn_num): Change query string.
9433 (record_info): New.
9434 (record_delete): New.
9435 (record_is_replaying): New.
9436 (record_goto_entry): New.
9437 (record_goto_begin): New.
9438 (record_goto_end): New.
9439 (record_goto): New.
9440 (init_record_ops): Update.
9441 (init_record_core_ops): Update.
9442 (cmd_record_save): Rename to record_save. Remove target and arg checks.
9443 (cmd_record_start): New.
9444 (set_record_insn_max_num): Moved from record.c
9445 (set_record_full_command): New.
9446 (show_record_full_command): New.
9447 (_initialize_record_full): New.
9448
9449 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9450
9451 * target.h (add_deprecated_target_alias): New.
9452 * target.c (add_deprecated_target_alias): New.
9453
9454 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9455
9456 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9457 and signal.h.
9458 (linux_supports_btrace): Add kernel and
9459 cpuid check.
9460 (kernel_supports_btrace): New function.
9461 (cpu_supports_btrace): New function.
9462 (intel_supports_btrace): New function.
9463
9464 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9465
9466 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9467 * remote.c: Include btrace.h.
9468 (struct btrace_target_info): New struct.
9469 (remote_supports_btrace): New function.
9470 (send_Qbtrace): New function.
9471 (remote_enable_btrace): New function.
9472 (remote_disable_btrace): New function.
9473 (remote_teardown_btrace): New function.
9474 (remote_read_btrace): New function.
9475 (init_remote_ops): Add btrace ops.
9476 (enum <unnamed>): Add btrace packets.
9477 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9478 (_initialize_remote): Add packet configuration for branch tracing.
9479
9480 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9481
9482 * features/btrace.dtd: New file.
9483 * Makefile.in (XMLFILES): Add btrace.dtd.
9484 * btrace.h (parse_xml_btrace): New declaration.
9485 * btrace.c: Include xml-support.h.
9486 (parse_xml_btrace): New function.
9487 (parse_xml_btrace_block): New function.
9488 (block_attributes): New struct.
9489 (btrace_attributes): New struct.
9490 (btrace_children): New struct.
9491 (btrace_elements): New struct.
9492
9493 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9494
9495 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9496 (amd64_linux_enable_btrace): New.
9497 (amd64_linux_disable_btrace): New.
9498 (amd64_linux_teardown_btrace): New.
9499 (_initialize_amd64_linux_nat): Initialize btrace ops.
9500 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9501 (i386_linux_enable_btrace): New.
9502 (i386_linux_disable_btrace): New.
9503 (i386_linux_teardown_btrace): New.
9504 (_initialize_i386_linux_nat): Initialize btrace ops.
9505 * config/i386/linux.mh: Add linux-btrace.o.
9506 * config/i386/linux64.mh: Add linux-btrace.o.
9507
9508 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9509
9510 * common/linux_btrace.h: New file.
9511 * common/linux_btrace.c: New file.
9512 * Makefile.in (SFILES): Add btrace.c.
9513 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9514 (COMMON_OBS): Add btrace.o.
9515 (linux-btrace.o): New rule.
9516
9517 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9518
9519 * target.h: Include btrace.h.
9520 (struct target_ops) <to_supports_btrace, to_enable_btrace,
9521 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9522 * target.c (target_supports_btrace): New function.
9523 (target_enable_btrace): New function.
9524 (target_disable_btrace): New function.
9525 (target_teardown_btrace): New function.
9526 (target_read_btrace): New function.
9527 * btrace.h: New file.
9528 * btrace.c: New file.
9529 * Makefile.in: Add btrace.c.
9530 * gdbthread.h: Include btrace.h.
9531 (struct thread_info): Add btrace field.
9532 * thread.c: Include btrace.h.
9533 (clear_thread_inferior_resources): Call target_teardown_btrace.
9534 * common/btrace-common.h: New file.
9535
9536 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9537
9538 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9539 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9540 kill_status to outer block.
9541
9542 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9543
9544 Fix entry-values if the callee called a noreturn function.
9545 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9546 get_frame_address_in_block. Add new comment.
9547
9548 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9549
9550 Fix entry-values in C++ across CUs.
9551 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9552 lookup_minimal_symbol. Add a comment.
9553 * dwarf2read.c
9554 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9555 DW_AT_linkage_name.
9556
9557 2013-03-08 Yao Qi <yao@codesourcery.com>
9558
9559 * tracepoint.c (_initialize_tracepoint): Indent the code.
9560
9561 2013-03-08 Pedro Alves <palves@redhat.com>
9562
9563 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
9564 (parse_find_args, find_command): Change type of pattern buffer
9565 locals to 'gdb_byte *'.
9566
9567 2013-03-08 Stan Shebs <stan@codesourcery.com>
9568 Hafiz Abid Qadeer <abidh@codesourcery.com>
9569
9570 * NEWS: Mention set and show trace-buffer-size commands.
9571 Mention new packet.
9572 * target.h (struct target_ops): New method
9573 to_set_trace_buffer_size.
9574 (target_set_trace_buffer_size): New macro.
9575 * target.c (update_current_target): Set up new method.
9576 * tracepoint.c (trace_buffer_size): New global.
9577 (start_tracing): Send it to the target.
9578 (set_trace_buffer_size): New function.
9579 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9580 * remote.c (remote_set_trace_buffer_size): New function.
9581 (_initialize_remote): Use it.
9582 (QTBuffer:size) New remote command.
9583 (PACKET_QTBuffer_size): New enum.
9584 (remote_protocol_features): Add an entry for
9585 PACKET_QTBuffer_size.
9586
9587 2013-03-08 Tom Tromey <tromey@redhat.com>
9588
9589 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9590 variable.
9591
9592 2013-03-07 Pedro Alves <palves@redhat.com>
9593
9594 * target.c (target_read_stralloc, target_fileio_read_alloc):
9595 *Cast pointer to 'gdb_byte *' in target call.
9596
9597 2013-03-07 Pedro Alves <palves@redhat.com>
9598
9599 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9600 call.
9601
9602 2013-03-07 Keith Seitz <keiths@redhat.com>
9603
9604 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9605 (trace_pass_command): Likewise.
9606 * cli/cli-cmds.c: Include cli/cli-utils.h.
9607 (source_command): Use skip-spaces.
9608 (disassemble_command): Likewise.
9609 * findcmd.c: Include cli/cli-utils.h.
9610 (parse_find_args): Use skip_spaces.
9611 * go32-nat.c: Include cli/cli-utils.h.
9612 (go32_sldt): Use skip_spaces.
9613 (go32_sgdt): Likewise.
9614 (go32_sidt): Likewise.
9615 (go32_pde): Likewise.
9616 (go32_pte): Likewise.
9617 (go32_pte_for_address): Likewise.
9618 * infcmd.c: Include cli/cli-utils.h.
9619 (registers_info): Use skip_spaces.
9620 * linux-tdep.c (read_mapping): Use skip_spaces_const.
9621 (linux_info_proc): Likewise.
9622 * linux-thread-db.c: Include cli/cli-utils.h.
9623 (info_auto_load_libthread_db): Use skip_spaces_const.
9624 * m32r-rom.c: Include cli/cli-utils.h.
9625 (m32r_upload_command): Use skip_spaces.
9626 * maint.c: Include cli/cli-utils.h.
9627 (maintenance_translate_address): Use skip_spaces.
9628 * mi/mi-parse.c: Include cli/cli-utils.h.
9629 (mi_parse_argv): Use skip_spaces.
9630 (mi_parse): Likewise.
9631 * minsyms.c: Include cli/cli-utils.h.
9632 (msymbol_hash_iw): Use skip_spaces_const.
9633 * objc-lang.c: Include cli/cli-utils.h.
9634 (parse_selector): Use skip_spaces.
9635 (parse_method): Likewise.
9636 * python/python.c: Include cli/cli-utils.h.
9637 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9638 (python_command)[HAVE_PYTHON]: Likewise.
9639 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9640 * remote-m32r-sdi.c: Include cli/cli-utils.h.
9641 (m32r_load): Use skip_spaces.
9642 * serial.c: Include cli/cli-utils.h.
9643 (serial_open): Use skip_spaces_const.
9644 * stack.c: Include cli/cli-utils.h.
9645 (parse_frame_specification_1): Use skip_spaces_const.
9646 * symfile.c: Include cli/cli-utils.h.
9647 (set_ext_lang_command): Use skip_spaces.
9648 * symtab.c: Include cli/cli-utils.h.
9649 (rbreak_command): Use skip_spaces.
9650 * thread.c (thread_name_command): Use skip_spaces.
9651 * tracepoint.c (validate_actionline): Use skip_spaces.
9652 (encode_actions_1): Likewise.
9653 (trace_find_range_command): Likewise.
9654 (trace_find_outside_command): Likewise.
9655 (trace_dump_actions): Likewise.
9656
9657 2013-03-07 Pedro Alves <palves@redhat.com>
9658
9659 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9660 * expprint.c (print_subexp_standard): Likewise.
9661 * utils.c (host_char_to_target): Likewise.
9662 * valprint.c (generic_emit_char, generic_printstr): Likewise.
9663 * varobj.c (value_get_print_value): Change type of local to char*.
9664 Cast it gdb_byte * in call to language printer.
9665
9666 2013-03-07 Pedro Alves <palves@redhat.com>
9667
9668 * charset.c (struct wchar_iterator) <input>: Change type to 'const
9669 gdb_byte *'.
9670 (make_wchar_iterator): Remove cast to char*.
9671 (wchar_iterate): Change type of local.
9672
9673 2013-03-07 Pedro Alves <palves@redhat.com>
9674
9675 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9676 for 'regcache->register_status'.
9677
9678 2013-03-07 Pedro Alves <palves@redhat.com>
9679
9680 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9681 int.
9682
9683 2013-03-07 Pedro Alves <palves@redhat.com>
9684
9685 * stap-probe.c (handle_stap_probe): Add cast to char*.
9686
9687 2013-03-07 Pedro Alves <palves@redhat.com>
9688
9689 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9690 RECORD_MSGRCV>: Pass a signed variable to
9691 regcache_raw_read_signed, instead of an unsigned one.
9692
9693 2013-03-07 Pedro Alves <palves@redhat.com>
9694
9695 * remote-notif.c (notif_debug): Change type to int.
9696 * remote-notif.h (notif_debug): Likewise.
9697
9698 2013-03-07 Pedro Alves <palves@redhat.com>
9699
9700 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9701
9702 2013-03-07 Pedro Alves <palves@redhat.com>
9703
9704 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9705 * remote.h (hex2bin, bin2hex): ... here.
9706 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9707
9708 2013-03-07 Eli Zaretskii <eliz@gnu.org>
9709
9710 * utils.c (initialize_utils): Improve doc strings of "set/show
9711 width", "set/show height", and "set/show pagination".
9712
9713 2013-03-06 Keith Seitz <keiths@redhat.com>
9714
9715 * ax-gdb.c (gen_printf): Make FORMAT const.
9716 * ax-gdb.h (gen_printf): Likewise.
9717 * ax-general.c (ax_string): Make STR const.
9718 * ax.h (ax_string): Likewise.
9719
9720 2013-03-06 Doug Evans <dje@google.com>
9721
9722 * elfread.c (elf_symfile_read): Move debugging printf to more
9723 logical location.
9724
9725 2013-03-06 Pedro Alves <palves@redhat.com>
9726
9727 * python/py-utils.c (target_string_to_unicode): Delete function.
9728 * python/python-internal.h (target_string_to_unicode): Delete
9729 declaration.
9730
9731 2013-03-06 Pierre Muller <muller@sourceware.org>
9732
9733 * linespec.c (get_current_search_block): ARI fix, use (void)
9734 for empty parameter list.
9735
9736 2013-03-05 Doug Evans <dje@google.com>
9737
9738 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9739 of old ada_lookup_symbol_list. In !full_search case, don't
9740 search superblocks.
9741 (ada_lookup_symbol_list): Delete arg full_search, all callers
9742 updated. Call ada_lookup_symbol_list_worker.
9743 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9744 * ada-lang.h (ada_lookup_symbol_list): Update.
9745 * language.h (language_defn): Update comment for
9746 la_iterate_over_symbols.
9747 * linespec.c (iterate_over_file_blocks): New function.
9748 (iterate_over_all_matching_symtabs): Call it.
9749 (lookup_prefix_sym): Ditto.
9750 (get_current_search_block): New function.
9751 (get_search_block): Delete.
9752 (find_label_symbols): Call get_current_search_block.
9753 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9754 * symtab.c (iterate_over_symbols): Don't search superblocks.
9755
9756 2013-03-05 Yao Qi <yao@codesourcery.com>
9757
9758 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9759 parameter VAR's type from "unsigned int" to "int".
9760 * command.h (var_zuinteger_unlimited): Update its comments.
9761 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9762
9763 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9764
9765 * NEWS: Mention new target x86_64-*-cygwin*.
9766
9767 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9768
9769 * configure.host: Add x86_64-*-cygwin* as host.
9770 * configure.tgt: Add x86_64-*-cygwin* as target.
9771 * config/i386/cygwin64.mh: New file.
9772
9773 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9774
9775 * linespec.c (decode_line_2): Fix duplicate request off by two message.
9776
9777 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9778
9779 * linespec.c (struct linespec_canonical_name): New.
9780 (struct linespec_state): Change canonical_names type to it.
9781 (add_sal_to_sals): Change variable canonical_name to canonical. Change
9782 xrealloc element size. Initialize the different CANONICAL fields.
9783 (canonical_to_fullform): New.
9784 (filter_results): Use it. Add variables canonical, fullform and
9785 cleanup.
9786 (struct decode_line_2_item, decode_line_2_compare_items): New.
9787 (decode_line_2): Remove variables iter and item_names, add variables
9788 items and items_count. Modify the code for these new variables.
9789
9790 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
9791
9792 * coff-pe-read.c (read_pe_exported_syms): Don't return without
9793 calling do_cleanup.
9794
9795 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
9796
9797 * tracepoint.c (build_traceframe_info): Add code for byte order.
9798
9799 2013-03-02 Kevin Buettner <kevinb@redhat.com>
9800
9801 * v850-tdep.c: (v850e2_register_name): Revise system register
9802 names to match current V850E2M architecture specifications.
9803 Update register number enum comments too.
9804
9805 2013-03-01 Jiong Wang <jiwang@tilera.com>
9806 Pedro Alves <palves@redhat.com>
9807
9808 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9809 to END_ADDR.
9810 (tilegx_skip_prologue): Limit prologue analysis to section end.
9811
9812 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9813
9814 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9815 use it.
9816
9817 2013-03-01 Pedro Alves <palves@redhat.com>
9818
9819 Use gdb_byte for bytes from the program being debugged.
9820
9821 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9822 Change type of local 'buf' to gdb_byte.
9823 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9824 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9825 * cris-tdep.c (cris_sigcontext_addr)
9826 (cris_sigtramp_frame_unwind_cache): Likewise.
9827 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9828 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9829 Likewise.
9830 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9831 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9832 (hppa32_hpux_search_dummy_call_sequence)
9833 (hppa_hpux_supply_save_state): Likewise.
9834 * hppa-linux-tdep.c (insns_match_pattern)
9835 (hppa_linux_find_global_pointer): Likewise.
9836 * hppa-tdep.c (hppa_in_function_epilogue_p)
9837 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9838 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9839 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9840 (i386fbsd_collect_uthread): Likewise.
9841 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9842 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9843 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9844 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9845 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9846 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9847 (ia64_libunwind_frame_prev_register)
9848 (ia64_libunwind_sigtramp_frame_this_id)
9849 (ia64_find_global_pointer_from_dynamic_section)
9850 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9851 (ia64_unwind_pc): Likewise.
9852 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9853 * m68hc11-tdep.c (m68hc11_push_dummy_call)
9854 (m68hc11_extract_return_value): Likewise.
9855 * m68klinux-nat.c (fetch_register, store_register): Likewise.
9856 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9857 (mep_get_insn, mep_push_dummy_call): Likewise.
9858 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9859 (mips_linux_in_dynsym_stub): Likewise.
9860 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9861 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9862 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9863 to gdb_byte.
9864 * remote-mips.c (mips_set_register): Likewise.
9865 * remote-sim.c (gdbsim_fetch_register): Likewise.
9866 * score-tdep.c (score7_fetch_inst): Change type of parameter
9867 'memblock' and local 'buf' to gdb_byte.
9868 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9869 Change type of local 'buf' to gdb_byte. Adjust.
9870 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9871 to gdb_byte**.
9872 (score7_analyze_prologue): Change type of 'memblock' and
9873 'memblock_ptr' locals to gdb_byte*.
9874 * sh64-tdep.c (sh64_extract_return_value)
9875 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9876 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9877 * solib-pa64.c (pa64_solib_create_inferior_hook)
9878 (pa64_open_symbol_file_object): Remove local 'buf'.
9879 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9880 (som_open_symbol_file_object): Likewise.
9881 * solib-spu.c (spu_current_sos): Likewise.
9882 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9883 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9884 (spu_store_registers): Likewise.
9885 * target.c (debug_print_register): Likewise.
9886 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9887 * xstormy16-tdep.c (xstormy16_store_return_value)
9888 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9889 (xstormy16_find_jmp_table_entry): Likewise.
9890
9891 2013-03-01 Jiong Wang <jiwang@tilera.com>
9892
9893 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9894 (tilegx_gdbarch_init): Install it.
9895
9896 2013-02-28 Tom Tromey <tromey@redhat.com>
9897
9898 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9899 PyLong_Check.
9900
9901 2013-02-28 Doug Evans <dje@google.com>
9902
9903 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9904 * python/python.c (gdbpy_find_pc_line): Ditto.
9905
9906 2013-02-28 Tom Tromey <tromey@redhat.com>
9907
9908 * contrib/excheck.py: New file.
9909 * contrib/exsummary.py: New file.
9910 * contrib/gcc-with-excheck: New file.
9911
9912 2013-02-28 Tom Tromey <tromey@redhat.com>
9913
9914 * python/python.c (gdbpy_print_stack): Call begin_line and
9915 fprintf_filtered inside TRY_CATCH.
9916
9917 2013-02-28 Tom Tromey <tromey@redhat.com>
9918
9919 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9920 inside TRY_CATCH.
9921
9922 2013-02-28 Tom Tromey <tromey@redhat.com>
9923
9924 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9925 frame_object_to_frame_info inside TRY_CATCH.
9926
9927 2013-02-28 Tom Tromey <tromey@redhat.com>
9928
9929 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9930 TRY_CATCH.
9931
9932 2013-02-28 Tom Tromey <tromey@redhat.com>
9933
9934 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9935
9936 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
9937
9938 * windows-nat.c: Throughout, fix format strings and casts of
9939 printf-like functions to avoid type related warnings on all
9940 platforms.
9941 (handle_output_debug_string): Fetch context information address
9942 from debug string using string_to_core_addr.
9943
9944 2013-02-27 Jiong Wang <jiwang@tilera.com>
9945
9946 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9947 * regformats/reg-tilegx32.dat: New.
9948
9949 2013-02-27 Jiong Wang <jiwang@tilera.com>
9950
9951 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9952
9953 2013-02-27 Jiong Wang <jiwang@tilera.com>
9954
9955 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9956
9957 2013-02-27 Yao Qi <yao@codesourcery.com>
9958 Pedro Alves <palves@redhat.com>
9959
9960 * tracepoint.c (tfile_trace_find): For tfind
9961 pc/tp/range/outside, look for the next trace frame instead of
9962 always starting from frame 0.
9963
9964 2013-02-26 Anthony Green <green@moxielogic.com>
9965
9966 * configure.tgt: Add support for moxie-*-rtems* target.
9967
9968 2013-02-25 Pedro Alves <palves@redhat.com>
9969
9970 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9971 warning text.
9972
9973 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9974
9975 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9976 if $fp is used as the virtual frame pointer.
9977
9978 2013-02-23 Alan Modra <amodra@gmail.com>
9979
9980 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9981 symbol size.
9982 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9983 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9984 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9985 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9986
9987 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9988
9989 Code cleanup.
9990 * elfread.c (build_id_bfd_get): Make the return type const.
9991 (build_id_verify): Make the check parameter const.
9992 (build_id_to_debug_filename): Make the build_id parameter and variable
9993 data const.
9994 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9995
9996 2013-02-21 Alan Modra <amodra@gmail.com>
9997
9998 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9999
10000 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
10001
10002 Add a new method 'disassemble' to gdb.Architecture class.
10003 * python/py-arch.c (archpy_disassmble): Implementation of the
10004 new method gdb.Architecture.disassemble.
10005 (arch_object_methods): Add entry for the new method.
10006
10007 2013-02-20 Jiong Wang <jiwang@tilera.com>
10008
10009 * MAINTAINERS (Write After Approval): Add myself to the list.
10010
10011 2013-02-19 Pedro Alves <palves@redhat.com>
10012
10013 Garbage collect 'struct monitor_ops'::load_routine.
10014
10015 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
10016 * monitor.c (monitor_load): No longer call
10017 current_monitor->load_routine.
10018 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
10019 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
10020 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
10021
10022 2013-02-19 Pedro Alves <palves@redhat.com>
10023
10024 PR gdb/15161
10025
10026 Harmonize with generic_load.
10027
10028 * monitor.c: Include "readline/readline.h".
10029 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
10030 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
10031 long/strtol for the 'load_offset' local. Error out if no argument
10032 is given or if too many arguments are given. Tilde expand the
10033 passed in file name.
10034
10035 2013-02-19 Kai Tietz <ktietz@redhat.com>
10036
10037 PR gdb/15161
10038 * symfile.c (load_section_data): Change type of load_offset
10039 to CORE_ADDR.
10040 (generic_load): User strtoulst instead of strtoul for conversion
10041 of load_offset.
10042
10043 2013-02-19 Jiong Wang <jiwang@tilera.com>
10044
10045 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
10046 for return address, "lr" register, saved on stack.
10047 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
10048 after we invoke tilegx_analyze_prologue.
10049
10050 2013-02-19 Jiong Wang <jiwang@tilera.com>
10051
10052 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
10053
10054 2013-02-19 Jiong Wang <jiwang@tilera.com>
10055
10056 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
10057
10058 2013-02-19 Jiong Wang <jiwang@tilera.com>
10059
10060 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
10061 (tilegx_write_pc): New function.
10062 (tilegx_cannot_reference_register): Return zero if REGNO
10063 is TILEGX_FAULTNUM_REGNUM.
10064 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
10065 (tilegx_register_name): Add handling of "faultnum" register.
10066 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
10067 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
10068 handling of TILEGX_FAULTNUM_REGNUM.
10069 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
10070
10071 2013-02-19 Jiong Wang <jiwang@tilera.com>
10072
10073 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
10074 should be aligned to 64bit.
10075
10076 2013-02-19 Kai Tietz <ktietz@redhat.com>
10077
10078 * windows-nat.c (windows_xfer_memory): Fix debug-output
10079 for LLP64.
10080
10081 2013-02-19 Lei Liu <lei.liu2@windriver.com>
10082
10083 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
10084 Don't check DSP register number if HAVE_DSP is not set.
10085
10086 2013-02-19 Alan Modra <amodra@gmail.com>
10087
10088 * elfread.c (struct build_id): Delete. Use struct elf_build_id
10089 throughout file instead.
10090 (build_id_bfd_get): Update to use new elf_tdata build_id field.
10091 Don't xmalloc return value.
10092 (build_id_verify): Similarly. Don't xfree.
10093 (build_id_to_debug_filename): Update.
10094 (find_separate_debug_file_by_buildid): Update, don't xfree.
10095
10096 2013-02-18 Tom Tromey <tromey@redhat.com>
10097
10098 PR gdb/15102:
10099 * dwarf2read.c (read_subrange_type): Use result of
10100 'check_typedef'.
10101
10102 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
10103
10104 * frame.c: Remove one extra white space after #include
10105 directive.
10106
10107 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10108
10109 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
10110
10111 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10112
10113 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
10114 and dir commands into an if block.
10115
10116 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
10117
10118 * python/py-breakpoint (struct pybp_code): Use int instead of
10119 enum type_code.
10120
10121 2013-02-15 Pedro Alves <pedro@codesourcery.com>
10122 Hafiz Abid Qadeer <abidh@codesourcery.com>
10123
10124 * NEWS: Mention new field "trace-file".
10125 * tracepoint.c (trace_status_mi): Output "trace-file" field.
10126 (tfile_open): Record the trace file's filename in the trace
10127 status.
10128 (tfile_files_info): Mention the name of the trace file.
10129 Check the "filename" field explicitely.
10130 (trace_status_command): Explicitely check "filename" field.
10131 (trace_find_command): Ditto.
10132 (trace_find_pc_command): Ditto.
10133 (trace_find_tracepoint_command): Ditto.
10134 (trace_find_line_command): Ditto.
10135 (trace_find_range_command): Ditto.
10136 (trace_find_outside_command): Ditto.
10137 * tracepoint.h (struct trace_status) <from_file>: Rename it
10138 to "filename" and make it hold the trace file's filename
10139 instead of a boolean.
10140 * remote.c (remote_get_trace_status): Initialize "filename"
10141 field with NULL instead of 0.
10142
10143 2013-02-15 Yao Qi <yao@codesourcery.com>
10144
10145 * remote.c: Fix a typo.
10146
10147 2013-02-14 Pierre Muller <muller@sourceware.org>
10148
10149 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
10150
10151 2013-02-14 Pedro Alves <palves@redhat.com>
10152
10153 * utils.c (savestring): Don't #undef it. Move function to
10154 common/common-utils.c.
10155 * common/common-utils.c: Include gdb_string.h.
10156 (savestring): Move here from utils.c.
10157 * common/common-utils.h (savestring): Declare.
10158
10159 2013-02-14 Pedro Alves <palves@redhat.com>
10160
10161 * utils.c (savestring): Rename parameter 'size' to 'len'.
10162
10163 2013-02-14 Pedro Alves <palves@redhat.com>
10164 Yufeng Zhang <yufeng.zhang@arm.com>
10165
10166 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
10167 (aarch64_inferior_data, struct aarch64_inferior_data):
10168 Delete.
10169 (struct aarch64_process_info): New.
10170 (aarch64_process_list): New global.
10171 (aarch64_find_process_pid, aarch64_add_process)
10172 (aarch64_process_info_get): New functions.
10173 (aarch64_inferior_data_get): Delete.
10174 (aarch64_process_info_get): New function.
10175 (aarch64_forget_process): New function.
10176 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
10177 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
10178 aarch64_get_debug_reg_state.
10179 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
10180 instead of linux_nat_iterate_watchpoint_lwps.
10181 (aarch64_linux_new_fork): New function.
10182 (aarch64_linux_child_post_startup_inferior): Use
10183 aarch64_forget_process instead of aarch64_init_debug_reg_state.
10184 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
10185 (aarch64_linux_remove_hw_breakpoint)
10186 (aarch64_handle_aligned_watchpoint)
10187 (aarch64_handle_unaligned_watchpoint)
10188 (aarch64_linux_insert_watchpoint)
10189 (aarch64_linux_remove_watchpoint)
10190 (aarch64_linux_stopped_data_address): Adjust to pass the current
10191 process id to aarch64_debug_reg_state.
10192 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
10193 linux_nat_new_fork hook, and aarch64_forget_process as
10194 linux_nat_forget_process hook; remove the call to
10195 register_inferior_data_with_cleanup.
10196
10197 2013-02-14 Pedro Alves <palves@redhat.com>
10198
10199 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
10200 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
10201 lval_memory.
10202
10203 2013-02-14 Pedro Alves <pedro@codesourcery.com>
10204 Hafiz Abid Qadeer <abidh@codesourcery.com>
10205
10206 * tracepoint.h (validate_trace_state_variable_name): Declare.
10207 * tracepoint.c (validate_trace_state_variable_name): New.
10208 (trace_variable_command): Parse the trace state variable's name
10209 without using parse_expression. Do several validations.
10210 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
10211 trace state variable's name with parse_expression. Validate it.
10212
10213 2013-02-14 Yao Qi <yao@codesourcery.com>
10214
10215 * infcmd.c (breakpoint_proceeded): Remove it.
10216
10217 2013-02-14 Yao Qi <yao@codesourcery.com>
10218
10219 * tracepoint.c (end_actions_pseudocommand): Make it static.
10220 (while_stepping_pseudocommand): Likewise.
10221 * tracepoint.h (end_actions_pseudocommand): Remove the
10222 declaration.
10223 (while_stepping_pseudocommand): Likewise.
10224
10225 2013-02-14 Yao Qi <yao@codesourcery.com>
10226
10227 * cli/cli-decode.c (help_cmd): Remove the declaration of
10228 "cmdlist".
10229 (help_all): Likewise.
10230
10231 2013-02-13 Pedro Alves <palves@redhat.com>
10232
10233 * amd64-linux-nat.c (update_debug_registers_callback):
10234 Update comment.
10235 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
10236 iterate_over_lwps.
10237 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
10238 i386_debug_reg_state.
10239 (amd64_linux_new_fork): New function.
10240 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
10241 linux_nat_new_fork hook, and i386_forget_process as
10242 linux_nat_forget_process hook.
10243 * i386-linux-nat.c (update_debug_registers_callback):
10244 Update comment.
10245 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
10246 iterate_over_lwps.
10247 (i386_linux_prepare_to_resume): Pass the lwp's pid to
10248 i386_debug_reg_state.
10249 (i386_linux_new_fork): New function.
10250 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
10251 linux_nat_new_fork hook, and i386_forget_process as
10252 linux_nat_forget_process hook.
10253 * i386-nat.c (i386_init_dregs): Delete.
10254 (i386_inferior_data, struct i386_inferior_data):
10255 Delete.
10256 (struct i386_process_info): New.
10257 (i386_process_list): New global.
10258 (i386_find_process_pid, i386_add_process, i386_process_info_get):
10259 New functions.
10260 (i386_inferior_data_get): Delete.
10261 (i386_process_info_get): New function.
10262 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
10263 (i386_forget_process): New function.
10264 (i386_cleanup_dregs): Rewrite.
10265 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
10266 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
10267 (i386_stopped_data_address, i386_insert_hw_breakpoint)
10268 (i386_remove_hw_breakpoint): Adjust to pass the current process id
10269 to i386_debug_reg_state.
10270 (i386_use_watchpoints): Don't register inferior data.
10271 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
10272 adjust comment.
10273 (i386_forget_process): Declare.
10274 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
10275 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
10276 New static globals.
10277 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
10278 (add_initial_lwp): New, factored out from ...
10279 (add_lwp): ... this. Don't check the number of lwps before
10280 calling linux_nat_new_thread.
10281 (linux_nat_iterate_watchpoint_lwps): Delete.
10282 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
10283 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
10284 forks and vforks.
10285 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
10286 initial lwp.
10287 (linux_nat_kill, linux_nat_mourn_inferior): Call
10288 linux_nat_forget_process.
10289 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10290 (linux_nat_forget_process): New functions.
10291 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
10292 type.
10293 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
10294 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
10295 types.
10296 (linux_nat_set_new_fork, linux_nat_set_forget_process)
10297 (linux_nat_forget_process): New declarations.
10298
10299 * amd64fbsd-nat.c (super_mourn_inferior): New global.
10300 (amd64fbsd_mourn_inferior): New function.
10301 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
10302 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
10303
10304 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10305
10306 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
10307 Adding _().
10308
10309 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10310
10311 * aarch64-linux-nat.c (debug_reg_change_callback)
10312 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
10313 %s and phex().
10314
10315 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10316
10317 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
10318 with LONGEST.
10319
10320 2013-02-13 Pedro Alves <palves@redhat.com>
10321 Hafiz Abid Qadeer <abidh@codesourcery.com>
10322
10323 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
10324
10325 2013-02-12 Tom Tromey <tromey@redhat.com>
10326
10327 PR symtab/11464:
10328 * c-exp.y (lex_one_token): Initialize other fields of yylval on
10329 NAME return.
10330 (classify_inner_name): Remove 'first_name' argument, add
10331 'context'. Remove unused variable.
10332 (yylex): Explicitly maintain the context type. Exit loop earlier
10333 if NAME result is seen.
10334
10335 2013-02-12 Pedro Alves <palves@redhat.com>
10336
10337 * amd64-darwin-tdep.c: Add (C) after Copyright.
10338 * cli/cli-cmds.h: Ditto.
10339 * cli/cli-decode.c: Ditto.
10340 * cli/cli-decode.h: Ditto.
10341 * cli/cli-dump.c: Ditto.
10342 * cli/cli-dump.h: Ditto.
10343 * cli/cli-interp.c: Ditto.
10344 * cli/cli-logging.c: Ditto.
10345 * cli/cli-script.c: Ditto.
10346 * cli/cli-script.h: Ditto.
10347 * cli/cli-setshow.c: Ditto.
10348 * cli/cli-setshow.h: Ditto.
10349 * cli/cli-utils.c: Ditto.
10350 * cli/cli-utils.h: Ditto.
10351 * config/alpha/nm-osf3.h: Ditto.
10352 * config/djgpp/djconfig.sh: Ditto.
10353 * config/i386/nm-fbsd.h: Ditto.
10354 * config/i386/nm-i386gnu.h: Ditto.
10355 * config/nm-linux.h: Ditto.
10356 * config/nm-nto.h: Ditto.
10357 * config/rs6000/nm-rs6000.h: Ditto.
10358 * config/sparc/nm-sol2.h: Ditto.
10359 * darwin-nat-info.c: Ditto.
10360 * dfp.c: Ditto.
10361 * dfp.h: Ditto.
10362 * gdb-demangle.h: Ditto.
10363 * i386-darwin-nat.c: Ditto.
10364 * i386-darwin-tdep.c: Ditto.
10365 * linux-fork.h: Ditto.
10366 * m32c-tdep.c: Ditto.
10367 * microblaze-linux-tdep.c: Ditto.
10368 * microblaze-rom.c: Ditto.
10369 * microblaze-tdep.c: Ditto.
10370 * microblaze-tdep.h: Ditto.
10371 * mips-linux-tdep.h: Ditto.
10372 * ppc-ravenscar-thread.c: Ditto.
10373 * ppc-ravenscar-thread.h: Ditto.
10374 * prologue-value.c: Ditto.
10375 * prologue-value.h: Ditto.
10376 * ravenscar-thread.c: Ditto.
10377 * ravenscar-thread.h: Ditto.
10378 * sparc-ravenscar-thread.c: Ditto.
10379 * sparc-ravenscar-thread.h: Ditto.
10380 * tilegx-linux-tdep.c: Ditto.
10381 * unwind_stop_reasons.def: Ditto.
10382 * windows-nat.h: Ditto.
10383 * xtensa-linux-tdep.c: Ditto.
10384 * xtensa-xtregs.c: Ditto.
10385 * regformats/regdat.sh: Ditto.
10386 * regformats/regdef.h: Ditto.
10387
10388 2013-02-12 Pedro Alves <palves@redhat.com>
10389
10390 * break-catch-sig.c: Update copyright years.
10391
10392 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
10393
10394 Add support for a destructor for ui_out data and use it to
10395 provide a ui_out destructor.
10396 * ui-out.h: Declare the new ui_out destructor.
10397 (ui_out_impl): Add a field for data destructor in ui_out_impl.
10398 * ui-out.c (default_data_destroy): Add a default data destructor
10399 which does nothing.
10400 (default_ui_out_impl): Set the new data_destroy field to
10401 default_data_destroy
10402 (uo_data_destroy): Local function which invokes the data
10403 destructor if present.
10404 (clear_table): Local function which clears the table data of a
10405 ui_out object.
10406 (ui_out_destroy): Public function which frees a ui_out object.
10407 (ui_out_table_end): Use the new clear_table function.
10408 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10409 NULL.
10410 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10411 to NULL.
10412
10413 2013-02-11 Doug Evans <dje@google.com>
10414
10415 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10416 (printf_decfloat): New function. Broken out from ui_printf.
10417 Remove unnecessary code to shift the entire format string down.
10418 (printf_pointer): New function.
10419 (ui_printf): Code to print C strings, wide C strings, decfloats,
10420 and pointers moved to separate functions.
10421
10422 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
10423
10424 * valops.c (value_assign): Handling bitfield offset in
10425 `lval_internalvar_component' case.
10426
10427 2013-02-08 Doug Evans <dje@google.com>
10428
10429 * common/format.c (parse_format_string): Fix whitespace.
10430
10431 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
10432
10433 * stack.c (return_command): Work around uninitialized variable
10434 warning.
10435
10436 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
10437
10438 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10439 number of the registers from 36 to 34.
10440
10441 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10442
10443 * NEWS: Mention new AArch64 native and target support.
10444
10445 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10446
10447 * MAINTAINERS (Write After Approval): Add myself.
10448
10449 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
10450 Marcus Shawcroft <marcus.shawcroft@arm.com>
10451 Nigel Stephens <nigel.stephens@arm.com>
10452 Yufeng Zhang <yufeng.zhang@arm.com>
10453
10454 * aarch64-linux-nat.c: New file.
10455 * config/aarch64/linux.mh: New file.
10456 * configure.host: Add AArch64.
10457 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10458
10459 2013-02-07 Doug Evans <dje@google.com>
10460
10461 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10462 disassemble command.
10463
10464 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
10465
10466 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10467 set_gdbarch_fetch_tls_load_module_address.
10468
10469 2013-02-06 David S. Miller <davem@davemloft.net>
10470
10471 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10472 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10473 * value.c (struct_return_convention): New function.
10474 (using_struct_return): Implement in terms of struct_return_convention.
10475 * value.h (struct_return_convention): Declare.
10476 * stack.c (return_command): Allow successful overriding of the return
10477 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10478
10479 2013-02-06 Tom Tromey <tromey@redhat.com>
10480
10481 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10482 outside of TRY_CATCH.
10483
10484 2013-02-06 Yao Qi <yao@codesourcery.com>
10485
10486 * mi/mi-interp.c: Include "tracepoint.h".
10487 (mi_tsv_modified): Declare.
10488 (mi_tsv_created, mi_tsv_deleted): Update declaration.
10489 (mi_interpreter_init): Call observer_attach_tsv_modified.
10490 (mi_tsv_modified): New.
10491 (mi_tsv_created, mi_tsv_deleted): Update.
10492 * tracepoint.c (trace_variable_command): Call
10493 observer_notify_tsv_modified if the initial value of tsv is
10494 changed.
10495 (delete_trace_state_variable): Call
10496 observer_notify_tsv_deleted earlier.
10497 (trace_variable_command): Caller update.
10498 (create_tsv_from_upload): Likewise.
10499 * observer.sh: Declare "struct trace_state_variable".
10500
10501 * NEWS: Mention the new MI notification "=tsv-modified".
10502
10503 2013-02-05 Doug Evans <dje@google.com>
10504
10505 * completer.c (location_completer): Fix typo in comment.
10506
10507 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10508
10509 * breakpoint.c (add_location_to_breakpoint): Insert the location with
10510 ADDRESS sorted.
10511
10512 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
10513
10514 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10515 Refactor if statement to avoid trailing || operator.
10516
10517 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
10518
10519 * NEWS: Add PowerPC FreeBSD as a new native configuration.
10520
10521 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
10522
10523 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10524 * configure.host: Add powerpc*-*-freebsd* target.
10525 * configure.tgt: Add target info for powerpc*-*-freebsd*.
10526 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10527 * config/powerpc/fbsd.mh: New file.
10528
10529 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
10530 Denys Vlasenko <dvlasenk@redhat.com>
10531 Pedro Alves <palves@redhat.com>
10532
10533 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10534 (struct elf_internal_linux_prpsinfo): Forward declare.
10535 * gdbarch.h, gdbarch.c: Regenerate.
10536 * linux-tdep.c: Include `cli/cli-utils.h'.
10537 (linux_fill_prpsinfo): New function.
10538 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
10539 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10540 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10541 depending on gdbarch pointer bitness.
10542 * ppc-linux-tdep.c: Include elf-bfd.h.
10543 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10544 on 32-bit.
10545
10546 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10547 Marcus Shawcroft <marcus.shawcroft@arm.com>
10548 Nigel Stephens <nigel.stephens@arm.com>
10549 Yufeng Zhang <yufeng.zhang@arm.com>
10550
10551 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10552
10553 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10554 Marcus Shawcroft <marcus.shawcroft@arm.com>
10555 Nigel Stephens <nigel.stephens@arm.com>
10556 Yufeng Zhang <yufeng.zhang@arm.com>
10557
10558 * aarch64-newlib-tdep.c: New file.
10559 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10560 aarch64*-*-elf.
10561 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10562 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
10563 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
10564 * osabi.c (gdb_osabi_names): Add "Newlib".
10565
10566 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10567 Marcus Shawcroft <marcus.shawcroft@arm.com>
10568 Nigel Stephens <nigel.stephens@arm.com>
10569 Yufeng Zhang <yufeng.zhang@arm.com>
10570
10571 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10572 (ALLDEPFILES): Add aarch64-linux-tdep.c.
10573 * aarch64-linux-tdep.c: New file.
10574 * aarch64-linux-tdep.h: New file.
10575 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10576 * configure.tgt: Add aarch64-none-linux-gnu.
10577
10578 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10579 Marcus Shawcroft <marcus.shawcroft@arm.com>
10580 Nigel Stephens <nigel.stephens@arm.com>
10581 Yufeng Zhang <yufeng.zhang@arm.com>
10582
10583 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10584 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10585 (ALLDEPFILES): Add aarch64-tdep.c.
10586 * aarch64-tdep.c: New file.
10587 * aarch64-tdep.h: New file.
10588 * configure.tgt: Add AArch64.
10589 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10590 (aarch64-expedite): New definition.
10591 * features/aarch64-core.xml: New file.
10592 * features/aarch64-fpu.xml: New file.
10593 * features/aarch64-without-fpu.c: New file (generated).
10594 * features/aarch64-without-fpu.xml: New file.
10595 * features/aarch64.c: New file (generated).
10596 * features/aarch64.xml: New file.
10597 * regformats/aarch64-without-fpu.dat: New file (generated).
10598 * regformats/aarch64.dat: New file (generated).
10599
10600 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10601
10602 * contrib/expect-read1.c: New file.
10603 * contrib/expect-read1.sh: New file.
10604
10605 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10606
10607 * dwarf2read.c (file_file_name): New function with code from
10608 file_full_name.
10609 (file_full_name): Move most of the code to file_file_name.
10610 (macro_start_file): Rename variable full_name to file_name and use
10611 file_file_name for it. Add comp_dir parameter to new_macro_table.
10612 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
10613 macro_source_file->filename access by macro_source_fullname call.
10614 * macroscope.c (_initialize_macroscope): Update the new_macro_table
10615 caller.
10616 * macrotab.c (struct macro_table): New field comp_dir.
10617 (macro_include): New variables link_fullname and source_fullname.
10618 Replace any macro_source_file->filename access by macro_source_fullname
10619 call.
10620 (macro_lookup_inclusion): Remove the partial filenames checking code.
10621 (check_for_redefinition): New variables source_fullname and
10622 found_key_fullname. Replace any macro_source_file->filename access by
10623 macro_source_fullname call.
10624 (macro_undef): New variables source_fullname and key_fullname. Replace
10625 any macro_source_file->filename access by macro_source_fullname call.
10626 (macro_lookup_definition): New variables retval and source_fullname.
10627 Replace any macro_source_file->filename access by macro_source_fullname
10628 call.
10629 (foreach_macro): New variable key_fullname. Replace any
10630 macro_source_file->filename access by macro_source_fullname call.
10631 (foreach_macro_in_scope): New variable datum_fullname. Replace any
10632 macro_source_file->filename access by macro_source_fullname call.
10633 (new_macro_table): Add parameter comp_dir. Initialize T with it.
10634 (macro_source_fullname): New function.
10635 * macrotab.h (struct macro_source_file): Extent the filename field
10636 comment.
10637 (new_macro_table): New parameter comp_dir, add a comment for it.
10638 (macro_source_fullname): new declaration.
10639
10640 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10641
10642 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10643 this_real_name to outer block. Use it also for
10644 compare_filenames_for_search.
10645 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
10646 with dw2_get_real_path for file_matcher, considering also
10647 BASENAMES_MAY_DIFFER.
10648 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10649
10650 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10651
10652 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10653 to the file_matcher parameter. Pass 0 to it.
10654 (dwarf2_create_include_psymtab): Copy also DIRNAME.
10655 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10656 NULL psymtab_to_fullname result.
10657 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
10658 an expected filename instead.
10659 (expand_symtabs_matching_via_partial): Add basenames parameter to the
10660 file_matcher parameter. Call also psymtab_to_fullname, after newly
10661 considering BASENAMES_MAY_DIFFER.
10662 * source.c (rewrite_source_path): Remove static.
10663 * source.h (rewrite_source_path): New declaration.
10664 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10665 the expand_symtabs_matching field. Comment it.
10666 * symtab.c (file_matches): New function comment. Add parameter
10667 basenames, implement it.
10668 (search_symbols_file_matches): Add basenames parameter. Update the
10669 file_matches caller.
10670 (search_symbols): Match FILES also against symtab_to_fullname.
10671 Optimize it for BASENAMES_MAY_DIFFER.
10672
10673 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10674
10675 * source.c (print_source_lines_base): Print for TUI also "fullname".
10676 * tui/tui-data.c (init_content_element): Change tui_locator_element
10677 field to full_name.
10678 * tui/tui-data.h (struct tui_locator_element): Likewise.
10679 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10680 tui_update_locator_filename calls to tui_update_locator_fullname.
10681 Replace symtab->filename refererence by symtab_to_fullname call.
10682 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10683 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10684 field to full_name. Replace symtab->filename refererence by
10685 symtab_to_fullname call.
10686 (tui_show_symtab_source): Rename parameter to fullname. Change
10687 tui_locator_element field to full_name.
10688 * tui/tui-stack.c: Include source.h.
10689 (tui_set_locator_filename): Rename the declaration to ...
10690 (tui_set_locator_fullname): ... here. Rename its parameter to
10691 fullname, updates its comment.
10692 (tui_set_locator_info): Rename its parameter to fullname.
10693 (tui_set_locator_filename): Rename the definition to ...
10694 (tui_set_locator_fullname): ... here. Rename its parameter to
10695 fullname, updates its comment. Change tui_locator_element field to
10696 full_name.
10697 (tui_set_locator_info): Rename its parameter to fullname.
10698 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10699 (tui_update_locator_filename): Rename to ...
10700 (tui_update_locator_fullname): ... here. Rename callee to
10701 tui_set_locator_fullname.
10702 (tui_show_frame_info): Replace symtab->filename refererence by
10703 symtab_to_fullname call.
10704 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10705 (tui_update_locator_fullname): ... here.
10706 * tui/tui-winsource.c (tui_display_main): Rename the callee to
10707 tui_update_locator_fullname. Replace symtab->filename refererence by
10708 symtab_to_fullname call.
10709 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10710 Rename the callee to tui_update_locator_fullname.
10711 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10712
10713 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10714
10715 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10716 by symtab_to_filename_for_display calls.
10717 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10718 (clear_command): New variable sal_fullname, initialize it. Replace
10719 compare_filenames_for_search by filename_cmp with sal_fullname.
10720 (say_where, update_static_tracepoint): Replace symtab->filename
10721 refererences by symtab_to_filename_for_display calls.
10722 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10723 Likewise.
10724 * dwarf2read.c: Include source.h.
10725 (fixup_go_packaging): Replace symtab->filename refererences by
10726 symtab_to_filename_for_display calls.
10727 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10728 Replace symtab->filename refererences by symtab_to_filename_for_display
10729 calls.
10730 (create_sals_line_offset, convert_linespec_to_sals): New variable
10731 fullname, initialize it, replace symtab->filename reference by the
10732 variable.
10733 * linux-fork.c: Include source.h.
10734 (info_checkpoints_command): Replace symtab->filename refererences by
10735 symtab_to_filename_for_display calls.
10736 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10737 by symtab_to_filename_for_display calls.
10738 * mdebugread.c: Include source.h.
10739 (psymtab_to_symtab_1): Replace symtab->filename refererences by
10740 symtab_to_filename_for_display calls.
10741 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10742 (mi_cmd_file_list_exec_source_files): Likewise.
10743 * printcmd.c: Include source.h.
10744 (build_address_symbolic): Replace symtab->filename refererences by
10745 symtab_to_filename_for_display calls.
10746 * psymtab.c (partial_map_symtabs_matching_filename)
10747 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10748 with psymtab_to_fullname.
10749 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10750 by symtab_to_filename_for_display calls.
10751 (stpy_get_filename): New variable filename, initialize it, use instead
10752 of symtab->filename refererences.
10753 (salpy_str): Make variable filename const char *. Replace
10754 symtab->filename refererences by symtab_to_filename_for_display calls.
10755 * skip.c: Include source.h and filenames.h.
10756 (skip_file_command): Remove const from the symtab variable. Replace
10757 symtab->filename refererences by symtab_to_fullname call.
10758 (function_name_is_marked_for_skip): New variables searched_for_fullname
10759 and fullname. Use them to search also with symtab's fullname.
10760 * source.c (find_source_lines): Replace symtab->filename refererences
10761 by symtab_to_filename_for_display calls.
10762 (print_source_lines_base): New variable filename, use it instead of
10763 symtab->filename. Replace symtab->filename refererences by
10764 symtab_to_filename_for_display calls.
10765 (line_info, forward_search_command): Replace symtab->filename
10766 refererences by symtab_to_filename_for_display calls.
10767 (reverse_search_command): Replace symtab->filename refererences by
10768 symtab_to_filename_for_display calls. New variable filename for it.
10769 * stack.c (frame_info): Likewise.
10770 * symmisc.c: Include source.h.
10771 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10772 (maintenance_info_symtabs): Replace symtab->filename refererences by
10773 symtab_to_filename_for_display calls.
10774 * symtab.c (iterate_over_some_symtabs): Call
10775 compare_filenames_for_search also with symtab_to_fullname.
10776 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10777 symtab->filename refererences by symtab_to_filename_for_display calls.
10778 (find_line_symtab): Replace symtab->filename refererences by
10779 symtab_to_filename_for_display calls.
10780 (file_matches): Replace filename_cmp by compare_filenames_for_search.
10781 (print_symbol_info): Make the last parameter const char *. New
10782 variable s_filename. Use it in the function.
10783 (symtab_symbol_info): Make the last_filename variable const char *.
10784 Replace symtab->filename refererences by symtab_to_filename_for_display
10785 calls.
10786 (rbreak_command): New variable fullname. Use it. Replace
10787 symtab->filename refererence by symtab_to_filename_for_display call.
10788 * tracepoint.c (set_traceframe_context, trace_find_line_command)
10789 (print_one_static_tracepoint_marker): Replace symtab->filename
10790 refererences by symtab_to_filename_for_display calls.
10791 * tui/tui-source.c (tui_set_source_content): New variables filename and
10792 s_filename. Replace symtab->filename refererences by this variable.
10793 Replace other symtab->filename refererences by
10794 symtab_to_filename_for_display calls.
10795
10796 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10797 Jan Kratochvil <jan.kratochvil@redhat.com>
10798
10799 Add a new variable that controls a way in which filenames are
10800 displayed.
10801 * NEWS (set filename-display): New entry.
10802 * source.c (filename_display_basename, filename_display_relative)
10803 (filename_display_absolute, filename_display_kind_names)
10804 (filename_display_string, show_filename_display_string)
10805 (symtab_to_filename_for_display): New.
10806 (_initialize_source): Added initialization of 'filename-display'
10807 variable.
10808 * source.h (symtab_to_filename_for_display): Added declaration.
10809 * stack.c (print_frame): Added new variable and calling of a new
10810 function and condition with this variable. Changed third argument of
10811 calling of a function.
10812
10813 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10814
10815 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10816 Rename field reference filename to fullname.
10817 * tui/tui-data.h (struct tui_source_info): Rename field filename to
10818 fullname. New comment for it.
10819 * tui/tui-source.c (tui_set_source_content): Rename field reference
10820 filename to fullname. Initialize field by symtab_to_fullname now.
10821 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10822 reference filename to fullname. Use symtab_to_fullname during
10823 comparison.
10824
10825 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10826
10827 Code cleanup.
10828 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10829 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
10830 filename to fullname. Rename variable this_name to this_fullname.
10831 Lowercase FILENAME_CMP call.
10832 (dw2_find_symbol_file): New comment for the returned string.
10833 (dwarf2_gdb_index_functions): Rename the function to
10834 dw2_expand_symtabs_with_fullname.
10835 * psymtab.c (read_psymtabs_with_filename): Rename to ...
10836 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
10837 fullname.
10838 (psym_functions): Rename the function to read_psymtabs_with_fullname.
10839 * symfile.h (struct quick_symbol_functions): Rename field
10840 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10841 parameter filename to fullname. Document returned string meaning for
10842 find_symbol_file.
10843 * symtab.c (find_line_symtab): Rename the called function to
10844 expand_symtabs_with_fullname.
10845
10846 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10847
10848 Code cleanup.
10849 * breakpoint.c (clear_command): Remove variable is_abs, unify the
10850 call of filename_cmp with compare_filenames_for_search.
10851 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10852 is_abs, unify the call of FILENAME_CMP with
10853 compare_filenames_for_search. New gdb_asserts for real_path and name.
10854 Unify the call of compare_filenames_for_search with FILENAME_CMP.
10855 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10856 * symfile.h (struct quick_symbol_functions): Extend the comment for
10857 map_symtabs_matching_filename.
10858 * symtab.c (compare_filenames_for_search): Remove the function comment
10859 relative path requirement. Handle absolute filenames, with a comment.
10860 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10861 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
10862 real_path and name. Unify the call of compare_filenames_for_search
10863 with FILENAME_CMP.
10864 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10865
10866 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10867
10868 Code cleanup.
10869 * breakpoint.c (print_breakpoint_location): Replace bp_location field
10870 source_file references by symtab field references. Remove variables
10871 sal and fullname.
10872 (momentary_breakpoint_from_master, add_location_to_breakpoint):
10873 (clear_command, say_where): Replace bp_location field source_file
10874 references by symtab field references.
10875 (bp_location_dtor): Remove the source_file reference.
10876 (update_static_tracepoint): Replace bp_location field source_file
10877 references by symtab field references.
10878 (breakpoint_free_objfile): New function.
10879 * breakpoint.h (struct bp_location): Extend the comment for line_number.
10880 Replace the field source_file by field symtab, extend its comment.
10881 (breakpoint_free_objfile): New declaration.
10882 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10883 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10884 field source_file references by symtab field references.
10885
10886 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10887
10888 Replace xfullpath calls by gdb_realpath calls.
10889 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10890 function comment.
10891 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10892 Remove it from the iterate_over_some_symtabs call.
10893 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10894 Remove it from the dw2_map_expand_apply calls, remove a block handling
10895 it.
10896 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10897 Remove it from the iterate_over_some_symtabs call.
10898 (partial_map_symtabs_matching_filename): Remove parameter full_path.
10899 Remove it from the partial_map_expand_apply calls, remove a block
10900 handling it. Drop gdb_realpath call and cleanups from the real_path
10901 handling.
10902 * source.c (openp): Drop the comment part about xfullpath. Replace
10903 xfullpath calls by gdb_realpath calls.
10904 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10905 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10906 from method map_symtabs_matching_filename and its comment.
10907 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10908 gdb_realpath call.
10909 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10910 remove it also from the function comment, remove a block handling it.
10911 Drop gdb_realpath call and cleanups from the real_path handling.
10912 (iterate_over_symtabs): Drop variable full_path and its use.
10913 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10914 * utils.c (xfullpath): Remove.
10915 * utils.h (xfullpath): Remove.
10916
10917 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
10918
10919 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10920 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10921 (ALLDEPFILES): Add ppc64-tdep.c.
10922 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10923 ppc64-tdep.o to gdb_target_obs.
10924 * ppc64-tdep.h: New file.
10925 * ppc64-tdep.c: New file.
10926 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10927 ppc-linux-tdep.c to here.
10928 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10929 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10930 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10931 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10932 from ppc-linux-tdep.c to here.
10933 (ppc64_convert_from_func_ptr_addr): Rename from
10934 ppc64_linux_convert_from_func_ptr_addr to
10935 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10936 here.
10937 * rs6000-tdep.c:
10938 (read_insn): Move from ppc-linux-tdep.c to here.
10939 (insns_match_pattern, insn_d_field, insn_ds_field): Move
10940 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10941 * ppc-linux-tdep.c: Include ppc64-tdep.h.
10942 Removed above functions.
10943 (ppc_linux_init_abi): Adjust.
10944
10945 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10946
10947 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10948
10949 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10950
10951 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10952
10953 2013-02-01 Pedro Alves <palves@redhat.com>
10954
10955 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10956 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10957
10958 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10959
10960 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10961 files with no separate debug info.
10962 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10963 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10964 only for files with no separate debug info.
10965
10966 2013-01-31 Tom Tromey <tromey@redhat.com>
10967
10968 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10969 change type.
10970 (struct jit_program_space_data): Rename from jit_inferior_data.
10971 Update comments.
10972 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10973 Change return type. Attach data to program space.
10974 (jit_program_space_data_cleanup): Rename from
10975 jit_inferior_data_cleanup; change argument type.
10976 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10977 change type.
10978 (jit_register_code): Update.
10979 (jit_update_inferior_cache): Remove.
10980 (jit_breakpoint_deleted): Get jit data from the location's program
10981 space.
10982 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10983 'ps_data', change type.
10984 (jit_inferior_init, jit_breakpoint_re_set_internal)
10985 (jit_event_handler): Update.
10986 (free_objfile_data): Get data from objfile's program space.
10987 (_initialize_jit): Update.
10988
10989 2013-01-31 Tom Tromey <tromey@redhat.com>
10990
10991 PR gdb/13987:
10992 * jit.c (struct jit_inferior_data) <cached_code_address,
10993 jit_breakpoint>: New fields.
10994 (jit_breakpoint_re_set_internal): Fix logging. Only create
10995 breakpoint if cached address has changed.
10996 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10997 functions.
10998 (_initialize_jit): Register breakpoint deleted observer.
10999
11000 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11001
11002 * infrun.c (handle_syscall_event): Remove unused gdbarch.
11003 (save_infcall_suspend_state): Ifdef out unused inf.
11004 (restore_infcall_suspend_state): Ifdef out unused inf.
11005 * jit.c (jit_register_code): Remove unused i, b, inf_data.
11006 (jit_frame_sniffer): Remove unused inf_data.
11007
11008 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11009
11010 * c-exp.y (classify_inner_name): Remove unused type.
11011 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
11012 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
11013 need_escape.
11014 (c_get_string): Remove unused kind.
11015 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
11016
11017 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11018
11019 * charset.c (intermediate_encoding): Remove unused i.
11020 * completer.c (signal_completer): Remove unused i.
11021 * continuations.c (discard_my_continuations_1): Remove unused
11022 continuation_ptr.
11023 * corelow.c (core_close): Remove unuseD name.
11024 (get_core_siginfo): Remove unused pid.
11025 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
11026 i, cps.
11027 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
11028 (loclist_describe_location): Remove unused first.
11029 * event-top.c (command_line_handler): Remove unused got_eof.
11030 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
11031 (resize_section_table): Remove unused old_value.
11032 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
11033 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
11034 * i386-tdep.c (i386_process_record): Remove unused rex.
11035 * infcmd.c (get_return_value): Remove unused uiout.
11036 * jv-lang.c (type_from_class): Remove unused is_array.
11037 * jv-valprint.c (java_val_print): Remove unused i.
11038 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
11039 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
11040 * m2-typeprint.c (m2_print_type): Remove unused code.
11041 * macroexp.c (get_character_constant): Remove unused body_start.
11042 (macro_stringify): Remove unused result.
11043 * objc-lang.c (find_methods): Remove unused gdbarch.
11044 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
11045 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
11046 * stack.c (print_frame_args): Remove unused summary.
11047 * thread.c (thread_apply_command): Remove unused p.
11048 * valarith.c (value_x_unop): Remove unused mangle_ptr.
11049 * valops.c (search_struct_method): Remove unused skip.
11050 * valprint.c (generic_val_print): Remove unused byte_order.
11051 * varobj.c (varobj_update): Remove unused changed.
11052 * cli/cli-cmds.c (complete_command): Remove unused next_item.
11053 (alias_command): Remove unused c.
11054 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
11055 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
11056 format.
11057 (mi_cmd_data_write_memory): Remove unused word_format.
11058 (mi_cmd_data_write_memory_bytes): Remove unused r.
11059 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
11060 p_start, p_end.
11061 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
11062 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
11063 line_width.
11064
11065 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11066
11067 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
11068 * symtab.c (iterate_over_symtabs): Remove unused s.
11069 (find_pc_sect_symtab): Remove unused pspAce.
11070 (find_pc_sect_line): Remove unused alt_symtab.
11071 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
11072 (completion_list_add_name): Remove unused newsize.
11073
11074 2013-01-31 Tom Tromey <tromey@redhat.com>
11075
11076 PR c++/14998:
11077 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
11078 TYPE_CODE_FUNC.
11079
11080 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11081
11082 * target.c (target_read_string): Remove unused origlen.
11083
11084 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11085
11086 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
11087 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
11088 * ax-general.c (ax_print): Remove unused is_float.
11089 * blockframe.c (block_innermost_frame): Remove unused start, end.
11090 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
11091
11092 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
11093
11094 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
11095 (svr4_read_so_list): Remove unused lmo.
11096 * solib-target.c (solib_target_relocate_section_addresses): Remove
11097 unused flags.
11098
11099 2013-01-30 Tom Tromey <tromey@redhat.com>
11100
11101 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
11102
11103 2013-01-30 Tom Tromey <tromey@redhat.com>
11104
11105 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
11106 * utils.c (gnu_debuglink_crc32): Remove.
11107 * utils.h (gnu_debuglink_crc32): Don't declare.
11108
11109 2013-01-30 Tom Tromey <tromey@redhat.com>
11110
11111 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
11112 (read_structure_type, read_enumeration_type): Remove cast.
11113
11114 2013-01-30 Tom Tromey <tromey@redhat.com>
11115
11116 * dwarf2read.c (read_namespace_type): Remove cast.
11117 (read_typedef): Likewise.
11118
11119 2013-01-29 Tom Tromey <tromey@redhat.com>
11120
11121 * dwarf2read.c (free_dwo_file): Remove assert.
11122
11123 2013-01-29 Tom Tromey <tromey@redhat.com>
11124
11125 * value.c (deprecated_set_value_modifiable): Remove.
11126 * value.h (deprecated_set_value_modifiable): Remove.
11127
11128 2013-01-28 Doug Evans <dje@google.com>
11129
11130 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
11131 to addresses from dwo files.
11132
11133 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
11134
11135 * valops.c (find_overload_match): Remove unused argument 'lax'.
11136 * value.h: Remove unused argument 'lax' from the declaration of
11137 find_overload_match.
11138 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
11139 to find_overload_match.
11140 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
11141 argument to find_overload_match.
11142
11143 2013-01-25 Tom Tromey <tromey@redhat.com>
11144
11145 * dwarf2read.c (processing_has_namespace_info): Remove.
11146 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
11147 (process_die, read_func_scope, dwarf2_start_symtab)
11148 (new_symbol_full): Update.
11149
11150 2013-01-25 Tom Tromey <tromey@redhat.com>
11151
11152 * cp-namespace.c (cp_set_block_scope): Remove.
11153 * cp-support.h (cp_set_block_scope): Remove.
11154 * dbxread.c: Include block.h.
11155 (cp_set_block_scope): New function.
11156 (process_one_symbol): Update.
11157 * dwarf2read.c (read_func_scope): Use block_set_scope.
11158
11159 2013-01-25 Pedro Alves <palves@redhat.com>
11160
11161 * remote.c (add_current_inferior_and_thread): Tweak comment.
11162
11163 2013-01-25 Tom Tromey <tromey@redhat.com>
11164
11165 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
11166 (cp_add_using_directive): Add 'copy_names' argument.
11167 * cp-support.h (cp_add_using_directive): Update.
11168 (struct using_direct) <import_src, import_dest, alias,
11169 declaration>: Now const.
11170 * dwarf2read.c (read_import_statement): Use obconcat.
11171 Don't copy names passed to cp_add_using_directive.
11172
11173 2013-01-25 Tom Tromey <tromey@redhat.com>
11174
11175 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
11176
11177 2013-01-25 Pedro Alves <palves@redhat.com>
11178
11179 * remote.c (stop_reply_extract_thread): New.
11180 (add_current_inferior_and_thread): New parameter 'wait_status'.
11181 Handle it.
11182 (remote_start_remote): Pass wait status to
11183 add_current_inferior_and_thread.
11184 (extended_remote_run): Update comment.
11185 (extended_remote_create_inferior_1): Pass wait status to
11186 add_current_inferior_and_thread.
11187
11188 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
11189 Ulrich Weigand <uweigand@de.ibm.com>
11190
11191 * valarith.c (value_vector_widen): New function for replicating a
11192 scalar into a vector.
11193 (value_binop): Use value_vector_widen to widen scalar to vector
11194 rather than casting, this better matches gcc C behaviour.
11195 * valops.c (value_casst): Update logic for casting between vector
11196 types, and for casting from scalar to vector, try to match gcc C
11197 behaviour.
11198 * value.h (value_vector_widen): Declare.
11199 * opencl-lang.c (opencl_value_cast): New opencl specific casting
11200 function, handle special case for casting scalar to vector.
11201 (opencl_relop): Use opencl_value_cast.
11202 (evaluate_subexp_opencl): Use opencl_value_cast instead of
11203 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
11204 in order to use opencl_value_cast.
11205
11206 2013-01-25 Yao Qi <yao@codesourcery.com>
11207
11208 * event-loop.c: Include "queue.h".
11209 (gdb_event_p): New typedef.
11210 (DECLARE_QUEUE_P): Use.
11211 (DEFINE_QUEUE_P): Use.
11212 (async_queue_event): Remove.
11213 (gdb_event_xfree): New.
11214 (initialize_event_loop): New.
11215 (process_event): Use QUEUE macros.
11216 (event_queue): Remove.
11217 (gdb_wait_for_event): Caller update.
11218 (check_async_event_handlers): Likewise.
11219 (poll_timers): Likewise.
11220 * event-loop.h (initialize_event_loop): Declare.
11221 * event-loop.c (gdb_event_xfree): New.
11222 * top.c (gdb_init): Call initialize_event_loop.
11223
11224 2013-01-25 Yao Qi <yao@codesourcery.com>
11225
11226 * event-loop.c (async_queue_event): Remove one parameter
11227 'position'. Remove code handling 'position' == TAIL.
11228 (gdb_wait_for_event): Caller update.
11229 (check_async_event_handlers): Caller update.
11230 (poll_timers): Caller update.
11231 * event-loop.h (enum queue_position): Remove.
11232
11233 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
11234
11235 * MAINTAINERS: Update my email.
11236
11237 2013-01-25 Yao Qi <yao@codesourcery.com>
11238
11239 * main.c (print_gdb_help): Remove "--epoch" from the help
11240 message.
11241
11242 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
11243
11244 * symtab.c (skip_prologue_using_sal): Consider a file
11245 change the same as an increased line number
11246
11247 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
11248
11249 * MAINTAINERS (Write After Approval): Add myself to the list.
11250
11251 2013-01-24 Tom Tromey <tromey@redhat.com>
11252
11253 * ada-lang.h (ada_decode_symbol): Make return type const.
11254 * ada-lang.c (ada_decode_symbol): Likewise.
11255
11256 2013-01-23 Doug Evans <dje@google.com>
11257
11258 * linespec.c (find_linespec_symbols): Make static.
11259
11260 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
11261
11262 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
11263 type on float conversion for complex type.
11264
11265 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
11266
11267 Add a new class gdb.Architecture which exposes GDB's
11268 internal representation of architecture via GDB Python API.
11269 * Makefile.in: Add entries corresponding to the new file
11270 python/py-arch.c.
11271 * NEWS (Python Scripting): Add entries for the new class
11272 gdb.Architecture and the new method gdb.Frame.architecture.
11273 * python/py-arch.c: Implement gdb.Architecture class.
11274 * python/py-frame.c (frapy_arch): Implement the method
11275 gdb.Frame.architecture().
11276 (frame_object_methods): Add 'architecture' to the method table.
11277 * python/python-internal.h: Add declarations of new utility
11278 functions.
11279 * python/python.c (_initialize_python): Initialize
11280 gdb.Architecture class.
11281
11282 2013-01-23 Doug Evans <dje@google.com>
11283
11284 Work around binutils/15021.
11285 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
11286 type_unit_group out of union s. All uses updated.
11287 (read_index_from_section): Watch for index version 8.
11288 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
11289 an imported symtab.
11290 (write_psymtabs_to_index): Increment version number to 8.
11291
11292 2013-01-22 Pedro Alves <palves@redhat.com>
11293
11294 * annotate.c (breakpoint_changed): Skip if breakpoint is not
11295 user-visible.
11296
11297 2013-01-22 Pedro Alves <palves@redhat.com>
11298
11299 * annotate.c (annotate_breakpoints_changed): Rename to ...
11300 (annotate_breakpoints_invalid): ... this. Make static.
11301 (breakpoint_changed): Adjust.
11302 (_initialize_annotate): Always install the observers. Install a
11303 "breakpoint_created" observer.
11304 * annotate.h (annotate_breakpoints_changed): Delete declaration.
11305 * breakpoint.c (set_breakpoint_condition)
11306 (breakpoint_set_commands, do_map_commands_command)
11307 (init_raw_breakpoint, clear_command, set_ignore_count)
11308 (enable_breakpoint_disp): No longer call
11309 annotate_breakpoints_changed.
11310
11311 2013-01-22 Pedro Alves <palves@redhat.com>
11312
11313 * annotate.c: Include "inferior.h".
11314 (frames_invalid_emitted)
11315 (breakpoints_invalid_emitted): New globals.
11316 (async_background_execution_p): New function.
11317 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
11318 emitting the annotation if it has already been emitted.
11319 (annotate_display_prompt): New function.
11320 * annotate.h (annotate_display_prompt): New declaration.
11321 * event-top.c: Include annotate.h.
11322 (display_gdb_prompt): Call annotate_display_prompt.
11323
11324 2013-01-22 Pedro Alves <palves@redhat.com>
11325
11326 * annotate.c (ignore_count_changed): Delete.
11327 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
11328 (annotate_ignore_count_change): Delete.
11329 (annotate_stopped): Don't emit a delayed breakpoints-changed
11330 annotation.
11331 * annotate.h (annotate_ignore_count_change): Delete.
11332 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
11333 annotate_ignore_count_change.
11334
11335 2013-01-22 Tom Tromey <tromey@redhat.com>
11336
11337 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
11338 require_rvalue for a register location.
11339
11340 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
11341
11342 * breakpoint.c (print_one_breakpoint_location): Add MI
11343 field 'thread-groups' when printing a breakpoint.
11344 (output_thread_groups): New function.
11345
11346 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
11347
11348 * python/lib/gdb/commands/explore.py
11349 (CompoundExplorer.explore_expr): Correct the name of a method
11350 being invoked.
11351 (ExploreTypeCommand.invoke): Add a missing 'return'.
11352
11353 2013-01-21 Tom Tromey <tromey@redhat.com>
11354
11355 * gdb_obstack.h (obconcat): Move declaration here, from...
11356 * symfile.h (obconcat): ... here.
11357 * gdb_obstack.c: New file.
11358 (obconcat): Move from...
11359 * symfile.c (obconcat): ... here.
11360 * Makefile.in (SFILES): Add gdb_obstack.c.
11361 (COMMON_OBS): Add gdb_obstack.o.
11362
11363 2013-01-21 Tom Tromey <tromey@redhat.com>
11364
11365 * symfile.h (obsavestring): Don't declare.
11366 * symfile.c (obsavestring): Remove.
11367 * ada-exp.y: Use obstack_copy0, not obsavestring.
11368 * ada-lang.c: Use obstack_copy0, not obsavestring.
11369 * coffread.c: Use obstack_copy0, not obsavestring.
11370 * cp-namespace.c: Use obstack_copy0, not obsavestring.
11371 * dbxread.c: Use obstack_copy0, not obsavestring.
11372 * dwarf2read.c: Use obstack_copy0, not obsavestring.
11373 * jit.c: Use obstack_copy0, not obsavestring.
11374 * mdebugread.c: Use obstack_copy0, not obsavestring.
11375 * psymtab.c: Use obstack_copy0, not obsavestring.
11376 * stabsread.c: Use obstack_copy0, not obsavestring.
11377 * xcoffread.c: Use obstack_copy0, not obsavestring.
11378
11379 2013-01-21 Tom Tromey <tromey@redhat.com>
11380
11381 * dwarf2read.c (fixup_go_packaging): Save package name
11382 on objfile obstack.
11383 * gdbtypes.c (init_type): Don't copy name.
11384
11385 2013-01-21 Tom Tromey <tromey@redhat.com>
11386
11387 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11388 const.
11389 (struct attribute) <u.str>: Now const.
11390 (struct fnfieldlist) <name>: Now const.
11391 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11392 (partial_die_parent_scope): Make return type const.
11393 (partial_die_full_name, add_partial_symbol): Update.
11394 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11395 'name' const.
11396 (find_file_and_directory): Make 'name' and 'comp_dir' const.
11397 (read_file_scope, read_func_scope, dwarf2_add_field)
11398 (dwarf2_add_member_fn, read_structure_type)
11399 (process_enumeration_scope, read_array_type, read_module_type)
11400 (read_base_type, read_subrange_type): Update.
11401 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11402 (new_symbol_full, guess_full_die_structure_name): Update.
11403 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
11404 (dwarf2_name): Return const type.
11405 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11406 const.
11407
11408 2013-01-21 Tom Tromey <tromey@redhat.com>
11409
11410 * gdbtypes.c (init_type): Make 'name' const.
11411 * gdbtypes.h (init_type): Update.
11412
11413 2013-01-21 Tom Tromey <tromey@redhat.com>
11414
11415 * buildsym.c (patch_subfile_names): Use set_last_source_file.
11416 (start_symtab): Make 'name' and 'dirname' const. Use
11417 set_last_source_file.
11418 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11419 (last_source_file): Define. Now static.
11420 (set_last_source_file, get_last_source_file): New functions.
11421 * buildsym.h (last_source_file): Don't declare.
11422 (start_symtab): Update.
11423 (set_last_source_file, get_last_source_file): Declare.
11424 * coffread.c (complete_symtab): Use set_last_source_file.
11425 (coff_end_symtab): Likewise.
11426 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11427 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11428 set_last_source_file.
11429 (process_one_symbol): Use get_last_source_file.
11430 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11431 (psymtab_to_symtab_1): Use get_last_source_file.
11432 * xcoffread.c (process_linenos): Use get_last_source_file.
11433 (complete_symtab): Use set_last_source_file.
11434 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11435 (scan_xcoff_symtab): Use set_last_source_file.
11436
11437 2013-01-21 Tom Tromey <tromey@redhat.com>
11438
11439 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11440 (symbol_set_names): Remove casts. Handle field const-ness.
11441
11442 2013-01-21 Tom Tromey <tromey@redhat.com>
11443
11444 * dwarf2read.c (new_symbol_full): Remove cast.
11445 * symtab.c (symbol_set_demangled_name): Make 'name' const.
11446 * symtab.h (symbol_set_demangled_name): Update.
11447
11448 2013-01-21 Tom Tromey <tromey@redhat.com>
11449
11450 * main.c (captured_main): Call bfd_init.
11451
11452 2013-01-21 Tom Tromey <tromey@redhat.com>
11453
11454 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11455 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11456 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11457 * NEWS: Update.
11458
11459 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11460
11461 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11462
11463 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11464
11465 Fix gdb.fortran/common-block.exp crash in PIE mode.
11466 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11467 LOC_COMMON_BLOCK.
11468 * f-valprint.c (info_common_command_for_block): Expect
11469 LOC_COMMON_BLOCK in gdb_assert.
11470 * symtab.h (struct general_symbol_info): Update comment for the
11471 common_block member.
11472 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11473 (enum address_class): New member LOC_COMMON_BLOCK.
11474
11475 2013-01-18 David Blaikie <dblaikie@gmail.com>
11476
11477 * MAINTAINERS (Write After Approval): Add "David Blaikie".
11478
11479 2013-01-18 Tom Tromey <tromey@redhat.com>
11480
11481 PR c++/14999:
11482 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11483 Call require_rvalue.
11484
11485 2013-01-18 Yao Qi <yao@codesourcery.com>
11486
11487 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11488 (dbx_read_symtab): New declaration.
11489 (dbx_psymtab_to_symtab): Delete.
11490 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11491 Rename parameter PST to SELF. Exchanged two parameters.
11492 (start_psymtab): Caller update.
11493 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11494 (dwarf2_read_symtab): New declaration.
11495 (dwarf2_psymtab_to_symtab): Delete.
11496 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11497 Rename parameter PST to SELF. Exchanged two parameters.
11498 (create_partial_symtab): Caller update.
11499 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11500 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11501 Rename parameter PST to SELF. Exchanged two parameters.
11502 (parse_partial_symbols, new_psymtab): Caller update.
11503 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11504 two parameters.
11505 * psymtab.c (psymtab_to_symtab): Caller update.
11506 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11507 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11508 Rename parameter PST to SELF. Exchanged two parameters.
11509 (xcoff_start_psymtab): Caller update.
11510
11511 2013-01-18 Yao Qi <yao@codesourcery.com>
11512
11513 * infrun.c (proceed): Rename local variable 'oneproc' to
11514 'force_step'.
11515
11516 2013-01-17 Doug Evans <dje@google.com>
11517
11518 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11519 (dw2_build_type_unit_groups): Delete. All uses updated.
11520
11521 * symtab.h (struct symbol_search): Add comment.
11522
11523 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11524
11525 * symtab.c (compare_filenames_for_search): New comment for
11526 HAS_DRIVE_SPEC.
11527
11528 2013-01-17 Tom Tromey <tromey@redhat.com>
11529
11530 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11531
11532 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11533
11534 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11535 initialize it by existing make_cleanup. Call new do_cleanups.
11536
11537 2013-01-17 Tom Tromey <tromey@redhat.com>
11538
11539 * cp-abi.c (cp_abi_completer): New function.
11540 (_initialize_cp_abi): Set completer for "set cp-abi".
11541
11542 2013-01-17 Tom Tromey <tromey@redhat.com>
11543
11544 * mem-break.c: Remove obsolete comment.
11545 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11546
11547 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11548
11549 * jit.c (jit_reader_load_command): Interpret the jit reader name
11550 as an absolute path if it begins with a forward slash.
11551
11552 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11553
11554 PR gdb/14550
11555
11556 * jit.c (finalize_symtab): Ensure that only the global block has a
11557 NULL superblock.
11558
11559 2013-01-17 Pedro Alves <palves@redhat.com>
11560
11561 * acinclude.m4: Include ../config/plugins.m4,
11562 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
11563 * Makefile.in (aclocal_m4_deps): Update.
11564 * aclocal.m4: Renegerate.
11565
11566 2013-01-16 Doug Evans <dje@google.com>
11567
11568 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
11569
11570 2013-01-16 Pedro Alves <palves@redhat.com>
11571 Tom Tromey <tromey@redhat.com>
11572
11573 PR cli/7221:
11574 * NEWS: Add "catch signal".
11575 * breakpoint.c (base_breakpoint_ops): No longer static.
11576 (bpstat_explains_signal): New function.
11577 (init_catchpoint): No longer static.
11578 (base_breakpoint_explains_signal): New function.
11579 (base_breakpoint_ops): Initialize new field.
11580 * breakpoint.h (enum bpstat_signal_value): New.
11581 (struct breakpoint_ops) <explains_signal>: New field.
11582 (bpstat_explains_signal): Remove macro, declare as function.
11583 (base_breakpoint_ops, init_catchpoint): Declare.
11584 * break-catch-sig.c: New file.
11585 * inferior.h (signal_catch_update): Declare.
11586 * infrun.c (signal_catch): New global.
11587 (handle_syscall_event): Update for change to
11588 bpstat_explains_signal.
11589 (handle_inferior_event): Likewise. Always handle random signals
11590 via bpstats.
11591 (signal_cache_update): Check signal_catch.
11592 (signal_catch_update): New function.
11593 (_initialize_infrun): Initialize signal_catch.
11594 * Makefile.in (SFILES): Add break-catch-sig.c.
11595 (COMMON_OBS): Add break-catch-sig.o.
11596
11597 2013-01-16 Tom Tromey <tromey@redhat.com>
11598
11599 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11600 (print_one_catch_solib, print_one_catch_syscall)
11601 (print_one_catch_exec, print_one_exception_catchpoint): Emit
11602 "catch-type".
11603
11604 2013-01-16 Yao Qi <yao@codesourcery.com>
11605
11606 * printcmd.c (current_display_number): Make it static.
11607
11608 2013-01-16 Yao Qi <yao@codesourcery.com>
11609
11610 * infcmd.c (step_once): Don't check '!single_inst' as it was
11611 checked before.
11612
11613 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11614
11615 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11616
11617 2013-01-14 Tom Tromey <tromey@redhat.com>
11618
11619 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11620 set command.
11621 * command.h (add_setshow_string_noescape_cmd): Update.
11622 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11623 (complete_set_gnutarget): New function.
11624 (_initialize_core): Set the "set gnutarget" completer.
11625
11626 2013-01-14 Tom Tromey <tromey@redhat.com>
11627
11628 PR symtab/14442:
11629 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11630 (c_type_print_modifier): Likewise.
11631 * dwarf2read.c (read_tag_restrict_type): New function.
11632 (read_type_die_1): Handle DW_TAG_restrict_type.
11633 * gdbtypes.c (make_restrict_type): New function.
11634 (recursive_dump_type): Handle TYPE_RESTRICT.
11635 * gdbtypes.h (enum type_flag_values): Renumber.
11636 (enum type_instance_flag_value): Add
11637 TYPE_INSTANCE_FLAG_RESTRICT.
11638 (TYPE_RESTRICT): New macro.
11639 (make_restrict_type): Declare.
11640
11641 2013-01-14 Tom Tromey <tromey@redhat.com>
11642
11643 PR symtab/14931:
11644 * psymtab.c (struct psymtab_state): New.
11645 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11646 functions.
11647 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11648 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11649
11650 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
11651 Pedro Alves <palves@redhat.com>
11652
11653 PR remote/14786
11654
11655 * remote.c (remote_threads_info): Make a copy of the reply from
11656 qfThreadInfo and use that instead of rs->buf.
11657
11658 2013-01-14 Yao Qi <yao@codesourcery.com>
11659
11660 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11661 (dbx_psymtab_to_symtab): Likewise.
11662 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11663 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11664 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11665
11666 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11667
11668 * parse.c (parse_exp_in_context): New variable inner_chain. Call
11669 make_cleanup_restore_current_language. Call set_language. Move
11670 OLD_CHAIN and INNER_CHAIN cleanups.
11671 * utils.c (do_restore_current_language)
11672 (make_cleanup_restore_current_language): New functions.
11673 * utils.h (make_cleanup_restore_current_language): New declaration.
11674
11675 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11676
11677 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11678 non-existing files.
11679
11680 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11681 non-existing files if FILENAME is already absolute.
11682
11683 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11684
11685 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11686 fputs_filtered. Append trailing newline.
11687
11688 2013-01-11 Yao Qi <yao@codesourcery.com>
11689 Stan Shebs <stan@codesourcery.com>
11690
11691 * psymtab.c (init_psymbol_list): Clarify the comment.
11692
11693 2013-01-11 Yao Qi <yao@codesourcery.com>
11694
11695 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11696 (update_dprintf_command_list): Assert that 'printf_line' is
11697 non-null. Remove condition check.
11698
11699 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11700
11701 Code cleanup.
11702 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11703 type const char *.
11704 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11705 const char *.
11706 * tui/tui-source.h (tui_source_is_displayed): Likewise.
11707
11708 2013-01-09 Anthony Green <green@moxielogic.com>
11709
11710 * cp-abi.c (cplus_print_vtable): Don't return value from void
11711 function.
11712 * ada-lang.c (re_set_catch_assert): Ditto.
11713
11714 2013-01-09 Doug Evans <dje@google.com>
11715
11716 * symfile.h (quick_symbol_functions): Delete member
11717 pre_expand_symtabs_matching. All uses removed.
11718 * dwarf2read.c (dw2_lookup_symbol): Implement.
11719 (dw2_do_expand_symtabs_matching): Delete.
11720 (dw2_pre_expand_symtabs_matching): Delete.
11721 (struct dw2_symtab_iterator): New type.
11722 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11723 (dw2_expand_symtabs_for_function): Rewrite.
11724 (dwarf2_gdb_index_functions): Update.
11725 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11726 (psym_functions): Update.
11727
11728 2013-01-09 Tom Tromey <tromey@redhat.com>
11729
11730 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11731 * configure: Rebuild.
11732 * configure.ac: Add somread.o to the build if BFD has SOM
11733 support.
11734 * somread.c: Include som/aout.h, not syms.h.
11735 (som_symtab_read): Use som_external_symbol_dictionary_record.
11736 Unpack records manually.
11737 (_initialize_somread): Declare.
11738
11739 2012-01-08 Mike Frysinger <vapier@gentoo.org>
11740
11741 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11742 Cast return_address to 64bits.
11743
11744 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
11745
11746 * printcmd.c: Remove define of function output_command.
11747 * tracepoint.c: Remove extern of function output_command.
11748 * valprint.h: (output_command): New extern.
11749
11750 2013-01-07 Tom Tromey <tromey@redhat.com>
11751
11752 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11753 Remove.
11754 (objc_language_defn): Use c_printchar, c_printstr,
11755 c_emit_char.
11756
11757 2013-01-07 Tom Tromey <tromey@redhat.com>
11758
11759 PR cli/7719:
11760 * NEWS: Update.
11761 * ada-valprint.c (printstr, print_field_values): Remove
11762 "inspect_it" code.
11763 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11764 code.
11765 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11766 code.
11767 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11768 * main.c (captured_main): Remove "epoch" argument.
11769 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11770 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11771 * p-valprint.c (pascal_object_print_value_fields): Remove
11772 "inspect_it" code.
11773 * printcmd.c (print_command_1): Remove 'inspect' argument.
11774 (print_command, call_command): Update.
11775 (inspect_command): Remove.
11776 (_initialize_printcmd): Make "inspect" an alias for "print".
11777 * top.c (epoch_interface): Remove.
11778 * top.h (epoch_interface): Remove.
11779 * valprint.c (user_print_options): Update.
11780 (print_converted_chars_to_obstack): Remove "inspect_it" code.
11781 * valprint.h (struct value_print_options) <inspect_it>: Remove
11782 field.
11783
11784 2013-01-04 Tom Tromey <tromey@redhat.com>
11785
11786 * valprint.h (read_string): Add 'extern'.
11787
11788 2013-01-07 Joel Brobecker <brobecker@adacore.com>
11789
11790 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11791 used to decide whether to define darwin_read_dyld_info or not.
11792
11793 2013-01-03 Pierre Muller <muller@sourceware.org>
11794
11795 * main.c (relocate_gdb_directory): Avoid calling stat function
11796 if DIR is empty.
11797
11798 2013-01-03 Yao Qi <yao@codesourcery.com>
11799
11800 * psymtab.c (fixup_psymbol_section): Update declaration.
11801 (fixup_psymbol_section): Remove code returning value.
11802
11803 2013-01-03 Yao Qi <yao@codesourcery.com>
11804
11805 * symtab.h: Remove some out of date comments.
11806 (enum exception_event_kind): Move it ...
11807 * breakpoint.c: ... here.
11808
11809 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
11810
11811 PR gdb/14405
11812 * darwin-nat.c (darwin_read_dyld_info): Only build if
11813 TASK_DYLD_INFO_COUNT is defined.
11814 (darwin_xfer_partial): Call darwin_read_dyld_info only if
11815 TASK_DYLD_INFO_COUNT is defined.
11816
11817 2013-01-02 Tom Tromey <tromey@redhat.com>
11818
11819 * symfile.h (struct ecoff_debug_hack): Remove.
11820 * objfiles.c: Don't include mdebugread.h.
11821
11822 2013-01-02 Tom Tromey <tromey@redhat.com>
11823
11824 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11825 * configure.ac: Check for Mach-O support in BFD. Update
11826 CONFIG_OBS.
11827 * configure: Rebuild.
11828
11829 2013-01-02 Tom Tromey <tromey@redhat.com>
11830
11831 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11832 * configure.ac: Use GDB_AC_CHECK_BFD.
11833 * configure: Rebuild.
11834
11835 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
11836
11837 * MAINTAINERS: Update my email.
11838
11839 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11840
11841 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11842
11843 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11844
11845 * rs6000-nat.c (bss_data_overlap): New function.
11846 (vmap_symtab): Use it to adjust the .bss section's offset.
11847
11848 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11849
11850 Update year range in copyright notice of all files.
11851
11852 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
11853
11854 * top.c (print_gdb_version): Update copyright year.
11855
11856 For older changes see ChangeLog-2012.
11857 \f
11858 Local Variables:
11859 mode: change-log
11860 left-margin: 8
11861 fill-column: 74
11862 version-control: never
11863 coding: utf-8
11864 End:
This page took 0.290287 seconds and 4 git commands to generate.