Minor reformatting in remote-sim.c (gdbsim_detach declaration).
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-11-11 Joel Brobecker <brobecker@adacore.com>
2
3 * remote-sim.c (gdbsim_detach): Break declaration into
4 shorter lines. No code change.
5
6 2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7
8 * remote-sim.c (gdbsim_detach): Fix prototype.
9
10 2013-11-08 Doug Evans <dje@google.com>
11
12 * dwarf2read.c (dwarf2_read_debug): Change to unsigned int.
13 (create_debug_types_hash_table): Only print debugging messages for
14 each TU if dwarf2-read >= 2.
15 (process_queue): Ditto.
16 (_initialize_dwarf2_read): Make "set debug dwarf2-read" a zuinteger.
17 Update doc string.
18
19 2013-11-08 Tom Tromey <tromey@redhat.com>
20
21 * configure: Rebuild.
22 * configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
23
24 2013-11-08 Tom Tromey <tromey@redhat.com>
25
26 * configure, config.in: Rebuild.
27 * configure.ac: Remove unused configury.
28
29 2013-11-08 Tom Tromey <tromey@redhat.com>
30
31 * m32c-tdep.c: Use gdb_string.h.
32
33 2013-11-08 Tom Tromey <tromey@redhat.com>
34
35 * configure, config.in: Rebuild.
36 * configure.ac: Remove all link.h-related checks.
37
38 2013-11-08 Tom Tromey <tromey@redhat.com>
39
40 * acinclude.m4: Include common.m4.
41 * common/common.m4: New file.
42 * configure, config.in: Rebuild.
43 * configure.ac: Use GDB_AC_COMMON.
44
45 2013-11-08 Doug Evans <dje@google.com>
46
47 * NEWS: Mention that "set debug symtab-create" now accepts a
48 verbosity level.
49 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
50 to set the symtab's primary flag.
51 * jit.c (finalize_symtab): Ditto.
52 * mdebugread.c (psymtab_to_symtab_1): Ditto.
53 * symfile.c (allocate_symtab): Only print debugging messages for
54 symtab_create_debug levels 2 and higher.
55 * symtab.c (symtab_create_debug): Change type to unsigned int.
56 (set_symtab_primary): New function.
57 (_initialize_symtab): Change "set debug symtab-create" to a
58 zuinteger option.
59 * symtab.h (set_symtab_primary): Declare.
60 (symtab_create_debug): Update decl.
61
62 2013-11-08 Tom Tromey <tromey@redhat.com>
63
64 * aix-thread.c (aix_thread_detach): Update.
65 * corelow.c (core_detach): Update.
66 * darwin-nat.c (darwin_detach): Update.
67 * dec-thread.c (dec_thread_detach): Update.
68 * gnu-nat.c (gnu_detach): Update.
69 * go32-nat.c (go32_detach): Update.
70 * inf-ptrace.c (inf_ptrace_detach): Update.
71 * inf-ttrace.c (inf_ttrace_detach): Update.
72 * linux-fork.c (linux_fork_detach): Update.
73 * linux-fork.h (linux_fork_detach): Update.
74 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
75 local for const-correctness.
76 * linux-thread-db.c (thread_db_detach): Update.
77 * monitor.c (monitor_detach): Update.
78 * nto-procfs.c (procfs_detach): Update.
79 * procfs.c (procfs_detach): Update.
80 * record.c (record_detach): Update.
81 * record.h (record_detach): Update.
82 * remote-m32r-sdi.c (m32r_detach): Update.
83 * remote-mips.c (mips_detach): Update.
84 * remote-sim.c (gdbsim_detach): Update.
85 * remote.c (remote_detach_1, remote_detach)
86 (extended_remote_detach): Update.
87 * sol-thread.c (sol_thread_detach): Update.
88 * target.c (target_detach): Make "args" const.
89 (init_dummy_target): Update.
90 * target.h (struct target_ops) <to_detach>: Make argument const.
91 (target_detach): Likewise.
92 * windows-nat.c (windows_detach): Update.
93
94 2013-11-07 Doug Evans <dje@google.com>
95
96 PR 11786
97 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
98 and align fields for PT_GNU_RELRO segments.
99
100 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
101
102 PR python/15747
103 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
104
105 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
106
107 * NEWS: Document Python temporary breakpoint support.
108 * python/py-breakpoint.c (bppy_get_temporary): New function.
109 (bppy_init): New keyword: temporary. Parse it and set breakpoint
110 to temporary if True.
111
112 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
113
114 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
115 removed to allow analyzing unconditional branch instructions
116 with PC-relative offsets of zero.
117
118 2013-11-07 Yao Qi <yao@codesourcery.com>
119
120 * mi/mi-cmd-var.c: Include "language.h".
121 (mi_cmd_var_info_expression): Get language name from
122 language_defn.
123 * varobj.c (varobj_language_string): Remove.
124 (variable_language): Remove declaration.
125 (languages): Remove.
126 (varobj_get_language): Change the type of return value.
127 (variable_language): Remove.
128 * varobj.h (enum varobj_languages): Remove.
129 (varobj_language_string): Remove declaration.
130 (varobj_get_language): Update declaration.
131
132 2013-11-07 Yao Qi <yao@codesourcery.com>
133
134 * language.h (struct language_defn) <la_natural_name>: New
135 field.
136 * ada-lang.c (ada_language_defn): Initialize field
137 'la_natural_name'.
138 * c-lang.c (c_language_defn): Likewise.
139 (cplus_language_defn, asm_language_defn): Likewise.
140 * d-lang.c (d_language_defn): Likewise.
141 * f-lang.c (f_language_defn): Likewise.
142 * go-lang.c (go_language_defn): Likewise.
143 * jv-lang.c (java_language_defn): Likewise.
144 * language.c (unknown_language_defn ): Likewise.
145 (auto_language_defn): Likewise.
146 * m2-lang.c (m2_language_defn): Likewise.
147 * objc-lang.c (objc_language_defn): Likewise.
148 * opencl-lang.c (opencl_language_defn): Likewise.
149 * p-lang.c (pascal_language_defn): Likewise.
150
151 2013-11-07 Yao Qi <yao@codesourcery.com>
152
153 * language.c (language_str): Return const char *.
154 (add_language): Add const to 'language_names'
155 * language.h (struct language_defn) <la_name>: Add const.
156 (language_str: Update declaration.
157
158 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
159
160 * s390-linux-nat.c (s390_read_description): Consider the TE field
161 in the HWCAP for determining 'have_regset_tdb'.
162
163 2013-11-06 Will Newton <will.newton@linaro.org>
164
165 PR gdb/12866
166 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
167 values. (read_partial_die): Likewise.
168
169 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
170
171 PR cli/16122
172 * top.c (command_line_input): Unify interactivity tests to use
173 input_from_terminal_p.
174 * event-top.c (command_line_handler): Likewise.
175
176 2013-11-06 Yao Qi <yao@codesourcery.com>
177
178 * Makefile.in (check-perf): New target.
179
180 2013-11-05 Will Newton <will.newton@linaro.org>
181
182 PR gdb/7670
183 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
184 (arm_print_float_info): Likewise.
185
186 2013-11-04 Anton Blanchard <anton@samba.org>
187
188 * target.c (memory_xfer_partial): Cap write to 4KB.
189
190 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
191
192 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
193 probe scan even when the arch provides no get_longjmp_target.
194
195 2013-10-31 Pedro Alves <palves@redhat.com>
196
197 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
198 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
199 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
200 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
201 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
202 <bpstat handling>: If the bpstat chain wants the signal to be
203 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
204 GDB_SIGNAL_TRAP.
205
206 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
207
208 * breakpoint.c (update_watchpoint): Update error message and add
209 an additional error message.
210
211 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
212
213 * s390-tdep.h: Rename to...
214 * s390-linux-tdep.h: ...here.
215 * s390-tdep.c: Rename to...
216 * s390-linux-tdep.c: ...here. Adjust #include.
217 * s390-nat.c: Rename to...
218 * s390-linux-nat.c: ...here. Adjust #include.
219 * config/s390/s390.mh: Rename to...
220 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
221 s390-linux-nat.o.
222 * configure.host: Reflect host rename "s390" -> "linux".
223 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
224 * Makefile.in (ALL_TARGET_OBS): Likewise.
225 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
226 s390-linux-tdep.h.
227 (ALLDEPFILES): Reflect rename of .c files.
228
229 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
230
231 * s390-nat.c: Whitespace cleanup.
232 * s390-tdep.c: Likewise.
233 * s390-tdep.h: Remove empty line at end of file.
234
235 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
236
237 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
238 siginfo_size.
239
240 2013-10-29 Tom Tromey <tromey@redhat.com>
241
242 * utils.c (reg): Move undefinition...
243 * gdb_curses.h: ... here. Update comment to mention AIX.
244
245 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
246
247 * exec.h (add_target_sections_of_objfile): New declaration.
248 * exec.c (add_target_sections_of_objfile): New function.
249 * symfile.c (add_symbol_file_command): Update current target sections.
250 (remove_symbol_file_command): New command.
251 (symfile_free_objfile): New function.
252 (_initialize_symfile): Register observer for free_objfile events.
253 * NEWS: Add description of the remove-symbol-file command.
254 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
255 * objfiles.c (free_objfile): Notify free_objfile.
256 (is_addr_in_objfile): New function.
257 * objfiles.h (is_addr_in_objfile): New declaration.
258 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
259 events instead of solib_unloaded events.
260 (_initialize_printcmd): Register observer for free_objfile instead
261 of solib_unloaded notifications.
262 * solib.c (remove_user_added_objfile): New function.
263 (_initialize_symfile): Add remove-symbol-file.
264
265 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
266
267 * infcmd.c (default_print_one_register_info): Use val_print to
268 print all values even optimized out or unavailable ones. Don't
269 try to print a raw form of optimized out or unavailable values.
270
271 2013-10-29 Yao Qi <yao@codesourcery.com>
272
273 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
274 parameter 'arg' instead of from program_space_data.
275 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
276 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
277 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
278 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
279 * inflow.c (inflow_inferior_data_cleanup): Get data from
280 parameter 'arg' instead of inferior_data.
281 * registry.h: Add comments.
282
283 2013-10-28 Pedro Alves <palves@redhat.com>
284
285 * breakpoint.c (watchpoints_triggered)
286 <!target_stopped_data_address>: Hardcode return 1.
287
288 2013-10-28 Pedro Alves <palves@redhat.com>
289
290 * infrun.c (process_event_stop_test): Remove unnecessary scoping
291 level and reindent.
292
293 2013-10-28 Pedro Alves <palves@redhat.com>
294
295 * infrun.c (process_event_stop_test): New function, factored out
296 from handle_inferior_event.
297 (handle_inferior_event): 'process_event_stop_test' is now a
298 function instead of a goto label -- adjust.
299
300 2013-10-28 Pedro Alves <palves@redhat.com>
301
302 * infrun.c (handle_inferior_event): Move process_event_stop_test
303 goto label to the else branch of the ecs->random_signal check,
304 along with FRAME and GDBARCH re-fetching.
305
306 2013-10-28 Pedro Alves <palves@redhat.com>
307
308 * infrun.c (switch_back_to_stepped_thread): New function, factored
309 out from handle_inferior_event.
310 (handle_inferior_event): Adjust to call
311 switch_back_to_stepped_thread. Call it also at the tail of the
312 random signal handling, and return, instead of also handling
313 random signals just before the stepping tests.
314
315 2013-10-28 Pedro Alves <palves@redhat.com>
316
317 * infrun.c (clear_stop_func): Delete.
318 (handle_inferior_event): Don't call clear_stop_func and don't
319 clear 'ecs->random_signal'.
320
321 2013-10-27 Yao Qi <yao@codesourcery.com>
322
323 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
324 (varobj_create, varobj_get_path_expr): Update.
325 (varobj_value_has_mutated, varobj_update): Likewise.
326 (create_child_with_value, new_root_variable): Likewise.
327 (number_of_children, name_of_variable): Likewise.
328 (value_of_child, my_value_of_variable): Likewise.
329 (varobj_value_is_changeable_p): Likewise.
330
331 2013-10-25 Yao Qi <yao@codesourcery.com>
332
333 * language.h (struct lang_varobj_ops): Declare.
334 (struct language_defn) <la_varobj_ops>: New field.
335 * ada-lang.c: Include "varobj.h"
336 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
337 ada_varobj_ops.
338 * c-lang.c: Include "varobj.h"
339 (c_language_defn): Initialize field 'la_varobj_ops' with
340 c_varobj_ops.
341 (cplus_language_defn): Initialize field 'la_varobj_ops' with
342 cplus_varobj_ops.
343 (asm_language_defn): Initialize field 'la_varobj_ops' with
344 default_varobj_ops.
345 (minimal_language_defn): Likewise.
346 * d-lang.c (d_language_defn): Likewise.
347 * f-lang.c (f_language_defn): Likewise.
348 * go-lang.c (go_language_defn): Likewise.
349 * m2-lang.c (m2_language_defn): Likewise.
350 * objc-lang.c (objc_language_defn): Likewise.
351 * opencl-lang.c (opencl_language_defn): Likewise.
352 * p-lang.c (pascal_language_defn): Likewise.
353 * language.c (unknown_language_defn): Likewise.
354 (auto_language_defn): Likewise.
355 (local_language_defn): Likewise.
356 * jv-lang.c (java_language_defn): Initialize field
357 'la_varobj_ops' with java_varobj_ops.
358 * varobj.c (varobj_create): Update.
359 * varobj.h (default_varobj_ops): Define macro.
360
361 2013-10-25 Pedro Alves <palves@redhat.com>
362
363 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
364 static field value.
365 (cp_print_static_field): If the value is entirely optimized out,
366 print <optimized out> here.
367 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
368 static field value.
369 * p-valprint.c (pascal_object_print_static_field): If the value is
370 entirely optimized out, print <optimized out> here.
371 * valops.c (do_search_struct_field)
372 (value_struct_elt_for_reference): No longer handle a NULL static
373 field value.
374 * value.c (value_static_field): Return an optimized out value
375 instead of NULL.
376
377 2013-10-25 Yao Qi <yao@codesourcery.com>
378
379 * remote.c (remote_traceframe_info): Return early if
380 traceframe is not selected.
381
382 2013-10-25 Yao Qi <yao@codesourcery.com>
383
384 * tracepoint.c (traceframe_fun): Remove.
385 (traceframe_sal): Remove.
386 (set_traceframe_context): Add local variables.
387
388 2013-10-25 Joel Brobecker <brobecker@adacore.com>
389
390 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
391 and parameter name.
392
393 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
394
395 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
396 failure from register information collection.
397
398 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
399
400 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
401 member.
402 (linux_corefile_thread_callback): Update accordingly.
403 (linux_make_corefile_notes): Likewise.
404
405 2013-10-24 Pedro Alves <palves@redhat.com>
406
407 * NEWS (New options): Mention set/show startup-with-shell.
408 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
409 instead of 3.
410 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
411 startup-with-shell'.
412 (show_startup_with_shell): New function.
413 (_initialize_fork_child): Register the set/show startup-with-shell
414 commands.
415 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
416 * inf-ttrace.c (inf_ttrace_him): Remove comment.
417 * procfs.c (procfs_init_inferior): Remove comment.
418 * infcmd.c (startup_with_shell): New global.
419 * inferior.h (startup_with_shell): Declare global.
420 (STARTUP_WITH_SHELL): Delete.
421 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
422
423 2013-10-23 Pedro Alves <palves@redhat.com>
424
425 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
426 * common/signals.c: Include "gdb_assert.h".
427 (signals): New field 'symbol'.
428 (SET): Use the 'symbol' parameter.
429 (gdb_signal_to_symbol_string): New function.
430 * infrun.c (handle_inferior_event) <random signal>: In debug
431 output, print the random signal enum as string in addition to its
432 number.
433 * target/waitstatus.c (target_waitstatus_to_string): Print the
434 signal's enum value as string instead of the (POSIX) signal name.
435
436 2013-10-23 Gary Benson <gbenson@redhat.com>
437
438 PR 16013
439 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
440 from 32 to 18. Adjusted fscanf format string accordingly.
441 (Avoids leaving cmd unterminated.)
442 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
443 trun, retn or extra. (Avoids leaving extra unterminated.) Check
444 that local_address and remote_address will not overflow.
445 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
446 leaving dependencies unterminated. Parse size as "%u" to match
447 definition.
448
449 2013-10-22 Pedro Alves <palves@redhat.com>
450
451 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
452 set ecs->random signal.
453
454 2013-10-22 Pedro Alves <palves@redhat.com>
455
456 * infrun.c (keep_going): Update comments.
457
458 2013-10-22 Pedro Alves <palves@redhat.com>
459
460 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
461 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
462
463 2013-10-22 Pedro Alves <palves@redhat.com>
464
465 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
466 GDB_EXC_BAD_ACCESS.
467 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
468 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
469 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
470 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
471 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
472 (GDB_SIGNAL_LAST): Change description string.
473 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
474 Adjust to signal renaming.
475 * darwin-nat.c (darwin_decode_message): Likewise.
476
477 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
478
479 * MAINTAINERS (Write After Approval): Add myself to the list.
480
481 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
482
483 * breakpoint.c (update_watchpoint): If hardware watchpoints are
484 forced off, downgrade them to software watchpoints if possible,
485 and error out if not possible.
486 (watch_command_1): Move watchpoint type selection closer to
487 watchpoint creation, and extend the comments.
488
489 2013-10-18 Pedro Alves <palves@redhat.com>
490
491 PR gdb/16062
492 * infrun.c (handle_inferior_event): Keep going if we got a random
493 signal we should not stop for, instead of falling through to the
494 step tests.
495
496 2013-10-18 Yao Qi <yao@codesourcery.com>
497
498 * c-varobj.c (cplus_number_of_children): Fix indentation.
499
500 2013-10-17 Tom Tromey <tromey@redhat.com>
501
502 PR gdb/15995:
503 * printcmd.c (printcmd): Call gdb_flush.
504
505 2013-10-17 Tom Tromey <tromey@redhat.com>
506
507 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
508 (elf_locate_sections): Update.
509
510 2013-10-17 Yao Qi <yao@codesourcery.com>
511
512 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
513 * ada-varobj.c: Remove the include of ada-varobj.h.
514 (ada_varobj_get_number_of_children): Declare.
515 (ada_varobj_get_name_of_child): Make it static.
516 (ada_varobj_get_path_expr_of_child): Likewise.
517 (ada_varobj_get_value_of_child): Likewise.
518 (ada_varobj_get_type_of_child): Likewise.
519 (ada_varobj_get_value_of_array_variable): Likewise.
520 * ada-varobj.h: Remove.
521
522 2013-10-17 Yao Qi <yao@codesourcery.com>
523
524 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
525 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
526 * ada-varobj.c: Include "varobj.h".
527 (ada_number_of_children): New. Moved from varobj.c.
528 (ada_name_of_variable, ada_name_of_child): Likewise.
529 (ada_path_expr_of_child, ada_value_of_child): Likewise.
530 (ada_type_of_child, ada_value_of_variable): Likewise.
531 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
532 (ada_varobj_ops): New.
533 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
534 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
535 * gdbtypes.h (get_target_type): Declare.
536 * varobj.c: Remove the inclusion of "ada-varobj.h" and
537 "ada-lang.h".
538 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
539 (ANONYMOUS_UNION_NAME): Likewise.
540 (get_type, get_value_type, get_target_type): Remove declarations.
541 (value_get_print_value, varobj_value_get_print_value): Likewise.
542 (c_number_of_children, c_name_of_variable): Likewise.
543 (c_name_of_child, c_path_expr_of_child): Likewise.
544 (c_value_of_child, c_type_of_child): Likewise.
545 (c_value_of_variable, cplus_number_of_children): Likewise.
546 (cplus_class_num_children, cplus_name_of_variable): Likewise.
547 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
548 (cplus_value_of_child, cplus_type_of_child): Likewise.
549 (cplus_value_of_variable, java_number_of_children): Likewise.
550 (java_name_of_variable, java_name_of_child): Likewise.
551 (java_path_expr_of_child, java_value_of_child): Likewise.
552 (java_type_of_child, java_value_of_variable): Likewise.
553 (ada_number_of_children, ada_name_of_variable): Likewise.
554 (ada_name_of_child, ada_path_expr_of_child): Likewise.
555 (ada_value_of_child, ada_type_of_child): Likewise.
556 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
557 (ada_value_has_mutated): Likewise.
558 (struct language_specific): Move it to varobj.h.
559 (CPLUS_FAKE_CHILD): Move it to varobj.h.
560 (restrict_range): Rename it varobj_restrict_range. Make it extern.
561 Callers update.
562 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
563 Make it extern.
564 (is_anonymous_child): Move it to c-varobj.c and rename to
565 varobj_is_anonymous_child. Caller update.
566 (get_type): Move it to c-varobj.c.
567 (get_value_type): Rename it varobj_get_value_type. Make it
568 extern.
569 (get_target_type): Move it gdbtypes.c.
570 (varobj_formatted_print_options): New function.
571 (value_get_print_value): Rename it to
572 varobj_value_get_print_value and make it extern.
573 (varobj_value_is_changeable_p): Make it extern.
574 (adjust_value_for_child_access): Move it to c-varobj.c.
575 (default_value_is_changeable_p): Rename it to
576 varobj_default_value_is_changeable_p. Make it extern.
577 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
578 (c_name_of_child, c_path_expr_of_child): Likewise.
579 (c_value_of_child, c_type_of_child): Likewise.
580 (c_value_of_variable, cplus_number_of_children): Likewise.
581 (cplus_class_num_children, cplus_name_of_variable): Likewise.
582 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
583 (cplus_value_of_child, cplus_type_of_child): Likewise.
584 (cplus_value_of_variable): Likewise.
585 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
586 (java_name_of_child, java_path_expr_of_child): Likewise.
587 (java_value_of_child, java_type_of_child): Likewise.
588 (java_value_of_variable): Likewise.
589 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
590 (ada_name_of_child, ada_path_expr_of_child): Likewise.
591 (ada_value_of_child, ada_type_of_child): Likewise.
592 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
593 (ada_value_has_mutated): Likewise.
594 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
595 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
596 (c_varobj_ops, cplus_varobj_ops): Declare.
597 (java_varobj_ops, ada_varobj_ops): Declare.
598 (varobj_default_value_is_changeable_p): Declare.
599 (varobj_value_is_changeable_p): Declare.
600 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
601 (varobj_get_path_expr_parent): Declare.
602 (varobj_value_get_print_value): Declare.
603 (varobj_formatted_print_options): Declare.
604 (varobj_restrict_range): Declare.
605
606 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
607
608 * target/waitstatus.h (target_waitkind): Remove spurious
609 character from the comments.
610
611 2013-10-17 Joel Brobecker <brobecker@adacore.com>
612
613 * gdbarch.sh (get_longjmp_target): Add method documentation.
614 * gdbarch.h: Regenerate.
615
616 2013-10-16 Tom Tromey <tromey@redhat.com>
617
618 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
619 label.
620
621 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
622
623 * gcore.in: Call GDB using the full path to the gcore script.
624 Error out if the GDB binary is not found.
625
626 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
627
628 PR gdb/16014
629 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
630 sizeof.
631
632 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
633
634 PR gdb/16042
635 * target.c (target_disable_btrace): Fix invalid return value for
636 void function.
637 (target_teardown_btrace): Likewise.
638
639 2013-10-14 Yao Qi <yao@codesourcery.com>
640
641 * varobj.c (struct varobj): Move most of the fields to
642 varobj.h.
643 (struct varobj_dynamic): New struct.
644 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
645 (varobj_has_more): Likewise.
646 (dynamic_varobj_has_child_method): Likewise.
647 (update_dynamic_varobj_children): Likewise.
648 (varobj_get_num_children): Likewise.
649 (varobj_list_children, varobj_pretty_printed_p): Likewise.
650 (install_new_value_visualizer): Likewise.
651 (install_new_value_visualizer, install_new_value): Likewise.
652 (varobj_update, new_variable, free_variable): Likewise.
653 (my_value_of_variable, value_get_print_value): Likewise.
654 (install_visualizer): Change the type of parameter 'var' to
655 'struct varobjd_dynamic *'. Callers update.
656 * varobj.h (struct varobj): Moved from varobj.c.
657 (struct varobj) <dynamic>: New field.
658
659 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
660
661 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
662 as the preferred name of r30.
663 * nios2-linux-tdep.c (reg_offsets): Likewise.
664 * features/nios2-cpu.xml: Likewise.
665 * features/nios2-linux.c: Regenerated.
666 * features/nios2.c: Regenerated.
667 * regformats/nios2-linux.dat: Regenerated.
668
669 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
670
671 Canonicalize directories for EXEC_FILENAME.
672 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
673 exec_filename.
674 * utils.c (gdb_realpath_keepfile): New function.
675 * utils.h (gdb_realpath_keepfile): New declaration.
676
677 2013-10-11 Doug Evans <dje@google.com>
678
679 * Makefile.in (GDBFLAGS): New variable.
680 (run): New rule.
681
682 2013-10-11 Joel Brobecker <brobecker@adacore.com>
683
684 * NEWS: Add entry documenting the new "-catch-assert" and
685 "-catch-exception" GDB/MI commands.
686
687 2013-10-11 Joel Brobecker <brobecker@adacore.com>
688
689 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
690 "enabled".
691 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
692 "enabled". Set B->ENABLE_STATE accordingly.
693 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
694 ada-lang.c.
695 (create_ada_exception_catchpoint): Add declaration.
696 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
697 (create_ada_exception_catchpoint): Make non-static. Add new
698 parameter "disabled". Use it in call to
699 init_ada_exception_breakpoint.
700 (catch_ada_exception_command): Add parameter "enabled" in call
701 to create_ada_exception_catchpoint.
702 (catch_assert_command): Likewise.
703
704 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
705 Add declarations.
706 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
707 "catch-exception" commands.
708 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
709 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
710
711 2013-10-11 Joel Brobecker <brobecker@adacore.com>
712
713 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
714 "enum exception_catchpoint_kind". Replace the "ex_" prefix
715 of all its enumerates with "ada_". Update the rest of this
716 file throughout.
717
718 2013-10-11 Joel Brobecker <brobecker@adacore.com>
719
720 * ada-lang.c (ada_decode_exception_location): Delete.
721 (create_ada_exception_catchpoint): Remove arguments "sal",
722 "addr_string" and "ops". Add argument "ex_kind" instead.
723 Adjust implementation accordingly, calling ada_exception_sal
724 to get the entities it no longer gets passed as arguments.
725 Document the function's arguments.
726 (catch_ada_exception_command): Use catch_ada_exception_command_split
727 instead of ada_decode_exception_location, and update call to
728 create_ada_exception_catchpoint.
729 (catch_ada_assert_command_split): Renames
730 ada_decode_assert_location. Remove parameters "addr_string" and
731 "ops", and now returns void. Adjust implementation accordingly.
732 Update the function documentation.
733 (catch_assert_command): Use catch_ada_assert_command_split
734 instead of ada_decode_assert_location. Update call to
735 create_ada_exception_catchpoint.
736
737 2013-10-11 Joel Brobecker <brobecker@adacore.com>
738
739 * utils.h (perror_warning_with_name): Add declaration.
740 * utils.c (perror_warning_with_name): New function.
741 * cli/cli-cmds.c (source_script_with_search): Add call to
742 perror_warning_with_name if from_tty is nul.
743
744 2013-10-11 Joel Brobecker <brobecker@adacore.com>
745
746 * utils.c (perror_string): New function, extracted out of
747 throw_perror_with_name.
748 (throw_perror_with_name): Rework to use perror_string.
749
750 2013-10-11 Yao Qi <yao@codesourcery.com>
751
752 * remote.c (discard_pending_stop_replies_in_queue): Update
753 declaration.
754 (struct stop_reply) <rs>: New field.
755 (remove_stop_reply_of_remote_state): New function.
756 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
757 Callers update. Pass remove_stop_reply_of_remote_state to
758 QUEUE_iterate.
759 (remote_parse_stop_reply): Initialize field 'rs'.
760
761 2013-10-10 Will Newton <will.newton@linaro.org>
762
763 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
764 linux_init_abi.
765
766 2013-10-10 Joel Brobecker <brobecker@adacore.com>
767
768 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
769 serial_baud_show_cmd.
770 (_initialize_cli_cmds): Delete the code creating the
771 "set/show remotebaud" commands.
772 * serial.c (baud_rate): Move here from top.c.
773 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
774 (_initialize_serial): Create "set/show serial baud" commands.
775 Add "set/show remotebaud" command aliases.
776 * top.c (baud_rate): Moved to serial.c.
777 * NEWS: Document the new "set/show serial baud" commands,
778 replacing "set/show remotebaud".
779
780 2013-10-09 Pedro Alves <palves@redhat.com>
781
782 * breakpoint.c (insert_bp_location): Use memory_error_message to
783 build the memory error string.
784 * c-lang.c: Include "gdbcore.h".
785 (c_get_string): Use memory_error to throw error.
786 (target_xfer_memory_error): Delete.
787 (memory_error_message): New, factored out from
788 target_xfer_memory_error.
789 (memory_error): Change parameter type to target_xfer_error.
790 Rewrite.
791 (read_memory): Use memory_error instead of
792 target_xfer_memory_error.
793 * gdbcore.h: Include "target.h".
794 (memory_error): Change parameter type to target_xfer_error.
795 (memory_error_message): Declare function.
796 * target.c (target_read_memory, target_read_stack)
797 (target_write_memory, target_write_raw_memory): Return
798 TARGET_XFER_E_IO on error. Adjust comments.
799 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
800 instead of EIO.
801 * target.h (target_read, target_insert_breakpoint)
802 (target_remove_breakpoint): Adjust comments.
803 * valprint.c (partial_memory_read): Rename parameter, and adjust
804 comment.
805 (val_print_string): Use memory_error_message to build the memory
806 error string.
807
808 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
809
810 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
811 result variable. Rename variable fopen_e_ever_failed to
812 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
813
814 2013-10-09 Pedro Alves <palves@redhat.com>
815
816 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
817 (monitor_write_memory_longlongs, monitor_write_memory_block):
818 Constify 'myaddr' parameter.
819 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
820 helper.
821 (monitor_xfer_partial): New function.
822 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
823 hook. Install a to_xfer_partial hook.
824
825 2013-10-09 Tom Tromey <tromey@redhat.com>
826
827 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
828 bfd_get_alt_debug_link_info.
829
830 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
831
832 New flag OBJF_NOT_FILENAME.
833 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
834 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
835 allocate_objfile.
836 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
837 symbol_file_add_from_bfd.
838 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
839 allocate_objfile.
840 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
841 NULL.
842 * objfiles.h (OBJF_NOT_FILENAME): New.
843
844 2013-10-08 Tom Tromey <tromey@redhat.com>
845
846 * Makefile.in (SFILES): Add build-id.c.
847 (HFILES_NO_SRCDIR): Add build-id.h.
848 * build-id.c: New file, largely from elfread.c. Modified
849 most functions.
850 * build-id.h: New file.
851 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
852 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
853 Search for dwz file using build-id.
854 * elfread.c (build_id_bfd_get, build_id_verify)
855 (build_id_to_debug_filename, find_separate_debug_file): Remove.
856
857 2013-10-08 Joel Brobecker <brobecker@adacore.com>
858
859 * ada-lang.c (compare_names_with_case): Renamed from
860 compare_names, adding a new parameter "casing" and its handling.
861 New function documentation.
862 (compare_names): New function, implemented using
863 compare_names_with_case.
864
865 2013-10-08 Joel Brobecker <brobecker@adacore.com>
866
867 * ada-lang.c (ada_exception_sal): Remove advance declaration.
868
869 2013-10-07 Tom Tromey <tromey@redhat.com>
870
871 * objfiles.c (free_objfile_per_bfd_storage): Delete the
872 demangled_names_hash.
873 (free_objfile): Don't delete the demangled_names_hash.
874 * objfiles.h (struct objfile_per_bfd_storage)
875 <demangled_names_hash>: New field.
876 (struct objfile) <demangled_names_hash>: Move to
877 objfile_per_bfd_storage.
878 * symfile.c (reread_symbols): Don't delete the
879 demangled_names_hash.
880 * symtab.c (create_demangled_names_hash): Update.
881 (symbol_set_names): Update.
882
883 2013-10-07 Tom Tromey <tromey@redhat.com>
884
885 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
886 needs_relocations>: New fields.
887 (gdb_bfd_requires_relocations): New function.
888 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
889 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
890 the BFD needs relocations applied.
891
892 2013-10-07 Pedro Alves <palves@redhat.com>
893
894 PR breakpoints/11568
895 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
896 the thread list" instead of "gone".
897
898 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
899
900 * NEWS: Mention new convenience variable $_exitsignal.
901 * corelow.c (core_open): Reset exit convenience variables. Set
902 $_exitsignal to the uncaught signal which generated the corefile.
903 * infrun.c (handle_inferior_event): Reset exit convenience
904 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
905 (clear_exit_convenience_vars): New function.
906 * inferior.h (clear_exit_convenience_vars): New prototype.
907
908 2013-10-06 Yao Qi <yao@codesourcery.com>
909
910 * varobj.h: Add comments to enum varobj_languages.
911
912 2013-10-04 Doug Evans <dje@google.com>
913
914 Add support for DWP file format version 2.
915 * NEWS: Mention support for DWP file format version 2.
916 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
917 union of asection, containing_section. New fields virtual_offset
918 and is_virtual. Change type of readin filed from int to char.
919 (dwo_sections, dwo_file): Tweak comments.
920 (dwp_v2_section_ids): New enum.
921 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
922 str_offsets, types.
923 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
924 All uses updated.
925 (virtual_v2_dwo_sections): New struct.
926 (dwp_hash_table): New fields version, nr_columns. Change type of
927 section_pool field to a union.
928 (dwp_file): New field version.
929 (dwarf2_has_info): Check for virtual sections.
930 (get_containing_section): New function.
931 (get_section_bfd_owner, get_section_bfd_section): Call it.
932 (dwarf2_locate_sections): Update.
933 (dwarf2_section_empty_p): Update.
934 (dwarf2_read_section): Handle virtual sections.
935 (locate_dwz_sections): Update.
936 (create_dwp_hash_table): Document and handle V2 format.
937 (locate_v1_virtual_dwo_sections): Renamed from
938 locate_virtual_dwo_sections and update. All callers updated.
939 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
940 Delete arg htab. Rename arg section_index to unit_index.
941 All callers updated.
942 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
943 All uses updated.
944 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
945 (lookup_dwo_unit_in_dwp): Add V2 support.
946 (dwarf2_locate_dwo_sections): Update.
947 (dwarf2_locate_common_dwp_sections): Renamed from
948 dwarf2_locate_dwp_sections and update. All callers updated.
949 (dwarf2_locate_v2_dwp_sections): New function.
950 (open_and_init_dwp_file): Add V2 support.
951 (read_str_index): New locals str_section, str_offsets_section.
952
953 2013-10-04 Pedro Alves <palves@redhat.com>
954
955 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
956 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
957 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
958 describing comments with references to ptid.h.
959 * common/ptid.h: Remove intro description of constructors,
960 accessors and predicates.
961 (struct ptid): Reformat.
962 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
963 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
964 describing comments.
965
966 2013-10-04 Joel Brobecker <brobecker@adacore.com>
967
968 * aix-thread.c (sync_threadlists): Add missing ')' in call
969 to ptid_build.
970
971 2013-10-04 Joel Brobecker <brobecker@adacore.com>
972
973 * procfs.c (procfs_init_inferior): Fix typo causing the build
974 to fail.
975
976 2013-10-04 Joel Brobecker <brobecker@adacore.com>
977
978 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
979
980 2013-10-04 Joel Brobecker <brobecker@adacore.com>
981
982 * mi/mi-main.c (run_one_inferior): Add function description.
983 Make ARG a pointer to an integer whose value determines whether
984 we should "run" or "start" the program.
985 (mi_cmd_exec_run): Add handling of the "--start" option.
986 Reject all other command-line options.
987 * NEWS: Add entry for "-exec-run"'s new "--start" option.
988
989 2013-10-04 Yao Qi <yao@codesourcery.com>
990
991 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
992 (struct notif_client) <pending_event>: Moved
993 to struct remote_notif_state.
994 <id>: New field.
995 (struct remote_notif_state) <pending_event>: New field.
996 (notif_event_xfree): Declare.
997 * remote-notif.c (handle_notification): Adjust.
998 (notif_event_xfree): New function.
999 (do_notif_event_xfree): Call notif_event_xfree.
1000 (remote_notif_state_xfree): Call notif_event_xfree to free
1001 each element in field pending_event.
1002 * remote.c (discard_pending_stop_replies): Remove declaration.
1003 (discard_pending_stop_replies_in_queue): Declare.
1004 (remote_close): Call discard_pending_stop_replies_in_queue
1005 instead of discard_pending_stop_replies.
1006 (remote_start_remote): Adjust.
1007 (stop_reply_xfree): Call notif_event_xfree.
1008 (notif_client_stop): Adjust initialization.
1009 (remote_notif_remove_all): Rename it to ...
1010 (remove_stop_reply_for_inferior): ... this. Update comments.
1011 Don't check INF is NULL.
1012 (discard_pending_stop_replies): Return early if notif_state is
1013 NULL. Adjust. Don't check INF is NULL.
1014 (remote_notif_get_pending_events): Adjust.
1015 (discard_pending_stop_replies_in_queue): New function.
1016 (remote_wait_ns): Likewise.
1017
1018 2013-10-04 Yao Qi <yao@codesourcery.com>
1019
1020 * remote-notif.c (DECLARE_QUEUE_P): Remove.
1021 (notif_queue): Remove.
1022 (remote_notif_process): Add one parameter 'notif_queue'.
1023 Update comments. Callers update.
1024 (remote_async_get_pending_events_token): Remove.
1025 (remote_notif_register_async_event_handler): Remove.
1026 (remote_notif_unregister_async_event_handler): Remove.
1027 (handle_notification): Add parameter 'notif_queue'. Update
1028 comments. Callers update.
1029 (notif_xfree): Remove.
1030 (remote_notif_state_allocate): New function.
1031 (remote_notif_state_xfree): New function.
1032 (_initialize_notif): Remove code to allocate queue.
1033 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
1034 (struct remote_notif_state): New.
1035 (handle_notification): Update declaration.
1036 (remote_notif_process): Likewise.
1037 (remote_notif_register_async_event_handler): Remove.
1038 (remote_notif_unregister_async_event_handler): Remove.
1039 (remote_notif_state_allocate): Declare.
1040 (remote_notif_state_xfree): Declare.
1041 * remote.c (struct remote_state) <notif_state>: New field.
1042 (remote_close): Don't call
1043 remote_notif_unregister_async_event_handler. Call
1044 remote_notif_state_xfree.
1045 (remote_open_1): Don't call
1046 remote_notif_register_async_event_handler. Call
1047 remote_notif_state_allocate.
1048
1049 2013-10-04 Yao Qi <yao@codesourcery.com>
1050
1051 * varobj.c (create_child_with_value): Remove 'const' from the
1052 type of parameter 'name'.
1053 (varobj_add_child): Likewise.
1054 (install_dynamic_child): Remove 'const' from the type of
1055 parameter 'name'.
1056 (varobj_add_child): Likewise.
1057 (create_child_with_value): Likewise. Update comments. Don't
1058 duplicate 'name'.
1059 (update_dynamic_varobj_children): Duplicate 'name'
1060 and pass it to install_dynamic_child.
1061
1062 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
1063
1064 * python/py-value.c (convert_value_from_python): Move PyInt_Check
1065 conversion logic to occur after PyLong_Check. Comment on order
1066 change significance.
1067 * python/py-arch.c (archpy_disassemble): Comment on order of
1068 conversion for integers and longs.
1069
1070 2013-10-03 Pedro Alves <palves@redhat.com>
1071
1072 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1073 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1074 functions. Always test for PTRACE_O_TRACESYSGOOD even if
1075 PTRACE_O_TRACEFORK is not supported.
1076 (linux_test_for_tracesysgood): New function.
1077 (linux_test_for_tracefork): New function, factored out from
1078 linux_check_ptrace_features, and also don't kill child_pid here.
1079
1080 2013-10-03 Tristan Gingold <gingold@adacore.com>
1081
1082 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1083 Remove verbose error reporting. Use detected state to
1084 thread_set_state call.
1085 (i386_darwin_dr_get): Fix return type. Remove verbose error
1086 report.
1087 Remove trailing spaces.
1088
1089 2013-10-02 Pedro Alves <palves@redhat.com>
1090
1091 * cp-valprint.c (cp_print_value_fields): Adjust calls to
1092 val_print_optimized_out.
1093 * jv-valprint.c (java_print_value_fields): Likewise.
1094 * p-valprint.c (pascal_object_print_value_fields): Likewise.
1095 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1096 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1097 new optimized out value.
1098 * findvar.c (address_from_register): Likewise.
1099 * frame.c (put_frame_register): Tweak error string to say the
1100 register was not saved, rather than optimized out.
1101 * infcmd.c (default_print_one_register_info): Adjust call to
1102 val_print_optimized_out. Use value_of_register instead of
1103 get_frame_register_value.
1104 * mi/mi-main.c (output_register): Use value_of_register instead of
1105 get_frame_register_value.
1106 * valprint.c (valprint_check_validity): Likewise.
1107 (val_print_optimized_out): New value parameter. If the value is
1108 lval_register, print <not saved> instead.
1109 (value_check_printable, val_print_scalar_formatted): Adjust calls
1110 to val_print_optimized_out.
1111 * valprint.h (val_print_optimized_out): New value parameter.
1112 * value.c (struct value) <optimized_out>: Extend comment.
1113 (error_value_optimized_out): New function.
1114 (require_not_optimized_out): Use it. Use a different string for
1115 lval_register values.
1116 * value.h (error_value_optimized_out): New declaration.
1117 * NEWS: Mention <not saved>.
1118
1119 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1120
1121 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1122 strcmp to compare two symtab filenames.
1123
1124 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1125
1126 * symtab.c (search_symbols_equal): Delete.
1127 (sort_search_symbols_remove_dups): Replace call to
1128 search_symbols_equal by call to compare_search_syms,
1129 adjusting as necessary.
1130
1131 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1132
1133 PR python/15579
1134 * python/python.c: Document gdb.execute command in Python help.
1135
1136 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1137
1138 * python/py-frame.c (frame_info_to_frame_object): Use
1139 gdbpy_convert_exception. Clean up Python object on failure.
1140
1141 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1142
1143 * python/lib/gdb/command/frame_filters.py
1144 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1145 (ShowFrameFilterPriority.invoke): Ditto.
1146
1147 2013-10-01 Keith Seitz <keiths@redhat.com>
1148
1149 * linespec.c (struct ls_parser): Make 'saved_arg' const.
1150 (parse_linespec): Make 'argptr' const.
1151 Remove temporary cast of 'argptr' to const char **.
1152 (decode_line_full): Pass const pointer to parse_linespec.
1153 (decode_line_1): Likewise.
1154 (decode_objc): Make local variable 'new_argptr' const.
1155 (find_function_symbols): Remove temporary cast to char *
1156 to find_imps.
1157 * objc-lang.c (find_imps): Make argument 'method' const.
1158 Return const.
1159 * objc-lang.h (find_imps): Likewise.
1160
1161 2013-10-01 Keith Seitz <keiths@redhat.com>
1162
1163 * completer.c (skip_quoted_chars): Make all arguments const.
1164 Return const.
1165 (skip_quoted): Likewise.
1166 * completer.h (skip_quoted_chars): Likewise.
1167 (skip_quoted): Likewise.
1168 * defs.h (skip_quoted): Remove duplicate declaration.
1169 * jv-exp.y: Include completer.h.
1170 (yylex): Remove unneccessary cast to char * fro skip_quoted.
1171 * p-exp.y: Include completer.h.
1172
1173 2013-10-01 Keith Seitz <keiths@redhat.com>
1174
1175 * c-exp.y (parse_number): Make first argument const.
1176 Make a copy of the input to manipulate.
1177 (c_parse_escape): Make first argument const.
1178 Make local variable 'tokptr' const.
1179 (parse_string_or_char): Make first two arguments const.
1180 (macro_original_text): Make const.
1181 (lex_one_token): Make local variable 'tokstart' const.
1182 Likewise for local variables named 'p'.
1183 Cast away const for struct stoken (temporary).
1184 * c-lang.h (c_parse_escpae): Make first argument const.
1185 * cli/cli-cmds.c (echo_command): Make local variable 'p'
1186 const.
1187 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1188 var_string case.
1189 * f-exp.y (parse_number): Make first argument const.
1190 (match_string_literal): Make local variable 'tokstart'
1191 const.
1192 (yylex): Make local variable 'p' const.
1193 Cast away const for struct stoken (temporary).
1194 * go-exp.y (parse_number): Make first argument const.
1195 (parse_string_or_char): Likewise.
1196 Make local variable 'tokstart' const.
1197 (lex_one_token): Likewise for numerous locals called 'p'.
1198 Cast away const for struct stoken (temporary).
1199 * jv-exp.y (parse_number): Make first argument const.
1200 Make local variables 'tokstart' and 'tokptr' const.
1201 Cast away const for call to skip_quoted (temporary).
1202 (yylex): Make local variable 'p' const.
1203 Cast away const for struct stoken (temporary).
1204 * m2-exp.y (parse_number): Make local variable 'p' const.
1205 (yylex): Likewise for 'tokstart'.
1206 Cast away const for struct stoken (temporary).
1207 Make local variable 'p' const.
1208 * macroexp.c (get_character_constant): Pass a const string
1209 to c_parse_escape.
1210 (get_string_literal): Likewise.
1211 (macro_expand_next): Make first argument const.
1212 Cast away const for init_shared_buffer.
1213 * macroexp.h (macro_expand_next): Make first argument const.
1214 * p-exp.y (yylex): Make a local copy of 'lexptr'.
1215 Pass a const string to c_parse_escape.
1216 Make local variables 'p' and 'namestart' const.
1217 * parse.c (lexptr): Make const.
1218 (prev_lexptr): Likewise.
1219 (find_template_name_end): Return const.
1220 Make argument const, too.
1221 (parse_exp_in_context): Make first argument const.
1222 Remove the entire const_hack.
1223 (parse_exp_in_context_1): Make first argument const.
1224 * parser-defs.h (find_template_name_end): Return const.
1225 Make argument const, too.
1226 (lexptr): Make const.
1227 (prev_lexptr): Likewise.
1228 * utils.c (parse_escape): Make second argument const.
1229 * utils.h (parse_escape): Likewise.
1230
1231 2013-10-01 Keith Seitz <keiths@redhat.com>
1232
1233 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1234 is now const.
1235 (block_lookup): Make 'raw_name' and 'name' const.
1236 * ada-lex.l (processString): Update for struct stoken.ptr.
1237 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1238 (operator_stoken): Likewise.
1239 (lex_one_token): Remove temporary cast to char * for
1240 'yylval.sval.ptr'.
1241 * f-exp.y (yylex): Likewise.
1242 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1243 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1244 * go-exp.y (lex_one_token): Remove temporary cast to char * for
1245 'yylval.sval.ptr'.
1246 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1247 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1248 * linespec.c (struct ls_parser): Make 'stream' const.
1249 (find_parameter_list_end): Make argument 'input' and local
1250 variable 'p' const.
1251 (linespec_lexer_lex_string): Make local variables 'start' and
1252 'p' const.
1253 Use skip_spaces_const instead of skip_spaces.
1254 (linespec_lexer_peek_token): Make local variable 'saved_stream'
1255 const.
1256 (parse_linespec): Temporarily cast 'argptr' to const for
1257 'parser->lexer.stream'.
1258 * m2-exp.y (yylex): Remove temporary cast to char * for
1259 'yylval.sval.ptr'.
1260 * objc-lang.c (add_msglist): Make local variable 'p' const.
1261 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
1262 (exp : STRING): Make 'sp' const.
1263 (parse_number): Make argument 'p' const.
1264 * parser-defs.h (struct stoken): Make 'ptr' const.
1265
1266 2013-10-01 Doug Evans <dje@google.com>
1267
1268 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1269
1270 2013-10-01 Yao Qi <yao@codesourcery.com>
1271
1272 * varobj.c (c_value_of_root): Remove declaration.
1273 (cplus_value_of_root, java_value_of_root): Likewise.
1274 (ada_value_of_root): Likewise.
1275 (struct language_specific) <value_of_root>: Remove.
1276 (languages): Update initialization.
1277 (check_scope): Move earlier.
1278 (c_value_of_root): Move earlier and rename to ...
1279 (value_of_root_1): ... this.
1280 (value_of_root): Caller update.
1281 (cplus_value_of_root, java_value_of_root): Remove.
1282 (ada_value_of_root): Remove.
1283
1284 2013-10-01 Yao Qi <yao@codesourcery.com>
1285
1286 * varobj.c (varobj_format_string): Remove "unknown".
1287 (languages): Remove the first element.
1288 * varobj.h (enum varobj_languages): Remove vlang_c.
1289
1290 2013-10-01 Yao Qi <yao@codesourcery.com>
1291
1292 * varobj.c (struct language_specific) <language>: Remove.
1293 (languages): Update the initialization.
1294
1295 2013-10-01 Yao Qi <yao@codesourcery.com>
1296
1297 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1298 "solib-target.h". Include "windows-tdep.h".
1299 (arm_wince_init_abi): Call windows_init_abi. Remove call to
1300 set_solib_ops and set_gdbarch_has_dos_based_file_system.
1301 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1302 windows-tdep.o to gdb_target_obs.
1303
1304 2013-10-01 Yao Qi <yao@codesourcery.com>
1305
1306 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1307 "solib-target.h".
1308 (amd64_windows_init_abi): Don't call set_solib_ops and
1309 set_gdbarch_iterate_over_objfiles_in_search_order. Call
1310 windows_init_abi instead.
1311 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1312 "solib-target.h".
1313 (i386_cygwin_init_abi): Don't call set_solib_ops,
1314 set_gdbarch_has_dos_based_file_system and
1315 set_gdbarch_iterate_over_objfiles_in_search_order. Call
1316 windows_init_abi instead.
1317 * windows-tdep.c: Include "solib.h" and "solib-target.h".
1318 (windows_init_abi): New function.
1319 (windows_iterate_over_objfiles_in_search_order): Make it
1320 static.
1321 * windows-tdep.h (windows_init_abi): Declare.
1322 (windows_iterate_over_objfiles_in_search_order): Remove
1323 declaration.
1324
1325 2013-10-01 Jerome Guitton <guitton@adacore.com>
1326
1327 Checked in by Joel Brobecker <brobecker@adacore.com>
1328 * system-gdbinit/elinos.py (get_elinos_environment): Return an
1329 incomplete dictionnary instead of None in case of missing
1330 environment variables.
1331 (elinos_init): in case of an incomplete environment, best
1332 effort to load system libraries instead of abort.
1333
1334 2013-10-01 Joel Brobecker <brobecker@adacore.com>
1335
1336 * ada-lang.c (ada_has_this_exception_support): Ignore
1337 mst_solib_trampoline minimal symbols.
1338
1339 2013-09-30 Tristan Gingold <gingold@adacore.com>
1340
1341 * i386-darwin-nat.c (darwin_complete_target): Install methods for
1342 hardware watchpoint.
1343 (i386_darwin_dr_set): Support 32 and 64 bit states.
1344 (i386_darwin_dr_get): Likewise.
1345 (i386_darwin_dr_set_control): Make static.
1346 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1347 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1348
1349 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
1350
1351 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1352 Replace TIDGET with ptid_get_lwp.
1353 Replace GET_LWP with ptid_get_lwp.
1354 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1355 Replace BUILD_THREAD with ptid_build.
1356 Replace BUILD_LWP with ptid_build.
1357 Replace PIDGET with ptid_get_pid.
1358 Replace TIDGET with ptid_get_lwp.
1359 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1360 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1361 Replace TIDGET with ptid_get_lwp.
1362 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1363 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1364 Replace TIDGET with ptid_get_lwp.
1365 Replace GET_LWP with ptid_get_lwp.
1366 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1367 * auxv.c: Likewise.
1368 * breakpoint.c: Likewise.
1369 * common/ptid.c (ptid_is_pid): Condense check for
1370 null_ptid and minus_one_ptid.
1371 (ptid_lwp_p): New function.
1372 (ptid_tid_p): New function.
1373 * common/ptid.h: Update comments for accessors.
1374 (ptid_lwp_p): New prototype.
1375 (ptid_tid_p): New prototype.
1376 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1377 * gcore.c: Replace PIDGET with ptid_get_pid.
1378 * gdbthread.h: Likewise.
1379 * gnu-nat.c: Likewise.
1380 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1381 Replace TIDGET with ptid_get_lwp.
1382 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1383 * hppanbsd-nat.c: Likewise.
1384 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1385 Replace TIDGET with ptid_get_lwp.
1386 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1387 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1388 * infcmd.c: Likewise.
1389 * inferior.h: Likewise.
1390 * inflow.c: Likewise.
1391 * infrun.c: Likewise.
1392 * linux-fork.c: Likewise.
1393 * linux-nat.c: Replace PIDGET with ptid_get_pid.
1394 Replace GET_PID with ptid_get_pid.
1395 Replace is_lwp with ptid_lwp_p.
1396 Replace GET_LWP with ptid_get_lwp.
1397 Replace BUILD_LWP with ptid_build.
1398
1399 2013-09-28 Mike Frysinger <vapier@gentoo.org>
1400
1401 * common/linux-btrace.c: Move sys/syscall.h out of the
1402 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1403 Also check for SYS_perf_event_open before attempting to buid.
1404
1405 2013-09-27 Doug Evans <dje@google.com>
1406
1407 * dwarf2read.c (dwarf2_section_info): Add comment.
1408 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1409 All uses updated.
1410 (dwarf2_section_empty_p): Rename arg from "info" to "section".
1411 (dwarf2_read_section): Delete unused local "header". Add section
1412 name to error message.
1413 (create_dwo_in_dwp): Tweak comment.
1414 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1415
1416 * dwarf2read.c (die_reader_specs): Tweak comment.
1417 (get_section_bfd_owner, get_section_bfd_section): New functions.
1418 (get_section_name, get_section_file_name): New functions.
1419 (get_section_id, get_section_flags): New functions.
1420 (*): Use new functions to access section fields.
1421
1422 * dwarf2read.c (struct dwo_file): Add/tweak comments.
1423 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
1424 arg "htab". All callers updated.
1425 (create_debug_types_hash_table): Remove redundant copy of
1426 abbrev_section.
1427 (create_dwo_in_dwp): Tweak comments.
1428 (read_str_index): Tweak comment. Record dwarf form name in static
1429 local.
1430
1431 2013-09-27 Pedro Alves <palves@redhat.com>
1432
1433 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1434 (remote_filename_p): Add comment.
1435 * remote.c (remote_filename_p): Adjust to use
1436 REMOTE_SYSROOT_PREFIX.
1437 * solib.c (solib_find): When deciding whether we need to add a
1438 directory separator, check whether the sysroot is "remote:"
1439 instead of checking whether the patch has a drive spec. Add
1440 comments.
1441
1442 2013-09-27 Pedro Alves <palves@redhat.com>
1443
1444 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1445 Delete fields.
1446 (remote_parse_stop_reply): Adjust, setting event->ws.kind
1447 directly.
1448
1449 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1450
1451 Fix set debug frame output.
1452 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
1453 SENTINEL_FRAME entry lower to match enum frame_type order.
1454
1455 2013-09-26 Pierre Muller <muller@sourceware.org>
1456
1457 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1458 AMD64_R15_REGNUM when a register index is expected.
1459 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1460 Substitute in array.
1461 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1462 (amd64_push_arguments): Substitute in integer_regnum array.
1463
1464 2013-09-25 Doug Evans <dje@google.com>
1465
1466 * objfiles.c (allocate_objfile): Move comment to better place.
1467
1468 New option "set debug symfile on".
1469 * NEWS: Mention "set debug symfile".
1470 * Makefile.in (SFILES): Add symfile-debug.c.
1471 (COMMON_OBS): Add symfile-debug.o.
1472 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1473 objfile's symbol functions.
1474 * objfiles.h (objfile_set_sym_fns): Declare.
1475 * symfile-debug.c: New file.
1476 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1477 objfile's symbol functions.
1478 (reread_symbols): Ditto.
1479
1480 * symfile.h (struct sym_fns): Delete member "sym_flavour".
1481 All uses updated.
1482 (add_symtab_fns): Update prototype.
1483 * symfile.c (sym_fns_ptr): Delete. Replace with ...
1484 (registered_sym_fns): ... this.
1485 (symtab_fns): Update.
1486 (add_symtab_fns): New arg "flavour". All callers updated.
1487 (find_sym_fns): Rewrite to use new sym_fns registry.
1488
1489 * symfile.h (struct sym_fns): Add "objfile" argument to
1490 sym_read_linetable. All uses updated.
1491
1492 * symtab.c (domain_name, search_domain_name): New functions.
1493 * symtab.h (domain_name, search_domain_name): Declare.
1494
1495 * symfile.h (struct quick_symbol_functions): Reorg arg list of
1496 map_matching_symbols so objfile is first. All uses updated.
1497 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1498 * psymtab.c (map_matching_symbols_psymtab): Update signature.
1499
1500 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1501
1502 PR shlibs/8882
1503 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1504 link map entries.
1505
1506 2013-09-24 Doug Evans <dje@google.com>
1507
1508 * objfiles.c (free_objfile): Move comment.
1509
1510 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1511
1512 * ada-exp.y (string_to_operator): Delete.
1513 (dummy_string_to_ada_operator): Delete.
1514
1515 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1516
1517 Revert:
1518 * i386-tdep.h (enum amd64_reg_class): New, moved here from
1519 amd64-tdep.c.
1520 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1521 call_dummy_integer_regs, and classify.
1522 * amd64-tdep.h (amd64_classify): Add declaration.
1523 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1524 (amd64_reg_class): Delete, moved to i386-tdep.h.
1525 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
1526 Replace call to amd64_classify by call to tdep->classify.
1527 (amd64_push_arguments): Get the list of registers to use for
1528 passing integer parameters from the gdbarch tdep structure,
1529 rather than using a hardcoded one. Replace calls to amd64_classify
1530 by calls to tdep->classify.
1531 (amd64_push_dummy_call): Get the register number used for
1532 the "hidden" argument from tdep->call_dummy_integer_regs.
1533 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1534 and tdep->call_dummy_integer_regs. Set tdep->classify.
1535
1536 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1537
1538 Revert:
1539 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1540 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1541 where tdep->memory_args_by_pointer is non-zero.
1542
1543 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1544
1545 Revert:
1546 * i386-tdep.h (struct gdbarch_tdep): Add new field
1547 integer_param_regs_saved_in_caller_frame.
1548 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1549 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1550
1551 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1552
1553 * amd64-windows-tdep.c: #include "value.h"
1554 (amd64_windows_classify): Delete.
1555 (amd64_windows_passed_by_integer_register)
1556 (amd64_windows_passed_by_xmm_register)
1557 (amd64_windows_passed_by_pointer)
1558 (amd64_windows_adjust_args_passed_by_pointer)
1559 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1560 (amd64_windows_push_dummy_call): New functions.
1561 (amd64_windows_init_abi): Remove setting of
1562 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1563 tdep->classify, tdep->memory_args_by_pointer and
1564 tdep->integer_param_regs_saved_in_caller_frame.
1565 Add call to set_gdbarch_push_dummy_call.
1566
1567 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1568
1569 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1570 objfile->original_name.
1571
1572 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1573
1574 Pass down original filename for objfile.
1575 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1576 * elfread.c (elf_symfile_read): Likewise.
1577 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1578 longer set ORIGINAL_NAME.
1579 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1580 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1581 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
1582 symbol_file_add_from_bfd call.
1583 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1584 (macho_check_dsym): Add parameter filenamep. Change function comment.
1585 Set *filenamep.
1586 (macho_symfile_read): New variable dsym_filename. Update
1587 macho_check_dsym call. Use it for symbol_file_add_separate.
1588 * objfiles.c (allocate_objfile): Add parameter name. New comment for
1589 it. Use it for objfile->original_name.
1590 (objfile_name): Return OBFD's filename, if available.
1591 * objfiles.h (allocate_objfile): Add new parameter name.
1592 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1593 * symfile-mem.c (symbol_file_add_from_memory): Update
1594 symbol_file_add_from_bfd call.
1595 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1596 comment for it.
1597 (symbol_file_add_with_addrs): New parameter name, add function comment
1598 for it. Remove variable name. Update allocate_objfile call.
1599 (symbol_file_add_separate): New parameter name, add function comment
1600 for it. Update symbol_file_add_with_addrs call.
1601 (symbol_file_add_from_bfd): New parameter name. Update
1602 symbol_file_add_with_addrs call.
1603 (symbol_file_add): Update symbol_file_add_from_bfd call.
1604 (reread_symbols): New variable original_name. Save
1605 objfile->original_name by it.
1606 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1607 second parameter.
1608
1609 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1610
1611 Code cleanup: Add objfile_name accessor function.
1612 * ada-lang.c (is_known_support_routine): Use objfile_name.
1613 * auto-load.c (source_gdb_script_for_objfile)
1614 (auto_load_objfile_script): Likewise.
1615 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1616 * dbxread.c (dbx_symfile_read): Likewise.
1617 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1618 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1619 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1620 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1621 (lookup_dwp_signatured_type, lookup_dwo_unit)
1622 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1623 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1624 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1625 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1626 (dwarf2_record_block_ranges, read_common_block, read_typedef)
1627 (read_subrange_type, load_partial_dies, read_partial_die)
1628 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1629 (die_containing_type, build_error_marker_type, lookup_die_type)
1630 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1631 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1632 (get_DW_AT_signature_type, write_psymtabs_to_index)
1633 (save_gdb_index_command): Likewise.
1634 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1635 Likewise.
1636 * expprint.c (dump_subexp_body_standard): Likewise.
1637 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1638 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1639 original_name.
1640 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1641 obj_name, use objfile_name for it, use the variable.
1642 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1643 Use objfile_name.
1644 * machoread.c (macho_symtab_read, macho_check_dsym)
1645 (macho_symfile_relocate): Likewise.
1646 * maint.c (maintenance_translate_address): Likewise.
1647 * minidebug.c (find_separate_debug_file_in_section): Likewise.
1648 * minsyms.c (install_minimal_symbols): Likewise.
1649 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1650 original_name.
1651 (filter_overlapping_sections): Use objfile_name.
1652 (objfile_name): New function.
1653 * objfiles.h (struct objfile): Rename field name to original_name.
1654 (objfile_name): New prototype.
1655 * printcmd.c (sym_info, address_info): Use objfile_name.
1656 * probe.c (parse_probes, collect_probes, compare_probes)
1657 (info_probes_for_ops): Likewise.
1658 * progspace.c (clone_program_space): Likewise.
1659 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1660 (maintenance_info_psymtabs): Likewise.
1661 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1662 (source_section_scripts): Likewise.
1663 * python/py-objfile.c (objfpy_get_filename): Likewise.
1664 * python/py-progspace.c (pspy_get_filename): Likewise.
1665 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1666 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1667 * solib.c (solib_read_symbols): Likewise.
1668 * stabsread.c (scan_file_globals): Likewise.
1669 * stap-probe.c (handle_stap_probe): Likewise.
1670 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1671 (find_separate_debug_file_by_debuglink): Likewise.
1672 (reread_symbols): Likewise. Use the objfile field name renamed to
1673 original_name.
1674 (allocate_symtab): Use objfile_name.
1675 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1676 (dump_objfile, dump_msymbols, dump_symtab_1)
1677 (maintenance_print_msymbols, maintenance_print_objfiles)
1678 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1679 * target.c (target_translate_tls_address, target_info): Likewise.
1680 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1681 objfile_name.
1682
1683 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1684
1685 Code cleanup.
1686 * probe.c (parse_probes): Rename variable objfile_name to
1687 objfile_namestr.
1688
1689 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1690
1691 Remove solib-sunos.c.
1692 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1693 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1694 * objfiles.c (rt_common_objfile): Remove.
1695 (free_objfile): Remove rt_common_objfile comparison.
1696 * objfiles.h (rt_common_objfile): Remove.
1697 * solib-sunos.c: Remove.
1698 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1699
1700 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1701
1702 Remove a.out NetBSD and OpenBSD hosts.
1703 * NEWS (Removed native configurations): New.
1704 * config/arm/nbsdaout.mh: Remove.
1705 * config/i386/nbsdaout.mh: Remove.
1706 * config/i386/obsdaout.mh: Remove.
1707 * config/m68k/nbsdaout.mh: Remove.
1708 * config/sparc/nbsdaout.mh: Remove.
1709 * config/vax/nbsdaout.mh: Remove.
1710 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1711 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1712 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1713 error.
1714 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1715 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1716 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1717
1718 2013-09-23 Tom Tromey <tromey@redhat.com>
1719
1720 * linespec.c (struct minsym_and_objfile): Remove.
1721 (minsym_and_objfile_d): Remove.
1722 (struct linespec, struct collect_info, linespec_parse_basic)
1723 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1724 (compare_msymbols, find_method, find_function_symbols)
1725 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1726 (add_minsym, search_minsyms_for_name): Update.
1727
1728 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1729
1730 * regcache.c: Add include of valprint.h.
1731 (dump_endian_bytes): Delete.
1732 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1733
1734 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1735
1736 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1737
1738 2013-09-19 Pedro Alves <palves@redhat.com>
1739
1740 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1741 breakpoints.
1742
1743 2013-09-19 Pedro Alves <palves@redhat.com>
1744 Thomas Schwinge <thomas@codesourcery.com>
1745 Yue Lu <hacklu.newborn@gmail.com>
1746
1747 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1748 Take a gdb_byte pointer instead of a char pointer.
1749
1750 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1751 gnu_xfer_partial helper.
1752 (gnu_xfer_partial): New function.
1753 (gnu_target): Don't install a deprecated_xfer_memory hook.
1754 Install a to_xfer_partial hook.
1755
1756 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1757
1758 Constification.
1759 * main.c (captured_main): Replace catch_command_errors by
1760 catch_command_errors_const. Twice.
1761 * symfile.c (symbol_file_add_main_1): Make args parameter const.
1762 (symbol_file_add): Make name parameter const.
1763 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1764 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
1765 variable name. Change their usage accordingly.
1766 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1767 const.
1768 (symbol_file_add_main): Make args parameter const.
1769
1770 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
1771 Ulrich Weigand <uweigand@de.ibm.com>
1772
1773 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1774 of c_value member.
1775 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1776
1777 2013-09-18 Pedro Alves <palves@redhat.com>
1778 Yue Lu <hacklu.newborn@gmail.com>
1779
1780 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1781 (gnu_create_inferior)
1782 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1783 (set_sig_thread_cmd): Use the lwpid field of ptids to
1784 store/extract thread ids instead of the tid field.
1785 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1786
1787 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1788
1789 * infcmd.c (default_print_one_register_info): Add detection of
1790 optimized out values.
1791 (default_print_registers_info): Switch to using
1792 get_frame_register_value.
1793
1794 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
1795
1796 * infrun.c (handle_inferior_event): Check if we know the
1797 function start address before setting a resume breakpoint.
1798
1799 2013-09-18 Pedro Alves <palves@redhat.com>
1800
1801 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1802 minus_one_ptid instead of looking at the ptid's tid field and
1803 comparing that to -1.
1804
1805 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1806
1807 * main.h (get_gdb_program_name): Remove extra whitespace.
1808
1809 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1810
1811 * main.h (get_gdb_program_name): Add declaration.
1812 * main.c (get_gdb_program_name): Add definition.
1813
1814 2013-09-17 Doug Evans <dje@google.com>
1815
1816 * dwarf2read.c: Move definitions of complaint functions to after
1817 forward declarations of local functions.
1818
1819 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
1820 Pedro Alves <palves@redhat.com>
1821
1822 PR gdb/11568
1823 * breakpoint.c (remove_threaded_breakpoints): New function.
1824 (_initialize_breakpoint): Attach remove_threaded_breakpoints
1825 as thread_exit observer.
1826
1827 2013-09-17 Pedro Alves <palves@redhat.com>
1828
1829 PR gdb/15911
1830 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1831 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1832 * corelow.c (core_open):
1833 * frame.h (print_stack_frame, print_frame_info): New
1834 'set_current_sal' parameter.
1835 * infcmd.c (finish_command, kill_command): Adjust call to
1836 print_stack_frame.
1837 * inferior.c (inferior_command): Likewise.
1838 * infrun.c (normal_stop): Likewise.
1839 * linux-fork.c (linux_fork_context): Likewise.
1840 * record-full.c (record_full_goto_entry, record_full_restore):
1841 Likewise.
1842 * remote-mips.c (common_open): Likewise.
1843 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1844 Use it.
1845 (print_frame_info): New 'set_current_sal' parameter. Set the last
1846 displayed sal depending on the new paremeter instead of looking at
1847 print_what.
1848 (backtrace_command_1, select_and_print_frame, frame_command)
1849 (current_frame_command, up_command, down_command): Adjust call to
1850 print_stack_frame.
1851 * thread.c (print_thread_info, restore_selected_frame)
1852 (do_captured_thread_select): Adjust call to print_stack_frame.
1853 * tracepoint.c (tfind_1): Likewise.
1854 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1855 (mi_cmd_stack_info_frame): Likewise.
1856 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1857 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1858
1859 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1860
1861 * value.c (isvoid_internal_fn): Replace "parameter" with
1862 "argument".
1863
1864 2013-09-16 Stan Shebs <stan@codesourcery.com>
1865
1866 * README: Update references to writing code for GDB.
1867 * configure.ac (build_warnings): Remove obsolete comment.
1868 * configure: Regenerate.
1869 * gdbarch.sh: Remove references to gdbint.texinfo.
1870 * gdbarch.h: Regenerate.
1871 * gdbtypes.c (objfile_type): Remove comments referencing internals
1872 manual and D10V.
1873
1874 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1875
1876 * NEWS: Mention new convenience function $_isvoid.
1877 * value.c (isvoid_internal_fn): New function.
1878 (_initialize_values): Add new convenience function $_isvoid.
1879
1880 2013-09-16 Pierre Muller <muller@sourceware.org>
1881
1882 * arm-linux-tdep.c: Add "elf/common.h" header.
1883 Remove AT_HWCAP macro definintion as it is provided in
1884 added include file.
1885 * s390-tdep.c: Remove system header <elf.h>
1886 Add "elf/common.h" header for AT_HWCAP definition.
1887 (s390_core_read_description): Use correct CORE_ADDR
1888 for hwcap local variable used as third parameter
1889 of function target_auxv_search.
1890
1891 2013-09-14 Pierre Muller <muller@sourceware.org>
1892 Tom Tromey <tromey@redhat.com>
1893 Pedro Alves <palves@redhat.com>
1894
1895 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1896 mode if operating system doesn't know O_CLOEXEC.
1897
1898 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1899
1900 Code cleanup.
1901 * symfile.c (reread_symbols): Move variable obfd_filename to a more
1902 inner block.
1903
1904 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1905
1906 * NEWS: Mention TDB support.
1907 * features/s390-tdb.xml: New file.
1908 * features/s390-te-linux64.xml: New file.
1909 * features/s390x-te-linux64.xml: New file.
1910 * features/Makefile (WHICH): Add new tdescs above.
1911 (s390-te-linux64-expedite): Set.
1912 (s390x-te-linux64-expedite): Set.
1913 * features/s390-te-linux64.c: New file (generated).
1914 * features/s390x-te-linux64.c: New file (generated).
1915 * regformats/s390-te-linux64.dat: New file (generated).
1916 * regformats/s390x-te-linux64.dat: New file (generated).
1917 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1918 (HWCAP_S390_TE): Likewise.
1919 (S390_TDB_DWORD0_REGNUM): Likewise.
1920 (S390_TDB_DWORD0_REGNUM): Likewise.
1921 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1922 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1923 (S390_TDB_ATIA_REGNUM): Likewise.
1924 (S390_TDB_R0_REGNUM): Likewise.
1925 (S390_TDB_R1_REGNUM): Likewise.
1926 (S390_TDB_R2_REGNUM): Likewise.
1927 (S390_TDB_R3_REGNUM): Likewise.
1928 (S390_TDB_R4_REGNUM): Likewise.
1929 (S390_TDB_R5_REGNUM): Likewise.
1930 (S390_TDB_R6_REGNUM): Likewise.
1931 (S390_TDB_R7_REGNUM): Likewise.
1932 (S390_TDB_R8_REGNUM): Likewise.
1933 (S390_TDB_R9_REGNUM): Likewise.
1934 (S390_TDB_R10_REGNUM): Likewise.
1935 (S390_TDB_R11_REGNUM): Likewise.
1936 (S390_TDB_R12_REGNUM): Likewise.
1937 (S390_TDB_R13_REGNUM): Likewise.
1938 (S390_TDB_R14_REGNUM): Likewise.
1939 (S390_TDB_R15_REGNUM): Likewise.
1940 (S390_NUM_REGS): Increase.
1941 (S390_IS_TDBREGSET_REGNUM): New macro.
1942 (s390_regmap_tdb): Declare.
1943 (s390_sizeof_tdbregset): Define.
1944 (tdesc_s390_te_linux64): Declare.
1945 (tdesc_s390x_te_linux64): Likewise.
1946 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1947 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1948 (s390_regmap_tdb): New regmap.
1949 (s390_supply_tdb_regset): New function.
1950 (s390_tdb_regset): New regset.
1951 (s390_linux64v2_regset_sections): Add TDB regset to list.
1952 (s390x_linux64v2_regset_sections): Likewise.
1953 (s390_regset_from_core_section): Recognize TDB core note section.
1954 (s390_core_read_description): If HWCAP indicates TE support,
1955 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1956 (s390_gdbarch_init): Handle TDB regset.
1957 (_initialize_s390_tdep): Initialize new tdescs.
1958 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1959 (have_regset_tdb): New variable.
1960 (s390_native_supply): Support register invalidation.
1961 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1962 (check_regset): Treat ENODATA as "regset exists".
1963 (s390_linux_fetch_inferior_registers): Add TDB.
1964 (s390_read_description): Check for TDB existence and select
1965 appropriate tdesc.
1966 * gdbserver/Makefile.in (clean): Add removal of new makefile
1967 targets.
1968 (s390-te-linux64.c): New makefile target.
1969 (s390x-te-linux64.c): Likewise.
1970 * gdbserver/configure.srv (srv_regobj): Append new objects
1971 s390-te-linux64.o and s390x-te-linux64.o.
1972 (srv_xmlfiles): Append new files s390-te-linux64.xml,
1973 s390x-te-linux64.xml, and s390-tdb.xml.
1974 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1975 declaration.
1976 (tdesc_s390_te_linux64): Likewise.
1977 (init_registers_s390x_te_linux64): Likewise.
1978 (tdesc_s390x_te_linux64): Likewise.
1979 (s390_check_regset): Treat ENODATA as "regset exists".
1980 (s390_arch_setup): Add TDB regset support.
1981 (initialize_low_arch): Initialize registers for new tdescs.
1982
1983 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1984
1985 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1986 (S390_IS_FPREGSET_REGNUM): New macro.
1987 * s390-tdep.c (s390_dwarf_regmap): Make const.
1988 (regnum_is_gpr_full): New function for replacing repeated code.
1989 (s390_pseudo_register_name): Use it.
1990 (s390_pseudo_register_type): Likewise.
1991 (s390_pseudo_register_read): Likewise.
1992 (s390_pseudo_register_write): Likewise.
1993 (s390_unwind_pseudo_register): Likewise.
1994 (s390_regmap_gregset): New format for regmap.
1995 (s390x_regmap_gregset): Likewise.
1996 (s390_regmap_fpregset): Likewise.
1997 (s390_regmap_upper): Likewise.
1998 (s390_regmap_last_break): Likewise.
1999 (s390_regmap_system_call): Likewise.
2000 (s390_supply_regset): Adjust to new regmap format.
2001 (s390_collect_regset): Likewise.
2002 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
2003 (s390_native_collect): Likewise.
2004 (supply_gregset): Likewise.
2005 (fill_gregset): Likewise.
2006 (supply_fpregset): Likewise.
2007 (fill_fpregset): Likewise.
2008 (fetch_regset): Likewise.
2009 (store_regset): Likewise.
2010 (s390_linux_fetch_inferior_registers): Likewise.
2011 (s390_linux_fetch_inferior_registers): Likewise.
2012
2013 2013-09-12 Andrew Pinski <apinski@cavium.com>
2014
2015 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
2016
2017 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
2018
2019 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
2020
2021 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
2022
2023 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
2024
2025 2013-09-06 Pedro Alves <palves@redhat.com>
2026
2027 * remote-sim.c (dump_mem, gdbsim_fetch_register)
2028 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
2029 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
2030 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
2031 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
2032 gdb_stdlog.
2033
2034 2013-09-06 Pedro Alves <palves@redhat.com>
2035
2036 * remote-sim.c (dump_mem): Constify buf parameter.
2037 gdbsim_xfer_inferior_memory): Rename to ...
2038 (gdbsim_xfer_memory): ... this. Adjust interface as
2039 target_xfer_partial helper.
2040 (gdbsim_xfer_partial): New function.
2041 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
2042 Install a to_xfer_partial hook. Send output to gdb_stdlog.
2043
2044 2013-09-06 Pedro Alves <palves@redhat.com>
2045
2046 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2047 host_address_to_string, and send debug output to gdb_stdlog.
2048
2049 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2050
2051 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2052 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2053 gdb_target_obs for cris target.
2054 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2055 (cris_gdbarch_init): Move calls to
2056 set_gdbarch_fetch_tls_load_module_address and
2057 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2058 Add call to gdbarch_init_osabi.
2059 * cris-linux-tdep.c: New file.
2060 * cris-tdep.h: New file.
2061
2062 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2063
2064 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2065 to deprecated_init_ui_hook.
2066
2067 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2068
2069 * cli/cli-interp.c (_initialize_cli_interp): Add a
2070 command_loop_proc to interp_procs.
2071 * event-top.c (cli_command_loop): Change signature to match
2072 interp_command_loop_ftype.
2073 * event-top.h (cli_command_loop): Same.
2074 * interps.c (interp_new): Require every interpreter to have a
2075 command_loop_proc.
2076 (current_interp_command_loop): Just call the command_loop_proc on
2077 the current interpreter.
2078 * tui/tui-interp.c (_initialize_tui_interp): Add a
2079 command_loop_proc to interp_procs.
2080
2081 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2082
2083 * cris-tdep.c (cris_gdbarch_init): Add call to
2084 get_gdbarch_fetch_tls_load_module_address.
2085
2086 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2087
2088 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2089 (cris_elf_gregset_t): Rename from elf_gregset_t.
2090 (crisv32_elf_gregset_t): Adjust.
2091 (cris_supply_gregset, fetch_core_registers): Adjust.
2092
2093 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2094
2095 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2096
2097 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
2098
2099 * defs.h (deprecated_command_loop_hook): Remove, including
2100 references in comments.
2101 * interps.c (current_interp_command_loop): No longer use
2102 deprecated_command_loop_hook.
2103 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2104 setup.
2105 * top.c (deprecated_command_loop_hook): Remove.
2106
2107 2013-09-05 Pedro Alves <palves@redhat.com>
2108
2109 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2110 local is now int instead of ULONGEST. Print it with %d
2111 instead of paddress.
2112
2113 2013-09-05 Tristan Gingold <gingold@adacore.com>
2114
2115 * MAINTAINERS: Remove avr maintainership.
2116
2117 2013-09-05 Pedro Alves <palves@redhat.com>
2118
2119 * findvar.c (value_of_register): Rework in terms of
2120 value_of_register_lazy.
2121
2122 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
2123
2124 * symfile.c (add_symbol_file_command): Remove trailing
2125 whitespaces and blank line after comment.
2126
2127 2013-09-05 Pedro Alves <palves@redhat.com>
2128
2129 * tui/tui-regs.c (tui_register_format): Don't look at the
2130 register's name here. Return string representing register
2131 value instead of storing it in the data element.
2132 (tui_get_register): Compare register string representations
2133 instead of register value states and contents.
2134
2135 2013-09-05 Pedro Alves <palves@redhat.com>
2136
2137 PR tui/15933
2138 * tui/tui-regs.c (tui_show_registers): Show registers of the
2139 selected frame, not the current frame.
2140
2141 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
2142
2143 * MAINTAINERS (Write After Approval): Add myself to the list.
2144
2145 2013-09-04 Doug Evans <dje@google.com>
2146
2147 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2148 (queue_and_load_dwo_tu): New function.
2149 (lookup_dwo_signatured_type): Set per_cu.tu_read.
2150 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2151 Make dependent_cu optional.
2152 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2153 and an older .gdb_index is in use, queue and load all its TUs too.
2154
2155 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2156
2157 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2158 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2159 variable search_flags.
2160 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2161 (OPF_RETURN_REALPATH): ... here.
2162 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2163 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2164 call. Twice.
2165 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2166 openp call.
2167 * solib.c (solib_find): Likewise. Four times.
2168 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2169 in the function comment and for the realpath_fptr variable.
2170 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2171 (find_and_open_source): Likewise. Twice.
2172 * symfile.c (symfile_bfd_open): Likewise, also twice.
2173
2174 2013-09-04 Doug Evans <dje@google.com>
2175
2176 * progspace.c (save_current_space_and_thread): Remove unnecessary
2177 call to save_current_inferior.
2178
2179 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
2180
2181 * sh64-tdep.c (sh64_do_register): Return after printing message
2182 about unavailable register contents.
2183
2184 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
2185 Pedro Alves <palves@redhat.com>
2186
2187 * symfile.c (add_symbol_file_command): Error out on unknown
2188 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2189 options and collapse into single conditional branch.
2190
2191 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
2192
2193 * inf-child.c (inf_child_follow_fork): New parameter
2194 detach_fork.
2195 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2196 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2197 * inferior.h (detach_fork): Remove.
2198 * infrun.c (detach_fork): Adjust comment and make it
2199 static.
2200 (follow_fork): Pass detach_fork parameter to
2201 target_follow_fork.
2202 * linux-nat.c (linux_child_follow_fork): New parameter
2203 detach_fork.
2204 * target.c (target_follow_fork): New parameter detach_fork.
2205 Pass detach_fork as parameter and print its value.
2206 * target.h (struct target_ops) <to_follow_fork>: New int
2207 parameter.
2208 (target_follow_fork): New parameter detach_fork.
2209
2210 2013-09-03 Joel Brobecker <brobecker@adacore.com>
2211
2212 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2213 Replace sec->bfd by sec->the_bfd_section->owner.
2214
2215 2013-09-03 Yao Qi <yao@codesourcery.com>
2216
2217 * linux-tdep.c (linux_is_uclinux): New function. Code moved
2218 from linux_has_shared_address_space.
2219 (linux_has_shared_address_space): Call linux_is_uclinux.
2220 * linux-tdep.h (linux_is_uclinux): Declare.
2221 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2222 linux_is_uclinux.
2223
2224 2013-09-03 Yao Qi <yao@codesourcery.com>
2225
2226 * config/djgpp/fnchange.lst: Remove entry of
2227 i386-interix-nat.c and i386-interix-tdep.c.
2228 * configure.ac: Remove '*-*-interix*'.
2229 * configure: Re-generated.
2230 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2231 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2232 obsolete comments.
2233 * osabi.c (gdb_osabi_names): Remove "Interix".
2234
2235 2013-09-03 Yao Qi <yao@codesourcery.com>
2236
2237 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2238
2239 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
2240
2241 * record.h (record_print_flag) <record_print_src_line,
2242 record_print_insn_range>: Rename into ...
2243 (record_print_flag) <record_print_src_line,
2244 record_print_insn_range>: ... this. Update all users.
2245
2246 2013-09-02 Pierre Muller <muller@sourceware.org>
2247
2248 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2249 error code.
2250
2251 2013-09-02 Pierre Muller <muller@sourceware.org>
2252
2253 * windows-nat.c (windows_xfer_memory): Fix compilation failure
2254 by use of plongest function.
2255
2256 2013-09-02 Tristan Gingold <gingold@adacore.com>
2257
2258 * NEWS: Add entry mentioning support for native Windows x64
2259 SEH data.
2260
2261 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
2262 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
2263 (struct amd64_windows_frame_cache): New struct.
2264 (amd64_windows_w2gdb_regnum): New global.
2265 (pc_in_range, amd64_windows_frame_decode_epilogue)
2266 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
2267 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
2268 (amd64_windows_frame_this_id): New functions.
2269 (amd64_windows_frame_unwind): New static global.
2270 (amd64_windows_skip_prologue): New function.
2271 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2272 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2273 with amd64_windows_skip_prologue.
2274
2275 2013-08-30 Joel Brobecker <brobecker@adacore.com>
2276
2277 GDB 7.6.1 released.
2278
2279 2013-08-30 Pedro Alves <palves@redhat.com>
2280
2281 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2282 SRC_AND_LOC.
2283
2284 2013-08-30 Pedro Alves <palves@redhat.com>
2285
2286 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2287 warning text.
2288
2289 2013-08-30 Pedro Alves <palves@redhat.com>
2290
2291 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2292 Adjust arguments to print_stack_frame.
2293
2294 2013-08-30 Pedro Alves <palves@redhat.com>
2295
2296 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2297
2298 2013-08-30 Pedro Alves <palves@redhat.com>
2299
2300 * frame.h (show_and_print_stack_frame): Delete declaration.
2301
2302 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2303
2304 PR python/15461
2305 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2306 (archpy_name): Check for valid architecture.
2307 (archpy_disassemble): Ditto.
2308
2309 2013-08-29 Joel Brobecker <brobecker@adacore.com>
2310
2311 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2312 instead of "long long" in call to ptrace64.
2313
2314 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
2315
2316 * mi/mi-interp.c (mi_command_loop): Change signature to match
2317 interp_command_loop_ftype.
2318 (mi1_command_loop): Remove.
2319 (mi2_command_loop): Remove.
2320 (mi3_command_loop): Remove.
2321 (mi_interpreter_resume): Remove setting of
2322 deprecated_command_loop_hook.
2323 (_initialize_mi_interp): Set mi_command_loop as the command loop
2324 callback.
2325
2326 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2327
2328 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2329 value_type.
2330
2331 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2332
2333 * value.c (allocate_value_contents): Make static.
2334 * value.h (allocate_value_contents): Remove prototype.
2335
2336 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2337
2338 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2339 of assembling value via allocate_value_lazy and attribute setter.
2340 * findvar.c (default_read_var_value): Use value_at_lazy instead of
2341 assembling value via allocate_value_lazy and attribute setter.
2342 * valops.c (do_search_struct_field): Use value_at_lazy instead of
2343 assembling value via allocate_value_lazy and attribute setter.
2344
2345 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2346
2347 * value.c (value_from_contents_and_address): Replace allocate_value and
2348 memcpy with value_from_contents.
2349
2350 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2351
2352 * python/py-framefilter.c (py_print_frame): Remove usage of
2353 PyString_AsString. Use python_string_to_host_string instead.
2354 Refactor function to work with a string as a new allocation
2355 instead of a pointer.
2356 (py_print_frame): Ditto.
2357 * python/lib/gdb/frames.py (return_list): Cain iterators together
2358 instead of adding them as a list.
2359 (_sort_list): Call return_list, and remove duplicate code.
2360 (execute_frame_filters): Convert iterator to a list with list().
2361 * python/lib/gdb/command/frame_filters.py
2362 (SetFrameFilterPriority._set_filter_priority): Convert priority
2363 attribute to an integer.
2364 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2365 wrapper function __next__.
2366 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2367 define as "str".
2368
2369 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2370
2371 PR python/15752
2372 * python/py-framefilter.c (apply_frame_filter): Check
2373 gdb_python_initialized. Exit if the Python frame-filter code
2374 cannot be initialized.
2375
2376 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2377
2378 PR cli/15842
2379 * top.c (print_gdb_version): Remove erroneous newline after help
2380 text.
2381
2382 2013-08-29 Yao Qi <yao@codesourcery.com>
2383
2384 * varobj.c (install_dynamic_child): Remove trailing space.
2385 Add one blank line after variable declaration.
2386
2387 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2388
2389 PR gdb/15415
2390 * corefile.c (get_exec_file): Use exec_filename.
2391 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
2392 * exec.c (exec_close): Free EXEC_FILENAME.
2393 (exec_file_attach): New variable canonical_pathname. Use
2394 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
2395 EXEC_FILENAME.
2396 * exec.h (exec_filename): New.
2397 * inferior.c (print_inferior, inferior_command): Use
2398 PSPACE_EXEC_FILENAME.
2399 * mi/mi-main.c (print_one_inferior): Likewise.
2400 * progspace.c (clone_program_space, print_program_space): Likewise.
2401 * progspace.h (struct program_space): New field pspace_exec_filename.
2402 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
2403 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2404
2405 2013-08-28 Will Newton <will.newton@linaro.org>
2406
2407 * common/linux-ptrace.c: Include stdint.h unconditionally.
2408
2409 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2410
2411 Code cleanup.
2412 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2413
2414 2013-08-28 Yao Qi <yao@codesourcery.com>
2415 Pedro Alves <palves@redhat.com>
2416
2417 * event-top.c (gdb_setup_readline): Call stderr_fileopen
2418 instead of stdio_fileopen.
2419 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2420 .Call stderr_fileopen instead of stdio_fileopen.
2421 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2422 [__MINGW32__] (stderr_file_fputs): New function.
2423 (stderr_fileopen): New function.
2424 * ui-file.h (stderr_fileopen): Declare.
2425
2426 2013-08-27 Doug Evans <dje@google.com>
2427
2428 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2429 (struct dwarf2_per_cu_data): Ditto.
2430 (maybe_queue_comp_unit): Delete forward decl. Add comment.
2431 (process_imported_unit_die): Ditto.
2432 (follow_die_sig_1): Simplify assert.
2433
2434 2013-08-27 Pedro Alves <palves@redhat.com>
2435
2436 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2437 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
2438 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2439 windows_xfer_memory directly.
2440 (init_windows_ops): Don't install a deprecated_xfer_memory method.
2441
2442 2013-08-27 Pedro Alves <palves@redhat.com>
2443
2444 * darwin-nat.c (darwin_xfer_memory): Delete.
2445 (_initialize_darwin_inferior): Don't install a
2446 deprecated_xfer_memory method.
2447
2448 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2449 Yao Qi <yao@codesourcery.com>
2450
2451 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2452 (parse_no_frames_option): Remove.
2453 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2454 (mi_cmd_stack_list_args): Adjust.
2455 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2456 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
2457 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2458 Caller update.
2459 (list_args_or_locals): New parameter 'skip_unavailable'.
2460 Handle it.
2461 * valprint.c (scalar_type_p): Rename to ...
2462 (val_print_scalar_type_p): ... this. Make extern.
2463 (val_print, value_check_printable): Adjust.
2464 * valprint.h (val_print_scalar_type_p): Declare.
2465 * value.c (value_entirely_unavailable): New function.
2466 * value.h (value_entirely_unavailable): Declare.
2467
2468 * NEWS: Mention the new option "--skip-unavailable" to MI
2469 commands '-stack-list-locals', '-stack-list-arguments' and
2470 '-stack-list-variables'.
2471
2472 2013-08-27 Yao Qi <yao@codesourcery.com>
2473
2474 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2475 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2476 options.
2477 * mi/mi-getopt.c (mi_getopt): Remove.
2478 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
2479 'error_on_unknown'.
2480 (mi_getopt): Call mi_getopt_1.
2481 (mi_getopt_silent): New.
2482 * mi/mi-getopt.h (mi_getopt_silent): Declare.
2483
2484 2013-08-26 Doug Evans <dje@google.com>
2485
2486 PR symtab/15885
2487 * dwarf2read.c (dw2_dump): Print some minimal information indicating
2488 .gdb_index is in use.
2489 * symfile.c (reread_symbols): Reset objfile->sf.
2490
2491 * NEWS: Document "mt print objfiles" now takes optional regexp.
2492 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2493 regexp of objfiles to print.
2494 (_initialize_symmisc): Update doc string for "mt print objfiles".
2495
2496 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2497 missing debug info checks.
2498
2499 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
2500 Ulrich Weigand <uweigand@de.ibm.com>
2501
2502 * xcoffread.c (arrange_linetable): Add fix to correctly handle
2503 line tables generated by XLC compiled binaries.
2504
2505 2013-08-23 Doug Evans <dje@google.com>
2506
2507 * symmisc.c (dump_symtab): Delete prototype.
2508 (dump_msymbols, dump_objfile): Ditto.
2509 (maintenance_info_symtabs): Mark as dont_repeat.
2510 (_initialize_symmisc): Improve doc string for "mt info symtabs".
2511
2512 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2513 debugging printf to better location.
2514
2515 2013-08-23 Pedro Alves <palves@redhat.com>
2516
2517 * target.c (target_read_live_memory): Change type of 'ret' local
2518 to LONGEST.
2519
2520 2013-08-23 Pedro Alves <palves@redhat.com>
2521
2522 * remote.c (remote_write_bytes_aux, remote_write_bytes)
2523 (remote_read_bytes): Change return type to LONGEST, and adjust to
2524 return a target_xfer_error on error.
2525 (remote_xfer_memory): Delete.
2526 (remote_flash_write): Change type of 'ret' local to LONGEST.
2527 (remote_xfer_partial, remote_xfer_partial): Adjust.
2528 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2529
2530 2013-08-23 Pierre Muller <muller@sourceware.org>
2531
2532 ARI fix: Push # directives to start of line.
2533 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2534
2535 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
2536
2537 PR gdb/15501
2538 * breakpoint.c (enable_command, disable_command): Iterate over
2539 all specified breakpoint locations.
2540
2541 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2542
2543 * common/linux-ptrace.c (linux_fork_to_function): Push #
2544 directives to the start of the line.
2545 (linux_check_ptrace_features): Fix warning message to use
2546 the "_" markup.
2547
2548 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2549
2550 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2551 nat/linux-waitpid.h.
2552 (linux-waitpid.o): New object file rule.
2553 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2554 (current_ptrace_options): Moved from linux-nat.c.
2555 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2556 parameters.
2557 (linux_fork_to_function): New function.
2558 (linux_grandchild_function): Likewise.
2559 (linux_child_function): Likewise.
2560 (linux_check_ptrace_features): New function, heavily
2561 based on linux-nat.c:linux_test_for_tracefork.
2562 (linux_enable_event_reporting): New function.
2563 (ptrace_supports_feature): Likewise.
2564 (linux_supports_tracefork): Likewise.
2565 (linux_supports_traceclone): Likewise.
2566 (linux_supports_tracevforkdone): Likewise.
2567 (linux_supports_tracesysgood): Likewise.
2568 * common/linux-ptrace.h (HAS_NOMMU): Moved from
2569 gdbserver/linux-low.c.
2570 (linux_enable_event_reporting): New declaration.
2571 (linux_supports_tracefork): Likewise.
2572 (linux_supports_traceclone): Likewise.
2573 (linux_supports_tracevforkdone): Likewise.
2574 (linux_supports_tracesysgood): Likewise.
2575 * config.in (PTRACE_TYPE_ARG4): Regenerate.
2576 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2577 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2578 * config/arm/linux.mh (NATDEPFILES): Likewise.
2579 * config/i386/linux.mh (NATDEPFILES): Likewise.
2580 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2581 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2582 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2583 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2584 * config/mips/linux.mh (NATDEPFILES): Likewise.
2585 * config/pa/linux.mh (NATDEPFILES): Likewise..
2586 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2587 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2588 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2589 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2590 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2591 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2592 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2593 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2594 ptrace's 4th argument's types.
2595 Check the type of PTRACE_TYPE_ARG4.
2596 * configure: Regenerate.
2597 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2598 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2599 (linux_supports_tracefork_flag): Remove.
2600 (linux_supports_tracesysgood_flag): Likewise.
2601 (linux_supports_tracevforkdone_flag): Likewise.
2602 (current_ptrace_options): Moved to
2603 common/linux-ptrace.c.
2604 (linux_tracefork_child): Remove.
2605 (my_waitpid): Remove.
2606 (linux_test_for_tracefork): Renamed to
2607 linux_check_ptrace_features and moved to common/linux-ptrace.c.
2608 (linux_test_for_tracesysgood): Remove.
2609 (linux_supports_tracesysgood): Remove.
2610 (linux_supports_tracefork): Remove.
2611 (linux_supports_tracevforkdone): Remove.
2612 (linux_enable_tracesysgood): Remove.
2613 (linux_enable_event_reporting): Remove.
2614 (linux_init_ptrace): New function.
2615 (linux_child_post_attach): Call linux_init_ptrace.
2616 (linux_child_post_startup_inferior): Call linux_init_ptrace.
2617 (linux_child_follow_fork): Call linux_supports_tracefork
2618 and linux_supports_tracevforkdone.
2619 (linux_child_insert_fork_catchpoint): Call
2620 linux_supports_tracefork.
2621 (linux_child_insert_vfork_catchpoint): Likewise.
2622 (linux_child_set_syscall_catchpoint): Call
2623 linux_supports_tracesysgood.
2624 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2625 * nat/linux-nat.h: New file.
2626 * nat/linux-waitpid.c: New file.
2627 * nat/linux-waitpid.h: New file.
2628
2629 2013-08-22 Samuel Bronson <naesten@gmail.com>
2630
2631 ARM Linux support for `catch syscall'.
2632 * syscalls/arm-linux.py: New file.
2633 * syscalls/arm-linux.xml: Likewise.
2634 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2635 (arm_linux_init_abi): Register the new function and syscall xml file.
2636 * data-directory/Makefile.in: Install the new syscall xml file.
2637 * NEWS: Brag about this.
2638
2639 2013-08-22 Pedro Alves <palves@redhat.com>
2640
2641 PR gdb/15871
2642 * corefile.c (target_xfer_memory_error): New function.
2643 (memory_error): Defer EIO to target_memory_error.
2644 (read_memory): Use target_xfer_partial, and handle finer-grained
2645 target xfer errors.
2646 * target.c (target_xfer_error_to_string): New function.
2647 (memory_xfer_partial_1): If memory is known to be
2648 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2649 (target_xfer_partial): Make extern.
2650 * target.h (enum target_xfer_error): New enum.
2651 (target_xfer_error_to_string): Declare function.
2652 (target_xfer_partial): Declare function.
2653 (struct target_ops) <xfer_partial>: Adjust describing comment.
2654
2655 2013-08-22 Alan Modra <amodra@gmail.com>
2656
2657 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2658 * configure.tgt: Likewise as targets.
2659
2660 2013-08-20 Doug Evans <dje@google.com>
2661
2662 * buildsym.c (subfile_stack): Move here from buildsym.h.
2663 (pending_macros): Ditto.
2664 (get_macro_table): New function.
2665 (buildsym_init): Initialize subfile_stack.
2666 * coffread.c (type_vector,type_vector_length): Moved here from
2667 buildsym.h.
2668 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2669 (coff_symtab_read): Use it.
2670 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2671 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2672 with call to get_macro_table.
2673 * stabsread.c (type_vector,type_vector_length): Moved here from
2674 buildsym.h.
2675 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2676 * buildsym.h (get_macro_table): Declare.
2677
2678 2013-08-20 Tom Tromey <tromey@redhat.com>
2679
2680 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2681 Update.
2682 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2683
2684 2013-08-20 Doug Evans <dje@google.com>
2685
2686 * blockframe.c: Remove #include "psymtab.h".
2687 * cp-support.c: Ditto.
2688 * source.c: Ditto.
2689 * stack.c: Ditto.
2690
2691 2013-08-20 Tom Tromey <tromey@redhat.com>
2692
2693 PR python/15816:
2694 * exceptions.h (return_mask): Now an enum.
2695 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2696 enum constants.
2697
2698 2013-08-20 Tom Tromey <tromey@redhat.com>
2699
2700 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2701 get_objfile_arch.
2702 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2703 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2704 * jit.c (jit_object_close_impl): Update.
2705 * jv-lang.c (get_dynamics_objfile): Update.
2706 * linespec.c (add_minsym): Use get_dynamics_objfile.
2707 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2708 (allocate_objfile): Don't initialize 'gdbarch' field.
2709 (get_objfile_arch): Update.
2710 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2711 moved from...
2712 (struct objfile) <gdbarch>: ... here. Remove.
2713 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2714 get_objfile_arch.
2715 * symfile.c (init_entry_point_info): Use get_objfile_arch.
2716
2717 2013-08-20 Alan Modra <amodra@gmail.com>
2718
2719 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2720 for IBM long double nan and inf.
2721 (floatformat_is_negative, floatformat_classify,
2722 floatformat_mantissa): Similarly.
2723 (floatformat_ieee_single, floatformat_ieee_double,
2724 floatformat_ieee_quad, floatformat_arm_ext,
2725 floatformat_ia64_spill): Delete unused vars.
2726 (_initialize_doublest): Delete unused function.
2727 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2728 little-endian variants of floatformat_ibm_long_double.
2729
2730 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
2731
2732 * Makefile.in (SFILES): Remove common/target-common.c and
2733 add target/waitstatus.c.
2734 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2735 target/resume.h, target/wait.h and target/waitstatus.h.
2736 (COMMON_OBS): Remove target-common.o and add
2737 waitstatus.o.
2738 (target-common.o): Remove.
2739 (waitstatus.o): New target object file.
2740 * common/target-common.c: Move contents to
2741 target/waitstatus.c and remove.
2742 * common/target-common.h: Move contents to other files and
2743 remove.
2744 (enum resume_kind: Move to target/resume.h.
2745 (TARGET_WNOHANG): Move to target/wait.h.
2746 (enum target_waitkind): Move to target/waitstatus.h.
2747 (struct target_waitstatus): Likewise.
2748 * target.h: Do not include target-common.h and
2749 include target/resume.h, target/wait.h and
2750 target/waitstatus.h.
2751 * target/resume.h: New file.
2752 * target/wait.h: New file.
2753 * target/waitstatus.h: New file.
2754 * target/waitstatus.c: New file.
2755
2756 2013-08-19 Pedro Alves <palves@redhat.com>
2757
2758 * linux-nat.c (linux_test_for_tracefork)
2759 (linux_test_for_tracesysgood, linux_child_follow_fork)
2760 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2761 (linux_nat_wait_1): Extend comment.
2762 (linux_async_pipe): Add comment.
2763
2764 2013-08-15 Kevin Buettner <kevinb@redhat.com>
2765
2766 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2767 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2768 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2769 Update to account for fact that PC is now a pseudo-register.
2770 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
2771 cases for RL78_PC_REGNUM.
2772
2773 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2774
2775 PR cli/15841
2776 * top.c (quit_force): Skip writing history file
2777 if input is not from terminal.
2778
2779 2013-08-14 Tom Tromey <tromey@redhat.com>
2780
2781 * remote.c (struct remote_state) <echo_nextthread, nextthread,
2782 resultthreadlist>: New fields.
2783 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2784 (remote_get_threadlist, remote_threadlist_iterator): Use
2785 new fields. Remove static variables.
2786
2787 2013-08-14 Tom Tromey <tromey@redhat.com>
2788
2789 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2790 remote_watch_data_address>: New fields.
2791 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2792 (process_stop_reply, remote_wait_as)
2793 (remote_check_watch_resources, remote_stopped_data_address): Update.
2794
2795 2013-08-14 Tom Tromey <tromey@redhat.com>
2796
2797 * remote.c (struct remote_state) <async_client_callback,
2798 async_client_context>: New fields.
2799 (async_client_callback, async_client_context): Remove.
2800 (remote_async_serial_handler, remote_async): Update.
2801
2802 2013-08-14 Tom Tromey <tromey@redhat.com>
2803
2804 * remote.c (sizeof_pkt): Remove.
2805 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2806
2807 2013-08-14 Tom Tromey <tromey@redhat.com>
2808
2809 * remote.c (struct remote_state) <use_threadinfo_query,
2810 use_threadextra_query>: New fields.
2811 (remote_threads_info, remote_threads_extra_info)
2812 (remote_open_1): Update.
2813
2814 2013-08-14 Tom Tromey <tromey@redhat.com>
2815
2816 * remote.c (struct remote_state) <finished_object,
2817 finished_annex, finished_offset>: New fields.
2818 (remote_read_qxfer): Use remote_state fields; remove static
2819 variables.
2820
2821 2013-08-14 Tom Tromey <tromey@redhat.com>
2822
2823 * remote.c (struct remote_state) <last_sent_step>:
2824 New field.
2825 (last_sent_step): Remove.
2826 (remote_resume, remote_wait_as): Update.
2827
2828 2013-08-14 Tom Tromey <tromey@redhat.com>
2829
2830 * remote.c (struct remote_state) <last_sent_signal>:
2831 New field.
2832 (last_sent_signal): Remove.
2833 (new_remote_state, remote_resume, remote_wait_as): Update.
2834
2835 2013-08-14 Tom Tromey <tromey@redhat.com>
2836
2837 * remote.c (struct remote_state) <last_program_signals_packet>:
2838 New field.
2839 (last_program_signals_packet): Remove.
2840 (remote_program_signals, remote_open_1): Update.
2841
2842 2013-08-14 Tom Tromey <tromey@redhat.com>
2843
2844 * remote.c (struct remote_state) <last_pass_packet>:
2845 New field.
2846 (last_pass_packet): Remove.
2847 (remote_pass_signals, remote_open_1): Update.
2848
2849 2013-08-14 Tom Tromey <tromey@redhat.com>
2850
2851 * remote.c (struct remote_state) <remote_traceframe_number>:
2852 New field.
2853 (remote_traceframe_number): Remove.
2854 (new_remote_state, remote_open_1, set_remote_traceframe)
2855 (remote_trace_find): Update.
2856
2857 2013-08-14 Tom Tromey <tromey@redhat.com>
2858
2859 * remote.c (struct remote_state) <general_thread, continue_thread>:
2860 New fields.
2861 (general_thread, continue_thread): Remove.
2862 (record_currthread, set_thread, set_general_process)
2863 (remote_open_1, extended_remote_attach_1, remote_wait_as)
2864 (extended_remote_mourn_1): Update.
2865
2866 2013-08-14 Tom Tromey <tromey@redhat.com>
2867
2868 * remote.c (struct remote_state) <remote_desc>: New field.
2869 (remote_desc): Remove.
2870 (remote_threads_info, remote_threads_extra_info, remote_close)
2871 (send_interrupt_sequence, remote_start_remote, remote_open_1)
2872 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2873 (remote_hostio_send_command, remote_file_put, remote_file_get)
2874 (remote_file_delete, remote_can_async_p, remote_is_async_p)
2875 (remote_async, remote_new_objfile, set_range_stepping): Update.
2876
2877 2013-08-14 Tom Tromey <tromey@redhat.com>
2878
2879 * remote.c (remote_state): Now a pointer.
2880 (get_remote_state_raw): Update.
2881 (new_remote_state): New function.
2882 (_initialize_remote): Use new_remote_state.
2883
2884 2013-08-14 Tom Tromey <tromey@redhat.com>
2885
2886 * remote.c (remote_protocol_features): Now const.
2887
2888 2013-08-14 Tom Tromey <tromey@redhat.com>
2889
2890 * remote.c (crc32_table, crc32): Remove.
2891 (remote_verify_memory): Use xcrc32.
2892
2893 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
2894
2895 * value.h (create_internalvar_type_lazy): Adjust prototype
2896 declaration.
2897
2898 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
2899
2900 * common/format.c (parse_format_string): Don't allow '#' flag for
2901 pointer arguments in format string.
2902
2903 2013-08-13 Pierre Muller <muller@sourceware.org>
2904
2905 * utils.c (init_page_info): Only call tgetnum function
2906 if rl_get_screen_size did not return useful values.
2907
2908 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
2909
2910 PR breakpoints/15117
2911 * linespec.c (linespec_parse_basic): Check for convenience
2912 variable or history value while parsing.
2913
2914 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2915
2916 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2917 AVR.
2918 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
2919 different signals between the generic Linux kernel implementation
2920 and AVR's.
2921 (avr_linux_gdb_signal_from_target): Delete.
2922 (avr_linux_gdb_signal_to_target): Delete.
2923 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2924
2925 2013-08-09 Doug Evans <dje@google.com>
2926
2927 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2928 entries.
2929
2930 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
2931
2932 * linux-tdep.c: Define enum with generic signal numbers.
2933 (linux_gdb_signal_from_target): New function.
2934 (linux_gdb_signal_to_target): Likewise.
2935 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2936 methods to the functions above.
2937 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2938 (linux_gdb_signal_to_target): Likewise.
2939 * alpha-linux-tdep.c: Define new enum with signals different
2940 from generic Linux kernel.
2941 (alpha_linux_gdb_signal_from_target): New function.
2942 (alpha_linux_gdb_signal_to_target): Likewise.
2943 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2944 with the functions mentioned above.
2945 * avr-tdep.c: Define enum with differences between Linux kernel
2946 and AVR signals.
2947 (avr_linux_gdb_signal_from_target): New function.
2948 (avr_linux_gdb_signal_to_target): Likewise.
2949 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2950 the functions mentioned above.
2951 * sparc-linux-tdep.c: Define enum with differences between SPARC
2952 and generic Linux kernel signal numbers.
2953 (sparc32_linux_gdb_signal_from_target): New function.
2954 (sparc32_linux_gdb_signal_to_target): Likewise.
2955 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2956 to the functions defined above.
2957 * xtensa-linux-tdep.c: Define enum with differences between
2958 Xtensa and Linux kernel generic signals.
2959 (xtensa_linux_gdb_signal_from_target): New function.
2960 (xtensa_linux_gdb_signal_to_target): Likewise.
2961 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2962 to the functions defined above.
2963 * mips-linux-tdep.c: Define enum with differences between
2964 signals in MIPS and Linux kernel generic ones.
2965 (mips_gdb_signal_to_target): New function.
2966 (mips_gdb_signal_from_target): Redefine to use new enum, handle
2967 only different signals from the Linux kernel generic.
2968 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2969 the functions defined above.
2970 * mips-linux-tdep.h (enum mips_signals): Remove.
2971
2972 2013-08-09 Pedro Alves <palves@redhat.com>
2973
2974 * avr-tdep.c (XMALLOC): Delete macro.
2975 * cli/cli-dump.c (XMALLOC): Delete macro.
2976
2977 2013-08-09 Pedro Alves <palves@redhat.com>
2978
2979 * cli/cli-dump.c: Don't include cli/cli-dump.h.
2980 (scan_expression_with_cleanup, scan_filename_with_cleanup)
2981 (fopen_with_cleanup, add_dump_command): Make static.
2982 * cli/cli-dump.h: Delete file.
2983 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2984 cli/cli-dump.h.
2985
2986 2013-08-09 Pedro Alves <palves@redhat.com>
2987
2988 * tracepoint.c (tfile_start): Show tilde-expanded filename in
2989 error message.
2990
2991 2013-08-09 Pedro Alves <palves@redhat.com>
2992
2993 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2994 error message.
2995
2996 2013-08-09 Pedro Alves <palves@redhat.com>
2997
2998 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2999 (gcore_command): Use tilde_expand here, and when showing the
3000 filename to the user, show the expanded version.
3001
3002 2013-08-09 Yao Qi <yao@codesourcery.com>
3003
3004 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
3005 'entryval' is set.
3006
3007 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
3008
3009 * gcore.c (create_gcore_bfd): Use tilde_expand.
3010
3011 2013-08-08 Yao Qi <yao@codesourcery.com>
3012
3013 * frame.h (read_frame_local): Declare.
3014 * mi/mi-cmd-stack.c (list_args_or_locals): Call
3015 read_frame_local.
3016 * stack.c (read_frame_local): New.
3017
3018 2013-08-08 Yao Qi <yao@codesourcery.com>
3019
3020 * mi/mi-cmd-stack.c: Update comments to function
3021 list_args_or_locals.
3022
3023 2013-08-07 Tom Tromey <tromey@redhat.com>
3024
3025 PR symtab/15028:
3026 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
3027 (process_psymtab_comp_unit_reader): Use it.
3028 (process_psymtab_comp_unit): Update. Add "pretend_language"
3029 argument.
3030 (dwarf2_build_psymtabs_hard): Update.
3031 (scan_partial_symbols): Pass CU's language to
3032 process_psymtab_comp_unit.
3033
3034 2013-08-07 Tom Tromey <tromey@redhat.com>
3035
3036 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
3037 (dwarf2_gdb_index_functions): Update.
3038 * psymtab.c (find_symbol_file_from_partial): Remove.
3039 (psym_functions): Update.
3040 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
3041 Remove.
3042
3043 2013-08-07 Tom Tromey <tromey@redhat.com>
3044
3045 * symfile.c (set_initial_language): Look up "main" symbol
3046 and use its language.
3047 * symtab.c (find_main_filename): Remove.
3048 * symtab.h (find_main_filename): Remove.
3049
3050 2013-08-07 Tom Tromey <tromey@redhat.com>
3051
3052 * dwarf2read.c (recursively_compute_inclusions): Add
3053 "immediate_parent" argument. Set symtab's "user" field
3054 if not set.
3055 (compute_symtab_includes): Update.
3056
3057 2013-08-07 Tom Tromey <tromey@redhat.com>
3058
3059 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3060 when adding label symbols.
3061
3062 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3063 Ulrich Weigand <uweigand@de.ibm.com>
3064
3065 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3066 * configure.host (powerpc64-*-aix*): Likewise.
3067
3068 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3069 Ulrich Weigand <uweigand@de.ibm.com>
3070
3071 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3072 is defined.
3073 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3074 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3075 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3076 * configure.ac: Check for ptrace64.
3077 * configure, config.in: Regenerate.
3078
3079 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3080 Ulrich Weigand <uweigand@de.ibm.com>
3081
3082 * aixthread.c: Call ptrace64 instead of ptracex if defined.
3083 Call ptrace64 instead of ptrace if defined.
3084 Add macro addr_ptr to take care of ptrace address argument.
3085 (pdc_read_regs): Likewise.
3086 (pdc_write_regs): Likewise.
3087 (aix_thread_resume): Likewise.
3088 (fetch_regs_kernel_thread): Likewise.
3089 (store_regs_kernel_thread): Likewise.
3090
3091 2013-08-07 Anton Blanchard <anton@samba.org>
3092
3093 * MAINTAINERS: Add myself to Write After Approval.
3094
3095 2013-08-05 Tom Tromey <tromey@redhat.com>
3096
3097 * aix-thread.c (_initialize_aix_thread): Use
3098 complete_target_initialization.
3099 * bsd-uthread.c (_initialize_bsd_uthread): Use
3100 complete_target_initialization.
3101 * dec-thread.c (_initialize_dec_thread): Use
3102 complete_target_initialization.
3103 * ravenscar-thread.c (_initialize_ravenscar): Use
3104 complete_target_initialization.
3105 * sol-thread.c (_initialize_sol_thread): Use
3106 complete_target_initialization.
3107 * spu-multiarch.c (_initialize_spu_multiarch): Use
3108 complete_target_initialization.
3109
3110 2013-08-05 Tom Tromey <tromey@redhat.com>
3111
3112 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3113 * ada-lang.c (ada_lookup_simple_minsym): Return
3114 bound_minimal_symbol.
3115 * ada-lang.h (ada_lookup_simple_minsym): Update.
3116 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3117 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3118 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3119 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3120 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3121 * minsyms.c (msymbol_objfile): Remove.
3122 (lookup_minimal_symbol_internal): New function, from
3123 lookup_minimal_symbol.
3124 (lookup_minimal_symbol): Rewrite using
3125 lookup_minimal_symbol_internal.
3126 (lookup_bound_minimal_symbol): New function.
3127 * minsyms.h (msymbol_objfile): Remove.
3128 (lookup_bound_minimal_symbol): Declare.
3129 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3130 * parse.c (write_exp_msymbol): Change parameter to a
3131 bound_minimal_symbol.
3132 (write_dollar_variable): Use lookup_bound_minimal_symbol.
3133 * parser-defs.h (write_exp_msymbol): Update.
3134 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3135 * symfile.c (simple_read_overlay_table): Use
3136 lookup_bound_minimal_symbol.
3137 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3138 (search_symbols): Likewise.
3139 (print_msymbol_info): Take a bound_minimal_symbol argument.
3140 (symtab_symbol_info, rbreak_command): Update.
3141 * symtab.h (struct symbol_search) <msymbol>: Change type
3142 to bound_minimal_symbol.
3143 * valops.c (find_function_in_inferior): Use
3144 lookup_bound_minimal_symbol.
3145 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3146
3147 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3148
3149 Code cleanup.
3150 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3151 to ...
3152 (async_cleanup_sigint_signal_handler): ... this.
3153 (initialize_sigint_signal_handler): Remove declaration.
3154 (handle_remote_sigint): Rename the declaration to ...
3155 (async_handle_remote_sigint): ... this.
3156 (handle_remote_sigint_twice): Rename the declaration to ...
3157 (async_handle_remote_sigint_twice): ... this.
3158 (async_remote_interrupt, async_remote_interrupt_twice)
3159 (remote_interrupt): Remove the declarations.
3160 (remote_interrupt_twice): Rename the declaration ...
3161 (sync_remote_interrupt_twice): ... this.
3162 (sigint_remote_twice_token): Rename the variable to ...
3163 (async_sigint_remote_twice_token): ... this.
3164 (sigint_remote_token): Rename the variable to ...
3165 (async_sigint_remote_token): ... this.
3166 (initialize_sigint_signal_handler): Rename the function to ...
3167 (async_initialize_sigint_signal_handler): ... this. Update the name
3168 inside.
3169 (handle_remote_sigint): Rename the function to ...
3170 (async_handle_remote_sigint): ... this. Update the names inside.
3171 (handle_remote_sigint_twice): Rename the function to ...
3172 (async_handle_remote_sigint_twice): ... this. Update the names inside.
3173 (cleanup_sigint_signal_handler): Rename the function to ...
3174 (async_cleanup_sigint_signal_handler): ... this.
3175 (remote_interrupt): Rename the function to ...
3176 (sync_remote_interrupt): this. Update the names inside.
3177 (remote_interrupt_twice): Rename the function to ...
3178 (sync_remote_interrupt_twice): this. Update the names inside.
3179 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3180 (_initialize_remote): Update the names inside.
3181
3182 2013-08-02 Tom Tromey <tromey@redhat.com>
3183
3184 PR symtab/15719:
3185 * breakpoint.c (update_watchpoint, watchpoint_check)
3186 (watch_command_1): Update.
3187 * eval.c (fetch_subexp_value): Add "preserve_errors"
3188 parameter.
3189 * ppc-linux-nat.c (check_condition): Update.
3190 * value.h (fetch_subexp_value): Update.
3191
3192 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
3193
3194 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3195 add_file_handler.
3196
3197 2013-08-01 Doug Evans <dje@google.com>
3198
3199 PR symtab/15691
3200 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3201 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3202 Add assert of sig_entry->dwo_unit == NULL.
3203 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3204 had already been read.
3205 (read_signatured_type): Set per_cu.tu_read.
3206
3207 PR symtab/15695
3208 * valops.c (value_struct_elt): Add missing call to check_typedef.
3209 (value_find_oload_method_list): Ditto.
3210
3211 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3212 effectively, struct symbol_search **.
3213 (make_cleanup_free_search_symbols): Change arg to struct
3214 symbol_search **. All callers updated.
3215 (compare_search_syms): Compare symtab file name and block as well.
3216 (search_symbols_equal): New function.
3217 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3218 New args new_head, new_tail. Result is now void. Remove dups after
3219 sorting the symbols.
3220 (search_symbols): Sort all found symbols once, after all have been
3221 found, and remove duplicates. Simplify cleanup tracking of result.
3222 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3223
3224 Further workarounds for binutils/15021.
3225 * dwarf2read.c (recursively_compute_inclusions): Change type of result
3226 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
3227 Watch for duplicate symtabs coming from type units.
3228 (compute_symtab_includes): Update call to
3229 recursively_compute_inclusions. Build vector of included symtabs
3230 instead of per_cus.
3231 * symtab.h (symtab_ptr): New typedef.
3232 (DEF_VEC_P (symtab_ptr)): New VEC type.
3233 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
3234 instead.
3235
3236 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
3237
3238 * cli/cli-script.c (script_from_file): Remove use of
3239 error_pre_print.
3240 * main.c (captured_main): Remove use of error_pre_print and
3241 quit_pre_print.
3242 * utils.c (error_pre_print, quit_pre_print): Remove.
3243 * utils.h (error_pre_print, quit_pre_print): Likewise.
3244
3245 2013-08-01 Yao Qi <yao@codesourcery.com>
3246
3247 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3248 with mi_getopt.
3249 (mi_cmd_stack_list_variables): Likewise.
3250
3251 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3252
3253 * exceptions.c (deprecated_throw_reason): Remove.
3254 * exceptions.h (deprecated_throw_reason): Remove.
3255
3256 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3257
3258 * remote-mips.c (mips_error): Replace use of
3259 deprecated_throw_reason with throw_verror. Use the error message
3260 passed to mips_error as the error message for throw_verror.
3261
3262 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3263
3264 * monitor.c (monitor_interrupt_query): Replace use of
3265 deprecated_throw_reason with quit.
3266 * nto-procfs.c (interrupt_query): Likewise.
3267 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3268 * remote-mips.c (mips_kill): Likewise.
3269 * remote.c (interrupt_query): Likewise.
3270
3271 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3272
3273 * utils.c (internal_verror): Replace use of deprecated_throw_reason
3274 with call to fatal.
3275
3276 2013-07-31 Pedro Alves <pedro@codesourcery.com>
3277 Yao Qi <yao@codesourcery.com>
3278
3279 * tracepoint.c (trace_dump_command): Select the current frame.
3280
3281 2013-07-30 Doug Evans <dje@google.com>
3282
3283 * dwarf2read.c (process_queue): Add type signature to debug output.
3284
3285 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
3286
3287 * value.c (value_fetch_lazy): Mark optimized out values as such
3288 rather than raising an error.
3289
3290 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
3291
3292 * value.c (value_fetch_lazy): Ensure parent value is not lazy
3293 before checking which bits of the parent, not the child, value are
3294 valid.
3295
3296 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
3297
3298 PR gdb/15715
3299 * top.c: Include "filenames.h".
3300 (set_history_filename): New function.
3301 (init_main): Install it as set hook of the "set history filename"
3302 command.
3303
3304 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3305
3306 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3307 attribute parameter.
3308 (dwarf2_const_value_data): Constify struct attribute parameter.
3309 (dwarf2_const_value): Constify struct attribute parameter.
3310 (dwarf2_const_value_attr): Constify struct attribute parameter.
3311 (lookup_die_type): Constify struct attribute parameter.
3312 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3313 (follow_die_ref_or_sig): Constify struct attribute parameter.
3314 (follow_die_ref): Constify struct attribute parameter.
3315 (follow_die_sig): Constify struct attribute parameter.
3316 (get_DW_AT_signature_type): Constify struct attribute parameter.
3317 (get_type_unit_group): Constify struct attribute parameter.
3318 (fill_in_loclist_baton): Constify struct attribute parameter.
3319 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3320 (type_unit_group): Constify struct attribute parameter.
3321
3322 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3323
3324 * dwarf2read.c (attr_form_is_block): Make argument const.
3325 (attr_form_is_section_offset): Make argument const.
3326 (attr_form_is_constant): Make argument const.
3327 (attr_form_is_ref): Make argument const.
3328
3329 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3330
3331 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3332 All uses updated.
3333 (attr_form_is_ref): Moved below attr_form_is_constant.
3334
3335 2013-07-29 Doug Evans <dje@google.com>
3336
3337 * main.c (captured_command_loop): Tweak comment.
3338
3339 * target.c (target_async_permitted_1): Fix comment.
3340
3341 * symtab.c (iterate_over_some_symtabs): Add comment.
3342
3343 * symtab.c (iterate_over_some_symtabs): Fix indentation.
3344
3345 2013-07-27 Yao Qi <yao@codesourcery.com>
3346
3347 * NEWS: Mention that GDBserver now supports hardware
3348 watchpoints on the MIPS GNU/Linux target.
3349
3350 2013-07-27 Yao Qi <yao@codesourcery.com>
3351
3352 * Makefile.in (HFILES_NO_SRCDIR): Add
3353 common/mips-linux-watch.h.
3354 (mips-linux-watch.o): New rule.
3355 * common/mips-linux-watch.c: New.
3356 * common/mips-linux-watch.h: New.
3357 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3358 * mips-linux-nat.c: Include mips-linux-watch.h.
3359 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3360 to common/mips-linux-watch.h.
3361 (MAX_DEBUG_REGISTER): Likewise.
3362 (enum pt_watch_style): Likewise.
3363 (struct mips32_watch_regs): Likewise.
3364 (struct mips64_watch_regs): Likewise.
3365 (struct pt_watch_regs): Likewise.
3366 (struct mips_watchpoint): Likewise.
3367 (mips_linux_watch_get_irw_mask): Move to
3368 common/mips-linux-watch.c.
3369 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3370 (mips_linux_watch_get_watchlo): Likewise.
3371 (mips_linux_watch_set_watchlo): Likewise.
3372 (mips_linux_watch_get_watchhi): Likewise.
3373 (mips_linux_watch_set_watchhi): Likewise.
3374 (mips_linux_read_watch_registers): Likewise.
3375 (mips_linux_watch_type_to_irw): Likewise.
3376 (mips_linux_stopped_data_address, fill_mask): Likewise.
3377 (mips_linux_watch_try_one_watch): Likewise.
3378 (mips_linux_watch_populate_regs): Likewise.
3379
3380 2013-07-27 Yao Qi <yao@codesourcery.com>
3381
3382 * mips-linux-nat.c (get_irw_mask): Rename to ...
3383 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
3384 'set' to 'n'. Update function comment. All callers changed.
3385 (get_reg_mask): Rename parameter 'set' to 'n'. Update
3386 function comment. All callers changed.
3387 (get_num_valid): Rename to ...
3388 (mips_linux_watch_get_num_valid): ... this. Rename parameter
3389 'set' to 'n'. Update function comment. All callers changed.
3390 (get_watchlo): Rename to ...
3391 (mips_linux_watch_get_watchlo): ... this. Rename parameter
3392 'set' to 'n'. Update function comment. All callers changed.
3393 (set_watchlo): Rename to ...
3394 (mips_linux_watch_set_watchlo): ... this. Rename parameter
3395 'set' to 'n'. Update function comment. All callers changed.
3396 (get_watchhi): Rename to ...
3397 (mips_linux_watch_get_watchhi): ... this. Update function
3398 comment. All callers changed.
3399 (set_watchhi): Rename to ...
3400 (mips_linux_watch_set_watchhi): ... this. Update function
3401 comment. All callers changed.
3402 (mips_linux_read_watch_registers): Update function comment.
3403 Add new parameters 'lwpid', 'watch_readback', and
3404 'watch_readback_valid'. Update.
3405 (type_to_irw): Rename to ...
3406 (mips_linux_watch_type_to_irw): ... this. Update function
3407 comment. All callers changed.
3408 (fill_mask): Update function comment.
3409 (try_one_watch): Rename to ...
3410 (mips_linux_watch_try_one_watch): ... this. Change the type
3411 of parameter 'irw' from 'unsigned' to 'uint32_t'.
3412 (populate_regs_from_watches): Rename to ...
3413 (mips_linux_watch_populate_regs): ... this. Add parameter
3414 'current_watches'. All callers changed.
3415
3416 2013-07-27 Yao Qi <yao@codesourcery.com>
3417
3418 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3419 the code.
3420 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3421 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3422 (struct pt_watch_regs): Likewise.
3423 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3424 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3425 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3426 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3427 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3428
3429 2013-07-27 Yao Qi <yao@codesourcery.com>
3430
3431 * breakpoint.h: Include break-common.h.
3432 (enum target_hw_bp_type): Move to ...
3433 * common/break-common.h: ... here. New.
3434
3435 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
3436
3437 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3438 process group regardless of having tty on stdin.
3439
3440 2013-07-25 Doug Evans <dje@google.com>
3441
3442 * linux-fork.h (detach_fork): Delete.
3443
3444 2013-07-25 Tom Tromey <tromey@redhat.com>
3445
3446 PR remote/15256, PR remote/15266:
3447 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3448 * monitor.c (monitor_detach): Use unpush_target.
3449 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3450 * remote-mips.c (mips_detach): Use unpush_target. Don't
3451 call mips_close.
3452 * remote-sim.c (gdbsim_detach): Use unpush_target.
3453 * target.c (pop_target): Remove.
3454 (pop_all_targets_above): Don't call target_close.
3455 (target_close): Assert that the target is unpushed.
3456 * target.h (pop_target): Don't declare.
3457 * tracepoint.c (tfile_open): Use unpush_target.
3458
3459 2013-07-25 Tom Tromey <tromey@redhat.com>
3460
3461 * linux-thread-db.c (init_thread_db_ops): Call
3462 complete_target_initialization.
3463 (_initialize_thread_db): Don't call add_target.
3464 * target.c (complete_target_initialization): New function.
3465 (add_target_with_completer): Call it.
3466 * target.h (complete_target_initialization): Declare.
3467
3468 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3469
3470 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3471 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3472 (HPPANBSD_SIZEOF_GREGS): New define.
3473 (hppaobsd_supply_gregset): Handle additional registers.
3474 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3475 we provide more registers now.
3476 (hppabsd_supply_gregset): Supply additional registers.
3477 (hppabsd_collect_gregset): Collect additional registers.
3478
3479 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3480
3481 * hppabsd-tdep.c: Include "dwarf2-frame.h".
3482 (hppabsd_dwarf2_frame_init_reg): New function.
3483 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3484
3485 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3486
3487 * mi/mi-main.c (output_register): Make MI 'r' format use standard
3488 'z' format code. Remove error for optimized out values, standard
3489 code will handle these fine.
3490
3491 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3492
3493 * NEWS: Mention new 'z' formatter.
3494 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3495 (_initialize_printcmd): Mention 'z' formatter in help text of the
3496 'x' command.
3497
3498 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
3499
3500 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3501 formatting.
3502
3503 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3504
3505 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3506 interface can evaluate arguments. Fallback to the old mode if it
3507 cannot.
3508 (create_exception_master_breakpoint): Likewise.
3509 * elfread.c (elf_can_evaluate_probe_arguments): New function.
3510 (struct sym_probe_fns elf_probe_fns): Export function above to the
3511 probe interface.
3512 * probe.c (can_evaluate_probe_arguments): New function.
3513 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3514 function pointer.
3515 (can_evaluate_probe_arguments): New function prototype.
3516 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3517 probe interface can evaluate arguments. Fallback to the old mode
3518 if it cannot.
3519 * stap-probe.c (stap_get_probe_argument_count): Check if probe
3520 interface can evaluate arguments. Warning the user if it cannot.
3521 (stap_can_evaluate_probe_arguments): New function.
3522 (struct probe_ops stap_probe_ops): Export function above to the
3523 probe interface.
3524 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3525 New function pointer.
3526
3527 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
3528
3529 * Makefile.in (SFILES): Add common/target-common.c.
3530 Add common/target-common.h to headers.
3531 (COMMON_OBS): Add target-common.o.
3532 (target-common.o): New target.
3533 * linux-nat.h (resume_kind): Move to common/target-common.h.
3534 * target.c (target_waitstatus_to_string): Move to
3535 common/target-common.c.
3536 * target.h: Include target-common.h.
3537 (target_waitkind): Move to common/target-common.h.
3538 (target_waitstatus): Likewise.
3539 (TARGET_WNOHANG): Likewise.
3540 * common/target-common.c: New file.
3541 * common/target-common.h: New file.
3542
3543 2013-07-24 Doug Evans <dje@google.com>
3544
3545 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3546 a warning.
3547
3548 2013-07-23 Yao Qi <yao@codesourcery.com>
3549
3550 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3551 parameter 'gdbarch'.
3552 (i386_stack_tramp_frame_sniffer): Caller update.
3553 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3554 parameter 'gdbarch' and 'target'.
3555 (i386_linux_core_read_description): Caller update.
3556 * amd64-linux-tdep.c (amd64_linux_core_read_description):
3557 Likewise.
3558 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3559 declaration.
3560
3561 2013-07-23 Tom Tromey <tromey@redhat.com>
3562
3563 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3564 2013-07-22.
3565
3566 2013-07-22 Doug Evans <dje@google.com>
3567
3568 * exec.h (remove_target_sections): Delete arg abfd.
3569 * exec.c (exec_close): Update call to remove_target_sections.
3570 (remove_target_sections): Delete arg abfd.
3571 * solib.c (update_solib_list): Ditto.
3572 (reload_shared_libraries_1): Ditto.
3573 (clear_solib): Ditto, and unconditionally call remove_target_sections.
3574 * target.h (struct target_section): Rename key to owner.
3575 All uses updated.
3576
3577 2013-07-22 Tom Tromey <tromey@redhat.com>
3578
3579 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3580
3581 2013-07-22 Tom Tromey <tromey@redhat.com>
3582
3583 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3584 Simplify cleanup handling.
3585
3586 2013-07-22 Tom Tromey <tromey@redhat.com>
3587
3588 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3589 on all return paths.
3590
3591 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3592
3593 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3594 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3595 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3596
3597 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
3598
3599 * top.c (print_gdb_version): Add help, apropos description and
3600 url to online documentation.
3601
3602 2013-07-19 Hui Zhu <hui@codesourcery.com>
3603
3604 PR gdb/15692
3605 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3606
3607 2013-07-19 Yao Qi <yao@codesourcery.com>
3608
3609 * target.c (update_current_target): Change the default action
3610 of 'to_traceframe_info' from tcomplain to return_zero.
3611 * target.h (struct target_ops) <to_traceframe_info>: Add more
3612 comments.
3613 * valops.c (read_value_memory): Call
3614 traceframe_available_memory unconditionally.
3615
3616 2013-07-18 Yao Qi <yao@codesourcery.com>
3617
3618 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3619 if the name is prefixed by "__imp_" or "_imp_", look for minimal
3620 symbol without prefix. If found, set its type to
3621 'mst_solib_trampoline'.
3622
3623 2013-07-17 Doug Evans <dje@google.com>
3624
3625 * NEWS: Mention "set print raw frame-arguments".
3626 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3627 * stack.c (print_raw_frame_arguments): New static global.
3628 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3629 (_initialize_stack): New command "set/show print raw frame-arguments".
3630 * valprint.c (setprintrawlist, showprintrawlist): New globals.
3631 (set_print_raw, show_print_raw): New functions.
3632 (_initialize_valprint): New prefix command "set/show print raw".
3633 * valprint.h (value_print_options): Improve comments.
3634
3635 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3636 of all *list variables.
3637
3638 * gdbcmd.h (togglelist): Delete.
3639 * cli/cli-cmds.c (togglelist): Delete.
3640 (init_cmd_lists): Update.
3641 * cli/cli-cmds.h (togglelist): Delete.
3642
3643 2013-07-17 Tom Tromey <tromey@redhat.com>
3644
3645 * dwarf2read.c (dwarf2_per_objfile_free): Clear
3646 dwarf2_per_objfile.
3647
3648 2013-07-16 Doug Evans <dje@google.com>
3649
3650 * nto-tdep.c (nto_relocate_section_addresses): Update,
3651 target_section.bfd deleted.
3652 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3653 * s390-tdep.c (s390_load): Ditto.
3654 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3655
3656 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
3657
3658 * common/format.c (parse_format_string): Add checks for NULL
3659 character before calling strchr.
3660
3661 2013-07-16 Doug Evans <dje@google.com>
3662
3663 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3664 temp_pathname argument.
3665 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3666 when opening the file fails.
3667
3668 * target.h (struct target_section): Delete member bfd.
3669 All users updated to use the_bfd_section->owner instead.
3670 * exec.c (add_to_section_table): Assert bfd is expected value.
3671 Remove initialization of target_section.bfd.
3672 (remove_target_sections): Update.
3673 (section_table_available_memory): Update.
3674 (section_table_xfer_memory_partial): Update.
3675 (print_section_info): Update.
3676 (exec_set_section_address): Update.
3677 * record-full.c (record_full_core_xfer_partial): Update.
3678 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3679 * solib-target.c (solib_target_relocate_section_addresses): Update.
3680 * symfile.c (build_section_addr_info_from_section_table): Update.
3681 * target.c (memory_xfer_live_readonly_partial): Update.
3682 (memory_xfer_partial_1): Update.
3683
3684 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3685
3686 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3687 now available for embedded (BookE) and server (BookS) processors,
3688 correct mentions of 'booke' and adjust comments accordingly in order to
3689 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3690 (have_ptrace_booke_interface): Rename function and variable
3691 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3692 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3693 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3694 'hwdebug_point_cmp'. Update all uses.
3695 (booke_find_thread_points_by_tid): Rename function
3696 'booke_find_thread_points_by_tid' to
3697 'hwdebug_find_thread_points_by_tid'. Update all uses.
3698 (booke_insert_point): Rename function 'booke_insert_point' to
3699 'hwdebug_insert_point'. Update all uses.
3700 (booke_remove_point): Rename function 'booke_remove_point' to
3701 'hwdebug_remove_point'. Update all uses.
3702
3703 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
3704
3705 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3706 numbers with enum values.
3707
3708 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
3709
3710 PR threads/13217
3711 * thread.c (thread_apply_all_command): Check for valid threads
3712 and thread count.
3713 (thread_array_cleanup): New struct.
3714 (set_thread_refcount): New function.
3715
3716 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
3717
3718 * infcmd.c (default_print_one_register_info): Reuse function
3719 print_hex_chars.
3720
3721 2013-07-10 Tom Tromey <tromey@redhat.com>
3722
3723 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3724 (ada-exp.o): New target.
3725
3726 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
3727
3728 * mt-tdep.c (mt_registers_info): Call
3729 get_no_prettyformat_print_options instead of
3730 get_raw_print_options (regression by last patch from Doug
3731 Evans).
3732
3733 2013-07-09 Pedro Alves <palves@redhat.com>
3734
3735 Checked in by Joel Brobecker <brobecker@adacore.com>.
3736 * ada-lang.c (coerce_unspec_val_to_type): Use
3737 value_optimized_out_const.
3738 * value.c (value_optimized_out_const): New function.
3739 * value.h (value_optimized_out_const): New declaration.
3740
3741 2013-07-09 Doug Evans <dje@google.com>
3742
3743 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3744 Enum values rename as well. All uses updated.
3745 * valprint.h (value_print_options): Rename member pretty to
3746 pretty format. Rename member prettyprint_arrays to
3747 prettyformat_arrays. Rename member prettyprint_structs to
3748 prettyformat_structs. All uses updated.
3749 (get_no_prettyformat_print_options): Renamed from
3750 get_raw_print_options.
3751 * valprint.c (get_no_prettyformat_print_options): Renamed from
3752 get_raw_print_options. All callers updated.
3753 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3754 All callers updated.
3755 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3756 All callers updated.
3757 (_initialize_valprint): Improve help text for "set print pretty" and
3758 "set print arrays".
3759
3760 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
3761
3762 * value.c (value_bits_valid): Revert previous change, and change
3763 by Pedro on 2013-07-04, due to regressions in
3764 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3765
3766 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
3767 Pedro Alves <palves@redhat.com>
3768
3769 * value.c (value_bits_valid): If the value is not lval_computed
3770 or has no check validity handler then the answer is the
3771 optimized_out flag, otherwise defer to the handler.
3772
3773 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3774
3775 * top.c (print_gdb_configuration): Explain in output of
3776 --configuration what does "relocatable" mean.
3777
3778 * main.c (print_gdb_help): Regroup options in the --help text.
3779 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3780 the relevant discussions.
3781
3782 2013-07-06 Yao Qi <yao@codesourcery.com>
3783
3784 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3785 Remove parameter 'lsal'.
3786 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3787 to inner block. Caller update.
3788 (base_breakpoint_create_breakpoints_sal): Update.
3789 (bkpt_create_breakpoints_sal): Likewise.
3790 (tracepoint_create_breakpoints_sal): Likewise.
3791 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3792 element 0 of vector 'canonical->sals'.
3793
3794 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
3795
3796 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3797 register number instead of the pseudo register one.
3798 (rs6000_dwarf2_reg_to_regnum): Likewise.
3799
3800 2013-07-04 Pedro Alves <palves@redhat.com>
3801
3802 * findvar.c (value_of_register): Use allocate_optimized_out_value
3803 if the register has been optimized out, instead of
3804 set_value_optimized_out.
3805 * frame-unwind.c (frame_unwind_got_optimized): Use
3806 allocate_optimized_out_value.
3807
3808 2013-07-04 Pedro Alves <palves@redhat.com>
3809
3810 * value.c (value_bits_valid): If the value is not lval_computed,
3811 or doesn't have a check_validity hook, assume the value is entirely
3812 valid.
3813
3814 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3815
3816 * stack.c (read_frame_arg): No longer fetch lazy values.
3817 * value.c (value_optimized_out): If the value is not already
3818 marked optimized out, and is lazy then fetch it.
3819 (value_primitive_field): Move optimized out check to later in the
3820 function, after we have loaded any lazy values.
3821 (value_fetch_lazy): Use optimized out flag directly rather than
3822 calling optimized_out method.
3823
3824 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3825
3826 * valops.c: Don't include "user-regs.h".
3827 (value_fetch_lazy): Moved to value.c.
3828 * value.c: Include "user-regs.h".
3829 (value_fetch_lazy): Moved from valops.c.
3830
3831 2013-07-04 Yao Qi <yao@codesourcery.com>
3832
3833 Revert:
3834 2013-06-27 Yao Qi <yao@codesourcery.com>
3835
3836 * common/create-version.sh: Update comments. Handle the case
3837 that TARGET_ALIAS is empty.
3838
3839 2013-07-03 Pedro Alves <palves@redhat.com>
3840
3841 * Makefile.in (config.status): Depend on development.sh.
3842 (aclocal_m4_deps): Add libmcheck.m4.
3843 * acinclude.m4: Include libmcheck.m4.
3844 * configure.ac: Source development.sh instead of setting
3845 'development' here. --enable-libmcheck/--disable-libmcheck code
3846 factored out to GDB_AC_LIBMCHECK. Run it.
3847 * development.sh: New file.
3848 * libmcheck.m4: New file.
3849 * configure: Regenerate.
3850
3851 2013-07-02 Tom Tromey <tromey@redhat.com>
3852
3853 * contrib/ari/update-web-ari.sh: Update for version.in change.
3854
3855 2013-07-02 Tom Tromey <tromey@redhat.com>
3856
3857 * common/ptid.h: Comment fixes.
3858
3859 2013-07-01 Tom Tromey <tromey@redhat.com>
3860
3861 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3862 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
3863 (dwarf2_read_index, create_all_comp_units): Update.
3864
3865 2013-07-01 Tom Tromey <tromey@redhat.com>
3866
3867 * configure.ac (build_warnings): Add -Wold-style-definition.
3868 * configure: Rebuild.
3869 * machoread.c (_initialize_machoread): Use "(void)".
3870 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3871 use "(void)".
3872
3873 2013-07-01 Tom Tromey <tromey@redhat.com>
3874
3875 * configure.ac (build_warnings): Add -Wold-style-declaration.
3876 * configure: Rebuild.
3877 * dsrec.c (make_srec): Use "static const", not "const static".
3878 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3879 not "const static".
3880 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3881 Use "static const", not "const static".
3882 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3883 not "const static".
3884 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3885 not "const static".
3886 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3887 not "const static".
3888 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3889 not "const static".
3890 (v850_dbtrap_breakpoint_from_pc): Likewise.
3891 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3892 not "const static".
3893
3894 2013-07-01 Tom Tromey <tromey@redhat.com>
3895
3896 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3897 * configure: Rebuild.
3898
3899 2013-07-01 Pedro Alves <palves@redhat.com>
3900
3901 * defs.h: Include "pathmax.h".
3902 * utils.c: Don't include sys/param.h.
3903 (gdb_realpath): Remove code that checks for MAXPATHLEN.
3904 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3905 instead of MAXPATHLEN.
3906 * solib-sunos.c: Don't include sys/param.h.
3907 * xcoffread.c: Don't include sys/param.h.
3908 * bsd-kvm.c: Don't include sys/param.h.
3909 * darwin-nat.c: Don't include sys/param.h.
3910 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3911 * darwin-nat-info.c: Don't include sys/param.h.
3912 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3913 MAXPATHLEN.
3914 * i386obsd-nat.c: Don't include sys/param.h.
3915 * inf-child.c: Don't include sys/param.h.
3916 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3917 * linux-fork.c: Don't include sys/param.h.
3918 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3919 * linux-nat.c: Don't include sys/param.h.
3920 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3921 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3922 * m68klinux-nat.c: Don't include sys/param.h.
3923 * nbsd-nat.c: Don't include sys/param.h.
3924 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3925 * ppc-linux-nat.c: Don't include sys/param.h.
3926 * rs6000-nat.c: Don't include sys/param.h.
3927 * spu-linux-nat.c. Don't include sys/param.h.
3928 * windows-nat.c: Don't include sys/param.h.
3929 * xtensa-linux-nat.c: Don't include sys/param.h.
3930 * config/i386/nm-fbsd.h: Don't include sys/param.h.
3931
3932 2013-07-01 Pedro Alves <palves@redhat.com>
3933
3934 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3935 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3936 * gnulib/aclocal.m4: Regenerate.
3937 * gnulib/config.in: Regenerate.
3938 * gnulib/configure: Regenerate.
3939 * gnulib/import/pathmax.h: New file.
3940 * gnulib/import/Makefile.am: Regenerate.
3941 * gnulib/import/Makefile.in: Regenerate.
3942 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3943 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3944 * gnulib/import/m4/pathmax.m4: New file.
3945
3946 2013-07-01 Pedro Alves <palves@redhat.com>
3947
3948 * configure.ac (GDBINIT): Define, depending on host.
3949 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3950 * top.c (PATH_MAX): Delete fallback definition.
3951 (GDBINIT_FILENAME): Delete.
3952 (gdbinit): Reimplement as const char array set to the GDBINIT
3953 string constant.
3954 * top.h (gdbinit): Make const.
3955 * configure, config.in: Regenerate.
3956
3957 2013-07-01 Pedro Alves <palves@redhat.com>
3958
3959 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3960 * cli/cli-cmds.h (source_script): Likewise.
3961 * exceptions.c (catch_command_errors_const): New function.
3962 * exceptions.h (catch_command_errors_const): Declare.
3963 * main.c (get_init_files): Make parameters const, and adjust.
3964 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3965 'local_gdbinit' locals const. Adjust to use
3966 catch_command_errors_const.
3967 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3968 'local_gdbinit' locals const.
3969
3970 2013-07-01 Pedro Alves <palves@redhat.com>
3971
3972 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3973 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3974 * tracepoint.c: Don't check HAVE_UNISTD_H before including
3975 <unistd.h>.
3976
3977 2013-07-01 Pedro Alves <palves@redhat.com>
3978
3979 Import the "unistd" gnulib module.
3980 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3981 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3982 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3983 import/m4/unistd_h.m4.
3984 * gnulib/aclocal.m4: Renenerate.
3985 * gnulib/config.in: Renenerate.
3986 * gnulib/configure: Renenerate.
3987 * gnulib/import/Makefile.am: Renenerate.
3988 * gnulib/import/Makefile.in: Renenerate.
3989 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3990 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3991 * gnulib/import/m4/off_t.m4: New file.
3992 * gnulib/import/m4/ssize_t.m4: New file.
3993 * gnulib/import/m4/sys_types_h.m4: New file.
3994 * gnulib/import/m4/unistd_h.m4: New file.
3995 * gnulib/import/sys_types.in.h: New file.
3996 * gnulib/import/unistd.c: New file.
3997 * gnulib/import/unistd.in.h: New file.
3998
3999 2013-07-01 Pedro Alves <palves@redhat.com>
4000
4001 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
4002 defined instead of checking HAVE_UNISTD_H.
4003
4004 2013-07-01 Pedro Alves <palves@redhat.com>
4005
4006 Reimport gnulib from scratch.
4007 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
4008 import/m4/onceonly.m4.
4009 * gnulib/aclocal.m4: Renegerate.
4010 * gnulib/config.in: Renegerate.
4011 * gnulib/configure: Renegerate.
4012 * gnulib/import/Makefile.in: Renegerate.
4013 * gnulib/import/extra/update-copyright: Renegerate.
4014 * gnulib/import/m4/onceonly.m4: Delete.
4015
4016 2013-07-01 Pedro Alves <palves@redhat.com>
4017
4018 * tui/tui-regs.c (pagination_enabled): Delete declaration.
4019
4020 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4021
4022 Code cleanup.
4023 * remote.c (async_remote_interrupt_twice): Make it static.
4024 * remote.h (async_remote_interrupt_twice): Remove the declaration.
4025
4026 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
4027
4028 * ia64-linux-tdep.c: Include <ctype.h>.
4029 (ia64_linux_stap_is_single_operand): New function.
4030 (ia64_linux_init_abi): Initialize SystemTap related attributes.
4031
4032 2013-06-28 Tom Tromey <tromey@redhat.com>
4033
4034 * Makefile.in (version.c): Use version.in, not
4035 common/version.in.
4036 * common/create-version.sh: Likewise.
4037 * common/version.in: Move...
4038 * version.in: ...here.
4039
4040 2013-06-28 Pedro Alves <palves@redhat.com>
4041
4042 * infrun.c (set_observer_mode): Don't declare pagination_enabled
4043 here.
4044 * utils.h (pagination_enabled): Declare.
4045
4046 2013-06-28 Pedro Alves <palves@redhat.com>
4047
4048 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4049 Move higher up in file.
4050
4051 2013-06-28 Tom Tromey <tromey@redhat.com>
4052
4053 * tracepoint.c (deprecated_readline_begin_hook)
4054 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4055 declare.
4056
4057 2013-06-28 Pedro Alves <palves@redhat.com>
4058
4059 PR tui/14880
4060 * tui/tui-regs.c (tui_get_register): Fetch value contents before
4061 checking if they're available.
4062 * value.c (value_available_contents_eq): Change comment.
4063 * value.h (value_available_contents_eq): Expand comment.
4064
4065 2013-06-27 Tom Tromey <tromey@redhat.com>
4066
4067 * target.c (find_run_target): Remove.
4068 * target.h (find_run_target): Remove.
4069
4070 2013-06-27 Tom Tromey <tromey@redhat.com>
4071
4072 * corelow.c (core_gdbarch): Now static.
4073
4074 2013-06-27 Tom Tromey <tromey@redhat.com>
4075
4076 * target.c (target_struct_index): Remove.
4077
4078 2013-06-27 Pedro Alves <palves@redhat.com>
4079
4080 * infrun.c: Remove comment describing the 'stepping over runtime
4081 loader dynamic symbol resolution code' mechanism; moved to
4082 gdbint.texinfo.
4083
4084 2013-06-27 Pedro Alves <palves@redhat.com>
4085
4086 * exceptions.c (catch_command_errors): Remove spurious space.
4087 * exceptions.h (catch_command_errors): Second parameter is "arg",
4088 not "command".
4089
4090 2013-06-27 Yao Qi <yao@codesourcery.com>
4091
4092 * common/create-version.sh: Update comments. Handle the case
4093 that TARGET_ALIAS is empty.
4094
4095 2013-06-26 Pedro Alves <palves@redhat.com>
4096
4097 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4098 comment.
4099
4100 2013-06-26 Pedro Alves <palves@redhat.com>
4101
4102 * infrun.c: Update comments on stepping over runtime loader
4103 dynamic symbol resolution code.
4104
4105 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
4106
4107 * ax-gdb.h (union exp_element): Forward declare.
4108 * parser-defs.h: Include expression.h.
4109
4110 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4111
4112 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4113
4114 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4115
4116 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4117
4118 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4119
4120 Fix trace-status to output proper start-time and stop-time.
4121 * tracepoint.c (trace_status_command): Fix type of printf arg to
4122 prevent improper type conversion.
4123 (trace_status_mi): Likewise.
4124
4125 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4126
4127 * mips-tdep.c (mips_next_pc): Fix a typo.
4128
4129 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4130
4131 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4132
4133 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4134 Yao Qi <yao@codesourcery.com>
4135
4136 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4137 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4138 * mi/mi-main.c (print_variable_or_computed): New function.
4139 (mi_cmd_trace_frame_collected): New function.
4140 * tracepoint.c (find_trace_state_variable_by_number): New.
4141 (struct traceframe_info): Move to tracepoint.h
4142 (struct collection_list): Likewise.
4143 (do_collect_symbol): Include locals and arguments in the
4144 collected variables list.
4145 (clear_collection_list): Clear wholly collected variables list
4146 and computed variables list.
4147 (append_exp): New function.
4148 (encode_actions_1): Include variables in the wholly
4149 collected variables list. Include memory ranges and
4150 full-fledged expressions in the computed expressions list.
4151 (encode_actions): Move some code to ...
4152 Return the cleanup chain.
4153 (encode_actions_rsp): ... here. New function.
4154 (get_traceframe_location, get_traceframe_info): Remove static.
4155 * tracepoint.h (struct memrange): Moved from tracepoint.c.
4156 (struct collection_list): Moved from tracepoint.c. Add two
4157 new fields 'wholly_collected' and 'computed'.
4158 (find_trace_state_variable_by_number): Declare.
4159 (encode_actions): Adjust declaration.
4160 (encode_actions_rsp): Declare.
4161 (get_traceframe_info, get_traceframe_location): Declare.
4162
4163 * NEWS: Mention new MI command -trace-frame-collected.
4164
4165 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4166 Yao Qi <yao@codesourcery.com>
4167
4168 * ctf.c (ctf_traceframe_info): Push trace state variables
4169 present in the trace data into the traceframe info object.
4170 * breakpoint.c (DEF_VEC_I): Remove.
4171 * common/filestuff.c (DEF_VEC_I): Likewise.
4172 * dwarf2loc.c (DEF_VEC_I): Likewise.
4173 * mi/mi-main.c (DEF_VEC_I): Likewise.
4174 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4175 * features/traceframe-info.dtd: Add tvar element and its
4176 attributes.
4177 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4178 (build_traceframe_info): Push trace state variables present in
4179 the trace data into the traceframe info object.
4180 (traceframe_info_start_tvar): New function.
4181 (tvar_attributes): New.
4182 (traceframe_info_children): Add "tvar" element.
4183 * tracepoint.h (struct traceframe_info) <tvars>: New field.
4184
4185 * NEWS: Mention the change in GDB and GDBserver.
4186
4187 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4188 Yao Qi <yao@codesourcery.com>
4189
4190 * tracepoint.c (trace_dump_command): Move code to ...
4191 (get_traceframe_location): ... here. New.
4192
4193 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4194 Yao Qi <yao@codesourcery.com>
4195
4196 * tracepoint.c (trace_dump_command): GDB emits an error
4197 instead of a warning when a traceframe is not selected.
4198
4199 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4200 Yao Qi <yao@codesourcery.com>
4201
4202 * tracepoint.c (tracepoint_list, stepping_list): Remove.
4203 (clear_collection_list): Free fields 'aexpre_list' and 'list'
4204 in collection_list.
4205 (do_clear_collection_list, init_collection_list): New.
4206 (encode_actions): Add local variables 'tracepoint_list' and
4207 'stepping_list'. Call init_collection_list and make cleanup
4208 which calls do_clear_collection_list. Don't call
4209 clear_collection_list.
4210 (_initialize_tracepoint): Delete references to
4211 'tracepoint_list' and 'stepping_list'.
4212
4213 2013-06-25 Tom Tromey <tromey@redhat.com>
4214
4215 * common/create-version.sh (date): Use "$", not "$$" in sed
4216 expression.
4217
4218 2013-06-25 Kevin Buettner <kevinb@redhat.com>
4219
4220 * NEWS (New targets): Add entry for TI MSP430.
4221
4222 2013-06-25 Yao Qi <yao@codesourcery.com>
4223
4224 * remote.c (remote_start_remote): Move code to upload tsv
4225 earlier.
4226
4227 2013-06-25 Yao Qi <yao@codesourcery.com>
4228 Hui Zhu <hui@codesourcery.com>
4229 Pedro Alves <palves@redhat.com>
4230
4231 PR breakpoints/15075
4232 PR breakpoints/15434
4233 * breakpoint.c (bpstat_stop_status): Call
4234 b->ops->after_condition_true.
4235 (update_dprintf_command_list): Don't append "continue" command
4236 to the command list of dprintf breakpoint.
4237 (base_breakpoint_after_condition_true): New function.
4238 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4239 (dprintf_after_condition_true): New function.
4240 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4241 * breakpoint.h (breakpoint_ops): Add after_condition_true.
4242
4243 2013-06-24 Kevin Buettner <kevinb@redhat.com>
4244
4245 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4246 (ALLDEPFILES): Add msp430-tdep.c.
4247 * configure.tgt (msp430*-*-elf): New target.
4248 * msp430-tdep.c: New file.
4249
4250 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
4251
4252 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4253 microMIPS synthetic symbols.
4254
4255 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
4256
4257 * objfiles.h (pc_in_section): New prototype.
4258 (in_plt_section): Remove name argument, replace prototype with
4259 static inline function.
4260 * mips-tdep.h: Include "objfiles.h".
4261 (in_mips_stubs_section): New function.
4262 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
4263 in_solib_call_trampoline member.
4264 (hppa_in_solib_call_trampoline): Remove name argument.
4265 * objfiles.c (pc_in_section): New function.
4266 (in_plt_section): Remove function.
4267 * mips-linux-tdep.c: Include "objfiles.h".
4268 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
4269 name argument. Return 1 rather than the low 16-bit halfword of
4270 any instruction examined.
4271 (mips_linux_in_dynsym_resolve_code): Update
4272 mips_linux_in_dynsym_stub call accordingly.
4273 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4274 rather than an equivalent hand-coded sequence.
4275 * hppa-hpux-tdep.c (in_opd_section): Remove function.
4276 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4277 (hppa64_hpux_in_solib_call_trampoline): Likewise.
4278 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4279 in_opd_section.
4280 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4281 on call to tdep->in_solib_call_trampoline.
4282 (hppa_in_solib_call_trampoline): Remove name argument, update
4283 according to in_plt_section change.
4284 (hppa_skip_trampoline_code): Update according to in_plt_section
4285 change.
4286 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4287 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4288 Likewise.
4289 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4290 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4291 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4292 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4293 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4294 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4295 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4296 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4297 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4298 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4299 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4300 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4301 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4302
4303 2013-06-24 Joel Brobecker <brobecker@adacore.com>
4304
4305 * common/create-version.sh: Fix expansion of $host_alias
4306 and $target_alias in generation of HOST_NAME and TARGET_NAME
4307 (resp.).
4308
4309 2013-06-24 Tom Tromey <tromey@redhat.com>
4310
4311 * common/create-version.sh: New file.
4312 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4313 create-version.sh.
4314 (HFILES_NO_SRCDIR): Use common/version.h.
4315 * version.in: Move to ...
4316 * common/version.in: ... here. Replace date with "DATE".
4317 * version.h: Move to ...
4318 * common/version.h: ... here.
4319
4320 2013-06-21 Joel Brobecker <brobecker@adacore.com>
4321
4322 * gdb/gnulib/Makefile.in: Update date in copyright header.
4323 * gdb/gnulib/configure.ac: Ditto.
4324 * gdb/gnulib/update-gnulib.sh: Ditto.
4325
4326 2013-06-21 Joel Brobecker <brobecker@adacore.com>
4327
4328 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4329 "gdb/gnulib/import".
4330
4331 2013-06-21 Will Newton <will.newton@linaro.org>
4332
4333 * doublest.c (ldfrexp): Remove function.
4334 (convert_doublest_to_floatformat): Call frexpl instead of
4335 ldfrexp.
4336
4337 2013-06-21 Will Newton <will.newton@linaro.org>
4338
4339 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4340 * gnulib/aclocal.m4: Regenerate.
4341 * gnulib/config.in: Regenerate.
4342 * gnulib/configure: Regenerate.
4343 * gnulib/import/Makefile.am: Update.
4344 * gnulib/import/Makefile.in: Update.
4345 * gnulib/import/m4/gnulib-cache.m4: Update.
4346 * gnulib/import/m4/gnulib-comp.m4: Update.
4347 * gnulib/import/float+.h: Import.
4348 * gnulib/import/float.c: Import.
4349 * gnulib/import/float.in.h: Import.
4350 * gnulib/import/fpucw.h: Import.
4351 * gnulib/import/frexp.c: Import.
4352 * gnulib/import/frexpl.c: Import.
4353 * gnulib/import/isnan.c: Import.
4354 * gnulib/import/isnand-nolibm.h: Import.
4355 * gnulib/import/isnand.c: Import.
4356 * gnulib/import/isnanl-nolibm.h: Import.
4357 * gnulib/import/isnanl.c: Import.
4358 * gnulib/import/itold.c: Import.
4359 * gnulib/import/m4/exponentd.m4: Import.
4360 * gnulib/import/m4/exponentl.m4: Import.
4361 * gnulib/import/m4/float_h.m4: Import.
4362 * gnulib/import/m4/fpieee.m4: Import.
4363 * gnulib/import/m4/frexp.m4: Import.
4364 * gnulib/import/m4/frexpl.m4: Import.
4365 * gnulib/import/m4/isnand.m4: Import.
4366 * gnulib/import/m4/isnanl.m4: Import.
4367 * gnulib/import/m4/math_h.m4: Import.
4368 * gnulib/import/math.c: Import.
4369 * gnulib/import/math.in.h: Import.
4370
4371 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4372
4373 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4374 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4375 signature_INTEL_edx comparisons.
4376
4377 2013-06-20 Doug Evans <dje@google.com>
4378
4379 symtab/15652
4380 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4381 All callers updated.
4382 (open_dwp_file): If we can't find the dwp file, search the basename
4383 in debug-file-directory.
4384
4385 * dwarf2read.c (struct dwp_file): Fix comment.
4386 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4387
4388 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4389 better.
4390
4391 2013-06-20 Yao Qi <yao@codesourcery.com>
4392
4393 * breakpoint.c (create_breakpoint): Fix code indentation.
4394
4395 2013-06-20 Yao Qi <yao@codesourcery.com>
4396
4397 * breakpoint.c (create_breakpoints_sal_default): Remove
4398 parameter 'lsal'. Update declaration.
4399 (bkpt_create_breakpoints_sal): Caller update.
4400 (tracepoint_create_breakpoints_sal): Likewise.
4401
4402 2013-06-20 Pedro Alves <pedro@codesourcery.com>
4403 Yao Qi <yao@codesourcery.com>
4404
4405 * NEWS: Mention the new option '--skip-unavailable' of command
4406 -data-list-register-values.
4407 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4408 --skip-unavailable option. Adjust to use output_register.
4409 (output_register): Add new 'skip_unavailable' parameter.
4410 Handle it.
4411
4412 2013-06-19 Mike Frysinger <vapier@gentoo.org>
4413
4414 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4415 common/i386-gcc-cpuid.h.
4416 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4417 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4418 Copy the latest version from upstream gcc.
4419 * common/linux-btrace.c: Include i386-cpuid.h.
4420 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4421 call to i386_cpuid.
4422 (cpu_supports_btrace): Likewise.
4423 * go32-nat.c: Include i386-cpuid.h.
4424 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4425
4426 2013-06-19 Doug Evans <dje@google.com>
4427
4428 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4429 (get_section_index): Ditto.
4430
4431 2013-06-19 Tom Tromey <tromey@redhat.com>
4432
4433 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4434 "dprintf" help.
4435
4436 2013-06-18 Doug Evans <dje@google.com>
4437
4438 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4439 before using it.
4440 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4441 Move test of cu_index closer to use. Print complaint if cu_index
4442 is bad.
4443
4444 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4445
4446 * machoread.c (oso_vector): Delete this global.
4447 (macho_register_oso): Add new parameter "oso_vector_ptr".
4448 Use it instead of the "oso_vector" global.
4449 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4450 (macho_symfile_read): Use a local oso_vector, to be free'ed
4451 at the end of this function, in place of the old "oso_vector"
4452 global. Update various function calls accordingly. Use one
4453 single cleanup chain for the entire function.
4454
4455 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4456
4457 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4458 DWARF2_PER_OBJFILE by uses of DATA instead.
4459
4460 2013-06-18 Tom Tromey <tromey@redhat.com>
4461
4462 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4463 argument.
4464 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4465 Special case signals other than GDB_SIGNAL_TRAP.
4466 (explains_signal_watchpoint): New function.
4467 (base_breakpoint_explains_signal): Add 'sig' argument.
4468 (initialize_breakpoint_ops): Set 'explains_signal' method for
4469 watchpoints.
4470 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4471 signal argument.
4472 (bpstat_explains_signal): Likewise.
4473 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4474
4475 2013-06-18 Tom Tromey <tromey@redhat.com>
4476
4477 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4478
4479 2013-06-18 Tom Tromey <tromey@redhat.com>
4480
4481 * python/python.c (finish_python_initialization): Decref
4482 'pythondir' on failure path as well.
4483
4484 2013-06-18 Tom Tromey <tromey@redhat.com>
4485
4486 PR symtab/15391:
4487 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4488 after taking bits_to_skip into account. Sign extend byte_offset.
4489 * utils.h (gdb_sign_extend): Declare.
4490 * utils.c (gdb_sign_extend): New function.
4491
4492 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4493
4494 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4495
4496 2013-06-17 Pierre Muller <muller@sourceware.org>
4497
4498 * corelow.c (core_open): Print GDB signal name instead of target
4499 signal number.
4500
4501 2013-06-17 Mike Frysinger <vapier@gentoo.org>
4502
4503 * .gitignore: Add /gcore.
4504
4505 2013-06-13 Doug Evans <dje@google.com>
4506
4507 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4508 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4509
4510 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
4511
4512 * stack.c (backtrace_command_1): Fix indentation.
4513
4514 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4515
4516 * window-nat.c (thread_rec): Add missing empty line after
4517 local variable declaration.
4518
4519 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4520
4521 * windows-nat.c (thread_rec): Revert format used to print
4522 error code returned by SuspendThread from %d back to %u.
4523
4524 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4525
4526 * windows-nat.c (windows_continue): Add "0x" prefix for thread
4527 ID in debug trace.
4528 (get_windows_debug_event): Likewise, for all debug traces.
4529
4530 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4531
4532 * window-nat.c (thread_rec): Add thread ID in SuspendThread
4533 warning message.
4534
4535 2013-06-08 Pedro Alves <pedro@codesourcery.com>
4536 Yao Qi <yao@codesourcery.com>
4537
4538 * mi/mi-main.c (get_register): Remove declaration.
4539 (output_register): Declare.
4540 (mi_cmd_data_list_register_values): Remove local variable
4541 'tuple_cleanup'. Move some code into output_register.
4542 (get_register): Renamed to ...
4543 (output_register): ... this. Output the register's
4544 "number" ui_out tuple here.
4545
4546 2013-06-07 Pedro Alves <palves@redhat.com>
4547
4548 * darwin-nat.c: Fix formating in copyright header.
4549 * darwin-nat.h: Likewise.
4550 * gnu-nat.c: Likewise.
4551 * machoread.c: Likewise.
4552
4553 2013-06-07 Pedro Alves <palves@redhat.com>
4554
4555 PR server/14823
4556 * regformats/regdat.sh: Output #include tdesc.h. Make globals
4557 static. Output a global target description pointer.
4558 (init_registers_${name}): Adjust to initialize a
4559 target description structure.
4560
4561 2013-06-07 Will Newton <will.newton@linaro.org>
4562
4563 * printcmd.c (build_address_symbolic): Call
4564 gdbarch_addr_bits_remove for text minimal symbols.
4565
4566 2013-06-07 Will Newton <will.newton@linaro.org>
4567
4568 * MAINTAINERS: Add myself to Write After Approval.
4569
4570 2013-06-07 Yao Qi <yao@codesourcery.com>
4571
4572 * tracepoint.c (start_tracing): Move code to ...
4573 (trace_reset_local_state): ... here. New.
4574 (disconnect_tracing): Don't call set_current_traceframe,
4575 set_tracepoint_num, and set_traceframe_context. Call
4576 trace_reset_local_state instead.
4577 (tfile_close): Call trace_reset_local_state.
4578 * ctf.c (ctf_close): Likewise.
4579 * remote.c (remote_close): Likewise.
4580 * tracepoint.h (trace_reset_local_state): Declare.
4581
4582 2013-06-06 Doug Evans <dje@google.com>
4583
4584 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4585 and fix header docs.
4586
4587 2013-06-05 Doug Evans <dje@google.com>
4588 Keith Seitz <keiths@redhat.com>
4589
4590 PR 15519
4591 * cp-namespace.c (find_symbol_in_baseclass): Call
4592 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4593 Check result of call to lookup_symbol_static.
4594 Call lookup_static_symbol_aux unconditionally.
4595 Call check_typedef on base types before accessing them.
4596 (cp_lookup_nested_symbol): Fix comment.
4597
4598 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
4599
4600 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4601 minimal symbols pointing to function descriptors.
4602
4603 2013-06-05 Tom Tromey <tromey@redhat.com>
4604
4605 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4606
4607 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4608 Pedro Alves <palves@redhat.com>
4609
4610 * remote.c (remote_wait_as): Restore signal handler before returning
4611 when GDB gets a notification.
4612
4613 2013-06-04 Gary Benson <gbenson@redhat.com>
4614
4615 PR 2328
4616 * breakpoint.h (handle_solib_event): Moved function declaration
4617 to solib.h.
4618 * breakpoint.c (handle_solib_event): Moved function to solib.c.
4619 (bpstat_stop_status): Pass new argument to handle_solib_event.
4620 * solib.h (update_solib_breakpoints): New function declaration.
4621 (handle_solib_event): Moved function declaration from
4622 breakpoint.h.
4623 * solib.c (update_solib_breakpoints): New function.
4624 (handle_solib_event): Moved function from breakpoint.c.
4625 Updated to call solib_ops->handle_event if not NULL.
4626 * solist.h (target_so_ops): New fields "update_breakpoints" and
4627 "handle_event".
4628 * infrun.c (set_stop_on_solib_events): New function.
4629 (_initialize_infrun): Use the above for "set
4630 stop-on-solib-events".
4631 (handle_inferior_event): Pass new argument to handle_solib_event.
4632 * solib-svr4.c (probe.h): New include.
4633 (svr4_free_library_list): New forward declaration.
4634 (probe_action): New enum.
4635 (probe_info): New struct.
4636 (probe_info): New static variable.
4637 (NUM_PROBES): New definition.
4638 (svr4_info): New fields "using_xfer", "probes_table" and
4639 "solib_list".
4640 (free_probes_table): New function.
4641 (free_solib_list): New function.
4642 (svr4_pspace_data_cleanup): Free probes table and solib list.
4643 (svr4_copy_library_list): New function.
4644 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4645 (svr4_read_so_list): New parameter "prev_lm".
4646 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4647 (svr4_current_sos): New function.
4648 (probe_and_action): New struct.
4649 (hash_probe_and_action): New function.
4650 (equal_probe_and_action): Likewise.
4651 (register_solib_event_probe): Likewise.
4652 (solib_event_probe_at): Likewise.
4653 (solib_event_probe_action): Likewise.
4654 (solist_update_full): Likewise.
4655 (solist_update_incremental): Likewise.
4656 (disable_probes_interface_cleanup): Likewise.
4657 (svr4_handle_solib_event): Likewise.
4658 (svr4_update_solib_event_breakpoint): Likewise.
4659 (svr4_update_solib_event_breakpoints): Likewise.
4660 (svr4_create_solib_event_breakpoints): Likewise.
4661 (enable_break): Free probes table before creating breakpoints.
4662 Use svr4_create_solib_event_breakpoints to create breakpoints.
4663 (svr4_solib_create_inferior_hook): Free the solib list.
4664 (_initialize_svr4_solib): Initialise
4665 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4666
4667 2013-06-04 Gary Benson <gbenson@redhat.com>
4668
4669 * target.h (target_ops): New field
4670 "to_augmented_libraries_svr4_read".
4671 (target_augmented_libraries_svr4_read): New macro.
4672 * target.c (update_current_target): Handle
4673 to_augmented_libraries_svr4_read.
4674 * remote.c (remote_state): New field
4675 "augmented_libraries_svr4_read".
4676 (remote_augmented_libraries_svr4_read_feature): New function.
4677 (remote_protocol_features): Add entry for
4678 "augmented-libraries-svr4-read".
4679 (remote_augmented_libraries_svr4_read): New function.
4680 (init_remote_ops): Initialize
4681 remote_ops.to_augmented_libraries_svr4_read.
4682
4683 2013-06-04 Gary Benson <gbenson@redhat.com>
4684
4685 * NEWS: Update.
4686
4687 2013-06-04 Gary Benson <gbenson@redhat.com>
4688
4689 * objfiles.h (inhibit_section_map_updates): New function
4690 declaration.
4691 (resume_section_map_updates): Likewise.
4692 (resume_section_map_updates_cleanup): Likewise.
4693 * objfiles.c (objfile_pspace_info): Removed field
4694 "objfiles_changed_p". New fields "new_objfiles_available",
4695 "section_map_dirty" and "inhibit_updates".
4696 (allocate_objfile): Set new_objfiles_available.
4697 (free_objfile): Set section_map_dirty.
4698 (objfile_relocate1): Likewise.
4699 (in_plt_section): Likewise.
4700 (find_pc_section): Update the conditions under which the
4701 section map will be updated.
4702 (inhibit_section_map_updates): New function.
4703 (resume_section_map_updates): Likewise.
4704 (resume_section_map_updates_cleanup): Likewise.
4705
4706 2013-06-04 Gary Benson <gbenson@redhat.com>
4707
4708 * probe.h (get_probe_argument_count): New declaration.
4709 (evaluate_probe_argument): Likewise.
4710 * probe.c (get_probe_argument_count): New function.
4711 (evaluate_probe_argument): Likewise.
4712 (probe_safe_evaluate_at_pc): Use the above new functions.
4713
4714 2013-06-04 Alan Modra <amodra@gmail.com>
4715
4716 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4717 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4718 (ppc_insns_match_pattern): Add frame param. Avoid multiple
4719 target mem reads on optional insns.
4720 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4721 ppc_insns_match_pattern calls.
4722 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4723 Add match for power7 thread safety insns, and new order of
4724 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
4725 invocation in comment, and update rest of comment.
4726 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4727 PPC64_STANDARD_LINKAGE3_LEN): Delete.
4728 (ppc64_standard_linkage2_target): Update insn offsets.
4729 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
4730 stubs first. Update calls.
4731
4732 2013-06-04 Yao Qi <yao@codesourcery.com>
4733
4734 * solib.c (solib_find): Don't need dir separator if path has
4735 drive spec.
4736
4737 2013-06-03 Joel Brobecker <brobecker@adacore.com>
4738
4739 Revert (indirectly causes a SIGSEGV):
4740 * machoread.c (macho_symfile_read): Assign first cleanup to
4741 'back_to'.
4742
4743 2013-06-03 Yao Qi <yao@codesourcery.com>
4744
4745 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4746 mi-parse.c. Make them static.
4747 (mi_all_values): Likewise.
4748 (mi_parse_values_option): Move to mi-parse.c. Rename it to
4749 mi_parse_print_values. Make it external.
4750 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4751 Remove the declarations.
4752 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4753 * mi/mi-parse.h (mi_parse_print_values): Declare.
4754 * mi/mi-cmd-stack.c: Include mi-parse.h.
4755 (parse_print_values): Remove
4756 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4757 of parse_print_values.
4758 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4759
4760 2013-05-31 Pedro Alves <pedro@codesourcery.com>
4761 Yao Qi <yao@codesourcery.com>
4762
4763 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4764 (encode_actions): Move code to ...
4765 (all_tracepoint_actions_and_cleanup): ... here. New.
4766 (trace_dump_command): Likewise.
4767
4768 2013-05-30 Tom Tromey <tromey@redhat.com>
4769
4770 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4771
4772 2013-05-30 Tom Tromey <tromey@redhat.com>
4773
4774 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4775 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
4776 'old_chain' argument. Add 'parser_result' argument.
4777 (gdb_xml_create_parser_and_cleanup): Remove old version.
4778 (gdb_xml_parse_quick): Update.
4779 (xml_process_xincludes): Update.
4780 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4781 declare.
4782
4783 2013-05-30 Tom Tromey <tromey@redhat.com>
4784
4785 * probe.c (collect_probes): Check arguments for NULL before
4786 calling compile_rx_or_error.
4787 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4788 Remove NULL return.
4789
4790 2013-05-30 Tom Tromey <tromey@redhat.com>
4791
4792 * infrun.c (adjust_pc_after_break): Introduce an outer null
4793 cleanup.
4794
4795 2013-05-30 Tom Tromey <tromey@redhat.com>
4796
4797 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4798
4799 2013-05-30 Tom Tromey <tromey@redhat.com>
4800
4801 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4802 for 'old_chain'. Do not check 'head' before processing
4803 cleanups.
4804
4805 2013-05-30 Tom Tromey <tromey@redhat.com>
4806
4807 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4808 "cleanup_tuple".
4809
4810 2013-05-30 Tom Tromey <tromey@redhat.com>
4811
4812 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4813 inner scope. Unconditionally call do_cleanups.
4814
4815 2013-05-30 Tom Tromey <tromey@redhat.com>
4816
4817 * source.c (find_and_open_source): Call do_cleanups.
4818
4819 2013-05-30 Tom Tromey <tromey@redhat.com>
4820
4821 * linux-thread-db.c (thread_db_load_search): Unconditionally
4822 call do_cleanups.
4823
4824 2013-05-30 Tom Tromey <tromey@redhat.com>
4825
4826 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4827 for 'cleanup'; instead use a later one.
4828
4829 2013-05-30 Tom Tromey <tromey@redhat.com>
4830
4831 * python/py-breakpoint.c (bppy_get_commands): Use
4832 explicit, unconditional return.
4833 * python/py-frame.c (frapy_read_var): Likewise.
4834 * python/python.c (gdbpy_decode_line): Likewise.
4835
4836 2013-05-30 Tom Tromey <tromey@redhat.com>
4837
4838 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4839 do_cleanups on all return paths.
4840
4841 2013-05-30 Tom Tromey <tromey@redhat.com>
4842
4843 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4844
4845 2013-05-30 Tom Tromey <tromey@redhat.com>
4846
4847 * stabsread.c (read_struct_type): Call do_cleanups along
4848 all return paths.
4849
4850 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4851
4852 * mips-linux-tdep.c: Adjust formatting throughout.
4853
4854 2013-05-30 Tom Tromey <tromey@redhat.com>
4855
4856 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4857 along all return paths.
4858
4859 2013-05-30 Tom Tromey <tromey@redhat.com>
4860
4861 * symfile.c (find_separate_debug_file): Call do_cleanups
4862 along all return paths.
4863
4864 2013-05-30 Tom Tromey <tromey@redhat.com>
4865
4866 * symtab.c (search_symbols): Introduce a null cleanup for
4867 'retval_chain'.
4868
4869 2013-05-30 Tom Tromey <tromey@redhat.com>
4870
4871 * python/py-value.c (valpy_binop): Call do_cleanups before
4872 exiting loop.
4873
4874 2013-05-30 Tom Tromey <tromey@redhat.com>
4875
4876 * python/py-prettyprint.c (print_children): Remove extra
4877 do_cleanups call.
4878
4879 2013-05-30 Tom Tromey <tromey@redhat.com>
4880
4881 * python/py-frame.c (frapy_read_var): Call do_cleanups along
4882 all return paths.
4883
4884 2013-05-30 Tom Tromey <tromey@redhat.com>
4885
4886 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4887 along all return paths.
4888
4889 2013-05-30 Tom Tromey <tromey@redhat.com>
4890
4891 * cli/cli-logging.c (set_logging_redirect): Unconditionally
4892 call do_cleanups.
4893
4894 2013-05-30 Tom Tromey <tromey@redhat.com>
4895
4896 * varobj.c (c_value_of_root): Call do_cleanups along all
4897 return paths.
4898
4899 2013-05-30 Tom Tromey <tromey@redhat.com>
4900
4901 * tracepoint.c (trace_dump_command): Unconditionally call
4902 do_cleanups.
4903
4904 2013-05-30 Tom Tromey <tromey@redhat.com>
4905
4906 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4907 do_cleanups earlier.
4908
4909 2013-05-30 Tom Tromey <tromey@redhat.com>
4910
4911 * machoread.c (macho_symfile_read): Assign first cleanup to
4912 'back_to'.
4913
4914 2013-05-30 Tom Tromey <tromey@redhat.com>
4915
4916 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4917
4918 2013-05-30 Tom Tromey <tromey@redhat.com>
4919
4920 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4921
4922 2013-05-30 Tom Tromey <tromey@redhat.com>
4923
4924 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4925 call discard_cleanups.
4926 (inf_ptrace_attach): Likewise.
4927
4928 2013-05-30 Tom Tromey <tromey@redhat.com>
4929
4930 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4931 return paths.
4932 (mips_initialize): Likewise.
4933 (common_open): Call do_cleanups.
4934
4935 2013-05-30 Tom Tromey <tromey@redhat.com>
4936
4937 * utils.c (internal_vproblem): Call do_cleanups.
4938
4939 2013-05-30 Tom Tromey <tromey@redhat.com>
4940
4941 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4942
4943 2013-05-30 Tom Tromey <tromey@redhat.com>
4944
4945 * cli/cli-script.c (setup_user_args): Don't return after error.
4946
4947 2013-05-30 Tom Tromey <tromey@redhat.com>
4948
4949 * somread.c (som_symtab_read): Call do_cleanups.
4950
4951 2013-05-30 Tom Tromey <tromey@redhat.com>
4952
4953 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4954
4955 2013-05-30 Tom Tromey <tromey@redhat.com>
4956
4957 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4958 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4959 * interps.c (interpreter_exec_cmd): Call do_cleanups.
4960 * source.c (show_substitute_path_command): Call do_cleanups.
4961 (unset_substitute_path_command, set_substitute_path_command):
4962 Likewise.
4963 * symfile.c (load_command): Call do_cleanups.
4964
4965 2013-05-30 Tom Tromey <tromey@redhat.com>
4966
4967 * contrib/cleanup_check.py: New file.
4968 * contrib/gcc-with-excheck: Add option parsing.
4969
4970 2013-05-30 Joel Brobecker <brobecker@adacore.com>
4971
4972 * windows-nat.c (windows_delete_thread): Add missing space
4973 in cast expression.
4974
4975 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
4976
4977 * inferior.c (top level): Include tilde.h.
4978 (add_inferior_command): Call tilde_expand on the value of 'exec'
4979 argument.
4980
4981 2013-05-30 Pedro Alves <pedro@codesourcery.com>
4982 Yao Qi <yao@codesourcery.com>
4983
4984 * tracepoint.c (encode_actions_1): Remove parameter 't'.
4985 Caller update.
4986 (encode_actions): Likewise.
4987 * remote.c (remote_download_tracepoint): Caller update.
4988 * tracepoint.h (encode_actions): Update declaration.
4989
4990 2013-05-30 Pedro Alves <palves@redhat.com>
4991
4992 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4993 pointer.
4994
4995 2013-05-30 Yao Qi <yao@codesourcery.com>
4996
4997 * remote.c (remote_check_symbols): Remove unused parameter
4998 'objfile'.
4999 Declaration update.
5000 (remote_start_remote, remote_new_objfile): Caller update.
5001
5002 2013-05-30 Yao Qi <yao@codesourcery.com>
5003
5004 * mi/mi-cmds.c (mi_cmds): Define MI command
5005 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
5006 DEF_MI_CMD_CLI.
5007
5008 2013-05-29 Pedro Alves <palves@redhat.com>
5009
5010 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
5011 (remote_insert_watchpoint, remote_remove_watchpoint)
5012 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
5013 (remote_verify_memory, compare_sections_command)
5014 (remote_search_memory): Set the general process/thread on the
5015 remote side.
5016
5017 2013-05-29 Pedro Alves <palves@redhat.com>
5018
5019 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
5020 (_initialize_aarch64_tdep): Don't call
5021 initialize_tdesc_aarch64_without_fpu.
5022 * features/Makefile (WHICH): Remove reference to
5023 aarch64-without-fpu.
5024 * features/aarch64-without-fpu.c: Delete file.
5025 * regformats/aarch64-without-fpu.dat: Delete file.
5026
5027 2013-05-28 Yao Qi <yao@codesourcery.com>
5028
5029 * tracepoint.c (stringify_collection_list): Remove parameter
5030 'string'.
5031 (encode_actions): Caller update. Remove local variables.
5032
5033 2013-05-24 Yao Qi <yao@codesourcery.com>
5034
5035 * tracepoint.c (TFILE_PID): Remove.
5036 (tfile_open): Don't add thread and inferior.
5037 (tfile_close): Don't set 'inferior_ptid'. Don't call
5038 exit_inferior_silent.
5039 (tfile_thread_alive): Remove.
5040 (init_tfile_ops): Don't set field 'to_thread_alive' of
5041 tfile_ops.
5042
5043 2013-05-23 Doug Evans <dje@google.com>
5044
5045 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5046
5047 2013-05-23 Pedro Alves <palves@redhat.com>
5048
5049 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5050 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5051 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5052 Only define if HAVE_SOCKETS is defined.
5053 * configure.ac: Check for sys/socket.h.
5054 * config.in, configure: Regenerate.
5055
5056 2013-05-23 Pedro Alves <palves@redhat.com>
5057
5058 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5059 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5060 printing uint32_t variables.
5061
5062 2013-05-23 Pedro Alves <palves@redhat.com>
5063
5064 * NEWS: Mention GDBserver range stepping support.
5065
5066 2013-05-23 Yao Qi <yao@codesourcery.com>
5067 Pedro Alves <palves@redhat.com>
5068
5069 * gdbthread.h (struct thread_control_state) <may_range_step>: New
5070 field.
5071 * infcmd.c (step_once, until_next_command): Enable range stepping.
5072 * infrun.c (displaced_step_prepare): Disable range stepping.
5073 (resume): Disable range stepping if stepping over a breakpoint or
5074 we have software watchpoints. If range stepping is enabled,
5075 assert the thread is in the stepping range.
5076 (clear_proceed_status_thread): Clear may_range_step.
5077 (handle_inferior_event): Disable range stepping as soon as we know
5078 the thread that hit the event. Re-enable it whenever we're going
5079 to step with a step range.
5080 * remote.c (struct vCont_action_support) <r>: New field.
5081 (use_range_stepping): New global.
5082 (remote_vcont_probe): Handle 'r' action.
5083 (append_resumption): Append an 'r' action if the thread may range
5084 step.
5085 (show_range_stepping): New function.
5086 (set_range_stepping): New function.
5087 (_initialize_remote): Call add_setshow_boolean_cmd to register the
5088 'set range-stepping' and 'show range-stepping' commands.
5089 * NEWS: Mention range stepping, the new vCont;r action, and the
5090 new "set/show range-stepping" commands.
5091
5092 2013-05-23 Yao Qi <yao@codesourcery.com>
5093 Pedro Alves <palves@redhat.com>
5094
5095 * remote.c (struct vCont_action_support): New struct.
5096 (struct remote_state) <support_vCont_t>: Remove field.
5097 <vCont_actions_support>: New field.
5098 (remote_vcont_probe, remote_stop_ns): Update.
5099
5100 2013-05-23 Yao Qi <yao@codesourcery.com>
5101 Pedro Alves <palves@redhat.com>
5102
5103 * gdbthread.h (pc_in_thread_step_range): New declaration.
5104 * thread.c (pc_in_thread_step_range): New function.
5105 * infrun.c (handle_inferior_event): Use it.
5106
5107 2013-05-23 Joel Brobecker <brobecker@adacore.com>
5108
5109 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5110 of sprintf.
5111
5112 2013-05-22 Keith Seitz <keiths@redhat.com>
5113
5114 * ada-lang.c (is_known_support_routine): Add explicit free of
5115 'func_name' from find_frame_funname.
5116 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5117 for func_name from find_frame_funname.
5118 * python/py-frame.c (frapy_name): Add explicit free of
5119 'name' from find_frame_funname.
5120 * stack.c (find_frame_funname): Add comment explaining that
5121 funcp must be freed by the caller.
5122 Return copy of symbol names instead of pointers.
5123 (print_frame): Add a cleanup for 'funname' from
5124 find_frame_funname.
5125 * stack.h (find_frame_funname): Remove "const" from
5126 'funname' parameter.
5127
5128 2013-05-22 Tom Tromey <tromey@redhat.com>
5129
5130 PR c++/15401:
5131 * c-valprint.c (c_value_print): Use value_addr for
5132 references. Convert back to reference type with value_ref.
5133
5134 2013-05-22 Eli Zaretskii <eliz@gnu.org>
5135
5136 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5137 unloaded DLL, it will be done by handle_solib_event. See
5138 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5139 details.
5140
5141 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
5142
5143 * ui-out.c: Create typedef ui_out_level_p and define vector
5144 operations for that type.
5145 (struct ui_out): Use a vector instead of an array.
5146 (current_level): Return level from a vector.
5147 (push_level): Create a level in a vector.
5148 (pop_level): Delete a level in a vector.
5149 (ui_out_new): Create initial level zero level, and store in a
5150 vector.
5151 (ui_out_destroy): Add vector cleanup.
5152
5153 2013-05-22 Pedro Alves <palves@redhat.com>
5154
5155 * python/python-internal.h (gdb_Py_DECREF): Tag with
5156 "ARI: editCase function".
5157
5158 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5159
5160 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5161
5162 2013-05-21 Pedro Alves <palves@redhat.com>
5163
5164 * python/py-prettyprint.c (apply_val_pretty_printer): Check
5165 whether PRINTER is NULL before installing a Py_DECREF cleanup.
5166 * python/py-utils.c (py_decref): Don't check for NULL before
5167 calling Py_DECREF.
5168
5169 2013-05-21 Pedro Alves <palves@redhat.com>
5170
5171 * python/py-utils.c (py_decref): Remove extra braces.
5172 (gdb_pymodule_addobject): Remove extra braces.
5173 * python-internal.h (gdb_Py_DECREF): New static inline function.
5174 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5175
5176 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5177
5178 * breakpoints.c (detach_breakpoints): Do not
5179 detach breakpoints locations with loc_type bp_loc_other.
5180
5181 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5182
5183 Workaround Python 2.6.
5184 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5185 a block.
5186
5187 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5188
5189 Code cleanup: constification.
5190 * solib.c (solib_ops): Make return type and ops variable type const.
5191 (set_solib_ops): Make the new_ops parameter and ops variable const.
5192 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5193 (solib_add, solib_keep_data_in_core, clear_solib)
5194 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5195 (reload_shared_libraries, solib_global_lookup): Make the ops variable
5196 const.
5197 * solib.h (set_solib_ops): Make the new_ops parameter const.
5198
5199 2013-05-21 Joel Brobecker <brobecker@adacore.com>
5200
5201 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5202 variable.
5203 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5204 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5205 (SYSTEM_GDBINIT_FILES): New variables.
5206 (all): Add stamp-system-gdbinit.
5207 (stamp-system-gdbinit): New rule.
5208 (clean-system-gdbinit, install-system-gdbinit)
5209 (uninstall-system-gdbinit): New rules. Make them .PHONY.
5210 (install-only): Add dependency on install-system-gdbinit.
5211 (uninstall): Add dependency on uninstall-system-gdbinit.
5212 (clean): Add dependency on clean-system-gdbinit.
5213 * system-gdbinit/elinos.py: New file.
5214 * system-gdbinit/wrs-linux.py: New file.
5215
5216 2013-05-21 Joel Brobecker <brobecker@adacore.com>
5217
5218 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5219
5220 2013-05-21 Hui Zhu <hui@codesourcery.com>
5221
5222 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5223 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5224 * mi/mi-cmd-break.c (ctype.h): New include.
5225 (gdb_obstack.h): New include.
5226 (mi_argv_to_format, mi_cmd_break_insert_1): New.
5227 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5228 (mi_cmd_dprintf_insert): New.
5229 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5230 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5231
5232 2013-05-20 Tom Tromey <tromey@redhat.com>
5233
5234 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5235
5236 2013-05-20 Tom Tromey <tromey@redhat.com>
5237
5238 * python/py-value.c (valpy_get_dynamic_type): Simplify
5239 dynamic_type assignment. Use Py_XINCREF.
5240
5241 2013-05-20 Tom Tromey <tromey@redhat.com>
5242
5243 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5244
5245 2013-05-20 Tom Tromey <tromey@redhat.com>
5246
5247 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5248 (gdbpy_selected_frame): Move object-construction code
5249 out of TRY_CATCH.
5250
5251 2013-05-20 Tom Tromey <tromey@redhat.com>
5252
5253 * python/py-arch.c (gdbpy_initialize_arch): Use
5254 gdb_pymodule_addobject.
5255 * python/py-block.c (gdbpy_initialize_blocks): Use
5256 gdb_pymodule_addobject.
5257 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5258 gdb_pymodule_addobject.
5259 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
5260 gdb_pymodule_addobject.
5261 * python/py-event.c (gdbpy_initialize_event_generic): Use
5262 gdb_pymodule_addobject.
5263 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
5264 gdb_pymodule_addobject.
5265 * python/py-evts.c (add_new_registry): Use
5266 gdb_pymodule_addobject.
5267 (gdbpy_initialize_py_events): Likewise.
5268 * python/py-finishbreakpoint.c
5269 (gdbpy_initialize_finishbreakpoints): Use
5270 gdb_pymodule_addobject.
5271 * python/py-frame.c (gdbpy_initialize_frames): Use
5272 gdb_pymodule_addobject.
5273 * python/py-function.c (gdbpy_initialize_functions): Use
5274 gdb_pymodule_addobject.
5275 * python/py-inferior.c (gdbpy_initialize_inferior): Use
5276 gdb_pymodule_addobject.
5277 * python/py-infthread.c (gdbpy_initialize_thread): Use
5278 gdb_pymodule_addobject.
5279 * python/py-objfile.c (gdbpy_initialize_objfile): Use
5280 gdb_pymodule_addobject.
5281 * python/py-param.c (gdbpy_initialize_parameters): Use
5282 gdb_pymodule_addobject.
5283 * python/py-progspace.c (gdbpy_initialize_pspace): Use
5284 gdb_pymodule_addobject.
5285 * python/py-symbol.c (gdbpy_initialize_symbols): Use
5286 gdb_pymodule_addobject.
5287 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5288 gdb_pymodule_addobject.
5289 * python/py-type.c (gdbpy_initialize_types): Use
5290 gdb_pymodule_addobject.
5291 * python/py-utils.c (gdb_pymodule_addobject): New function.
5292 * python/py-value.c (gdbpy_initialize_values): Use
5293 gdb_pymodule_addobject.
5294 * python/python-internal.h (gdb_pymodule_addobject): Declare.
5295 * python/python.c (_initialize_python): Use
5296 gdb_pymodule_addobject.
5297
5298 2013-05-20 Tom Tromey <tromey@redhat.com>
5299
5300 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5301 * python/py-param.c (get_set_value, get_show_value): Use
5302 explicit decrefs.
5303 * python/python.c (start_type_printers, apply_type_printers):
5304 Use explicit decrefs.
5305
5306 2013-05-20 Tom Tromey <tromey@redhat.com>
5307
5308 * python/py-evts.c (gdbpy_initialize_py_events): Don't
5309 incref the module.
5310
5311 2013-05-20 Tom Tromey <tromey@redhat.com>
5312
5313 * python/python.c (gdbpy_run_events): Decref the result
5314 of PyObject_CallObject.
5315
5316 2013-05-20 Tom Tromey <tromey@redhat.com>
5317
5318 * python/py-symtab.c (set_sal): Use
5319 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
5320 (symtab_and_line_to_sal_object): Update.
5321
5322 2013-05-20 Tom Tromey <tromey@redhat.com>
5323
5324 * python/py-param.c (compute_enum_values): Decref 'item'.
5325
5326 2013-05-20 Tom Tromey <tromey@redhat.com>
5327
5328 * mi/mi-main.c: Include python-internal.h.
5329 (mi_cmd_list_features): Check gdb_python_initialized.
5330 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5331 (python_inferior_exit, python_new_objfile, add_thread_object)
5332 (delete_thread_object, py_free_inferior): Check
5333 gdb_python_initialized.
5334 * python/py-prettyprint.c (apply_val_pretty_printer): Check
5335 gdb_python_initialized.
5336 * python/py-type.c (save_objfile_types): Check
5337 gdb_python_initialized.
5338 * python/python-internal.h (gdb_python_initialized): Declare.
5339 * python/python.c (ensure_python_env): Throw exception if
5340 Python not initialized.
5341 (before_prompt_hook, source_python_script_for_objfile)
5342 (start_type_printers, apply_type_printers,
5343 free_type_printers): Check gdb_python_initialized.
5344 * varobj.c (varobj_get_display_hint)
5345 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5346 (install_new_value_visualizer, varobj_set_visualizer)
5347 (value_get_print_value): Check gdb_python_initialized.
5348
5349 2013-05-20 Tom Tromey <tromey@redhat.com>
5350
5351 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5352 Check errors.
5353 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5354 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5355 Check errors.
5356 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5357 Check errors.
5358 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5359 Check errors.
5360 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5361 Check errors.
5362 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5363 init function to return 'int'.
5364 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5365 Return 'int'. Check errors.
5366 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5367 Check errors.
5368 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5369 Return 'int'. Check errors.
5370 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5371 Check errors.
5372 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5373 Check errors.
5374 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5375 Check errors.
5376 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5377 Check errors.
5378 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5379 Check errors.
5380 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5381 Check errors.
5382 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5383 Check errors.
5384 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5385 Check errors.
5386 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5387 Check errors.
5388 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5389 Check errors.
5390 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5391 Check errors.
5392 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5393 Check errors.
5394 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5395 Check errors.
5396 * python/python-internal.h (gdbpy_initialize_auto_load,
5397 gdbpy_initialize_values, gdbpy_initialize_frames,
5398 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5399 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5400 gdbpy_initialize_blocks, gdbpy_initialize_types,
5401 gdbpy_initialize_functions, gdbpy_initialize_pspace,
5402 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5403 gdbpy_initialize_finishbreakpoints,
5404 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5405 gdbpy_initialize_thread, gdbpy_initialize_inferior,
5406 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5407 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5408 gdbpy_initialize_signal_event,
5409 gdbpy_initialize_breakpoint_event,
5410 gdbpy_initialize_continue_event,
5411 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5412 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5413 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5414 * python/python.c (gdb_python_initialized): New global.
5415 (gdbpy_initialize_events): Return 'int'. Check errors.
5416 (_initialize_python): Check errors. Set
5417 gdb_python_initialized.
5418
5419 2013-05-20 Tom Tromey <tromey@redhat.com>
5420
5421 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5422 Decref the reslut of PyObject_CallMethod.
5423
5424 2013-05-20 Tom Tromey <tromey@redhat.com>
5425
5426 * python/py-event.c (gdbpy_initialize_event_generic): Return
5427 early if PyType_Ready fails.
5428
5429 2013-05-20 Tom Tromey <tromey@redhat.com>
5430
5431 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5432 as 'default' in the switch.
5433
5434 2013-05-20 Tom Tromey <tromey@redhat.com>
5435
5436 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
5437 get_addr_from_python calls out of TRY_CATCH.
5438 (infpy_write_memory, infpy_search_memory): Likewise.
5439 * python/py-utils.c (get_addr_from_python): Return negative
5440 value on error. Use TRY_CATCH.
5441 * python/python-internal.h (get_addr_from_python): Use
5442 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5443
5444 2013-05-20 Tom Tromey <tromey@redhat.com>
5445
5446 * python/py-event.c (evpy_emit_event): Decref the
5447 result of PyObject_CallFunctionObjArgs.
5448
5449 2013-05-20 Tom Tromey <tromey@redhat.com>
5450
5451 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5452 Correctly decref.
5453
5454 2013-05-20 Tom Tromey <tromey@redhat.com>
5455
5456 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5457
5458 2013-05-20 Tom Tromey <tromey@redhat.com>
5459
5460 * python/py-event.h (gdbpy_initialize_event_generic): Use
5461 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5462 * python/py-evts.c (add_new_registry): Use
5463 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5464 * python/python-internal.h
5465 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5466
5467 2013-05-20 Tom Tromey <tromey@redhat.com>
5468
5469 * python/py-arch.c (archpy_disassemble): Update.
5470 * python/py-type.c (typy_get_composite, typy_lookup_typename)
5471 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5472 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5473 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5474 macro.
5475 (GDB_PY_HANDLE_EXCEPTION): Update.
5476 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
5477
5478 2013-05-20 Tom Tromey <tromey@redhat.com>
5479
5480 * python/python-internal.h (events_object_type): Remove.
5481
5482 2013-05-20 Tom Tromey <tromey@redhat.com>
5483
5484 * python/py-event.h (evpy_emit_event): Use
5485 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5486 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5487 New macro.
5488
5489 2013-05-20 Tom Tromey <tromey@redhat.com>
5490
5491 * py-evtregistry.c (create_event_object): Decref
5492 eventregistry_object if PyList_New fails.
5493
5494 2013-05-20 Tom Tromey <tromey@redhat.com>
5495
5496 * py-cmd.c (gdbpy_string_to_argv): Check result of
5497 PyList_New.
5498
5499 2013-05-20 Tom Tromey <tromey@redhat.com>
5500
5501 * python/python.c (before_prompt_hook): Add cleanup to
5502 decref 'hook'.
5503
5504 2013-05-20 Tom Tromey <tromey@redhat.com>
5505
5506 * python/py-function.c (fnpy_init): Decref result of
5507 PyObject_GetAttrString.
5508
5509 2013-05-20 Tom Tromey <tromey@redhat.com>
5510
5511 * python/py-threadevent.c (get_event_thread): Use
5512 CPYCHECKER_RETURNS_BORROWED_REF.
5513 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5514 New define.
5515 (pspace_to_pspace_object, objfile_to_objfile_object)
5516 (find_thread_object): Use it.
5517
5518 2013-05-20 Tom Tromey <tromey@redhat.com>
5519
5520 * python/py-arch.c (arch_object_type): Use
5521 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5522 * python/py-block.c (block_syms_iterator_object_type):
5523 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5524 * python/py-bpevent.c (breakpoint_event_object_type):
5525 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5526 * python/py-cmd.c (cmdpy_object_type): Use
5527 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5528 * python/py-continueevent.c (continue_event_object_type):
5529 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5530 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5531 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5532 * python/py-events.h (thread_event_object_type):
5533 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5534 * python/py-evtregistry.c (eventregistry_object_type): Use
5535 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5536 * python/py-exitedevent.c (exited_event_object_type):
5537 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5538 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5539 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5540 * python/py-function.c (fnpy_object_type): Use
5541 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5542 * python/py-inferior.c (inferior_object_type, membuf_object_type):
5543 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5544 * python/py-infthread.c (thread_object_type): Use
5545 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5546 * python/py-lazy-string.c (lazy_string_object_type):
5547 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5548 * python/py-newobjfileevent.c (new_objfile_event_object_type):
5549 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5550 * python/py-objfile.c (objfile_object_type): Use
5551 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5552 * python/py-param.c (parmpy_object_type):
5553 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5554 * python/py-progspace.c (pspace_object_type):
5555 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5556 * python/py-signalevent.c (signal_event_object_type):
5557 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5558 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5559 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5560 * python/py-type.c (type_object_type, field_object_type)
5561 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5562 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5563 define.
5564 (value_object_type, block_object_type, symbol_object_type)
5565 (event_object_type, stop_event_object_type, breakpoint_object_type)
5566 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5567
5568 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
5569
5570 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5571 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5572
5573 2013-05-20 Doug Evans <dje@google.com>
5574
5575 When reading CU, stay in DWO. Be more tolerent of bad debug info.
5576 For Fission.
5577 * dwarf2read.c (struct dwarf2_per_cu_data): New member
5578 reading_dwo_directly.
5579 (struct signatured_type): New member dwo_unit.
5580 (struct die_reader_specs): New member comp_dir.
5581 (create_signatured_type_table_from_index): Use malloc for
5582 all_type_units instead of objfile's obstack.
5583 (create_all_type_units): Ditto.
5584 (fill_in_sig_entry_from_dwo_entry): New function.
5585 (add_type_unit): New function.
5586 (lookup_dwo_signatured_type): New function.
5587 (lookup_dwp_signatured_type): New function.
5588 (lookup_signatured_type): New arg cu. All callers updated.
5589 (init_cu_die_reader): Initialize comp_dir.
5590 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
5591 Change assert of matching type signatures to call error on mismatch.
5592 (lookup_dwo_unit): Add assert.
5593 (init_tu_and_read_dwo_dies): New function.
5594 (init_cutu_and_read_dies): Call it.
5595 (build_type_unit_groups): Handle case of no type unit groups created.
5596 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5597 (lookup_dwo_cutu): Tweak complaint.
5598 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5599 (dwarf2_per_objfile_free): Free all_type_units.
5600
5601 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5602
5603 * windows-nat.c (handle_unload_dll): Add missing empty line.
5604
5605 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5606
5607 * dwarf2read.c (prototyped_function_p): New function.
5608 (read_subroutine_type): Use it.
5609
5610 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5611
5612 * rs6000-aix-tdep.c: De-indent some example code provided
5613 as a comment.
5614
5615 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
5616
5617 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5618 region is ok for a hardware watchpoint using the new ptrace interface
5619 on Power servers.
5620
5621 2013-05-17 Doug Evans <dje@google.com>
5622
5623 * NEWS: Mention new maintenance commands check-symtabs, and
5624 expand-symtabs, and renamed check-psymtabs.
5625 * psymtab.c (maintenance_check_psymtabs): Renamed from
5626 maintenance_check_symtabs. Only process already-expanded symbol
5627 tables.
5628 (_initialize_psymtab): Update.
5629 * symmisc.c (maintenance_check_symtabs): New function.
5630 (maintenance_expand_name_matcher): New function
5631 (maintenance_expand_file_matcher): New function
5632 (maintenance_expand_symtabs): New function.
5633 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5634 commands.
5635
5636 2013-05-17 Tom Tromey <tromey@redhat.com>
5637
5638 * python/py-inferior.c (infpy_read_memory): Don't call
5639 PyErr_SetString if PyObject_New fails.
5640 * python/py-frame.c (frame_info_to_frame_object): Don't call
5641 PyErr_SetString if PyObject_New fails.
5642
5643 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
5644
5645 * acinclude.m4: Add check for dlopen in libdl.
5646 * configure.ac: Ditto.
5647 * configure: Regenerate.
5648
5649 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
5650
5651 * frame.c (frame_stash): Convert to htab.
5652 (frame_addr_hash): New function.
5653 (frame_addr_hash_eq): New function.
5654 (frame_stash_create): Convert function to create
5655 a hash table.
5656 (frame_stash_add): Convert function to add an entry to a hash
5657 table.
5658 (frame_stash_find): Convert function to search the hash table.
5659 (frame_stash_invalidate): Convert function to empty the hash
5660 table.
5661 (get_frame_id): Only add to stash if a frame_id is created.
5662 (_initialize_frame): Call frame_stash_create.
5663
5664 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
5665
5666 * configure.ac: Ensure MIG is available when building for GNU Hurd
5667 hosts.
5668 * configure: Regenerate.
5669
5670 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5671
5672 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5673
5674 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5675
5676 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5677 all cleanups are done before returning from this function.
5678
5679 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5680
5681 * utils.h: #include "exceptions.h".
5682 (enum errors): Remove partial declaration.
5683
5684 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5685
5686 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5687 * gdbarch.h, gdbarch.c: Regenerate.
5688 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5689 handling.
5690
5691 * rs6000-aix-tdep.h: New file.
5692 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5693 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5694 "xml-utils.h".
5695 (struct field_info, struct ld_info_desc): New types.
5696 (ld_info32_desc, ld_info64_desc): New static constants.
5697 (struct ld_info): New type.
5698 (rs6000_aix_extract_ld_info): New function.
5699 (rs6000_aix_shared_library_to_xml): Likewise.
5700 (rs6000_aix_ld_info_to_xml): Likewise.
5701 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5702 (rs6000_aix_init_osabi): Add call to
5703 set_gdbarch_core_xfer_shared_libraries_aix.
5704 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5705 Remove "xml-utils.h" include.
5706 (LdInfo): Delete typedef.
5707 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5708 Delete macros.
5709 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5710 Adjust code accordingly.
5711 (rs6000_core_ldinfo): Delete, folded into
5712 rs6000_aix_core_xfer_shared_libraries_aix.
5713 (rs6000_xfer_shared_library): Delete.
5714 (rs6000_xfer_shared_libraries): Reimplement.
5715
5716 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
5717
5718 * record.c (record_goto_cmdlist): New.
5719 (cmd_record_goto): Split into this ...
5720 (cmd_record_goto_begin): ... this
5721 (cmd_record_goto_end): ... and this.
5722 (_initialize_record): Change "record goto" to prefix command.
5723 Add commands for "record goto begin" and "record goto end".
5724 Add an alias for "record goto start" to "record goto begin".
5725
5726 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5727
5728 * linespec.c (convert_linespec_to_sals): New comment for
5729 SOURCE_FILENAME assignment.
5730
5731 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5732
5733 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5734 internal_warning.
5735
5736 2013-05-14 Tom Tromey <tromey@redhat.com>
5737
5738 * eval.c (parse_and_eval_long): Make 'exp' const.
5739 * value.h (parse_and_eval_long): Update.
5740
5741 2013-05-14 Tom Tromey <tromey@redhat.com>
5742
5743 * ui-file.c (gdb_fopen): Make arguments const.
5744 * ui-file.h (gdb_fopen): Make arguments const.
5745
5746 2013-05-14 Tom Tromey <tromey@redhat.com>
5747
5748 * remote.c (remote_set_trace_notes): Make arguments const.
5749 * target.c (update_current_target): Update cast.
5750 * target.h (to_set_trace_notes): Make arguments const.
5751
5752 2013-05-14 Tom Tromey <tromey@redhat.com>
5753
5754 * go32-nat.c (go32_terminal_info): Make 'args' const.
5755 * inferior.h (child_terminal_info): Update.
5756 * inflow.c (child_terminal_info): Make 'args' const.
5757 * target.c (default_terminal_info): Make 'args' const.
5758 (debug_to_terminal_save_ours): Likewise.
5759 * target.h (struct target_ops) <to_terminal_info>: Make argument
5760 const.
5761
5762 2013-05-13 Tom Tromey <tromey@redhat.com>
5763
5764 * gcore.c (create_gcore_bfd): Make 'filename' const.
5765 * gcore.h (create_gcore_bfd): Make 'filename' const.
5766 * record-full.c (record_full_save): Make 'recfilename' const.
5767 * target.c (target_save_record): Make 'filename' const.
5768 * target.h (struct target_ops) <to_save_record>: Make 'filename'
5769 const.
5770 (target_save_record): Likewise.
5771
5772 2013-05-13 Tom Tromey <tromey@redhat.com>
5773
5774 PR gdb/15338:
5775 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5776 ranges section has been read.
5777
5778 2013-05-13 Tom Tromey <tromey@redhat.com>
5779
5780 PR exp/15364:
5781 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5782 STRUCTOP_PTR>: Return a not_lval value for
5783 EVAL_AVOID_SIDE_EFFECTS.
5784 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5785 for EVAL_AVOID_SIDE_EFFECTS.
5786
5787 2013-05-13 Joel Brobecker <brobecker@adacore.com>
5788
5789 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5790 floating point registers to register type before storing
5791 value.
5792 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5793 Likewise.
5794
5795 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5796 Tom Tromey <tromey@redhat.com>
5797
5798 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5799 New functions.
5800 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5801 Declare.
5802 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5803 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5804 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5805 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5806
5807 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
5808 Tom Tromey <tromey@redhat.com>
5809
5810 PR build/15414:
5811 * configure: Rebuild.
5812 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5813 with -Wno-format.
5814
5815 2013-05-10 Pedro Alves <palves@redhat.com>
5816
5817 * remote.c (_initialize_remote): Fix spelling of
5818 qXfer:traceframe-info:read packet in packet config command.
5819
5820 2013-05-10 David Taylor <dtaylor@emc.com>
5821
5822 PR remote/15455
5823
5824 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5825 "QTro" at start of packet.
5826
5827 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5828
5829 * solib-aix.c (solib_aix_relocate_section_addresses):
5830 For the .bss section action, apply the same offset as
5831 the .data section.
5832
5833 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5834
5835 * solib-aix.c (solib_aix_relocate_section_addresses):
5836 Remove FIXME comment.
5837
5838 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5839
5840 PR tdep/15420:
5841 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5842 New functions, directly copied from sparc-sol-thread.c.
5843 * sparc-sol-thread.c: Delete.
5844 * configure.ac: Remove code handling sparc-solaris-thread.c.
5845 * configure: Regenerate.
5846
5847 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
5848
5849 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5850 filter logic.
5851 (backtrace_command): Add "no-filters" option parsing.
5852 (_initialize_stack): Alter help to reflect "no-filters" option.
5853 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5854 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5855 (py-frame.o): Add target
5856 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5857 filter files.
5858 * python/python.h: Add new frame filter constants, and flag enum.
5859 (apply_frame_filter): Add definition.
5860 * python/python.c (apply_frame_filter): New non-Python
5861 enabled function.
5862 * python/py-utils.c (py_xdecref): New function.
5863 (make_cleanup_py_xdecref): Ditto.
5864 * python/py-objfile.c: Declare frame_filters dictionary.
5865 (objfpy_dealloc): Add frame_filters dealloc.
5866 (objfpy_new): Initialize frame_filters attribute.
5867 (objfile_to_objfile_object): Ditto.
5868 (objfpy_get_frame_filters): New function.
5869 (objfpy_set_frame_filters): New function.
5870 * python/py-progspace.c: Declare frame_filters dictionary.
5871 (pspy_dealloc): Add frame_filters dealloc.
5872 (pspy_new): Initialize frame_filters attribute.
5873 (pspacee_to_pspace_object): Ditto.
5874 (pspy_get_frame_filters): New function.
5875 (pspy_set_frame_filters): New function.
5876 * python/py-framefilter.c: New file.
5877 * python/lib/gdb/command/frame_filters.py: New file.
5878 * python/lib/gdb/frames.py: New file.
5879 * python/lib/gdb/__init__.py: Initialize global frame_filters
5880 dictionary
5881 * python/lib/gdb/FrameDecorator.py: New file.
5882 * python/lib/gdb/FrameIterator.py: New file.
5883 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5884 * mi/mi-cmds.h: Declare.
5885 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5886 --no-frame-filter logic, and Python frame filter logic.
5887 (stack_enable_frame_filters): New function.
5888 (parse_no_frame_option): Ditto.
5889 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5890 filter logic.
5891 (mi_cmd_stack_list_locals): Ditto.
5892 (mi_cmd_stack_list_args): Ditto.
5893 (mi_cmd_stack_list_variables): Ditto.
5894 * NEWS: Add frame filter note.
5895
5896 2013-05-09 Doug Evans <dje@google.com>
5897
5898 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5899 All callers updated.
5900 (syms_from_objfile): Ditto. Make static.
5901 (symbol_file_add_with_addrs): Renamed from
5902 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
5903 num_offsets. All callers updated.
5904 * symfile.h (syms_from_objfile): Delete.
5905
5906 * symfile.c (decrement_reading_symtab): Add assert.
5907 (increment_reading_symtab): Ditto.
5908
5909 2013-05-09 Joel Brobecker <brobecker@adacore.com>
5910
5911 * source.c (forward_search_command): Replace call to getc
5912 by call to fgetc.
5913 (reverse_search_command): Likewise.
5914
5915 2013-05-08 Doug Evans <dje@google.com>
5916
5917 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5918 matching test.
5919
5920 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5921
5922 * sol-thread.c (info_cb): Factorize the code a little.
5923
5924 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5925
5926 * sol-thread.c (info_cb): Rework the output of the "maintenance
5927 info sol-threads" command a bit.
5928
5929 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5930
5931 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5932 Replace ti.ti_startfunc by ti.ti_pc.
5933
5934 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5935
5936 * solib-aix.c (solib_aix_free_library_list): New function
5937 for the case where HAVE_LIBEXPAT is not defined.
5938
5939 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5940
5941 PR breakpoints/15413:
5942 * breakpoint.c (condition_completer): Simplify the code to
5943 disconsider multiple locations of breakpoints when completing the
5944 "condition" command.
5945
5946 2013-05-07 Pierre Muller <muller@sourceware.org>
5947
5948 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5949 instead of <sys/wait.h>.
5950
5951 2013-05-07 Pierre Muller <muller@sourceware.org>
5952
5953 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5954 trailing new line from warning message.
5955
5956 2013-05-07 Pierre Muller <muller@sourceware.org>
5957
5958 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5959 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5960
5961 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5962
5963 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5964 error message (ARI fix).
5965
5966 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5967
5968 * features/library-list-aix.dtd: Replace library-list by
5969 library-list-aix.
5970 * rs6000-nat.c: Replace library-list by library-list-aix
5971 throughout.
5972 * solib-aix.c: Likewise.
5973
5974 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5975
5976 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5977 Renames TARGET_OBJECT_AIX_LIBRARIES.
5978 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5979 TARGET_OBJECT_LIBRARIES_AIX throughout.
5980 * solib-aix.c: Likwise.
5981
5982 2013-05-07 Yao Qi <yao@codesourcery.com>
5983
5984 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5985 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5986
5987 2013-05-07 Yao Qi <yao@codesourcery.com>
5988
5989 * solib-dsbt.c (enable_break): Declare.
5990 (dsbt_current_sos): Remove call to enable_break2.
5991 (enable_break2): Rename to enable_break. Set solib breakpoint
5992 on '_dl_debug_state'.
5993 (enable_break): Remove.
5994
5995 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
5996
5997 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5998 debug state prior to replicating existing hardware watchpoints or
5999 breakpoints.
6000
6001 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6002
6003 * gcore.c (gcore_create_callback): Ignore sections with
6004 separate_debug_objfile_backlink != NULL.
6005
6006 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
6007 Andrew Jenner <andrew@codesourcery.com>
6008 Chung-Lin Tang <cltang@codesourcery.com>
6009 Julian Brown <julian@codesourcery.com>
6010
6011 Based on the nios2-elf port from Altera Corporation.
6012
6013 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
6014 nios2-linux-tdep.o.
6015 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
6016 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
6017 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
6018 * nios2-tdep.h: New.
6019 * nios2-tdep.c: New.
6020 * nios2-linux-tdep.c: New.
6021 * features/Makefile (WHICH): Add nios2-linux.
6022 (nios2-linux-expedite): Set.
6023 * features/nios2-cpu.xml: New.
6024 * features/nios2.xml: New.
6025 * features/nios2-linux.xml: New.
6026 * features/nios2.c: New (autogenerated).
6027 * features/nios2-linux.c: New (autogenerated).
6028 * regformats/nios2-linux.dat: New (autogenerated).
6029 * NEWS (Changes since GDB 7.6): Add new Nios II targets
6030 and commands.
6031
6032 2013-05-06 Doug Evans <dje@google.com>
6033
6034 * symfile.c: Whitespace cleanup.
6035
6036 * solist.h (struct target_so_ops): New member clear_so.
6037 * solib-svr4.c (svr4_clear_so): New function.
6038 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
6039 * solib.c (clear_so): Renamed from free_so_symbols.
6040 All callers updated. Call target clear_so if it exists.
6041
6042 2013-05-06 Tom Tromey <tromey@redhat.com>
6043
6044 * ada-lang.c (ada_value_primitive_packed_val): Don't
6045 call value_incref.
6046 * value.c (set_value_parent): Incref the new parent and decref
6047 the old parent.
6048 (value_copy, value_primitive_field): Use set_value_parent.
6049
6050 2013-05-06 Tom Tromey <tromey@redhat.com>
6051
6052 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6053 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6054 if needed.
6055 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6056 * dwarf2read.c (write_constant_as_bytes)
6057 (dwarf2_fetch_constant_bytes): New functions.
6058
6059 2013-05-06 Tom Tromey <tromey@redhat.com>
6060
6061 * dwarf2read.c (dwarf2_const_value_data): Remove unused
6062 parameters.
6063 (dwarf2_const_value_attr): Update.
6064
6065 2013-05-06 Tom Tromey <tromey@redhat.com>
6066
6067 * somread.c (som_symfile_offsets): Add 'const' to addrs.
6068 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6069 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6070 Remove declaration.
6071
6072 2013-05-06 Tom Tromey <tromey@redhat.com>
6073
6074 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6075 objfile's obstack.
6076
6077 2013-05-06 Doug Evans <dje@google.com>
6078
6079 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6080 * stabsread.h (process_one_symbol): Update declaration.
6081 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6082 * elfread.c (elf_symfile_relocate_probe): Ditto.
6083 * psymtab.c (relocate_psymtabs): Ditto.
6084 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6085 (objfile_relocate): Ditto.
6086 * objfiles.h (objfile_relocate): Update declaration.
6087 * symfile.c (relative_addr_info_to_section_offsets): Constify
6088 addrs parameter.
6089 (default_symfile_offsets): Ditto.
6090 (syms_from_objfile_1): Constify offsets parameter.
6091 (syms_from_objfile): Ditto.
6092 (symbol_file_add_with_addrs_or_offsets): Ditto.
6093 (symfile_map_offsets_to_segments): Constify data parameter.
6094 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6095 delta parameters of member relocate.
6096 (struct sym_probe_fns): Constify new_offsets,
6097 delta parameters of member sym_relocate_probe.
6098 (struct sym_fns): Constify section_addr_info parameter of member
6099 sym_offsets.
6100 (relative_addr_info_to_section_offsets): Update declaration.
6101 (default_symfile_offsets): Ditto.
6102 (syms_from_objfile): Ditto.
6103 (symfile_map_offsets_to_segments): Ditto.
6104
6105 * symfile.c (syms_from_objfile_1): Use correct section count when
6106 objfile->sf == NULL.
6107
6108 2013-05-06 Mike Frysinger <vapier@gentoo.org>
6109
6110 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6111
6112 2013-05-06 Doug Evans <dje@google.com>
6113
6114 * psympriv.h (struct partial_symtab): Augment comment for member
6115 section_offsets.
6116
6117 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6118
6119 Reimplement shared library support on ppc-aix...
6120 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6121 * features/library-list-aix.dtd: New file.
6122 * solib-aix.h, solib-aix.c: New file.
6123 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6124 (rs6000_find_toc_address_hook): Delete.
6125 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6126 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6127 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
6128 "xml-utils.h".
6129 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6130 (vmap_symtab, fixup_breakpoints): Delete.
6131 (rs6000_xfer_shared_libraries): New function.
6132 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6133 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6134 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6135 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6136 (rs6000_xfer_shared_library): New function.
6137 (find_toc_address): Delete.
6138 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6139 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6140 * xcoffread.c (record_minimal_symbol): Reloate symbol address
6141 before creating minimal symbol. Adjust function description
6142 accordingly.
6143 (scan_xcoff_symtab): Replace call to
6144 prim_record_minimal_symbol_and_info by call to
6145 record_minimal_symbol.
6146 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6147 around default_symfile_offsets.
6148 * configure.tgt: Add solib-aix.o to gdb_target_obs for
6149 powerpc-aix targets.
6150 * config/rs6000/nm-rs6000.h: Delete.
6151 * config/powerpc/aix.mh (NAT_FILE): Delete.
6152 (NATDEPFILES): Remove xcoffsolib.o.
6153 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6154 (ALL_TARGET_OBS): Add solib-aix.o.
6155 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6156 config/rs6000/nm-rs6000.h. Add solib-aix.h.
6157 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
6158 * xcoffsolib.h, xcoffsolib.c: Delete.
6159
6160 * solib.c (reload_shared_libraries): Remove reference to
6161 SOLIB_CREATE_INFERIOR_HOOK.
6162 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6163 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6164 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6165 comment.
6166 * corelow.c (deprecated_core_resize_section_table): Delete.
6167 * exec.c: Remove include of xcoffsolib.h".
6168 (map_vmap, vmap): Delete.
6169 (exec_close_1): Remove references to vmap.
6170 (exec_file_attach): Remove vmap handling code, and reference
6171 to DEPRECATED_IBM6000_TARGET.
6172 (bfdsec_to_vmap): Delete.
6173 (exec_files_info): Remove block of code handling VMAP.
6174 * infcmd.c (post_create_inferior): Remove reference to
6175 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6176 * infrun.c (follow_exec): Remove reference to
6177 SOLIB_CREATE_INFERIOR_HOOK.
6178 * stack.c (print_frame): Remove reference to PC_SOLIB.
6179 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6180 (dsbt_relocate_main_executable): Likewise.
6181 * solib-frv.c (frv_current_sos): Likewise.
6182
6183 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6184
6185 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6186 to target_write_memory and target_read_memory.
6187
6188 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6189
6190 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6191 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6192
6193 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6194
6195 * darwin-nat.c: Replace all "%x" instances in format strings
6196 into "0x%x" throughout.
6197
6198 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6199
6200 * darwin-nat.c (darwin_mourn_inferior): Replace call to
6201 gdb_assert by call to MACH_CHECK_ERROR.
6202 (darwin_attach_pid): Raise an error rather than a failed
6203 assertion when various system calls failed. Report a warning
6204 instead of raising a failed assertion when PREV_NOT is not NULL
6205 after call to mach_port_request_notification.
6206 (darwin_ptrace_me): Raise an error rather than a failed
6207 assertion when read returns nonzero.
6208
6209 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6210
6211 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6212
6213 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6214
6215 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6216
6217 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6218
6219 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6220 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6221 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
6222 a stale cleanup. Fix double free of NAME.
6223
6224 2013-05-04 Eli Zaretskii <eliz@gnu.org>
6225
6226 * windows-nat.c (windows_delete_thread): Accept an additional
6227 argument, the thread's exit code, and announce thread death when
6228 print_thread_events is non-zero and we are deleting a thread that
6229 is not the main thread.
6230 (get_windows_debug_event): Pass thread exit code to
6231 windows_delete_thread.
6232
6233 2013-05-03 Kevin Buettner <kevinb@redhat.com>
6234
6235 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6236 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6237 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6238 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6239 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6240 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6241 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6242 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6243 (gdbarch_tdep): New struct.
6244 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6245 E_NUM_REGS.
6246 (v850e3v5_register_name): New function.
6247 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6248 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
6249 code handling the struct return conventions for the RH850 ABI.
6250 Update all callers.
6251 (v850_eight_byte_align_p): New function.
6252 (v850_push_call_dummy): Push structs by value, not by reference
6253 for the RH850 ABI. Add support for eight byte alignment.
6254 (v850_dbtrap_breakpoint_from_pc): New function.
6255 (v850_gdbarch_init): Add ABI detection code. Register
6256 v850e3v5_register_name for the v850e3v5 architecture. Set the
6257 number of registers for v850e3v5. Register
6258 v850_dbtrap_breakpoint_from_pc as appropriate.
6259 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
6260
6261 2013-05-03 Doug Evans <dje@google.com>
6262
6263 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
6264 of bfd_count_sections.
6265 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
6266 * symfile.c (default_symfile_offsets): Ditto.
6267 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
6268 one entry, not bfd_count_sections entries.
6269
6270 2013-05-03 Kevin Buettner <kevinb@redhat.com>
6271
6272 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6273 `save' and `restore' register groups. Don't include SPL
6274 or SPH in these groups.
6275 (rl78_dwarf_reg_to_regnum): Adjust mapping for
6276 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
6277 RL78_ES_REGNUM, and RL78_CS_REGNUM.
6278 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
6279 dwarf2_append_unwinders().
6280
6281 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6282
6283 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6284 ignore SIGINT and SIGTRAP in case these internal signals are
6285 caught explicitely.
6286
6287 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6288
6289 * darwin-nat.c (darwin_read_write_inferior): Change types
6290 of parameters rdaddr and wraddr to "gdb_byte *". Change type
6291 of copy_count to "mach_msg_type_number_t".
6292 (darwin_read_dyld_info): Change type of parameter
6293 rdaddr to "gdb_byte *".
6294
6295 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6296
6297 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6298 of &info->load_map from "char *" to "gdb_byte *".
6299
6300 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6301
6302 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6303 from "char *" to "gdb_byte *".
6304 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6305
6306 2013-04-30 Doug Evans <dje@google.com>
6307
6308 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6309 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6310 DWO stub. If DWO isn't found, just use stub.
6311 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6312
6313 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6314 calling init_cutu_and_read_dies.
6315
6316 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6317
6318 * target-descriptions.c (maint_print_c_tdesc_cmd):
6319 Add case to parse structures as register types and
6320 bitfields.
6321
6322 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
6323
6324 * MAINTAINERS (Write After Approval): Add myself to the list.
6325
6326 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6327
6328 * sol-thread.c (rw_common): Change type of parameter "buf"
6329 to "gdb_byte *".
6330 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6331 rw_common to "gdb_byte *" instead of "char *".
6332
6333 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6334
6335 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6336 of local variable msym to const struct bound_minimal_symbol.
6337 Adjust use accordingly.
6338 [ti.ti_state == TD_THR_SLEEP]: Likewise.
6339
6340 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
6341
6342 * i386gnu-nat.c (CREG_OFFSET): New macro.
6343 (creg_offset): New array.
6344 (CREG_ADDR): Use creg_offset instead of reg_offset.
6345
6346 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6347
6348 * mep-tdep.c (mep_write_pc): Delete.
6349 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6350 Add call to set_gdbarch_pc_regnum.
6351
6352 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6353
6354 * common/filestuff.c: Replace #include <dirent.h> by
6355 #include "gdb_dirent.h".
6356
6357 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6358
6359 * common/filestuff.c: Replace #include <sys/stat.h> by
6360 #include "gdb_stat.h".
6361
6362 2013-04-29 Pierre Muller <muller@sourceware.org>
6363
6364 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6365 editCase function rule.
6366 (get_DW_AT_signature_type): Likewise.
6367
6368 2013-04-29 Joel Brobecker <brobecker@adacore.com>
6369
6370 * m32r-tdep.c (m32r_write_pc): Delete.
6371 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6372 Add call to set_gdbarch_pc_regnum.
6373
6374 2013-04-29 Pierre Muller <muller@sourceware.org>
6375
6376 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6377
6378 2013-04-29 Joel Brobecker <brobecker@adacore.com>
6379
6380 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6381
6382 2013-04-28 Yao Qi <yao@codesourcery.com>
6383
6384 * solib-dsbt.c (fetch_loadmap): Re-indent.
6385 (displacement_from_map, enable_break2): Likewise.
6386 (dsbt_relocate_section_addresses): Likewise.
6387
6388 2013-04-26 Joel Brobecker <brobecker@adacore.com>
6389
6390 GDB 7.6 released.
6391
6392 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
6393
6394 PR corefiles/14983:
6395 * dwarf2read.c (process_full_comp_unit): Always create a static
6396 block.
6397
6398 2013-04-25 Hui Zhu <hui@codesourcery.com>
6399
6400 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6401 to loc->cmd_bytecode.
6402
6403 2013-04-24 Doug Evans <dje@google.com>
6404
6405 * dwarf2read.c (setup_type_unit_groups): Fix comment.
6406
6407 2013-04-22 Keith Seitz <keiths@redhat.com>
6408
6409 * tracepoint.c (trace_save): Call the writer's start method.
6410
6411 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
6412
6413 PR gdb/10462
6414 * cli/cli-decode.c (lookup_command): Show an error if there is no space
6415 before argument.
6416
6417 2013-04-23 Tom Tromey <tromey@redhat.com>
6418
6419 * common/filestuff.c: Check USE_WIN32API before including
6420 sys/socket.h.
6421 (HAVE_F_GETFD): New define.
6422 (mark_cloexec): Check HAVE_F_GETFD.
6423 (gdb_open_cloexec): Change 'mode' to unsigned long.
6424 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6425 (gdb_pipe_cloexec): Check HAVE_PIPE.
6426 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6427 long.
6428
6429 2013-04-23 Hui Zhu <hui@codesourcery.com>
6430
6431 PR gdb/15293
6432 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6433
6434 2013-04-23 Hui Zhu <hui@codesourcery.com>
6435
6436 PR gdb/15165
6437 * breakpoint.c (dprintf_print_recreate): New.
6438 (save_breakpoints): Let it not save dprintf commands.
6439 (initialize_breakpoint_ops): Set dprintf_print_recreate.
6440
6441 2013-04-22 Tom Tromey <tromey@redhat.com>
6442
6443 PR gdb/7912:
6444 * Makefile.in (SFILES): Add filestuff.c
6445 (COMMON_OBS): Add filestuff.o.
6446 (filestuff.o): New target.
6447 * auto-load.c (auto_load_objfile_script_1): Use
6448 gdb_fopen_cloexec.
6449 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6450 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6451 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6452 * common/agent.c (gdb_connect_sync_socket): Use
6453 gdb_socket_cloexec.
6454 * common/filestuff.c: New file.
6455 * common/filestuff.h: New file.
6456 * common/linux-osdata.c (linux_common_core_of_thread)
6457 (command_from_pid, commandline_from_pid, print_source_lines)
6458 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6459 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6460 gdb_fopen_cloexec.
6461 * common/linux-procfs.c (linux_proc_get_int)
6462 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6463 * config.in, configure: Rebuild.
6464 * configure.ac: Don't check for sys/socket.h. Check for
6465 fdwalk, pipe2.
6466 * corelow.c (core_open): Use gdb_open_cloexec.
6467 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6468 * fork-child.c (fork_inferior): Call close_most_fds.
6469 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6470 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6471 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6472 Use gdb_fopen_cloexec.
6473 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6474 gdb_open_cloexec.
6475 (linux_async_pipe): Use gdb_pipe_cloexec.
6476 * remote-fileio.c (remote_fileio_func_open): Use
6477 gdb_open_cloexec.
6478 * remote.c (remote_file_put, remote_file_get): Use
6479 gdb_fopen_cloexec.
6480 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6481 close_most_fds.
6482 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6483 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6484 * solib.c (solib_find): Use gdb_open_cloexec.
6485 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6486 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6487 (tfile_open): Use gdb_open_cloexec.
6488 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6489 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6490 * xml-support.c (xml_fetch_content_from_file): Use
6491 gdb_fopen_cloexec.
6492 * main.c (captured_main): Call notice_open_fds.
6493
6494 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
6495
6496 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6497 'char *' to 'gdb_byte *'.
6498 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6499 'gdb_byte'.
6500
6501 2013-04-22 Yao Qi <yao@codesourcery.com>
6502
6503 * infrun.c: Fix typo in comment.
6504
6505 2013-04-22 Andrew Haley <aph@redhat.com>
6506
6507 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6508 instead of "long".
6509
6510 2013-04-20 Yao Qi <yao@codesourcery.com>
6511
6512 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6513 'char *' to 'gdb_byte *'. Cast the return value of
6514 'bt_ctf_get_char_array' to 'gdb_byte *'.
6515
6516 2013-04-19 Pedro Alves <palves@redhat.com>
6517
6518 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6519 -Wpointer-sign.
6520 * configure: Regenerate.
6521
6522 2013-04-19 Pedro Alves <palves@redhat.com>
6523
6524 * ser-tcp.c (net_read_prim): Cast second argument to recv to
6525 'void *'.
6526
6527 2013-04-19 Pedro Alves <palves@redhat.com>
6528
6529 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6530 Change type of 'myaddr' parameter to gdb_byte pointer.
6531 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
6532 to 'long long' pointer instead of to 'unsigned long long'.
6533 (monitor_write_memory_block, monitor_read_memory_single)
6534 (monitor_read_memory): Change type of 'myaddr' parameter to
6535 gdb_byte pointer.
6536
6537 2013-04-19 Pedro Alves <palves@redhat.com>
6538
6539 * record.c (validate_history_size): Make parameter 'setting'
6540 unsigned.
6541
6542 2013-04-19 Pedro Alves <palves@redhat.com>
6543
6544 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6545 to 'gdb_byte *'.
6546
6547 2013-04-19 Pedro Alves <palves@redhat.com>
6548
6549 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6550 local to int.
6551
6552 2013-04-19 Pedro Alves <palves@redhat.com>
6553
6554 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6555 * ada-tasks.c (read_fat_string_value): Likewise.
6556
6557 2013-04-19 Pedro Alves <palves@redhat.com>
6558
6559 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6560 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
6561 'offset', and adjust.
6562
6563 2013-04-19 Pedro Alves <palves@redhat.com>
6564
6565 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6566 (read_index_from_section): Add cast to 'char *'.
6567
6568 2013-04-19 Pedro Alves <palves@redhat.com>
6569
6570 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6571
6572 2013-04-19 Pedro Alves <palves@redhat.com>
6573
6574 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6575
6576 2013-04-19 Pedro Alves <palves@redhat.com>
6577
6578 * record-full.c (record_full_get_bookmark): Change local 'ret'
6579 type to char * and add cast to gdb_byte *.
6580 (record_full_goto_bookmark): Handle 'bookmark' argument as a
6581 string.
6582 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6583
6584 2013-04-19 Pedro Alves <palves@redhat.com>
6585
6586 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6587 * python/py-prettyprint.c (print_string_repr): Change type of
6588 'output' local to char *. Add cast to gdb_byte * in
6589 LA_PRINT_STRING call.
6590 (print_children): Change type of 'output' local to char *.
6591 * python/py-value.c (valpy_string): Add cast to const char * in
6592 PyUnicode_Decode call.
6593
6594 2013-04-19 Pedro Alves <palves@redhat.com>
6595
6596 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6597 and change its type to 'const char *'. Adjust.
6598 (mips_send_packet): Add cast to 'char *', and remove cast to
6599 'unsigned char *'.
6600 (mips_receive_packet): Remove cast to 'unsigned char *'.
6601 (mips_load_srec): Use bfd_byte.
6602 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6603 (pmon_checkset): Make 'value' parameter unsigned.
6604
6605 2013-04-19 Pedro Alves <palves@redhat.com>
6606
6607 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6608
6609 2013-04-19 Pedro Alves <palves@redhat.com>
6610
6611 * remote.c (remote_write_bytes_aux, compare_sections_command)
6612 (remote_read_qxfer)
6613 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6614 (remote_hostio_readlink, remote_bfd_iovec_pread)
6615 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6616 binary buffer, and char when buffer is used as string.
6617 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6618 (trace_save, tfile_open, traceframe_walk_blocks)
6619 (tfile_fetch_registers): Likewise.
6620
6621 2013-04-19 Pedro Alves <palves@redhat.com>
6622
6623 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6624 buffer and size_t size. Adjust.
6625 * ser-base.h (ser_base_write): Adjust.
6626 * ser-go32.c (cnts): Change type to size_t.
6627 (dos_write): Change prototype -- take 'void *'
6628 buffer and size_t size. Adjust.
6629 (dos_info): Print elements of 'cnts' as unsigned long.
6630 * serial.c (serial_write): Likewise.
6631 * serial.h (serial_write): Adjust.
6632 (struct serial_ops) <write>: Change prototype -- take 'void *'
6633 buffer and size_t size. Adjust.
6634
6635 2013-04-19 Pedro Alves <palves@redhat.com>
6636
6637 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6638 gdb_byte *.
6639 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6640
6641 2013-04-19 Pedro Alves <palves@redhat.com>
6642
6643 * alpha-tdep.c (alpha_extract_return_value): Use
6644 regcache_cooked_read_unsigned to read 'v0'.
6645
6646 2013-04-19 Pedro Alves <palves@redhat.com>
6647
6648 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6649 parameters 'at', 'as' and 'offset' to uint32_t.
6650
6651 2013-04-19 Pedro Alves <palves@redhat.com>
6652
6653 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6654 'is64' to signed 'int'.
6655
6656 2013-04-19 Pedro Alves <palves@redhat.com>
6657
6658 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6659 parameter to int *.
6660
6661 2013-04-19 Pedro Alves <palves@redhat.com>
6662
6663 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6664 'insnbuf' buffer type to unsigned int[].
6665
6666 2013-04-19 Pedro Alves <palves@redhat.com>
6667
6668 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6669
6670 2013-04-19 Pedro Alves <palves@redhat.com>
6671
6672 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6673 unsigned long *.
6674
6675 2013-04-19 Pedro Alves <palves@redhat.com>
6676
6677 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6678 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6679 UINT_MAX.
6680 * mips-tdep.c (heuristic_fence_post): Change type to int.
6681 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6682
6683 2013-04-19 Pedro Alves <palves@redhat.com>
6684
6685 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6686 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6687 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6688
6689 2013-04-19 Pedro Alves <palves@redhat.com>
6690
6691 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6692 it to get a string view of the byte buffer.
6693 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6694 type to gdb_byte *. Adjust.
6695 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6696 Change local to char *.
6697 * solib-darwin.c (find_program_interpreter): Change return type to
6698 char *. Adjust.
6699 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6700 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6701 * solib-frv.c (enable_break2): Change local 'buf' to char *.
6702 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6703 * solib-svr4.c (find_program_interpreter): Change return type to
6704 char *. Adjust.
6705 (enable_break): Change local 'interp_name' to char *.
6706 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6707 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6708 (spu_pseudo_register_write_spu): Use char for string buffer.
6709 Adjust.
6710 (info_spu_event_command, info_spu_signal_command): Add casts to
6711 'char *'.
6712
6713 2013-04-19 Pedro Alves <palves@redhat.com>
6714
6715 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6716 gdb_byte[].
6717 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6718 * ada-lang.c (ada_value_assign): Use gdb_byte.
6719 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6720 (alphanbsd_sigtramp_offset): Use gdb_byte.
6721 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6722 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6723 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6724 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6725 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6726 * arm-tdep.c (arm_stub_unwind_sniffer)
6727 (arm_displaced_init_closure): Use gdb_byte.
6728 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6729 (arm_default_thumb_le_breakpoint)
6730 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6731 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6732 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6733 * arm-wince-tdep.c (arm_wince_le_breakpoint)
6734 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6735 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6736 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6737 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6738 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6739 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6740 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6741 (cris_store_return_value, cris_extract_return_value): Use
6742 gdb_byte.
6743 (constraint): Change type of parameter to char * from signed
6744 char*. Use gdb_byte.
6745 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6746 of local buffer to gdb_byte *.
6747 * dwarf2read.c (read_index_from_section): Use gdb_byte.
6748 (create_dwp_hash_table): Change type of locals to gdb_byte *.
6749 (add_address_entry): Change type of local buffer to gdb_byte[].
6750 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6751 (frv_push_dummy_call): Use gdb_byte.
6752 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6753 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6754 (hppa_hpux_supply_save_state): Use gdb_byte.
6755 * hppa-tdep.c (hppa32_push_dummy_call)
6756 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6757 * ia64-tdep.c (extract_bit_field, replace_bit_field)
6758 (slotN_contents, replace_slotN_contents): Change type of parameter
6759 to gdb_byte *.
6760 (fetch_instruction, ia64_pseudo_register_write)
6761 (ia64_register_to_value, ia64_value_to_register)
6762 (ia64_extract_return_value, ia64_store_return_value)
6763 (ia64_push_dummy_call): Use gdb_byte.
6764 * m32c-tdep.c (m32c_return_value): Remove cast.
6765 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6766 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6767 gdb_byte.
6768 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6769 * mn10300-tdep.c (mn10300_store_return_value)
6770 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6771 gdb_byte.
6772 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6773 (moxie_process_record): Remove casts.
6774 * ppc-ravenscar-thread.c (supply_register_at_address)
6775 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6776 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6777 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6778 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6779 * remote.c (compare_sections_command): Use gdb_byte.
6780 * score-tdep.c (score7_free_memblock): Change type of parameter to
6781 gdb_byte *.
6782 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6783 gdb_byte *. Use gdb_byte.
6784 (sh_push_dummy_call_fpu): Use gdb_byte.
6785 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6786 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6787 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6788 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6789 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6790 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6791 (sh64_store_return_value, sh64_register_convert_to_virtual):
6792 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6793 (sh64_pseudo_register_write): Use gdb_byte.
6794 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6795 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
6796 buffer.
6797 (irix_current_sos): Use gdb_byte.
6798 * solib-som.c (som_current_sos): Use gdb_byte.
6799 * sparc-ravenscar-thread.c (supply_register_at_address)
6800 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6801 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6802 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6803 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6804 'gdb_byte *'.
6805 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6806 'gdb_byte *'.
6807 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6808 * xstormy16-tdep.c (xstormy16_extract_return_value)
6809 (xstormy16_store_return_value): Change parameter type to
6810 'gdb_byte *'. Adjust.
6811 (xstormy16_push_dummy_call): Use gdb_byte.
6812 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6813 (call0_analyze_prologue, execute_code): Use gdb_byte.
6814
6815 2013-04-19 Vladimir Kargov <kargov@gmail.com>
6816 Pedro Alves <palves@redhat.com>
6817
6818 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6819 value contents.
6820
6821 2013-04-17 Doug Evans <dje@google.com>
6822
6823 * dwarf2read.c (struct signatured_type): New member type.
6824 (struct attribute): Replace member signatured_type with signature.
6825 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6826 (read_call_site_scope): Call follow_die_ref instead of
6827 follow_die_ref_or_sig.
6828 (read_structure_type): Rewrite handling of signatured types.
6829 (read_enumeration_type): Ditto.
6830 (read_attribute_value): Update.
6831 (build_error_marker_type): New function.
6832 (lookup_die_type): Add assert. Rewrite handling of signatured types.
6833 Don't call error for bad types, just build an error marker type.
6834 (dump_die_shallow): Update.
6835 (follow_die_sig_1): Renamed from follow_die_sig.
6836 Don't call error for bad types, instead return NULL.
6837 (follow_die_sig): New function.
6838 (get_signatured_type, get_DW_AT_signature_type): New functions.
6839
6840 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
6841
6842 * aarch64-tdep.c (aarch64_write_pc): Removed.
6843 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6844 function.
6845
6846 2013-04-17 Yao Qi <yao@codesourcery.com>
6847
6848 * top.c (print_gdb_configuration): Print configure-time
6849 parameter on using libbabeltrace or not.
6850
6851 2013-04-16 Pedro Alves <palves@redhat.com>
6852
6853 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6854
6855 2013-04-16 Pedro Alves <palves@redhat.com>
6856
6857 * common/glibc_thread_db.h: Update from upstream glibc
6858 (git 568035b7874a099087b77f7bba3e36a1173787b0).
6859
6860 2013-04-16 Pedro Alves <palves@redhat.com>
6861
6862 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6863 * common/glibc_thread_db.h: ... this new file ...
6864 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6865
6866 2013-04-16 Will Newton <will.newton@gmail.com>
6867 Pedro Alves <palves@redhat.com>
6868
6869 PR build/11881
6870
6871 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6872 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6873 HAVE_THREAD_DB_H.
6874
6875 2013-04-16 Pedro Alves <palves@redhat.com>
6876 Eli Zaretskii <eliz@gnu.org>
6877
6878 * NEWS: Mention "set foo unlimited".
6879
6880 2013-04-15 Doug Evans <dje@google.com>
6881
6882 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6883 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6884 (create_dwo_cu_reader): Renamed from
6885 create_dwo_debug_info_hash_table_reader.
6886 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6887 Remove support for multiple CUs in a DWO file.
6888 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6889
6890 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6891 instead of phex.
6892 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6893 (create_dwo_in_dwp): Ditto.
6894
6895 2013-04-15 Tom Tromey <tromey@redhat.com>
6896
6897 * NEWS: Move recent entries into "since 7.6" section.
6898
6899 2013-04-15 Tom Tromey <tromey@redhat.com>
6900
6901 PR c++/13588:
6902 * NEWS: Update.
6903 * break-catch-throw.c (struct exception_catchpoint)
6904 <exception_rx, pattern>: New fields.
6905 (fetch_probe_arguments, dtor_exception_catchpoint)
6906 (check_status_exception_catchpoint)
6907 (print_one_detail_exception_catchpoint): New functions.
6908 (handle_gnu_v3_exceptions): Add "except_rx" argument.
6909 Compile regular expression if needed.
6910 (extract_exception_regexp): New function.
6911 (catch_exception_command_1): Use extract_exception_regexp.
6912 (compute_exception): Use fetch_probe_arguments.
6913 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6914 and check_status fields.
6915 * cp-abi.c (cplus_typename_from_type_info): New function.
6916 * cp-abi.h (cplus_typename_from_type_info): Declare.
6917 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6918 * gdb_regex.h (compile_rx_or_error): Declare.
6919 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6920 comment.
6921 (init_gnuv3_ops): Set get_type_from_type_info field.
6922 * probe.c (compile_rx_or_error): Move...
6923 * utils.c (compile_rx_or_error): ... here.
6924
6925 2013-04-15 Tom Tromey <tromey@redhat.com>
6926
6927 PR c++/15176:
6928 * NEWS: Update.
6929 * break-catch-throw.c (compute_exception): New function.
6930 (exception_funcs): New global.
6931 (_initialize_break_catch_throw): Create $_exception.
6932 * cp-abi.c (cplus_type_from_type_info): New function.
6933 * cp-abi.h (cplus_type_from_type_info): Declare.
6934 (struct cp_abi_ops) <get_type_from_type_info>: New field.
6935 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6936 (gnuv3_get_type_from_type_info): New functions.
6937 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6938
6939 2013-04-15 Tom Tromey <tromey@redhat.com>
6940
6941 * break-catch-throw.c (struct exception_names): New.
6942 (exception_functions): Change type.
6943 (re_set_exception_catchpoint): Look for SDT probes.
6944
6945 2013-04-15 Tom Tromey <tromey@redhat.com>
6946
6947 PR c++/10119:
6948 * break-catch-throw.c (exception_functions): New global.
6949 (gnu_v3_exception_catchpoint_ops): Move earlier.
6950 (struct exception_catchpoint): New.
6951 (classify_exception_breakpoint): Rewrite.
6952 (re_set_exception_catchpoint): New function.
6953 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
6954 Allocate a struct exception_catchpoint.
6955 (catch_exception_command_1): Update.
6956 (initialize_throw_catchpoint_ops): Set 're_set' method.
6957
6958 2013-04-15 Tom Tromey <tromey@redhat.com>
6959
6960 * Makefile.in (SFILES): Add break-catch-throw.c
6961 (COMMON_OBS): Add break-catch-throw.o.
6962 * break-catch-throw.c: New file.
6963 * breakpoint.c: Move exception-catching code to new file.
6964 (ep_parse_optional_if_clause): No longer static.
6965 * breakpoint.h (ep_parse_optional_if_clause): Declare.
6966
6967 2013-04-15 Tom Tromey <tromey@redhat.com>
6968
6969 PR c++/9065:
6970 * NEWS: Update.
6971 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6972 * c-exp.y (TYPEID): New token.
6973 (exp): Add new TYPEID productions.
6974 (ident_tokens): Add "typeid".
6975 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6976 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6977 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6978 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6979 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6980 case.
6981 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6982 (build_std_type_info_type, gnuv3_get_typeid_type)
6983 (gnuv3_get_typeid): New functions.
6984 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
6985 new fields on ABI object.
6986 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6987 * std-operator.def (OP_TYPEID): New.
6988
6989 2013-04-15 Tom Tromey <tromey@redhat.com>
6990
6991 * elfread.c (elf_symtab_read): Install versioned symbol under
6992 unversioned name as well.
6993
6994 2013-04-15 Tom Tromey <tromey@redhat.com>
6995
6996 PR c++/11990:
6997 * c-lang.c (cplus_language_defn): Use gdb_demangle.
6998 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6999 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
7000 (gdb_demangle): New function.
7001 * cp-support.h (gdb_demangle): Declare.
7002 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
7003 (dwarf2_name): Use gdb_demangle.
7004 * gdbtypes.c (check_stub_method): Use gdb_demangle.
7005 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
7006 suffixes from name.
7007 (gnuv3_print_method_ptr): Use gdb_demangle.
7008 * jv-lang.c (java_demangle): Use gdb_demangle.
7009 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
7010 * language.c (unk_lang_demangle): Use gdb_demangle.
7011 * symtab.c (symbol_find_demangled_name)
7012 (demangle_for_lookup): Use gdb_demangle.
7013
7014 2013-04-15 Tom Tromey <tromey@redhat.com>
7015
7016 PR c++/12824:
7017 * NEWS: Update.
7018 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
7019 New constant.
7020 (classify_exception_breakpoint): New function.
7021 (print_it_exception_catchpoint, print_one_exception_catchpoint)
7022 (print_mention_exception_catchpoint)
7023 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
7024 (catch_exception_command_1): Handle "rethrow" catchpoint.
7025 (catch_rethrow_command): New function.
7026 (_initialize_breakpoint): Add "catch rethrow" command.
7027
7028 2013-04-15 Pierre Muller <muller@sourceware.org>
7029
7030 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
7031 set_gdbarch_write_pc as deprecated anymore.
7032
7033 2013-04-15 Joel Brobecker <brobecker@adacore.com>
7034
7035 * spu-tdep.c (spu_write_pc): Add empty line after local variable
7036 declarations.
7037
7038 2013-04-13 Yao Qi <yao@codesourcery.com>
7039
7040 * ctf.c (_initialize_ctf): Include "completer.h".
7041 Call add_target_with_completer instead of add_target.
7042
7043 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7044
7045 Fix GDB regression related to PR binutils/14813.
7046 * jit.c (mem_bfd_iovec_close): Return 0 for success.
7047 * minidebug.c (lzma_close): Add return value comment.
7048 * remote.c (remote_bfd_iovec_close): Return 0 for success.
7049 * solib-spu.c (spu_bfd_iovec_close): Likewise.
7050 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7051
7052 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7053
7054 * config.in: Regenerate.
7055
7056 2013-04-12 Tom Tromey <tromey@redhat.com>
7057
7058 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7059 const.
7060 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7061 (struct die_reader_specs) <buffer>: Likewise.
7062 (die_reader_func_ftype): Make 'info_ptr' const.
7063 (struct line_header) <include_dirs, statement_program_start,
7064 statement_program_end>: Now const.
7065 (struct file_entry) <name>: Likewise.
7066 (struct partial_die_info) <sibling>: Likewise.
7067 (struct dwarf_block) <data>: Likewise.
7068 (dwarf2_read_section): Remove cast.
7069 (dwarf2_get_section_info): Make 'bufp' const.
7070 (read_index_from_section): Constify.
7071 (dw2_get_file_names_reader): Make 'info_ptr' const.
7072 (dw2_get_primary_filename_reader): Likewise.
7073 (read_comp_unit_head): Make 'info_ptr' and return type const.
7074 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7075 Likewise.
7076 (read_abbrev_offset): Constify.
7077 (dwarf2_create_include_psymtab): Make 'name' const.
7078 (create_debug_types_hash_table): Update.
7079 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7080 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7081 Constify.
7082 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7083 (load_partial_comp_unit_reader): Make 'info_ptr' const.
7084 (read_comp_units_from_section): Constify.
7085 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7086 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7087 const.
7088 (dwarf2_compute_name, setup_type_unit_groups): Constify.
7089 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7090 (create_dwp_hash_table, dwarf2_ranges_read)
7091 (dwarf2_record_block_ranges): Constify.
7092 (read_die_and_children, read_die_and_siblings_1)
7093 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7094 const.
7095 (read_full_die_1, read_full_die): Make 'info_ptr' const.
7096 (abbrev_table_read_table): Constify.
7097 (load_partial_dies): Make 'info_ptr' const.
7098 (read_partial_die, read_attribute_value, read_attribute): Make
7099 'info_ptr' and return type const.
7100 (read_address, read_initial_length)
7101 (read_checked_initial_length_and_offset, read_offset)
7102 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7103 const.
7104 (read_direct_string): Make 'buf' and return type const.
7105 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7106 (read_indirect_string): Make return type const.
7107 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7108 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7109 'info_ptr' const.
7110 (read_str_index): Make return type const.
7111 (add_include_dir): Make 'include_dir' const.
7112 (add_file_name): Make 'name' const.
7113 (dwarf_decode_line_header): Constify.
7114 (psymtab_include_file_name): Make return type const.
7115 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7116 (dwarf2_start_subfile): Make 'filename' const.
7117 (dwarf2_const_value_attr): Make 'bytes' const.
7118 (read_signatured_type_reader): Make 'info_ptr' const.
7119 (decode_locdesc): Constify.
7120 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7121 const.
7122 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7123 'mac_end', and return type const.
7124 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7125 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7126 type const.
7127 (per_cu_header_read_in): Constify.
7128 * symfile.h (dwarf2_get_section_info): Update.
7129
7130 2013-04-12 Tom Tromey <tromey@redhat.com>
7131
7132 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7133
7134 2013-04-12 Eli Zaretskii <eliz@gnu.org>
7135
7136 * NEWS: Mention "show configuration", --configuration.
7137 * top.c (print_gdb_configuration): New function, displays the
7138 details about GDB configure-time parameters.
7139 (print_gdb_version): Mention "show configuration".
7140 * cli/cli-cmds.c (show_configuration): New function.
7141 (_initialize_cli_cmds): Add the "show configuration" command.
7142 * main.c (captured_main) <print_configuration>: New static var.
7143 <long_options>: Use it.
7144 If --configuration was given, call print_gdb_configuration.
7145
7146 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7147 Pedro Alves <palves@redhat.com>
7148
7149 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7150 (generated_files): Add gcore.
7151 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7152 HAVE_NATIVE_GCORE_HOST.
7153 (gcore): New.
7154 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7155 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7156 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7157 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7158 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7159 Add HAVE_NATIVE_GCORE_HOST.
7160 * configure: Regenerate.
7161 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7162 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
7163 AC_CONFIG_FILES for gcore.
7164 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
7165 gdb_have_gcore.
7166 * gdb_gcore.sh: Rename to ...
7167 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
7168 and GCORE_TRANSFORM_NAME substitutions.
7169
7170 Fix parsing tabs in ${gdb_target_obs}.
7171 * configure.tgt (gdb_have_gcore): Replace case with for and if.
7172
7173 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7174
7175 * remote.c (unpush_and_perror): Add output message final dot.
7176
7177 2013-04-11 Yao Qi <yao@codesourcery.com>
7178
7179 * tracepoint.c (tfile_interp_line): Fit parameters line and
7180 utpp in one line.
7181
7182 2013-04-10 Joel Brobecker <brobecker@adacore.com>
7183
7184 * solib.c (solib_map_sections): Remove code overwriting
7185 SO->SO_NAME with the bfd's filename.
7186
7187 2013-04-10 Pedro Alves <palves@redhat.com>
7188
7189 * cli/cli-decode.c (integer_unlimited_completer): New function.
7190 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7191 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7192 completer.
7193 * cli/cli-setshow.c: Include "cli/cli-utils.h".
7194 (is_unlimited_literal): New function.
7195 (do_set_command): Handle literal "unlimited" arguments.
7196 * frame.c (_initialize_frame) <set backtrace limit>: Document
7197 "unlimited".
7198 * printcmd.c (_initialize_printcmd) <set print
7199 max-symbolic-offset>: Add help text.
7200 * record-full.c (_initialize_record_full) <set record full
7201 insn-number-max>: Likewise.
7202 * record.c (_initialize_record) <set record
7203 instruction-history-size, set record function-call-history-size>:
7204 Add help text.
7205 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7206 help text.
7207 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7208 Likewise.
7209 * source.c (_initialize_source) <set listsize>: Add help text.
7210 * utils.c (initialize_utils) <set height, set width>: Likewise.
7211 <set pagination>: Mention "set height unlimited".
7212 * valprint.c (_initialize_valprint) <set print elements, set print
7213 repeats>: Document "unlimited".
7214
7215 2013-04-10 Pedro Alves <palves@redhat.com>
7216
7217 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7218 instead of disconnect_tracing.
7219 * infcmd.c (detach_command, disconnect_command): Call
7220 query_if_trace_running. Adjust.
7221 * top.c: Include "tracepoint.h".
7222 (quit_target): Delete. Contents moved ...
7223 (quit_force): ... here. Wrap each stage of teardown in
7224 TRY_CATCH. Call disconnect_tracing before detaching.
7225
7226 2013-04-10 Hui Zhu <hui@codesourcery.com>
7227 Yao Qi <yao@codesourcery.com>
7228
7229 * configure.ac: Check libbabeltrace is installed.
7230 * config.in: Regenerate.
7231 * configure: Regenerate.
7232 * Makefile.in (LIBBABELTRACE): New.
7233 (CLIBS): Add LIBBABELTRACE.
7234 * ctf.c: Include "exec.h".
7235 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7236 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7237 (ctf_save_metadata_header): Define new type aliases in
7238 metadata.
7239 (ctf_write_header): Define event type "tsv_def" and "tp_def"
7240 in metadata. Start a new faked packet for trace status.
7241 (ctf_write_status): Write trace status to CTF.
7242 (ctf_write_uploaded_tsv): Write TSV to CTF.
7243 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7244 (ctf_write_definition_end): End the faked packet.
7245
7246 (ctx, ctf_iter, trace_dirname): New.
7247 (start_pos): New variable.
7248 (ctf_destroy, ctf_open_dir, ctf_open): New.
7249 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7250 macros.
7251 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7252 (ctf_fetch_registers, ctf_xfer_partial): New.
7253 (ctf_get_trace_state_variable_value): New.
7254 (ctf_get_tpnum_from_frame_event): New.
7255 (ctf_get_traceframe_address): New.
7256 (ctf_trace_find, ctf_has_stack): New.
7257 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7258 (ctf_get_trace_status, ctf_read_status): New.
7259 (_initialize_ctf): New.
7260 * tracepoint.c (get_tracepoint_number): New
7261 (get_uploaded_tsv): Remove 'static'.
7262 (struct traceframe_info, trace_regblock_size): Move it to ...
7263 * tracepoint.h: ... here.
7264 (get_tracepoint_number): Declare it.
7265 (get_uploaded_tsv): Declare it.
7266
7267 * NEWS: Mention new configure option.
7268
7269 2013-04-10 Pedro Alves <palves@redhat.com>
7270 Hui Zhu <hui@codesourcery.com>
7271
7272 * breakpoint.c (dprintf_re_set): New.
7273 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7274 to dprintf_re_set.
7275
7276 2013-04-09 Joel Brobecker <brobecker@adacore.com>
7277
7278 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7279 Remove solib-svr4.o from the list.
7280
7281 2013-04-09 Joel Brobecker <brobecker@adacore.com>
7282
7283 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7284 Use gdb_assert_not_reached instead of invalid boolean expression.
7285
7286 2013-04-09 Pedro Alves <palves@redhat.com>
7287
7288 * remote.c (unpush_and_perror): New function.
7289 (readchar, remote_serial_write): Use it.
7290
7291 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
7292
7293 * NEWS: Mention new btrace RSP packets.
7294
7295 2013-04-08 Tom Tromey <tromey@redhat.com>
7296
7297 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7298 long.
7299
7300 2013-04-08 Tom Tromey <tromey@redhat.com>
7301
7302 * maint.c (print_bfd_section_info): Print the section index.
7303 * symmisc.c (dump_msymbols): Print the section index.
7304
7305 2013-04-08 Tom Tromey <tromey@redhat.com>
7306
7307 PR symtab/8424:
7308 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7309 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7310 * breakpoint.c (resolve_sal_pc): Update.
7311 * elfread.c (elf_gnu_ifunc_record_cache): Update.
7312 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7313 (minsym_lookup_iterator_cb): Use it.
7314 (default_read_var_value): Update.
7315 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7316 Update.
7317 * infcmd.c (jump_command): Update.
7318 * linespec.c (minsym_found): Update.
7319 * maint.c (maintenance_translate_address): Update.
7320 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7321 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7322 * parse.c (write_exp_msymbol): Update.
7323 * printcmd.c (address_info): Update.
7324 * psymtab.c (find_pc_sect_psymbol): Update.
7325 (fixup_psymbol_section): Check SYMBOL_SECTION, not
7326 SYMBOL_OBJ_SECTION.
7327 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7328 Don't initialize SYMBOL_OBJ_SECTION.
7329 * spu-tdep.c (spu_catch_start): Update.
7330 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7331 * symmisc.c (dump_msymbols, print_symbol): Update.
7332 * symtab.c (fixup_section): Don't set 'obj_section'. Change
7333 how fallback section is computed.
7334 (fixup_symbol_section): Update.
7335 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7336 Update.
7337 (allocate_symbol, initialize_symbol, allocate_template_symbol):
7338 Initialize SYMBOL_SECTION.
7339 * symtab.h (struct general_symbol_info) <section>: Update comment.
7340 <obj_section>: Remove.
7341 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
7342 (SYMBOL_OBJFILE): New macro.
7343
7344 2013-04-08 Tom Tromey <tromey@redhat.com>
7345
7346 * coffread.c (record_minimal_symbol): Update.
7347 * dbxread.c (record_minimal_symbol): Update.
7348 * elfread.c (record_minimal_symbol): Update.
7349 * machoread.c (macho_symtab_add_minsym): Update.
7350 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7351 Update.
7352 * minsyms.c (prim_record_minimal_symbol): Update.
7353 (prim_record_minimal_symbol_full): Remove 'bfd_section'
7354 argument.
7355 (prim_record_minimal_symbol_and_info): Likewise.
7356 * minsyms.h (prim_record_minimal_symbol_full)
7357 (prim_record_minimal_symbol_and_info): Update.
7358 * symtab.c (allocate_symbol, initialize_symbol)
7359 (allocate_template_symbol): Initialize SYMBOL_SECTION.
7360 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7361 Update.
7362
7363 2013-04-08 Tom Tromey <tromey@redhat.com>
7364
7365 PR symtab/8423:
7366 * solib-som.c (som_solib_section_offsets): Use BFD section
7367 indices. Set offsets for all sections.
7368 * somread.c (som_symtab_read): Compute BFD section for
7369 symbol. Use prim_record_minimal_symbol_and_info.
7370 (som_symfile_read): Fix comment.
7371 (struct find_section_offset_arg): New.
7372 (find_section_offset, set_section_index): New functions.
7373 (som_symfile_offsets): Use set_section_index to compute
7374 section indices.
7375
7376 2013-04-08 Tom Tromey <tromey@redhat.com>
7377
7378 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7379 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7380 gdb_bfd_section_index.
7381 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7382 New functions.
7383 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7384 Declare.
7385 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7386 Update.
7387 * objfiles.c (add_to_objfile_sections_full): New function.
7388 (add_to_objfile_sections): Use it.
7389 (build_section_table): Rewrite.
7390 (objfile_relocate1): Use gdb_bfd_section_index. Update.
7391 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7392 (struct objfile) <sections>: Update comment.
7393 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7394 is NULL.
7395 (ALL_OBJSECTIONS): Use it.
7396 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7397 * solib-frv.c (frv_relocate_main_executable): Update.
7398 * solib-target.c (solib_target_relocate_section_addresses):
7399 Use gdb_bfd_section_index.
7400 * symfile.c (build_section_addr_info_from_section_table):
7401 Use gdb_bfd_section_index.
7402 (build_section_addr_info_from_bfd, place_section): Likewise.
7403 * symtab.c (fixup_section): Update.
7404 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7405
7406 2013-04-08 Tom Tromey <tromey@redhat.com>
7407
7408 * minsyms.h (struct bound_minimal_symbol): New.
7409 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7410 Remove objfile argument.
7411 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7412 Return bound_minimal_symbol.
7413 * minsyms.c (lookup_minimal_symbol_by_pc_1)
7414 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7415 Return bound_minimal_symbol.
7416 (in_gnu_ifunc_stub): Update.
7417 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7418 Remove 'objfile_p' argument.
7419 (lookup_solib_trampoline_symbol_by_pc): Update.
7420 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7421 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7422 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7423 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7424 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7425 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7426 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7427 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7428 stack.c, symtab.c, tui/tui-disasm.c: Update.
7429
7430 2013-04-08 Tom Tromey <tromey@redhat.com>
7431
7432 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7433 Use symbol's obstack, not an objfile.
7434 * coffread.c (process_coff_symbol): Update.
7435 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7436 * jv-lang.c (add_class_symbol): Update.
7437 * mdebugread.c (new_symbol): Update.
7438 * minsyms.c (prim_record_minimal_symbol_full)
7439 (terminate_minimal_symbol_table): Update.
7440 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
7441 * stabsread.c (define_symbol, read_enum_type): Update.
7442 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7443 Handle Ada specially.
7444 (symbol_set_language): Add 'obstack' argument.
7445 (symbol_set_names): Update.
7446 (symbol_natural_name, symbol_demangled_name): Always use
7447 ada_decode_symbol.
7448 * symtab.h (struct general_symbol_info)
7449 <language_specific::obstack>: New field.
7450 <ada_mangled>: New field.
7451 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7452 (symbol_set_language): Update.
7453
7454 2013-04-08 Tom Tromey <tromey@redhat.com>
7455
7456 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7457 Take an obstack, not an objfile.
7458 (symbol_set_names): Update.
7459 * symtab.h (symbol_set_demangled_name): Update.
7460
7461 2013-04-08 Tom Tromey <tromey@redhat.com>
7462
7463 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7464 allocate_symbol.
7465 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7466 (read_func_scope): Call allocate_template_symbol.
7467 (new_symbol_full): Call allocate_symbol.
7468 * jit.c (finalize_symtab): Call allocate_symbol.
7469 * jv-lang.c (add_class_symbol): Call allocate_symbol.
7470 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7471 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7472 (common_block_end): Call allocate_symbol.
7473 * symtab.c (allocate_symbol, initialize_symbol)
7474 (allocate_template_symbol): New functions.
7475 * symtab.c (allocate_symbol, initialize_symbol)
7476 (allocate_template_symbol): Declare.
7477 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7478
7479 2013-04-08 Pedro Alves <palves@redhat.com>
7480 Keith Seitz <keiths@redhat.com>
7481
7482 * breakpoint.c (create_breakpoint): Rename
7483 "parse_condition_and_thread" parameter to "parse_arg". Update
7484 describing comment. If !PARSE_ARG, then error out if ARG is not
7485 the empty string after extracting the location.
7486 * breakpoint.h (create_breakpoint): Rename
7487 "parse_condition_and_thread" parameter to "parse_arg".
7488
7489 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
7490
7491 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7492
7493 2013-04-07 Yao Qi <yao@codesourcery.com>
7494
7495 * remote.c (remote_trace_find): Change type of parameters 'addr1'
7496 and 'addr2' to CORE_ADDR.
7497 * target.c (update_current_target): Update.
7498 * target.h (struct target_ops) <to_trace_find>: Change parameter
7499 type to CORE_ADDR.
7500 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7501 'addr2' to CORE_ADDR.
7502 (tfile_trace_find): Likewise.
7503 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7504 Change local variable 'addr' to type CORE_ADDR.
7505 * tracepoint.h (tfind_1): Update declaration.
7506
7507 2013-04-06 Eli Zaretskii <eliz@gnu.org>
7508
7509 * windows-nat.c (windows_get_absolute_argv0): Move from here...
7510 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7511 Include main.h.
7512
7513 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7514 here...
7515 * main.h (windows_get_absolute_argv0): ...to here.
7516
7517 2013-04-05 Doug Evans <dje@google.com>
7518
7519 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7520 (read_cutu_die_from_dwo): Add comments.
7521 (read_structure_type): Update comment.
7522 (read_enumeration_type, read_namespace_type): Update comment.
7523 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7524
7525 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7526
7527 Convert man pages to texinfo, new gdbinit.5 texinfo page.
7528 * Makefile.in (gdb.z): Remove.
7529 (install-only): Remove $(man1dir) and gdb.1 installation.
7530 * gdb.1: Remove.
7531
7532 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7533
7534 Fix compatibility with Linux kernel 3.8.3.
7535 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7536 to more inner block. Remove parsing of NUMBER from outer block.
7537 Parse NUMBER only if KEYWORD has been identified.
7538
7539 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7540
7541 Fix variable name shadowing.
7542 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7543 filename to mapsfilename and update its uses.
7544
7545 2013-04-05 Eli Zaretskii <eliz@gnu.org>
7546
7547 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7548 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7549 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7550 details of the problem.
7551
7552 2013-04-04 Pedro Alves <palves@redhat.com>
7553 Hui Zhu <hui@codesourcery.com>
7554
7555 * breakpoint.c (validate_commands_for_breakpoint): If validating a
7556 tracepoint, reset its STEP_COUNT and call validate_actionline.
7557
7558 2013-04-03 Doug Evans <dje@google.com>
7559
7560 * dwarf2read.c (read_die_and_siblings_1): Renamed from
7561 read_die_and_siblings.
7562 (read_die_and_siblings): New function.
7563 (read_cutu_die_from_dwo): Dump die if requested.
7564 (read_die_and_children): Call read_full_die_1 and
7565 read_die_and_siblings_1.
7566 (read_full_die): Dump die if requested.
7567
7568 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7569
7570 * dwarf2read.c (struct dwo_file): New member comp_dir.
7571 Rename member name to dwo_name. All uses updated.
7572 (hash_dwo_file): Include comp_dir in computation.
7573 (eq_dwo_file): Ditto.
7574 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
7575 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7576
7577 * psymtab.c (read_psymtabs_with_fullname): Don't call
7578 psymtab_to_fullname if the basenames are different.
7579
7580 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7581
7582 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7583 New entry about "fullname" presence.
7584
7585 2013-04-03 Pedro Alves <palves@redhat.com>
7586
7587 * NEWS: Mention x86_64/Cygwin as new native configuration.
7588
7589 2013-04-02 Doug Evans <dje@google.com>
7590
7591 * dwarf2read.c (read_structure_type): Fix typo in comment.
7592
7593 2013-04-02 Pedro Alves <palves@redhat.com>
7594
7595 * NEWS: Mention "set/show debug aarch64", "set/show debug
7596 coff-pe-read" and "set/show debug mach-o".
7597
7598 2013-04-02 Pedro Alves <palves@redhat.com>
7599
7600 * NEWS: Mention "set/show remote trace-buffer-size-packet".
7601
7602 2013-04-02 Eli Zaretskii <eliz@gnu.org>
7603
7604 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7605 gdb_string.h is now in common/.
7606
7607 2013-04-02 Pedro Alves <palves@redhat.com>
7608
7609 * NEWS: Move "set debug notification" and "set trace-buffer-size"
7610 under "New options".
7611
7612 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7613
7614 Revert this patch:
7615 PR gdb/15275
7616 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7617
7618 2013-04-02 Pedro Alves <palves@redhat.com>
7619
7620 PR gdb/15275
7621
7622 * remote.c (send_interrupt_sequence): Use remote_serial_write.
7623 (remote_serial_write): New function.
7624 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7625
7626 2013-04-01 Jiong Wang <jiwang@tilera.com>
7627
7628 * NEWS: Mention TILE-Gx in "New native configurations" and
7629 "New targets" sections.
7630
7631 2013-04-01 Doug Evans <dje@google.com>
7632
7633 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7634 (process_enumeration_scope): Simplify.
7635
7636 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7637 type_unit_group ...
7638 (struct signatured_type): ... to here.
7639 (sig_type_ptr): New typedef.
7640 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
7641 out of union 't'. All uses updated.
7642 (dw2_get_file_names_reader): Assert not called for a type unit.
7643 (dw2_get_file_names): Assert not called for a type unit or type
7644 unit group.
7645 (build_type_psymtabs_reader): Assert called for a type unit.
7646 (build_type_psymtab_dependencies): Assert called for a type unit group.
7647
7648 * dwarf2read.c (free_dwo_file): Add comment.
7649 (dwarf2_per_objfile_free): Unref dwp bfd.
7650
7651 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7652
7653 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7654 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7655 (read_pe_exported_syms): Remove unused 'exportix'.
7656 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7657 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7658 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7659
7660 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7661
7662 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7663 (print_it_watchpoint): Remove unused 'bl'.
7664 (say_where): Remove unused 'uiout'.
7665 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7666 (bkpt_breakpoint_hit): Remove unused 'b'.
7667 (internal_bkpt_print_it): Remove unused 'uiout'.
7668 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7669
7670 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7671
7672 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7673 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7674
7675 2013-03-29 Doug Evans <dje@google.com>
7676
7677 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7678 Delete arg is_dwp. All callers updated.
7679 (open_dwp_file): New function.
7680 (open_and_init_dwp_file): Call it.
7681 (get_dwp_file): New function.
7682 (lookup_dwo_cutu): Call it.
7683
7684 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7685 unnecessary, cleanup.
7686
7687 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7688
7689 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7690 (lookup_dwo_unit): New function.
7691 (init_cutu_and_read_dies): Move DWO handling to new functions.
7692
7693 * dwarf2read.c (struct signatured_type): Tweak comment.
7694 (struct dwo_unit): Tweak comment.
7695 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7696 (create_dwo_debug_info_hash_table): Tweak comment.
7697 (dwarf2_per_cu_offset_and_type): Tweak comment.
7698
7699 * dwarf2read.c (lookup_signatured_type): Remove complaint about
7700 missing .debug_types section.
7701
7702 2013-03-29 Yao Qi <yao@codesourcery.com>
7703
7704 * corelow.c: Include "completer.h".
7705 (_initialize_corelow): Call add_target_with_completer with
7706 argument 'filename_completer'.
7707 * tracepoint.c: Likewise.
7708 * exec.c (_initialize_exec): Likewise.
7709 * target.c (add_target): Rename to ...
7710 (add_target_with_completer): ... this. Call set_cmd_completer
7711 if parameter completer is not NULL.
7712 (add_target): New.
7713 * target.h: Include "command.h".
7714 (add_target_with_completer): Declare it.
7715
7716 2013-03-28 Joel Brobecker <brobecker@adacore.com>
7717
7718 * coffread.c (is_import_fixup_symbol): New function.
7719 (record_minimal_symbol): Use is_import_fixup_symbol to
7720 detect import fixup symbols, and discard them.
7721
7722 2013-03-28 Doug Evans <dje@google.com>
7723
7724 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7725 types hash table until we know we need it.
7726
7727 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7728 index numbers.
7729
7730 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7731 All callers updated.
7732 (dw2_print_stats): Print #read CUs too.
7733 (dump_die_shallow): Print signatured types better.
7734
7735 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7736 info_or_types_section to section. All uses updated.
7737 (struct dwo_unit): Ditto.
7738
7739 2013-03-28 Pedro Alves <palves@redhat.com>
7740
7741 * NEWS (New options): New section.
7742 (New options): Mention set/show remote trace-status-packet.
7743 * remote.c (PACKET_qTStatus): New enumeration value.
7744 (remote_get_trace_status): Skip sending qTStatus if the packet is
7745 disabled. Use packet_ok.
7746 (_initialize_remote): Register a configuration command for
7747 qTStatus packet.
7748
7749 2013-03-28 Doug Evans <dje@google.com>
7750
7751 * symfile.c (find_separate_debug_file): Add comment.
7752 (terminate_after_last_dir_separator): Tweak comment.
7753
7754 * dwarf2read.c (create_partial_symtab): Add forward decl.
7755 (create_partial_symtab): Move to be closer to other psymtab functions.
7756 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7757
7758 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7759 (compute_symtab_includes): Remove unnecessary forward declaration.
7760 (die_needs_namespace): Add comment marking group of functions for
7761 dwarf2 name computation.
7762
7763 * typeprint.c (_initialize_typeprint): Improve type help text.
7764
7765 * python/python.c (finish_python_initialization): Provide suggestion
7766 for how to tell gdb to find its python files.
7767
7768 2013-03-28 Pedro Alves <palves@redhat.com>
7769
7770 PR gdb/15294
7771
7772 * source.c (_initialize_source): Change back "set listsize" to an
7773 integer command.
7774
7775 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
7776
7777 PR gdb/15275
7778 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7779
7780 2013-03-27 Pedro Alves <palves@redhat.com>
7781
7782 * top.c (history_size): Rename to ...
7783 (history_size_setshow_var): ... this. Add comment.
7784 (show_commands): Use readline's 'history_length' instead of
7785 computing the history length by calling history_get in a loop.
7786 (set_history_size_command): Error out for sizes over INT_MAX.
7787 Restore previous history size on invalid size.
7788 (init_history): If HISTSIZE is negative, leave the history size as
7789 zero. Add comments.
7790 (init_main): Adjust.
7791
7792 2013-03-27 Pedro Alves <palves@redhat.com>
7793
7794 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7795 coff_pe_read" command to "set debug coff-pe-read".
7796
7797 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
7798
7799 * record.c (command_size_to_target_size): Fix size comparison.
7800 Change parameter type from pointer to integer to integer.
7801 Update all users.
7802
7803 2013-03-27 Pierre Muller <muller@sourceware.org>
7804
7805 * windows-nat.c (handle_output_debug_string): Avoid typecast
7806 from integer of different size warning.
7807
7808 2013-03-26 Joel Brobecker <brobecker@adacore.com>
7809
7810 * windows-nat.c (handle_output_debug_string): Add empty line
7811 after local block variable definition.
7812
7813 2013-03-26 Pedro Alves <palves@redhat.com>
7814
7815 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7816 (net_open): Make 'polls' local unsigned.
7817
7818 2013-03-26 Pedro Alves <palves@redhat.com>
7819
7820 * remote.c (_initialize_remote): Make "set remoteaddresssize"
7821 a zuinteger command instead of uinteger.
7822
7823 2013-03-26 Pedro Alves <palves@redhat.com>
7824
7825 * record-full.c (record_full_insn_num): Make it unsigned.
7826 (record_full_check_insn_num, record_full_message)
7827 (record_full_registers_change, record_full_xfer_partial): Remove
7828 record_full_insn_max_num check (it's always != 0).
7829 (record_full_info, record_full_restore): Use %u as format string.
7830 (): Use %u as format string.
7831 (set_record_full_insn_max_num): Remove record_full_insn_max_num
7832 check (it's always != 0).
7833
7834 2013-03-26 Pedro Alves <palves@redhat.com>
7835
7836 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7837 and "set dcache size" commands zuinteger instead of uinteger.
7838
7839 2013-03-26 Pedro Alves <palves@redhat.com>
7840
7841 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7842 command zuinteger instead of uinteger.
7843
7844 2013-03-26 Pedro Alves <palves@redhat.com>
7845
7846 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7847 zuinteger instead of uinteger.
7848
7849 2013-03-26 Pedro Alves <palves@redhat.com>
7850
7851 * record.c (record_insn_history_size_setshow_var)
7852 (record_call_history_size_setshow_var): New globals.
7853 (command_size_to_target_size): New function.
7854 (cmd_record_insn_history, cmd_record_call_history): Use
7855 command_size_to_target_size instead of cast.
7856 (validate_history_size, set_record_insn_history_size)
7857 (set_record_call_history_size): New functions.
7858 (_initialize_record): Install set_record_insn_history_size and
7859 set_record_call_history_size as "set" hooks of "set record
7860 instruction-history-size" and "set record
7861 function-call-history-size".
7862
7863 2013-03-26 Pedro Alves <palves@redhat.com>
7864
7865 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7866 use with history_max_entries use. Remove FIXME note.
7867
7868 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
7869
7870 * record-btrace.c (record_btrace_close): Call
7871 record_btrace_auto_disable.
7872
7873 2013-03-25 Joel Brobecker <brobecker@adacore.com>
7874
7875 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7876
7877 2013-03-25 Doug Evans <dje@google.com>
7878
7879 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7880
7881 2013-03-25 Tom Tromey <tromey@redhat.com>
7882
7883 PR symtab/11462:
7884 * c-exp.y (exp): Add new productions for destructors after '.' and
7885 '->'.
7886 (write_destructor_name): New function.
7887
7888 2013-03-25 Tom Tromey <tromey@redhat.com>
7889
7890 PR c++/9197:
7891 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7892 value_struct_elt, not lookup_struct_elt_type.
7893 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7894 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7895 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7896
7897 2013-03-25 Yao Qi <yao@codesourcery.com>
7898
7899 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7900 instead of '_mkdir'.
7901
7902 2013-03-23 Eli Zaretskii <eliz@gnu.org>
7903
7904 * windows-nat.c (windows_get_absolute_argv0): New function.
7905 * windows-nat.h: Add its prototype.
7906
7907 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7908 Use IS_DIR_SEPARATOR instead of looking for a character inside
7909 SLASH_STRING. Include filenames.h.
7910 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7911 relocate_gdb_directory works when passed gdb_program_name.
7912 Include windows-nat.h.
7913
7914 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7915
7916 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7917 * remote.c (trace_error): Remove the special handling of '2'.
7918 (readchar) <SERIAL_EOF>
7919 (readchar) <SERIAL_ERROR>
7920 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7921 (remote_get_trace_status): Call throw_exception if EX is
7922 TARGET_CLOSE_ERROR.
7923 * utils.c (perror_with_name): Rename to ...
7924 (throw_perror_with_name): ... here. New parameter errcode, describe it
7925 in the function comment.
7926 (perror_with_name): New function wrapper.
7927 * utils.h (enum errors): New stub declaration.
7928 (throw_perror_with_name): New declaration.
7929
7930 2013-03-22 Pedro Alves <palves@redhat.com>
7931 Yao Qi <yao@codesourcery.com>
7932 Mark Kettenis <kettenis@gnu.org>
7933
7934 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7935 Don't let the user set the value to UINT_MAX directly.
7936 <var_integer>: Don't let the user set the value to INT_MAX
7937 directly.
7938
7939 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7940
7941 * remote.c (remote_unpush_target): New function.
7942 (remote_open_1): Remove two pop_target calls, update one comment, add
7943 comment to target_preopen call. Replace pop_target call by
7944 remote_unpush_target call.
7945 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7946 pop_target calls by remote_unpush_target calls.
7947
7948 2013-03-22 Pedro Alves <palves@redhat.com>
7949
7950 * linux-nat.c (linux_child_follow_fork): Don't call
7951 linux_enable_event_reporting.
7952 (linux_handle_extended_wait): Don't call
7953 linux_enable_event_reporting.
7954
7955 2013-03-22 Pedro Alves <palves@redhat.com>
7956
7957 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7958 use it to rewrite the trampoline buffers with type gdb_byte[], and
7959 undefine the macro. Remove char* cast.
7960
7961 2013-03-21 Doug Evans <dje@google.com>
7962
7963 New commands "mt set per-command {space,time,symtab} {on,off}".
7964 * NEWS: Add entry.
7965 * event-top.c: #include "maint.h".
7966 * main.c: #include "maint.h".
7967 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7968 timeval-utils.h, maint.h, cli/cli-setshow.h.
7969 (per_command_time, per_command_space): New static globals.
7970 (per_command_symtab): New static global.
7971 (per_command_setlist, per_command_showlist): New static globals.
7972 (struct cmd_stats): Move here from utils.c.
7973 (set_per_command_time): Renamed from set_display_time in utils.c
7974 and moved here. All callers updated.
7975 (set_per_command_space): Renamed from set_display_space in utils.c
7976 and moved here. All callers updated.
7977 (count_symtabs_and_blocks): New function.
7978 (report_command_stats): Moved here from utils.c. Add support for
7979 printing symtab stats. Only print data if enabled before command
7980 executed.
7981 (make_command_stats_cleanup): Ditto.
7982 (sert_per_command_cmd, show_per_command_cmd): New functions.
7983 (_initialize_maint_cmds): Add new commands
7984 mt set per-command {space,time,symtab} {on,off}.
7985 * maint.h: New file.
7986 * top.c: #include "maint.h".
7987 * utils.c (reset_prompt_for_continue_wait_time): New function.
7988 (get_prompt_for_continue_wait_time): New function.
7989 * utils.h (reset_prompt_for_continue_wait_time): Declare
7990 (get_prompt_for_continue_wait_time): Declare.
7991 (make_command_stats_cleanup): Moved to maint.h.
7992 (set_display_time, set_display_space): Moved to maint.h and renamed
7993 to set_per_command_time, set_per_command_space.
7994 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7995 parse_binary_operation and made non-static. Don't call error,
7996 just return an error marker. All callers updated.
7997 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7998
7999 2013-03-21 Tom Tromey <tromey@redhat.com>
8000
8001 * symfile.c (alloc_section_addr_info): Update header. Don't set
8002 'num_sections' field.
8003 (build_section_addr_info_from_section_table): Set 'num_sections'.
8004 (build_section_addr_info_from_bfd): Likewise.
8005 (build_section_addr_info_from_objfile): Remove dead loop
8006 condition.
8007 (free_section_addr_info): Unconditionally call xfree.
8008 (relative_addr_info_to_section_offsets, addrs_section_sort)
8009 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
8010 condition.
8011 (syms_from_objfile_1): Remove dead 'if' condition. Check
8012 'num_sections'.
8013 (add_symbol_file_command): Set 'num_sections'.
8014 * symfile-mem.c (symbol_file_add_from_memory): Set
8015 'num_sections'.
8016 * somread.c (som_symfile_offsets): Remove dead loop condition.
8017 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
8018 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
8019
8020 2013-03-21 Tom Tromey <tromey@redhat.com>
8021
8022 * tracepoint.h (decode_agent_options): Add 'trace_string'
8023 argument.
8024 * tracepoint.c (decode_agent_options): Add 'trace_string'
8025 argument.
8026 (validate_actionline): Update.
8027 (collect_symbol): Add 'trace_string' argument.
8028 (struct add_local_symbols_data) <trace_string>: New field.
8029 (do_collect_symbol): Update.
8030 (add_local_symbols): Add 'trace_string' argument.
8031 (encode_actions_1): Update.
8032 (trace_dump_actions): Update.
8033 * dwarf2loc.c (access_memory): Update.
8034 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
8035 * ax-general.c (new_agent_expr): Update.
8036 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
8037 (gen_trace_for_return_address): Add argument.
8038 (trace_kludge, trace_string_kludge): Remove.
8039 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
8040 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
8041 (gen_trace_for_var): Add 'trace_string' argument.
8042 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
8043 (gen_printf, agent_eval_command_one): Update.
8044
8045 2013-03-21 Tom Tromey <tromey@redhat.com>
8046
8047 PR exp/15109:
8048 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8049 Handle FILENAME token.
8050
8051 2013-03-21 Tom Tromey <tromey@redhat.com>
8052
8053 * c-exp.y (YYPRINT): Define.
8054 (c_print_token): New function.
8055
8056 2013-03-21 Tom Tromey <tromey@redhat.com>
8057
8058 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8059
8060 2013-03-21 Yao Qi <yao@codesourcery.com>
8061
8062 * ctf.c: Include "gdb_stat.h".
8063 [USE_WIN32API]: New macro 'mkdir'.
8064 (ctf_start): Use permission bits macros if they are defined.
8065
8066 2013-03-20 Keith Seitz <keiths@redhat.com>
8067
8068 * breakpoint.h (struct breakpoint): Add comment to
8069 extra_string indicating that this member is mallod'd.
8070 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8071
8072 2013-03-20 Pedro Alves <palves@redhat.com>
8073
8074 PR gdb/15289
8075
8076 * cli/cli-setshow.c (do_set_command)
8077 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8078 the result of parsing the command argument. Throw error if the
8079 value is greater than UINT_MAX. Print the invalid value with
8080 plongest.
8081 <var_integer, var_zinteger>: Use LONGEST for variable holding the
8082 result of parsing the command argument. Throw error if the value
8083 is greater than INT_MAX, not greater or equal. Also throw error
8084 if the value is less than INT_MIN. Print the invalid value with
8085 plongest.
8086 <var_zuinteger_unlimited>: Throw error if the value is greater
8087 than INT_MAX, not greater or equal.
8088 (do_show_command) <var_integer, var_zinteger,
8089 var_zuinteger_unlimited>: Use %d for printing int, not %u.
8090
8091 2013-03-20 Tom Tromey <tromey@redhat.com>
8092
8093 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8094 if possible.
8095 * dwarf2read.c (read_func_scope): Remove old FIXME.
8096 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8097 not LOC_COMPUTED.
8098 * findvar.c (symbol_read_needs_frame, default_read_var_value):
8099 Unconditionally call via computed ops, if possible.
8100 * printcmd.c (address_info): Unconditionally call via computed ops,
8101 if possible.
8102 * stack.c (read_frame_arg): Unconditionally call via computed ops,
8103 if possible.
8104 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8105 * tracepoint.c (scope_info): Unconditionally call via computed ops,
8106 if possible.
8107
8108 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8109 Tom Tromey <tromey@redhat.com>
8110
8111 PR symtab/8421:
8112 * coffread.c (coff_register_index): New global.
8113 (process_coff_symbol, coff_read_enum_type): Set
8114 SYMBOL_ACLASS_INDEX.
8115 (_initialize_coffread): Initialize new global.
8116 * dwarf2loc.c (locexpr_find_frame_base_location)
8117 (dwarf2_block_frame_base_locexpr_funcs)
8118 (loclist_find_frame_base_location)
8119 (dwarf2_block_frame_base_loclist_funcs): New.
8120 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8121 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8122 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8123 (dwarf2_block_frame_base_loclist_funcs): New.
8124 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8125 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8126 globals.
8127 (read_func_scope): Update.
8128 (fixup_go_packaging, mark_common_block_symbol_computed)
8129 (var_decode_location, new_symbol_full, dwarf2_const_value):
8130 Set SYMBOL_ACLASS_INDEX.
8131 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
8132 (_initialize_dwarf2_read): Initialize new globals.
8133 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8134 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8135 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8136 globals.
8137 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8138 (_initialize_mdebugread): Initialize new globals.
8139 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8140 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8141 (stab_register_index, stab_regparm_index): New globals.
8142 (define_symbol, read_enum_type, common_block_end): Set
8143 SYMBOL_ACLASS_INDEX.
8144 (_initialize_stabsread): Initialize new globals.
8145 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8146 globals.
8147 (MAX_SYMBOL_IMPLS): New define.
8148 (register_symbol_computed_impl, register_symbol_block_impl)
8149 (register_symbol_register_impl)
8150 (initialize_ordinary_address_classes): New functions.
8151 (_initialize_symtab): Call initialize_ordinary_address_classes.
8152 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8153 (struct symbol_impl): New.
8154 (SYMBOL_ACLASS_BITS): New define.
8155 (struct symbol) <aclass, ops>: Remove fields.
8156 <aclass_index>: New field.
8157 (symbol_impls): Declare.
8158 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8159 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8160 (register_symbol_computed_impl, register_symbol_block_impl)
8161 (register_symbol_register_impl): Declare.
8162 (struct symbol_computed_ops): Add location_has_loclist.
8163 (struct symbol_block_ops): New.
8164 (SYMBOL_BLOCK_OPS): New.
8165 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8166
8167 2013-03-20 Tom Tromey <tromey@redhat.com>
8168
8169 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8170 (print_partial_symbols, recursively_search_psymtabs): Use
8171 PSYMBOL_CLASS.
8172
8173 2013-03-20 Pierre Muller <muller@sourceware.org>
8174
8175 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8176 addtion, subtraction, multiplication and division binary operator.
8177
8178 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8179
8180 Code cleanup.
8181 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8182 * bsd-kvm.c (bsd_kvm_close): Likewise.
8183 * bsd-uthread.c (bsd_uthread_close): Likewise.
8184 * corelow.c (core_close): Likewise.
8185 (core_close_cleanup): Remove parameter quitting from a caller.
8186 * event-top.c (async_disconnect): Likewise.
8187 * exec.c (exec_close_1): Remove parameter quitting.
8188 * go32-nat.c (go32_close): Likewise.
8189 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
8190 parameter quitting from a caller.
8191 * mips-linux-nat.c (super_close): Remove parameter quitting from the
8192 variable.
8193 (mips_linux_close): Remove parameter quitting. Remove parameter
8194 quitting from a caller.
8195 * monitor.c (monitor_close): Remove parameter quitting.
8196 * monitor.h (monitor_close): Likewise.
8197 * record-btrace.c (record_btrace_close): Likewise.
8198 * record-full.c (record_full_close): Likewise.
8199 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8200 it also from fprintf_unfiltered.
8201 * remote-mips.c (mips_close): Remove parameter quitting.
8202 (mips_detach): Remove parameter quitting from a caller.
8203 * remote-sim.c (gdbsim_close): Remove parameter quitting.
8204 (gdbsim_close): Remove duplicate function comment. Remove parameter
8205 quitting and remove it also from printf_filtered.
8206 * remote.c (remote_close): Remove parameter quitting.
8207 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8208 * target.c (update_current_target): Remove parameter int from to_close
8209 de_fault.
8210 (push_target, unpush_target, pop_target): Remove parameter quitting from
8211 a caller.
8212 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8213 Remove parameter quitting from a caller.
8214 (target_preopen): Remove parameter quitting from a caller.
8215 (target_close): Remove parameter quitting. Remove parameter quitting
8216 from a caller two times. Remove parameter quitting also from
8217 fprintf_unfiltered.
8218 * target.h (struct target_ops): Remove parameter quitting and as int
8219 from fields to_xclose and to_close.
8220 (extern struct target_ops current_target):
8221 (target_close, pop_all_targets): Remove parameter quitting. Update the
8222 comment.
8223 (pop_all_targets_above): Remove parameter quitting.
8224 * top.c (quit_target): Remove parameter quitting from a caller.
8225 * tracepoint.c (tfile_close): Remove parameter quitting.
8226 * windows-nat.c (windows_close): Remove parameter quitting.
8227
8228 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
8229
8230 * windows-nat.c (handle_output_debug_string): Replace call
8231 to string_to_core_addr with call to strtoull.
8232
8233 2013-03-20 Yao Qi <yao@codesourcery.com>
8234
8235 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8236 and write it to CTF metadata.
8237
8238 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
8239
8240 * windows-nat.c (handle_output_debug_string): Change type of n to
8241 SIZE_T to avoid crash on 64 bit systems.
8242
8243 2013-03-17 Eli Zaretskii <eliz@gnu.org>
8244
8245 * python/python-internal.h (HAVE_SNPRINTF)
8246 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8247 about redefinition of snprintf by pyerrors.h.
8248
8249 2013-03-15 Steve Ellcey <sellcey@mips.com>
8250
8251 * remote-sim.c (sim_command_completer): Make char arguments const.
8252
8253 2013-03-15 Tom Tromey <tromey@redhat.com>
8254
8255 PR c++/15116:
8256 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8257
8258 2013-03-14 Tom Tromey <tromey@redhat.com>
8259
8260 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
8261 New fields.
8262 (get_file_crc): Move from symfile.c.
8263 (gdb_bfd_crc): New function.
8264 * gdb_bfd.h (gdb_bfd_crc): Declare.
8265 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
8266 * symfile.c (get_file_crc): Move to gdb_bfd.c.
8267 (separate_debug_file_exists): Use gdb_bfd_crc.
8268
8269 2013-03-14 Tom Tromey <tromey@redhat.com>
8270
8271 * symfile.c (get_debug_link_info): Remove.
8272 (find_separate_debug_file_by_debuglink): Use
8273 bfd_get_debug_link_info.
8274
8275 2013-03-14 Tom Tromey <tromey@redhat.com>
8276
8277 * symtab.c (error_in_psymtab_expansion): New function.
8278 (lookup_symbol_aux_quick)
8279 (basic_lookup_transparent_type_quick): Remove "last resort"
8280 code. Use error_in_psymtab_expansion.
8281
8282 2013-03-14 Doug Evans <dje@google.com>
8283 Jan Kratochvil <jan.kratochvil@redhat.com>
8284
8285 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8286 any successful compare_filenames_for_search or FILENAME_CMP.
8287 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8288 * symtab.c (iterate_over_some_symtabs): Likewise.
8289
8290 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8291
8292 * source.c (print_source_lines_base): Make a local copy of
8293 symtab_to_fullname.
8294
8295 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
8296 Jan Kratochvil <jan.kratochvil@redhat.com>
8297
8298 * source.c (print_source_lines_base): Suppress "file" for TUI.
8299
8300 2013-03-14 Keith Seitz <keiths@redhat.com>
8301 Alan Matsuoka <alanm@redhat.com>
8302
8303 PR c++/15203
8304 PR c++/15210
8305 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8306 TYPE_CODE_METHOD.
8307 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8308 symbols.
8309
8310 2013-03-14 Yao Qi <yao@codesourcery.com>
8311
8312 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8313 status to tfile if trace is stopped by command 'tstop'.
8314
8315 2013-03-14 Yao Qi <yao@codesourcery.com>
8316
8317 * tracepoint.c (tfile_write_status): Write trace notes and user
8318 name into tfile if they are not NULL.
8319
8320 2013-03-14 Hui Zhu <hui@codesourcery.com>
8321 Yao Qi <yao@codesourcery.com>
8322
8323 * Makefile.in (REMOTE_OBS): Add ctf.o.
8324 (SFILES): Add ctf.c.
8325 (HFILES_NO_SRCDIR): Add ctf.h.
8326 * ctf.c, ctf.h: New files.
8327 * tracepoint.c: Include 'ctf.h'.
8328 (collect_pseudocommand): Remove static.
8329 (trace_save_command): Parse option "-ctf".
8330 Produce different trace file writers per option.
8331 Adjust output message.
8332 (trace_save_tfile, trace_save_ctf): New.
8333 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8334 * mi/mi-main.c: Include 'ctf.h'.
8335 (mi_cmd_trace_save): Handle option '-ctf'. Call either
8336 trace_save_tfile or trace_save_ctf.
8337 * NEWS: Mention these changes.
8338
8339 2013-03-14 Yao Qi <yao@codesourcery.com>
8340
8341 * tracepoint.c (trace_file_writer_xfree): New.
8342 (struct tfile_writer_data): New.
8343 (tfile_dtor, tfile_can_target_save, tfile_start): New.
8344 (tfile_write_header, tfile_write_regblock_type): New.
8345 (tfile_write_status, tfile_write_uploaded_tsv): New.
8346 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8347 (tfile_write_raw_data, (tfile_end): New.
8348 (tfile_write_ops): New global variable.
8349 (TRACE_WRITE_R_BLOCK): New macro.
8350 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8351 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8352 (TRACE_WRITE_V_BLOCK): New macro.
8353 (trace_save): Add extra one parameter WRITER. Make it static.
8354 Use WRITER to writer trace.
8355 (tfile_trace_file_writer_new): New.
8356 (trace_save_command): Caller update.
8357 (trace_save_tfile): Write trace data in TFILE format.
8358 * tracepoint.h (struct trace_frame_write_ops): New.
8359 (struct trace_file_write_ops): New.
8360 (struct trace_file_writer): New.
8361 (trace_save): Remove its declaration.
8362 (trace_save_tfile): Declare it.
8363 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8364 instead of trace_save.
8365
8366 2013-03-13 Pedro Alves <palves@redhat.com>
8367
8368 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8369
8370 2013-03-13 Pedro Alves <palves@redhat.com>
8371
8372 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8373 commented out code.
8374 * demangle.c (current_demangling_style_string): Make it const.
8375 (set_demangling_command): Assert the demangling style is known.
8376 Remove all handling of unknown styles. Set
8377 'current_demangling_style_string' to an element of the
8378 demangling_style_names array.
8379 (set_demangling_style): Delete.
8380 (_initialize_demangler): Set current_demangling_style_string to the
8381 element of the demangling_style_names array that corresponds to
8382 the default demangling style. Remove FIXME note. Don't call
8383 set_demangling_style.
8384 * gdb-demangle.h (set_demangling_style): Remove declaration.
8385
8386 2013-03-13 Pedro Alves <palves@redhat.com>
8387
8388 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8389 fields const.
8390 (ada_make_symbol_completion_list): Make "text0" parameter const.
8391 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8392 * breakpoint.c (condition_completer): Make "text" and "word"
8393 parameters const. Adjust.
8394 (check_tracepoint_command): Adjust to validate_actionline
8395 prototype change.
8396 (catch_syscall_completer): Make "text" and "word" parameters
8397 const.
8398 * cli/cli-cmds.c (show_user): Make "comname" local const.
8399 (valid_command_p): Make "command" parameter const.
8400 (alias_command): Make "alias_prefix" and "command_prefix" locals
8401 const.
8402 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8403 (add_alias_cmd): Make "name" and "oldname" parameters const.
8404 Adjust. No longer make copy of OLDNAME.
8405 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8406 (add_setshow_cmd_full, add_setshow_enum_cmd)
8407 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8408 (add_setshow_filename_cmd, add_setshow_string_cmd)
8409 (add_setshow_string_noescape_cmd)
8410 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8411 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8412 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8413 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8414 Make "name" parameter const.
8415 (help_cmd): Rename "command" parameter to "arg". New const local
8416 "command".
8417 (find_cmd): Make "command" parameter const.
8418 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
8419 deprecated_cmd_warning prototype change.
8420 (undef_cmd_error): Make "cmdtype" parameter const.
8421 (lookup_cmd): Make "line" parameter const.
8422 (deprecated_cmd_warning): Change type of "text" parameter to
8423 pointer to const char, from pointer to pointer to char. Adjust.
8424 (lookup_cmd_composition): Make "text" parameter const.
8425 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8426 parameters const.
8427 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8428 const.
8429 * cli/cli-script.c (validate_comname): Make "tem" local const.
8430 (define_command): New const local "tem_c". Use it in calls to
8431 lookup_cmd.
8432 (document_command): Make "tem" and "comfull" locals const.
8433 (show_user_1): Make "prefix" and "name" parameters const.
8434 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8435 const.
8436 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8437 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8438 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8439 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8440 (complete_on_enum, add_setshow_enum_cmd)
8441 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8442 (add_setshow_filename_cmd, add_setshow_string_cmd)
8443 (add_setshow_string_noescape_cmd)
8444 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8445 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8446 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8447 Change prototypes, constifying strings.
8448 * completer.c (noop_completer, filename_completer): Make "text"
8449 and "prefix" parameters const.
8450 (location_completer, expression_completer)
8451 (complete_line_internal): Make "text" and "prefix" parameters
8452 const and adjust.
8453 (command_completer, signal_completer): Make "text" and "prefix"
8454 parameters const.
8455 * completer.h (noop_completer, filename_completer)
8456 (expression_completer, location_completer, command_completer)
8457 (signal_completer): Change prototypes.
8458 * corefile.c (complete_set_gnutarget): Make "text" and "word"
8459 parameters const.
8460 * cp-abi.c (cp_abi_completer): Likewise.
8461 * expression.h (parse_expression_for_completion): Change
8462 prototype.
8463 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8464 parameters const.
8465 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8466 * infrun.c (handle_completer): Make "text" and "word" parameters
8467 const.
8468 * interps.c (interpreter_completer): Make "text" and "word"
8469 parameters const.
8470 * language.h (struct language_defn)
8471 <la_make_symbol_completion_list>: Make "text" and "word"
8472 parameters const.
8473 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8474 (parse_exp_in_context): Rename to ...
8475 (parse_exp_in_context_1): ... this.
8476 (parse_exp_in_context): Reimplement, with const hack from
8477 parse_exp_1.
8478 (parse_expression_for_completion): Make "string" parameter const.
8479 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8480 to pointer to const char. Adjust.
8481 (print_command_1): Make "exp" parameter const.
8482 (output_command): Rename to ...
8483 (output_command_const): ... this. Make "exp" parameter const.
8484 (output_command): Reimplement.
8485 (x_command): Adjust.
8486 (display_command): Rename "exp" parameter to "arg". New "exp"
8487 local, const version of "arg".
8488 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8489 "cmd_name" local const.
8490 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8491 call.
8492 (cmdpy_completer): Make "text" and "word" parameters const.
8493 (gdbpy_parse_command_name): Make "prefix_text2" local const.
8494 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8495 const.
8496 * remote.c (_initialize_remote): Make "cmd_name" local const.
8497 * symtab.c (language_search_unquoted_string): Make "text" and "p"
8498 parameters const. Adjust.
8499 (completion_list_add_fields): Make "sym_text", "text" and "word"
8500 parameters const.
8501 (struct add_name_data) <sym_text, text, word>: Make fields const.
8502 (default_make_symbol_completion_list_break_on): Make "text" and
8503 "word" parameters const. Adjust locals.
8504 (default_make_symbol_completion_list)
8505 (make_symbol_completion_list, make_symbol_completion_type)
8506 (make_symbol_completion_list_fn): Make "text" and "word"
8507 parameters const.
8508 (make_file_symbol_completion_list): Make "text", "word" and
8509 "srcfile" parameters const. Adjust locals.
8510 (add_filename_to_list): Make "text" and "word" parameters const.
8511 (struct add_partial_filename_data) <text, word>: Make fields
8512 const.
8513 (make_source_files_completion_list): Make "text" and "word"
8514 parameters const.
8515 * symtab.h (default_make_symbol_completion_list_break_on)
8516 (default_make_symbol_completion_list, make_symbol_completion_list)
8517 (make_symbol_completion_type enum type_code)
8518 (make_symbol_completion_list_fn make_file_symbol_completion_list)
8519 (make_source_files_completion_list): Change prototype.
8520 * top.c (execute_command): Adjust to pass pointer to pointer to
8521 const char to lookup_cmd, and to deprecated_cmd_warning prototype
8522 change.
8523 (set_verbose): Make "cmdname" local const.
8524 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8525 and adjust.
8526 (validate_actionline): Make "line" parameter a pointer to const
8527 char, and adjust.
8528 (encode_actions_1): Make "action_exp" local const, and adjust.
8529 (encode_actions): Adjust.
8530 (replace_comma): Delete.
8531 (trace_dump_actions): Make "action_exp" and "next_comma" locals
8532 const, and adjust. Don't frob the action string while splitting
8533 it at commas. Instead, make a copy of each split substring in
8534 turn.
8535 (trace_dump_command): Adjust to validate_actionline prototype
8536 change.
8537 * tracepoint.h (decode_agent_options, decode_agent_options)
8538 (encode_actions, validate_actionline): Change prototypes.
8539 * valprint.h (output_command): Delete declaration.
8540 (output_command_const): Declare.
8541 * value.c (function_destroyer): Cast const away in xfree call.
8542
8543 2013-03-13 Pedro Alves <palves@redhat.com>
8544
8545 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8546 rather than casting 'const char * const *' to 'const char **'.
8547 * ada-lex.l (processInt): Make "trailer" local const. Remove
8548 'const char **' cast.
8549 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8550 locals, and use those as strtol output pointer, instead than doing
8551 invalid casts to from 'const char **' to 'char **'.
8552 (_initialize_demangle): Remove cast.
8553 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8554 locals, and use those as strtol output pointer, instead than doing
8555 invalid casts to from 'const char **' to 'char **'.
8556 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8557 casts.
8558 * stap-probe.c (stap_parse_register_operand)
8559 (stap_parse_single_operand): Likewise.
8560
8561 2013-03-13 Yao Qi <yao@codesourcery.com>
8562
8563 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8564 the last matched 'V' blcok in trace frame.
8565
8566 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8567
8568 * NEWS: Create a new section for the next release branch.
8569 Rename the section of the current branch, now that it has
8570 been cut.
8571
8572 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8573
8574 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8575 * version.in: Bump version to 7.6.50.20130312-cvs.
8576
8577 2013-03-12 Keith Seitz <keiths@redhat.com>
8578
8579 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8580 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8581 Remove temporary copy of input string.
8582 (mi_execute_command_wrapper): Make "cmd" const.
8583 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8584 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8585 Use const strings.
8586 (mi_parse): Make "cmd" const.
8587 Use const strings.
8588 * mi/mi-parse.h (mi_parse): Make "cmd" const.
8589
8590 2013-03-12 Keith Seitz <keiths@redhat.com>
8591
8592 * ada-lang.c (ada_read_renaming_var_value): Pass const
8593 pointer to expression string to parse_exp_1.
8594 (create_excep_cond_exprs): Likewise.
8595 * ax-gdb.c (agent_eval_command_one): Likewise.
8596 (maint_agent_printf_command): Likewise.
8597 Constify much of the string handling/parsing.
8598 * breakpoint.c (set_breakpoint_condition): Pass const
8599 pointer to expression string to parse_exp_1.
8600 (update_watchpoint): Likewise.
8601 (parse_cmd_to_aexpr): Constify string handling.
8602 Pass const pointer to parse_exp_1.
8603 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8604 (find_condition_and_thread): Likewise.
8605 Make TOK const.
8606 (watch_command_1): Make "arg" const.
8607 Constify string handling.
8608 Copy the expression string instead of changing the input
8609 string.
8610 (update_breakpoint_location): Pass const pointer to
8611 parse_exp_1.
8612 * eval.c (parse_and_eval_address): Make "exp" const.
8613 (parse_to_comma_and_eval): Make "expp" const.
8614 (parse_and_eval): Make "exp" const.
8615 * expression.h (parse_expression): Make argument const.
8616 (parse_exp_1): Make first argument const.
8617 * findcmd.c (parse_find_args): Treat "args" as const.
8618 * linespec.c (parse_linespec): Pass const pointer to
8619 linespec_expression_to_pc.
8620 (linespec_expression_to_pc): Make "exp_ptr" const.
8621 * parse.c (parse_exp_1): Make "stringptr" const.
8622 Make a copy of the expression to pass to parse_exp_in_context until
8623 this whole interface can be constified.
8624 (parse_expression): Make "string" const.
8625 * printcmd.c (ui_printf): Treat "arg" as const.
8626 Handle const strings.
8627 * tracepoint.c (validate_actionline): Pass const pointer to
8628 all calls to parse_exp_1.
8629 (encode_actions_1): Likewise.
8630 * value.h (parse_to_comma_and_eval): Make argument const.
8631 (parse_and_eval_address): Likewise.
8632 (parse_and_eval): Likewise.
8633 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8634 (varobj_set_value): Likewise.
8635 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8636 constify string handling.
8637 Pass const pointers to parse_and_eval_address and
8638 parse_to_comman_and_eval.
8639 * cli/cli-utils.c (skip_to_space): Rename to ...
8640 (skip_to_space_const): ... this. Handle const strings.
8641 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8642 skip_to_space_const.
8643 (skip_to_space_const): Declare.
8644 * common/format.c (parse_format_string): Make "arg" const.
8645 Handle const strings.
8646 * common/format.h (parse_format_string): Make "arg" const.
8647 * gdbserver/ax.c (ax_printf): Make "format" const.
8648 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8649 of the expression string.
8650
8651 2013-03-12 Hui Zhu <hui@codesourcery.com>
8652
8653 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8654
8655 2013-03-12 Yao Qi <yao@codesourcery.com>
8656 Hui Zhu <hui@codesourcery.com>
8657
8658 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8659 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8660 DW_OP_deref_size.
8661
8662 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
8663
8664 * ada-lex.l (rules): Only recognize 'thread' as a
8665 delimiter when followed by numerals, as for c-exp.y.
8666 Use new rewind_to_char function to rewind the input for
8667 expression-delimiting tokens.
8668 (rewind_to_char): New function.
8669
8670 2013-03-11 Pedro Alves <palves@redhat.com>
8671 Jan Kratochvil <jan.kratochvil@redhat.com>
8672
8673 * configure: Regenerate.
8674 * configure.ac (check dynamic export flag): Link python test with
8675 $PYTHON_LIBS.
8676
8677 2013-03-11 Doug Evans <dje@google.com>
8678 Keith Seitz <keiths@redhat.com>
8679
8680 * linespec.c (find_linespec_symbols): Call find_function_symbols
8681 first, and then call lookup_prefix_sym/find_method.
8682
8683 2013-03-11 Pedro Alves <palves@redhat.com>
8684
8685 * charset.c (convert_between_encodings): Don't cast between
8686 different pointer to pointer types. Instead, make the 'inp' local
8687 be of the type iconv expects.
8688 (wchar_iterate): Don't cast between different pointer to pointer
8689 types. Instead, use new pointer local of the type iconv expects.
8690 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8691 Add new local of type char pointer, and use it to get a
8692 char/string view of the byte buffer, instead of casting between
8693 pointer to pointer types.
8694
8695 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
8696
8697 * remote.c (remote_set_trace_buffer_size): Move != operator
8698 to the start of next line to fix an ARI warning.
8699
8700 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8701
8702 * NEWS: Add record changes.
8703
8704 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8705
8706 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8707 the instruction history disassembly.
8708 * disasm.c (dump_insns): Omit the pc prefix, if requested.
8709 * disasm.h (DISASSEMBLY_OMIT_PC): New.
8710
8711 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8712
8713 * Makefile.in (SFILES): Add record-btrace.c
8714 (COMMON_OBS): Add record-btrace.o
8715 * record-btrace.c: New.
8716 * objfiles.c: Include btrace.h.
8717 (free_objfile): call btrace_free_objfile.
8718
8719 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8720
8721 * target.c (target_call_history, target_call_history_from,
8722 target_call_history_range): New.
8723 * target.h (target_ops) <to_call_history, to_call_history_from,
8724 to_call_history_range>: New fields.
8725 (target_call_history, target_call_history_from,
8726 target_call_history_range): New declaration.
8727 * record.c (get_call_history_modifiers, cmd_record_call_history,
8728 record_call_history_size): New.
8729 (_initialize_record): Add the "record function-call-history" command.
8730 Add "set/show record function-call-history-size" commands.
8731 * record.h (record_print_flag): New.
8732
8733 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8734
8735 * target.h (target_ops) <to_insn_history, to_insn_history_from,
8736 to_insn_history_range>: New fields.
8737 (target_insn_history): New.
8738 (target_insn_history_from): New.
8739 (target_insn_history_range): New.
8740 * target.c (target_insn_history): New.
8741 (target_insn_history_from): New.
8742 (target_insn_history_range): New.
8743 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8744 (record_insn_history_size): New.
8745 (get_insn_number): New.
8746 (get_context_size): New.
8747 (no_chunk): New.
8748 (get_insn_history_modifiers): New.
8749 (cmd_record_insn_history): New.
8750 (_initialize_record): Add "set/show record instruction-history-size"
8751 command. Add "record instruction-history" command.
8752
8753 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8754
8755 * record.h (record_disconnect): New.
8756 (record_detach): New.
8757 (record_mourn_inferior): New.
8758 (record_kill): New.
8759 * record-full.c (record_disconnect, record_detach,
8760 record_mourn_inferior, record_kill): Move to...
8761 * record.c: ...here.
8762 (DEBUG): New.
8763 (record_stop): New.
8764 (record_unpush): New.
8765 (cmd_record_stop): Call record_stop. Replace unpush_target
8766 call with record_unpush call.
8767 (record_disconnect, record_detach): Assert that the target
8768 is of record stratum. Call record_unpush, record_stop, and
8769 DEBUG.
8770 (record_mourn_inferior, record_kill): Assert that the target
8771 is of record stratum. Call record_unpush and DEBUG.
8772
8773 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8774
8775 * record-full.h, record-full.c (record_memory_query): Rename
8776 to ...
8777 (record_full_memory_query): ...this. Update all users.
8778 (record_arch_list_add_reg): Rename to ...
8779 (record_full_arch_list_add_reg): ...this. Update all users.
8780 (record_arch_list_add_mem): Rename to ...
8781 (record_full_arch_list_add_mem): ...this. Update all users.
8782 (record_arch_list_add_end): Rename to ...
8783 (record_full_arch_list_add_end): ...this. Update all users.
8784 (record_gdb_operation_disable_set): Rename to ...
8785 (record_full_gdb_operation_disable_set): ...this.
8786 Update all users.
8787
8788 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8789
8790 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8791 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8792 (RECORD_IS_REPLAY): Renamed to ...
8793 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8794 (RECORD_FILE_MAGIC): Renamed to ...
8795 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8796 (record_mem_entry): Renamed to ...
8797 (record_full_mem_entry): ... this. Updated all users.
8798 (record_reg_entry): Renamed to ...
8799 (record_full_reg_entry): ... this. Updated all users.
8800 (record_end_entry): Renamed to ...
8801 (record_full_end_entry): ... this. Updated all users.
8802 (record_type) <record_end, record_reg, record_mem>: Renamed
8803 to ...
8804 (record_full_type) <record_full_end, record_full_reg,
8805 record_full_mem>: ... this. Updated all users.
8806 (record_entry): Renamed to ...
8807 (record_full_entry): ... this. Updated all users.
8808 (record_core_buf_entry): Renamed to ...
8809 (record_full_core_buf_entry): ... this. Updated all users.
8810 (record_core_regbuf): Renamed to ...
8811 (record_full_core_regbuf): ... this. Updated all users.
8812 (record_core_start): Renamed to ...
8813 (record_full_core_start): ... this. Updated all users.
8814 (record_core_end): Renamed to ...
8815 (record_full_core_end): ... this. Updated all users.
8816 (record_core_buf_list): Renamed to ...
8817 (record_full_core_buf_list): ... this. Updated all users.
8818 (record_first): Renamed to ...
8819 (record_full_first): ... this. Updated all users.
8820 (record_list): Renamed to ...
8821 (record_full_list): ... this. Updated all users.
8822 (record_arch_list_head): Renamed to ...
8823 (record_full_arch_list_head): ... this. Updated all users.
8824 (record_arch_list_tail): Renamed to ...
8825 (record_full_arch_list_tail): ... this. Updated all users.
8826 (record_stop_at_limit): Renamed to ...
8827 (record_full_stop_at_limit): ... this. Updated all users.
8828 (record_insn_max_num): Renamed to ...
8829 (record_full_insn_max_num): ... this. Updated all users.
8830 (record_insn_num): Renamed to ...
8831 (record_full_insn_num): ... this. Updated all users.
8832 (record_insn_count): Renamed to ...
8833 (record_full_insn_count): ... this. Updated all users.
8834 (record_ops): Renamed to ...
8835 (record_full_ops): ... this. Updated all users.
8836 (record_core_ops): Renamed to ...
8837 (record_full_core_ops): ... this. Updated all users.
8838 (set_record_cmdlist): Renamed to ...
8839 (set_record_full_cmdlist): ... this. Updated all users.
8840 (show_record_cmdlist): Renamed to ...
8841 (show_record_full_cmdlist): ... this. Updated all users.
8842 (record_cmdlist): Renamed to ...
8843 (record_full_cmdlist): ... this. Updated all users.
8844 (record_beneath_to_resume_ops): Renamed to ...
8845 (record_full_beneath_to_resume_ops): ... this. Updated all users.
8846 (record_beneath_to_resume): Renamed to ...
8847 (record_full_beneath_to_resume): ... this. Updated all users.
8848 (record_beneath_to_wait_ops): Renamed to ...
8849 (record_full_beneath_to_wait_ops): ... this. Updated all users.
8850 (record_beneath_to_wait): Renamed to ...
8851 (record_full_beneath_to_wait): ... this. Updated all users.
8852 (record_beneath_to_store_registers_ops): Renamed to ...
8853 (record_full_beneath_to_store_registers_ops): ... this.
8854 Updated all users.
8855 (record_beneath_to_store_registers): Renamed to ...
8856 (record_full_beneath_to_store_registers): ... this.
8857 Updated all users.
8858 (record_beneath_to_xfer_partial_ops): Renamed to ...
8859 (record_full_beneath_to_xfer_partial_ops): ... this.
8860 Updated all users.
8861 (record_beneath_to_xfer_partial): Renamed to ...
8862 (record_full_beneath_to_xfer_partial): ... this.
8863 Updated all users.
8864 (record_beneath_to_insert_breakpoint): Renamed to ...
8865 (record_full_beneath_to_insert_breakpoint): ... this.
8866 Updated all users.
8867 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8868 (record_full_beneath_to_stopped_by_watchpoint): ... this.
8869 Updated all users.
8870 (record_beneath_to_stopped_data_address): Renamed to ...
8871 (record_full_beneath_to_stopped_data_address): ... this.
8872 Updated all users.
8873 (record_beneath_to_async): Renamed to ...
8874 (record_full_beneath_to_async): ... this. Updated all users.
8875 (record_goto_insn): Renamed to ...
8876 (record_full_goto_insn): ... this. Updated all users.
8877 (record_save): Renamed to ...
8878 (record_full_save): ... this. Updated all users.
8879 (record_reg_alloc): Renamed to ...
8880 (record_full_reg_alloc): ... this. Updated all users.
8881 (record_reg_release): Renamed to ...
8882 (record_full_reg_release): ... this. Updated all users.
8883 (record_mem_alloc): Renamed to ...
8884 (record_full_mem_alloc): ... this. Updated all users.
8885 (record_mem_release): Renamed to ...
8886 (record_full_mem_release): ... this. Updated all users.
8887 (record_end_alloc): Renamed to ...
8888 (record_full_end_alloc): ... this. Updated all users.
8889 (record_end_release): Renamed to ...
8890 (record_full_end_release): ... this. Updated all users.
8891 (record_entry_release): Renamed to ...
8892 (record_full_entry_release): ... this. Updated all users.
8893 (record_list_release): Renamed to ...
8894 (record_full_list_release): ... this. Updated all users.
8895 (record_list_release_following): Renamed to ...
8896 (record_full_list_release_following): ... this.
8897 Updated all users.
8898 (record_list_release_first): Renamed to ...
8899 (record_full_list_release_first): ... this. Updated all users.
8900 (record_arch_list_add): Renamed to ...
8901 (record_full_arch_list_add): ... this. Updated all users.
8902 (record_get_loc): Renamed to ...
8903 (record_full_get_loc): ... this. Updated all users.
8904 (record_check_insn_num): Renamed to ...
8905 (record_full_check_insn_num): ... this. Updated all users.
8906 (record_arch_list_cleanups): Renamed to ...
8907 (record_full_arch_list_cleanups): ... this. Updated all users.
8908 (record_message): Renamed to ...
8909 (record_full_message): ... this. Updated all users.
8910 (record_message_wrapper): Renamed to ...
8911 (record_full_message_wrapper): ... this. Updated all users.
8912 (record_message_wrapper_safe): Renamed to ...
8913 (record_full_message_wrapper_safe): ... this. Updated all users.
8914 (record_gdb_operation_disable): Renamed to ...
8915 (record_full_gdb_operation_disable): ... this. Updated all users.
8916 (record_hw_watchpoint): Renamed to ...
8917 (record_full_hw_watchpoint): ... this. Updated all users.
8918 (record_exec_insn): Renamed to ...
8919 (record_full_exec_insn): ... this. Updated all users.
8920 (record_restore): Renamed to ...
8921 (record_full_restore): ... this. Updated all users.
8922 (record_async_inferior_event_token): Renamed to ...
8923 (record_full_async_inferior_event_token): ... this.
8924 Updated all users.
8925 (record_async_inferior_event_handler): Renamed to ...
8926 (record_full_async_inferior_event_handler): ... this.
8927 Updated all users.
8928 (record_core_open_1): Renamed to ...
8929 (record_full_core_open_1): ... this. Updated all users.
8930 (record_open_1): Renamed to ...
8931 (record_full_open_1): ... this. Updated all users.
8932 (record_open): Renamed to ...
8933 (record_full_open): ... this. Updated all users.
8934 (record_close): Renamed to ...
8935 (record_full_close): ... this. Updated all users.
8936 (record_resume_step): Renamed to ...
8937 (record_full_resume_step): ... this. Updated all users.
8938 (record_resumed): Renamed to ...
8939 (record_full_resumed): ... this. Updated all users.
8940 (record_execution_dir): Renamed to ...
8941 (record_full_execution_dir): ... this. Updated all users.
8942 (record_resume): Renamed to ...
8943 (record_full_resume): ... this. Updated all users.
8944 (record_get_sig): Renamed to ...
8945 (record_full_get_sig): ... this. Updated all users.
8946 (record_sig_handler): Renamed to ...
8947 (record_full_sig_handler): ... this. Updated all users.
8948 (record_wait_cleanups): Renamed to ...
8949 (record_full_wait_cleanups): ... this. Updated all users.
8950 (record_wait_1): Renamed to ...
8951 (record_full_wait_1): ... this. Updated all users.
8952 (record_wait): Renamed to ...
8953 (record_full_wait): ... this. Updated all users.
8954 (record_stopped_by_watchpoint): Renamed to ...
8955 (record_full_stopped_by_watchpoint): ... this. Updated all users.
8956 (record_disconnect): Renamed to ...
8957 (record_full_disconnect): ... this. Updated all users.
8958 (record_detach): Renamed to ...
8959 (record_full_detach): ... this. Updated all users.
8960 (record_mourn_inferior): Renamed to ...
8961 (record_full_mourn_inferior): ... this. Updated all users.
8962 (record_kill): Renamed to ...
8963 (record_full_kill): ... this. Updated all users.
8964 (record_stopped_data_address): Renamed to ...
8965 (record_full_stopped_data_address): ... this. Updated all users.
8966 (record_registers_change): Renamed to ...
8967 (record_full_registers_change): ... this. Updated all users.
8968 (record_store_registers): Renamed to ...
8969 (record_full_store_registers): ... this. Updated all users.
8970 (record_xfer_partial): Renamed to ...
8971 (record_full_xfer_partial): ... this. Updated all users.
8972 (record_breakpoint): Renamed to ...
8973 (record_full_breakpoint): ... this. Updated all users.
8974 (record_breakpoint_p): Renamed to ...
8975 (record_full_breakpoint_p): ... this. Updated all users.
8976 (record_breakpoints): Renamed to ...
8977 (record_full_breakpoints): ... this. Updated all users.
8978 (record_sync_record_breakpoints): Renamed to ...
8979 (record_full_sync_record_breakpoints): ... this.
8980 Updated all users.
8981 (record_init_record_breakpoints): Renamed to ...
8982 (record_full_init_record_breakpoints): ... this.
8983 Updated all users.
8984 (record_insert_breakpoint): Renamed to ...
8985 (record_full_insert_breakpoint): ... this. Updated all users.
8986 (record_remove_breakpoint): Renamed to ...
8987 (record_full_remove_breakpoint): ... this. Updated all users.
8988 (record_can_execute_reverse): Renamed to ...
8989 (record_full_can_execute_reverse): ... this. Updated all users.
8990 (record_get_bookmark): Renamed to ...
8991 (record_full_get_bookmark): ... this. Updated all users.
8992 (record_goto_bookmark): Renamed to ...
8993 (record_full_goto_bookmark): ... this. Updated all users.
8994 (record_async): Renamed to ...
8995 (record_full_async): ... this. Updated all users.
8996 (record_can_async_p): Renamed to ...
8997 (record_full_can_async_p): ... this. Updated all users.
8998 (record_is_async_p): Renamed to ...
8999 (record_full_is_async_p): ... this. Updated all users.
9000 (record_execution_direction): Renamed to ...
9001 (record_full_execution_direction): ... this. Updated all users.
9002 (record_info): Renamed to ...
9003 (record_full_info): ... this. Updated all users.
9004 (record_delete): Renamed to ...
9005 (record_full_delete): ... this. Updated all users.
9006 (record_is_replaying): Renamed to ...
9007 (record_full_is_replaying): ... this. Updated all users.
9008 (record_goto_entry): Renamed to ...
9009 (record_full_goto_entry): ... this. Updated all users.
9010 (record_goto_begin): Renamed to ...
9011 (record_full_goto_begin): ... this. Updated all users.
9012 (record_goto_end): Renamed to ...
9013 (record_full_goto_end): ... this. Updated all users.
9014 (record_goto): Renamed to ...
9015 (record_full_goto): ... this. Updated all users.
9016 (init_record_ops): Renamed to ...
9017 (init_record_full_ops): ... this. Updated all users.
9018 (record_core_resume): Renamed to ...
9019 (record_full_core_resume): ... this. Updated all users.
9020 (record_core_kill): Renamed to ...
9021 (record_full_core_kill): ... this. Updated all users.
9022 (record_core_fetch_registers): Renamed to ...
9023 (record_full_core_fetch_registers): ... this. Updated all users.
9024 (record_core_prepare_to_store): Renamed to ...
9025 (record_full_core_prepare_to_store): ... this. Updated all users.
9026 (record_core_store_registers): Renamed to ...
9027 (record_full_core_store_registers): ... this. Updated all users.
9028 (record_core_xfer_partial): Renamed to ...
9029 (record_full_core_xfer_partial): ... this. Updated all users.
9030 (record_core_insert_breakpoint): Renamed to ...
9031 (record_full_core_insert_breakpoint): ... this. Updated all users.
9032 (record_core_remove_breakpoint): Renamed to ...
9033 (record_full_core_remove_breakpoint): ... this. Updated all users.
9034 (record_core_has_execution): Renamed to ...
9035 (record_full_core_has_execution): ... this. Updated all users.
9036 (init_record_core_ops): Renamed to ...
9037 (init_record_full_core_ops): ... this. Updated all users.
9038 (cmd_record_restore): Renamed to ...
9039 (cmd_record_full_restore): ... this. Updated all users.
9040 (record_save_cleanups): Renamed to ...
9041 (record_full_save_cleanups): ... this. Updated all users.
9042 (cmd_record_start): Renamed to ...
9043 (cmd_record_full_start): ... this. Updated all users.
9044 (set_record_insn_max_num): Renamed to ...
9045 (set_record_full_insn_max_num): ... this. Updated all users.
9046 (set_record_command): Renamed to ...
9047 (set_record_full_command): ... this. Updated all users.
9048 (show_record_command): Renamed to ...
9049 (show_record_full_command): ... this. Updated all users.
9050 (_initialize_record): Renamed to ...
9051 (_initialize_record_full): ... this. Updated all users.
9052
9053 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9054
9055 * record.h: Split into this and ...
9056 * record-full.h: ... this.
9057 * record.c: Split into this and ...
9058 * record-full.c: ... this.
9059 * target.h (target_ops): Add new fields to_info_record,
9060 to_save_record, to_delete_record, to_record_is_replaying,
9061 to_goto_record_begin, to_goto_record_end, to_goto_record.
9062 (target_info_record): New.
9063 (target_save_record): New.
9064 (target_supports_delete_record): New.
9065 (target_delete_record): New.
9066 (target_record_is_replaying): New.
9067 (target_goto_record_begin): New.
9068 (target_goto_record_end): New.
9069 (target_goto_record): New.
9070 * target.c (target_info_record): New.
9071 (target_save_record): New.
9072 (target_supports_delete_record): New.
9073 (target_delete_record): New.
9074 (target_record_is_replaying): New.
9075 (target_goto_record_begin): New.
9076 (target_goto_record_end): New.
9077 (target_goto_record): New.
9078 * record.h: Declare struct cmd_list_element.
9079 (record_cmdlist): New declaration.
9080 (set_record_cmdlist): New declaration.
9081 (show_record_cmdlist): New declaration.
9082 (info_record_cmdlist): New declaration.
9083 (cmd_record_goto): New declaration.
9084 * record.c: Remove unnecessary includes.
9085 Include inferior.h.
9086 (cmd_record_goto): Remove declaration.
9087 (record_cmdlist): Now extern. Initialize.
9088 (set_record_cmdlist): Now extern. Initialize.
9089 (show_record_cmdlist): Now extern. Initialize.
9090 (info_record_cmdlist): Now extern. Initialize.
9091 (find_record_target): New.
9092 (require_record_target): New.
9093 (cmd_record_start): Update.
9094 (cmd_record_delete): Remove target-specific code.
9095 Call target_delete_record.
9096 (cmd_record_stop): Unpush any record target.
9097 (set_record_insn_max_num): Move to record-full.c
9098 (set_record_command): Add comment.
9099 (show_record_command): Add comment.
9100 (info_record_command): Update comment.
9101 Remove target-specific code.
9102 Call the record target's to_info_record.
9103 (cmd_record_start): New.
9104 (cmd_record_goto): Now extern.
9105 Remove target-specific code.
9106 Call target_goto_begin, target_goto_end, or target_goto.
9107 (_initialize_record): Move record target ops initialization to
9108 record-full.c.
9109 Change "record" command help text.
9110 Move "record restore", "record set", and "record show" commands to
9111 record-full.c.
9112 * Makefile.in (SFILES): Add record-full.c.
9113 (HFILES_NO_SRCDIR): Add record-full.h.
9114 (COMMON_OBS): Add record-full.o.
9115 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9116 * arm-tdep.c: Include record-full.h.
9117 * i386-linux-tdep.c: Include record-full.h instead of record.h.
9118 * i386-tdep.c: Include record-full.h.
9119 * infrun.c: Include record-full.h.
9120 * linux-record.c: Include record-full.h.
9121 * moxie-tdep.c: Include record-full.h.
9122 * record-full.c: Include record-full.h.
9123 Change module comment.
9124 (set_record_full_cmdlist): New.
9125 (show_record_full_cmdlist): New.
9126 (record_full_cmdlist): New.
9127 (record_goto_insn): New declaration.
9128 (record_save): New declaration.
9129 (record_check_insn_num): Change query string.
9130 (record_info): New.
9131 (record_delete): New.
9132 (record_is_replaying): New.
9133 (record_goto_entry): New.
9134 (record_goto_begin): New.
9135 (record_goto_end): New.
9136 (record_goto): New.
9137 (init_record_ops): Update.
9138 (init_record_core_ops): Update.
9139 (cmd_record_save): Rename to record_save. Remove target and arg checks.
9140 (cmd_record_start): New.
9141 (set_record_insn_max_num): Moved from record.c
9142 (set_record_full_command): New.
9143 (show_record_full_command): New.
9144 (_initialize_record_full): New.
9145
9146 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9147
9148 * target.h (add_deprecated_target_alias): New.
9149 * target.c (add_deprecated_target_alias): New.
9150
9151 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9152
9153 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9154 and signal.h.
9155 (linux_supports_btrace): Add kernel and
9156 cpuid check.
9157 (kernel_supports_btrace): New function.
9158 (cpu_supports_btrace): New function.
9159 (intel_supports_btrace): New function.
9160
9161 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9162
9163 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9164 * remote.c: Include btrace.h.
9165 (struct btrace_target_info): New struct.
9166 (remote_supports_btrace): New function.
9167 (send_Qbtrace): New function.
9168 (remote_enable_btrace): New function.
9169 (remote_disable_btrace): New function.
9170 (remote_teardown_btrace): New function.
9171 (remote_read_btrace): New function.
9172 (init_remote_ops): Add btrace ops.
9173 (enum <unnamed>): Add btrace packets.
9174 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9175 (_initialize_remote): Add packet configuration for branch tracing.
9176
9177 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9178
9179 * features/btrace.dtd: New file.
9180 * Makefile.in (XMLFILES): Add btrace.dtd.
9181 * btrace.h (parse_xml_btrace): New declaration.
9182 * btrace.c: Include xml-support.h.
9183 (parse_xml_btrace): New function.
9184 (parse_xml_btrace_block): New function.
9185 (block_attributes): New struct.
9186 (btrace_attributes): New struct.
9187 (btrace_children): New struct.
9188 (btrace_elements): New struct.
9189
9190 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9191
9192 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9193 (amd64_linux_enable_btrace): New.
9194 (amd64_linux_disable_btrace): New.
9195 (amd64_linux_teardown_btrace): New.
9196 (_initialize_amd64_linux_nat): Initialize btrace ops.
9197 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9198 (i386_linux_enable_btrace): New.
9199 (i386_linux_disable_btrace): New.
9200 (i386_linux_teardown_btrace): New.
9201 (_initialize_i386_linux_nat): Initialize btrace ops.
9202 * config/i386/linux.mh: Add linux-btrace.o.
9203 * config/i386/linux64.mh: Add linux-btrace.o.
9204
9205 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9206
9207 * common/linux_btrace.h: New file.
9208 * common/linux_btrace.c: New file.
9209 * Makefile.in (SFILES): Add btrace.c.
9210 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9211 (COMMON_OBS): Add btrace.o.
9212 (linux-btrace.o): New rule.
9213
9214 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9215
9216 * target.h: Include btrace.h.
9217 (struct target_ops) <to_supports_btrace, to_enable_btrace,
9218 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9219 * target.c (target_supports_btrace): New function.
9220 (target_enable_btrace): New function.
9221 (target_disable_btrace): New function.
9222 (target_teardown_btrace): New function.
9223 (target_read_btrace): New function.
9224 * btrace.h: New file.
9225 * btrace.c: New file.
9226 * Makefile.in: Add btrace.c.
9227 * gdbthread.h: Include btrace.h.
9228 (struct thread_info): Add btrace field.
9229 * thread.c: Include btrace.h.
9230 (clear_thread_inferior_resources): Call target_teardown_btrace.
9231 * common/btrace-common.h: New file.
9232
9233 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9234
9235 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9236 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9237 kill_status to outer block.
9238
9239 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9240
9241 Fix entry-values if the callee called a noreturn function.
9242 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9243 get_frame_address_in_block. Add new comment.
9244
9245 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9246
9247 Fix entry-values in C++ across CUs.
9248 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9249 lookup_minimal_symbol. Add a comment.
9250 * dwarf2read.c
9251 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9252 DW_AT_linkage_name.
9253
9254 2013-03-08 Yao Qi <yao@codesourcery.com>
9255
9256 * tracepoint.c (_initialize_tracepoint): Indent the code.
9257
9258 2013-03-08 Pedro Alves <palves@redhat.com>
9259
9260 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
9261 (parse_find_args, find_command): Change type of pattern buffer
9262 locals to 'gdb_byte *'.
9263
9264 2013-03-08 Stan Shebs <stan@codesourcery.com>
9265 Hafiz Abid Qadeer <abidh@codesourcery.com>
9266
9267 * NEWS: Mention set and show trace-buffer-size commands.
9268 Mention new packet.
9269 * target.h (struct target_ops): New method
9270 to_set_trace_buffer_size.
9271 (target_set_trace_buffer_size): New macro.
9272 * target.c (update_current_target): Set up new method.
9273 * tracepoint.c (trace_buffer_size): New global.
9274 (start_tracing): Send it to the target.
9275 (set_trace_buffer_size): New function.
9276 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9277 * remote.c (remote_set_trace_buffer_size): New function.
9278 (_initialize_remote): Use it.
9279 (QTBuffer:size) New remote command.
9280 (PACKET_QTBuffer_size): New enum.
9281 (remote_protocol_features): Add an entry for
9282 PACKET_QTBuffer_size.
9283
9284 2013-03-08 Tom Tromey <tromey@redhat.com>
9285
9286 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9287 variable.
9288
9289 2013-03-07 Pedro Alves <palves@redhat.com>
9290
9291 * target.c (target_read_stralloc, target_fileio_read_alloc):
9292 *Cast pointer to 'gdb_byte *' in target call.
9293
9294 2013-03-07 Pedro Alves <palves@redhat.com>
9295
9296 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9297 call.
9298
9299 2013-03-07 Keith Seitz <keiths@redhat.com>
9300
9301 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9302 (trace_pass_command): Likewise.
9303 * cli/cli-cmds.c: Include cli/cli-utils.h.
9304 (source_command): Use skip-spaces.
9305 (disassemble_command): Likewise.
9306 * findcmd.c: Include cli/cli-utils.h.
9307 (parse_find_args): Use skip_spaces.
9308 * go32-nat.c: Include cli/cli-utils.h.
9309 (go32_sldt): Use skip_spaces.
9310 (go32_sgdt): Likewise.
9311 (go32_sidt): Likewise.
9312 (go32_pde): Likewise.
9313 (go32_pte): Likewise.
9314 (go32_pte_for_address): Likewise.
9315 * infcmd.c: Include cli/cli-utils.h.
9316 (registers_info): Use skip_spaces.
9317 * linux-tdep.c (read_mapping): Use skip_spaces_const.
9318 (linux_info_proc): Likewise.
9319 * linux-thread-db.c: Include cli/cli-utils.h.
9320 (info_auto_load_libthread_db): Use skip_spaces_const.
9321 * m32r-rom.c: Include cli/cli-utils.h.
9322 (m32r_upload_command): Use skip_spaces.
9323 * maint.c: Include cli/cli-utils.h.
9324 (maintenance_translate_address): Use skip_spaces.
9325 * mi/mi-parse.c: Include cli/cli-utils.h.
9326 (mi_parse_argv): Use skip_spaces.
9327 (mi_parse): Likewise.
9328 * minsyms.c: Include cli/cli-utils.h.
9329 (msymbol_hash_iw): Use skip_spaces_const.
9330 * objc-lang.c: Include cli/cli-utils.h.
9331 (parse_selector): Use skip_spaces.
9332 (parse_method): Likewise.
9333 * python/python.c: Include cli/cli-utils.h.
9334 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9335 (python_command)[HAVE_PYTHON]: Likewise.
9336 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9337 * remote-m32r-sdi.c: Include cli/cli-utils.h.
9338 (m32r_load): Use skip_spaces.
9339 * serial.c: Include cli/cli-utils.h.
9340 (serial_open): Use skip_spaces_const.
9341 * stack.c: Include cli/cli-utils.h.
9342 (parse_frame_specification_1): Use skip_spaces_const.
9343 * symfile.c: Include cli/cli-utils.h.
9344 (set_ext_lang_command): Use skip_spaces.
9345 * symtab.c: Include cli/cli-utils.h.
9346 (rbreak_command): Use skip_spaces.
9347 * thread.c (thread_name_command): Use skip_spaces.
9348 * tracepoint.c (validate_actionline): Use skip_spaces.
9349 (encode_actions_1): Likewise.
9350 (trace_find_range_command): Likewise.
9351 (trace_find_outside_command): Likewise.
9352 (trace_dump_actions): Likewise.
9353
9354 2013-03-07 Pedro Alves <palves@redhat.com>
9355
9356 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9357 * expprint.c (print_subexp_standard): Likewise.
9358 * utils.c (host_char_to_target): Likewise.
9359 * valprint.c (generic_emit_char, generic_printstr): Likewise.
9360 * varobj.c (value_get_print_value): Change type of local to char*.
9361 Cast it gdb_byte * in call to language printer.
9362
9363 2013-03-07 Pedro Alves <palves@redhat.com>
9364
9365 * charset.c (struct wchar_iterator) <input>: Change type to 'const
9366 gdb_byte *'.
9367 (make_wchar_iterator): Remove cast to char*.
9368 (wchar_iterate): Change type of local.
9369
9370 2013-03-07 Pedro Alves <palves@redhat.com>
9371
9372 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9373 for 'regcache->register_status'.
9374
9375 2013-03-07 Pedro Alves <palves@redhat.com>
9376
9377 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9378 int.
9379
9380 2013-03-07 Pedro Alves <palves@redhat.com>
9381
9382 * stap-probe.c (handle_stap_probe): Add cast to char*.
9383
9384 2013-03-07 Pedro Alves <palves@redhat.com>
9385
9386 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9387 RECORD_MSGRCV>: Pass a signed variable to
9388 regcache_raw_read_signed, instead of an unsigned one.
9389
9390 2013-03-07 Pedro Alves <palves@redhat.com>
9391
9392 * remote-notif.c (notif_debug): Change type to int.
9393 * remote-notif.h (notif_debug): Likewise.
9394
9395 2013-03-07 Pedro Alves <palves@redhat.com>
9396
9397 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9398
9399 2013-03-07 Pedro Alves <palves@redhat.com>
9400
9401 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9402 * remote.h (hex2bin, bin2hex): ... here.
9403 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9404
9405 2013-03-07 Eli Zaretskii <eliz@gnu.org>
9406
9407 * utils.c (initialize_utils): Improve doc strings of "set/show
9408 width", "set/show height", and "set/show pagination".
9409
9410 2013-03-06 Keith Seitz <keiths@redhat.com>
9411
9412 * ax-gdb.c (gen_printf): Make FORMAT const.
9413 * ax-gdb.h (gen_printf): Likewise.
9414 * ax-general.c (ax_string): Make STR const.
9415 * ax.h (ax_string): Likewise.
9416
9417 2013-03-06 Doug Evans <dje@google.com>
9418
9419 * elfread.c (elf_symfile_read): Move debugging printf to more
9420 logical location.
9421
9422 2013-03-06 Pedro Alves <palves@redhat.com>
9423
9424 * python/py-utils.c (target_string_to_unicode): Delete function.
9425 * python/python-internal.h (target_string_to_unicode): Delete
9426 declaration.
9427
9428 2013-03-06 Pierre Muller <muller@sourceware.org>
9429
9430 * linespec.c (get_current_search_block): ARI fix, use (void)
9431 for empty parameter list.
9432
9433 2013-03-05 Doug Evans <dje@google.com>
9434
9435 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9436 of old ada_lookup_symbol_list. In !full_search case, don't
9437 search superblocks.
9438 (ada_lookup_symbol_list): Delete arg full_search, all callers
9439 updated. Call ada_lookup_symbol_list_worker.
9440 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9441 * ada-lang.h (ada_lookup_symbol_list): Update.
9442 * language.h (language_defn): Update comment for
9443 la_iterate_over_symbols.
9444 * linespec.c (iterate_over_file_blocks): New function.
9445 (iterate_over_all_matching_symtabs): Call it.
9446 (lookup_prefix_sym): Ditto.
9447 (get_current_search_block): New function.
9448 (get_search_block): Delete.
9449 (find_label_symbols): Call get_current_search_block.
9450 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9451 * symtab.c (iterate_over_symbols): Don't search superblocks.
9452
9453 2013-03-05 Yao Qi <yao@codesourcery.com>
9454
9455 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9456 parameter VAR's type from "unsigned int" to "int".
9457 * command.h (var_zuinteger_unlimited): Update its comments.
9458 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9459
9460 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9461
9462 * NEWS: Mention new target x86_64-*-cygwin*.
9463
9464 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9465
9466 * configure.host: Add x86_64-*-cygwin* as host.
9467 * configure.tgt: Add x86_64-*-cygwin* as target.
9468 * config/i386/cygwin64.mh: New file.
9469
9470 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9471
9472 * linespec.c (decode_line_2): Fix duplicate request off by two message.
9473
9474 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9475
9476 * linespec.c (struct linespec_canonical_name): New.
9477 (struct linespec_state): Change canonical_names type to it.
9478 (add_sal_to_sals): Change variable canonical_name to canonical. Change
9479 xrealloc element size. Initialize the different CANONICAL fields.
9480 (canonical_to_fullform): New.
9481 (filter_results): Use it. Add variables canonical, fullform and
9482 cleanup.
9483 (struct decode_line_2_item, decode_line_2_compare_items): New.
9484 (decode_line_2): Remove variables iter and item_names, add variables
9485 items and items_count. Modify the code for these new variables.
9486
9487 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
9488
9489 * coff-pe-read.c (read_pe_exported_syms): Don't return without
9490 calling do_cleanup.
9491
9492 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
9493
9494 * tracepoint.c (build_traceframe_info): Add code for byte order.
9495
9496 2013-03-02 Kevin Buettner <kevinb@redhat.com>
9497
9498 * v850-tdep.c: (v850e2_register_name): Revise system register
9499 names to match current V850E2M architecture specifications.
9500 Update register number enum comments too.
9501
9502 2013-03-01 Jiong Wang <jiwang@tilera.com>
9503 Pedro Alves <palves@redhat.com>
9504
9505 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9506 to END_ADDR.
9507 (tilegx_skip_prologue): Limit prologue analysis to section end.
9508
9509 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9510
9511 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9512 use it.
9513
9514 2013-03-01 Pedro Alves <palves@redhat.com>
9515
9516 Use gdb_byte for bytes from the program being debugged.
9517
9518 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9519 Change type of local 'buf' to gdb_byte.
9520 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9521 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9522 * cris-tdep.c (cris_sigcontext_addr)
9523 (cris_sigtramp_frame_unwind_cache): Likewise.
9524 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9525 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9526 Likewise.
9527 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9528 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9529 (hppa32_hpux_search_dummy_call_sequence)
9530 (hppa_hpux_supply_save_state): Likewise.
9531 * hppa-linux-tdep.c (insns_match_pattern)
9532 (hppa_linux_find_global_pointer): Likewise.
9533 * hppa-tdep.c (hppa_in_function_epilogue_p)
9534 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9535 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9536 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9537 (i386fbsd_collect_uthread): Likewise.
9538 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9539 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9540 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9541 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9542 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9543 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9544 (ia64_libunwind_frame_prev_register)
9545 (ia64_libunwind_sigtramp_frame_this_id)
9546 (ia64_find_global_pointer_from_dynamic_section)
9547 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9548 (ia64_unwind_pc): Likewise.
9549 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9550 * m68hc11-tdep.c (m68hc11_push_dummy_call)
9551 (m68hc11_extract_return_value): Likewise.
9552 * m68klinux-nat.c (fetch_register, store_register): Likewise.
9553 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9554 (mep_get_insn, mep_push_dummy_call): Likewise.
9555 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9556 (mips_linux_in_dynsym_stub): Likewise.
9557 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9558 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9559 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9560 to gdb_byte.
9561 * remote-mips.c (mips_set_register): Likewise.
9562 * remote-sim.c (gdbsim_fetch_register): Likewise.
9563 * score-tdep.c (score7_fetch_inst): Change type of parameter
9564 'memblock' and local 'buf' to gdb_byte.
9565 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9566 Change type of local 'buf' to gdb_byte. Adjust.
9567 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9568 to gdb_byte**.
9569 (score7_analyze_prologue): Change type of 'memblock' and
9570 'memblock_ptr' locals to gdb_byte*.
9571 * sh64-tdep.c (sh64_extract_return_value)
9572 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9573 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9574 * solib-pa64.c (pa64_solib_create_inferior_hook)
9575 (pa64_open_symbol_file_object): Remove local 'buf'.
9576 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9577 (som_open_symbol_file_object): Likewise.
9578 * solib-spu.c (spu_current_sos): Likewise.
9579 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9580 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9581 (spu_store_registers): Likewise.
9582 * target.c (debug_print_register): Likewise.
9583 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9584 * xstormy16-tdep.c (xstormy16_store_return_value)
9585 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9586 (xstormy16_find_jmp_table_entry): Likewise.
9587
9588 2013-03-01 Jiong Wang <jiwang@tilera.com>
9589
9590 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9591 (tilegx_gdbarch_init): Install it.
9592
9593 2013-02-28 Tom Tromey <tromey@redhat.com>
9594
9595 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9596 PyLong_Check.
9597
9598 2013-02-28 Doug Evans <dje@google.com>
9599
9600 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9601 * python/python.c (gdbpy_find_pc_line): Ditto.
9602
9603 2013-02-28 Tom Tromey <tromey@redhat.com>
9604
9605 * contrib/excheck.py: New file.
9606 * contrib/exsummary.py: New file.
9607 * contrib/gcc-with-excheck: New file.
9608
9609 2013-02-28 Tom Tromey <tromey@redhat.com>
9610
9611 * python/python.c (gdbpy_print_stack): Call begin_line and
9612 fprintf_filtered inside TRY_CATCH.
9613
9614 2013-02-28 Tom Tromey <tromey@redhat.com>
9615
9616 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9617 inside TRY_CATCH.
9618
9619 2013-02-28 Tom Tromey <tromey@redhat.com>
9620
9621 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9622 frame_object_to_frame_info inside TRY_CATCH.
9623
9624 2013-02-28 Tom Tromey <tromey@redhat.com>
9625
9626 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9627 TRY_CATCH.
9628
9629 2013-02-28 Tom Tromey <tromey@redhat.com>
9630
9631 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9632
9633 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
9634
9635 * windows-nat.c: Throughout, fix format strings and casts of
9636 printf-like functions to avoid type related warnings on all
9637 platforms.
9638 (handle_output_debug_string): Fetch context information address
9639 from debug string using string_to_core_addr.
9640
9641 2013-02-27 Jiong Wang <jiwang@tilera.com>
9642
9643 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9644 * regformats/reg-tilegx32.dat: New.
9645
9646 2013-02-27 Jiong Wang <jiwang@tilera.com>
9647
9648 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9649
9650 2013-02-27 Jiong Wang <jiwang@tilera.com>
9651
9652 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9653
9654 2013-02-27 Yao Qi <yao@codesourcery.com>
9655 Pedro Alves <palves@redhat.com>
9656
9657 * tracepoint.c (tfile_trace_find): For tfind
9658 pc/tp/range/outside, look for the next trace frame instead of
9659 always starting from frame 0.
9660
9661 2013-02-26 Anthony Green <green@moxielogic.com>
9662
9663 * configure.tgt: Add support for moxie-*-rtems* target.
9664
9665 2013-02-25 Pedro Alves <palves@redhat.com>
9666
9667 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9668 warning text.
9669
9670 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9671
9672 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9673 if $fp is used as the virtual frame pointer.
9674
9675 2013-02-23 Alan Modra <amodra@gmail.com>
9676
9677 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9678 symbol size.
9679 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9680 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9681 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9682 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9683
9684 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9685
9686 Code cleanup.
9687 * elfread.c (build_id_bfd_get): Make the return type const.
9688 (build_id_verify): Make the check parameter const.
9689 (build_id_to_debug_filename): Make the build_id parameter and variable
9690 data const.
9691 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9692
9693 2013-02-21 Alan Modra <amodra@gmail.com>
9694
9695 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9696
9697 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
9698
9699 Add a new method 'disassemble' to gdb.Architecture class.
9700 * python/py-arch.c (archpy_disassmble): Implementation of the
9701 new method gdb.Architecture.disassemble.
9702 (arch_object_methods): Add entry for the new method.
9703
9704 2013-02-20 Jiong Wang <jiwang@tilera.com>
9705
9706 * MAINTAINERS (Write After Approval): Add myself to the list.
9707
9708 2013-02-19 Pedro Alves <palves@redhat.com>
9709
9710 Garbage collect 'struct monitor_ops'::load_routine.
9711
9712 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9713 * monitor.c (monitor_load): No longer call
9714 current_monitor->load_routine.
9715 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9716 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9717 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9718
9719 2013-02-19 Pedro Alves <palves@redhat.com>
9720
9721 PR gdb/15161
9722
9723 Harmonize with generic_load.
9724
9725 * monitor.c: Include "readline/readline.h".
9726 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
9727 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
9728 long/strtol for the 'load_offset' local. Error out if no argument
9729 is given or if too many arguments are given. Tilde expand the
9730 passed in file name.
9731
9732 2013-02-19 Kai Tietz <ktietz@redhat.com>
9733
9734 PR gdb/15161
9735 * symfile.c (load_section_data): Change type of load_offset
9736 to CORE_ADDR.
9737 (generic_load): User strtoulst instead of strtoul for conversion
9738 of load_offset.
9739
9740 2013-02-19 Jiong Wang <jiwang@tilera.com>
9741
9742 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9743 for return address, "lr" register, saved on stack.
9744 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9745 after we invoke tilegx_analyze_prologue.
9746
9747 2013-02-19 Jiong Wang <jiwang@tilera.com>
9748
9749 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9750
9751 2013-02-19 Jiong Wang <jiwang@tilera.com>
9752
9753 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9754
9755 2013-02-19 Jiong Wang <jiwang@tilera.com>
9756
9757 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9758 (tilegx_write_pc): New function.
9759 (tilegx_cannot_reference_register): Return zero if REGNO
9760 is TILEGX_FAULTNUM_REGNUM.
9761 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9762 (tilegx_register_name): Add handling of "faultnum" register.
9763 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9764 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9765 handling of TILEGX_FAULTNUM_REGNUM.
9766 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9767
9768 2013-02-19 Jiong Wang <jiwang@tilera.com>
9769
9770 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9771 should be aligned to 64bit.
9772
9773 2013-02-19 Kai Tietz <ktietz@redhat.com>
9774
9775 * windows-nat.c (windows_xfer_memory): Fix debug-output
9776 for LLP64.
9777
9778 2013-02-19 Lei Liu <lei.liu2@windriver.com>
9779
9780 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9781 Don't check DSP register number if HAVE_DSP is not set.
9782
9783 2013-02-19 Alan Modra <amodra@gmail.com>
9784
9785 * elfread.c (struct build_id): Delete. Use struct elf_build_id
9786 throughout file instead.
9787 (build_id_bfd_get): Update to use new elf_tdata build_id field.
9788 Don't xmalloc return value.
9789 (build_id_verify): Similarly. Don't xfree.
9790 (build_id_to_debug_filename): Update.
9791 (find_separate_debug_file_by_buildid): Update, don't xfree.
9792
9793 2013-02-18 Tom Tromey <tromey@redhat.com>
9794
9795 PR gdb/15102:
9796 * dwarf2read.c (read_subrange_type): Use result of
9797 'check_typedef'.
9798
9799 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
9800
9801 * frame.c: Remove one extra white space after #include
9802 directive.
9803
9804 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9805
9806 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9807
9808 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9809
9810 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9811 and dir commands into an if block.
9812
9813 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
9814
9815 * python/py-breakpoint (struct pybp_code): Use int instead of
9816 enum type_code.
9817
9818 2013-02-15 Pedro Alves <pedro@codesourcery.com>
9819 Hafiz Abid Qadeer <abidh@codesourcery.com>
9820
9821 * NEWS: Mention new field "trace-file".
9822 * tracepoint.c (trace_status_mi): Output "trace-file" field.
9823 (tfile_open): Record the trace file's filename in the trace
9824 status.
9825 (tfile_files_info): Mention the name of the trace file.
9826 Check the "filename" field explicitely.
9827 (trace_status_command): Explicitely check "filename" field.
9828 (trace_find_command): Ditto.
9829 (trace_find_pc_command): Ditto.
9830 (trace_find_tracepoint_command): Ditto.
9831 (trace_find_line_command): Ditto.
9832 (trace_find_range_command): Ditto.
9833 (trace_find_outside_command): Ditto.
9834 * tracepoint.h (struct trace_status) <from_file>: Rename it
9835 to "filename" and make it hold the trace file's filename
9836 instead of a boolean.
9837 * remote.c (remote_get_trace_status): Initialize "filename"
9838 field with NULL instead of 0.
9839
9840 2013-02-15 Yao Qi <yao@codesourcery.com>
9841
9842 * remote.c: Fix a typo.
9843
9844 2013-02-14 Pierre Muller <muller@sourceware.org>
9845
9846 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9847
9848 2013-02-14 Pedro Alves <palves@redhat.com>
9849
9850 * utils.c (savestring): Don't #undef it. Move function to
9851 common/common-utils.c.
9852 * common/common-utils.c: Include gdb_string.h.
9853 (savestring): Move here from utils.c.
9854 * common/common-utils.h (savestring): Declare.
9855
9856 2013-02-14 Pedro Alves <palves@redhat.com>
9857
9858 * utils.c (savestring): Rename parameter 'size' to 'len'.
9859
9860 2013-02-14 Pedro Alves <palves@redhat.com>
9861 Yufeng Zhang <yufeng.zhang@arm.com>
9862
9863 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9864 (aarch64_inferior_data, struct aarch64_inferior_data):
9865 Delete.
9866 (struct aarch64_process_info): New.
9867 (aarch64_process_list): New global.
9868 (aarch64_find_process_pid, aarch64_add_process)
9869 (aarch64_process_info_get): New functions.
9870 (aarch64_inferior_data_get): Delete.
9871 (aarch64_process_info_get): New function.
9872 (aarch64_forget_process): New function.
9873 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
9874 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9875 aarch64_get_debug_reg_state.
9876 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9877 instead of linux_nat_iterate_watchpoint_lwps.
9878 (aarch64_linux_new_fork): New function.
9879 (aarch64_linux_child_post_startup_inferior): Use
9880 aarch64_forget_process instead of aarch64_init_debug_reg_state.
9881 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9882 (aarch64_linux_remove_hw_breakpoint)
9883 (aarch64_handle_aligned_watchpoint)
9884 (aarch64_handle_unaligned_watchpoint)
9885 (aarch64_linux_insert_watchpoint)
9886 (aarch64_linux_remove_watchpoint)
9887 (aarch64_linux_stopped_data_address): Adjust to pass the current
9888 process id to aarch64_debug_reg_state.
9889 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9890 linux_nat_new_fork hook, and aarch64_forget_process as
9891 linux_nat_forget_process hook; remove the call to
9892 register_inferior_data_with_cleanup.
9893
9894 2013-02-14 Pedro Alves <palves@redhat.com>
9895
9896 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9897 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9898 lval_memory.
9899
9900 2013-02-14 Pedro Alves <pedro@codesourcery.com>
9901 Hafiz Abid Qadeer <abidh@codesourcery.com>
9902
9903 * tracepoint.h (validate_trace_state_variable_name): Declare.
9904 * tracepoint.c (validate_trace_state_variable_name): New.
9905 (trace_variable_command): Parse the trace state variable's name
9906 without using parse_expression. Do several validations.
9907 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9908 trace state variable's name with parse_expression. Validate it.
9909
9910 2013-02-14 Yao Qi <yao@codesourcery.com>
9911
9912 * infcmd.c (breakpoint_proceeded): Remove it.
9913
9914 2013-02-14 Yao Qi <yao@codesourcery.com>
9915
9916 * tracepoint.c (end_actions_pseudocommand): Make it static.
9917 (while_stepping_pseudocommand): Likewise.
9918 * tracepoint.h (end_actions_pseudocommand): Remove the
9919 declaration.
9920 (while_stepping_pseudocommand): Likewise.
9921
9922 2013-02-14 Yao Qi <yao@codesourcery.com>
9923
9924 * cli/cli-decode.c (help_cmd): Remove the declaration of
9925 "cmdlist".
9926 (help_all): Likewise.
9927
9928 2013-02-13 Pedro Alves <palves@redhat.com>
9929
9930 * amd64-linux-nat.c (update_debug_registers_callback):
9931 Update comment.
9932 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9933 iterate_over_lwps.
9934 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9935 i386_debug_reg_state.
9936 (amd64_linux_new_fork): New function.
9937 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9938 linux_nat_new_fork hook, and i386_forget_process as
9939 linux_nat_forget_process hook.
9940 * i386-linux-nat.c (update_debug_registers_callback):
9941 Update comment.
9942 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9943 iterate_over_lwps.
9944 (i386_linux_prepare_to_resume): Pass the lwp's pid to
9945 i386_debug_reg_state.
9946 (i386_linux_new_fork): New function.
9947 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9948 linux_nat_new_fork hook, and i386_forget_process as
9949 linux_nat_forget_process hook.
9950 * i386-nat.c (i386_init_dregs): Delete.
9951 (i386_inferior_data, struct i386_inferior_data):
9952 Delete.
9953 (struct i386_process_info): New.
9954 (i386_process_list): New global.
9955 (i386_find_process_pid, i386_add_process, i386_process_info_get):
9956 New functions.
9957 (i386_inferior_data_get): Delete.
9958 (i386_process_info_get): New function.
9959 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
9960 (i386_forget_process): New function.
9961 (i386_cleanup_dregs): Rewrite.
9962 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9963 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9964 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9965 (i386_remove_hw_breakpoint): Adjust to pass the current process id
9966 to i386_debug_reg_state.
9967 (i386_use_watchpoints): Don't register inferior data.
9968 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9969 adjust comment.
9970 (i386_forget_process): Declare.
9971 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9972 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9973 New static globals.
9974 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9975 (add_initial_lwp): New, factored out from ...
9976 (add_lwp): ... this. Don't check the number of lwps before
9977 calling linux_nat_new_thread.
9978 (linux_nat_iterate_watchpoint_lwps): Delete.
9979 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9980 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9981 forks and vforks.
9982 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9983 initial lwp.
9984 (linux_nat_kill, linux_nat_mourn_inferior): Call
9985 linux_nat_forget_process.
9986 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9987 (linux_nat_forget_process): New functions.
9988 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9989 type.
9990 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9991 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9992 types.
9993 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9994 (linux_nat_forget_process): New declarations.
9995
9996 * amd64fbsd-nat.c (super_mourn_inferior): New global.
9997 (amd64fbsd_mourn_inferior): New function.
9998 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9999 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
10000
10001 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10002
10003 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
10004 Adding _().
10005
10006 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10007
10008 * aarch64-linux-nat.c (debug_reg_change_callback)
10009 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
10010 %s and phex().
10011
10012 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
10013
10014 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
10015 with LONGEST.
10016
10017 2013-02-13 Pedro Alves <palves@redhat.com>
10018 Hafiz Abid Qadeer <abidh@codesourcery.com>
10019
10020 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
10021
10022 2013-02-12 Tom Tromey <tromey@redhat.com>
10023
10024 PR symtab/11464:
10025 * c-exp.y (lex_one_token): Initialize other fields of yylval on
10026 NAME return.
10027 (classify_inner_name): Remove 'first_name' argument, add
10028 'context'. Remove unused variable.
10029 (yylex): Explicitly maintain the context type. Exit loop earlier
10030 if NAME result is seen.
10031
10032 2013-02-12 Pedro Alves <palves@redhat.com>
10033
10034 * amd64-darwin-tdep.c: Add (C) after Copyright.
10035 * cli/cli-cmds.h: Ditto.
10036 * cli/cli-decode.c: Ditto.
10037 * cli/cli-decode.h: Ditto.
10038 * cli/cli-dump.c: Ditto.
10039 * cli/cli-dump.h: Ditto.
10040 * cli/cli-interp.c: Ditto.
10041 * cli/cli-logging.c: Ditto.
10042 * cli/cli-script.c: Ditto.
10043 * cli/cli-script.h: Ditto.
10044 * cli/cli-setshow.c: Ditto.
10045 * cli/cli-setshow.h: Ditto.
10046 * cli/cli-utils.c: Ditto.
10047 * cli/cli-utils.h: Ditto.
10048 * config/alpha/nm-osf3.h: Ditto.
10049 * config/djgpp/djconfig.sh: Ditto.
10050 * config/i386/nm-fbsd.h: Ditto.
10051 * config/i386/nm-i386gnu.h: Ditto.
10052 * config/nm-linux.h: Ditto.
10053 * config/nm-nto.h: Ditto.
10054 * config/rs6000/nm-rs6000.h: Ditto.
10055 * config/sparc/nm-sol2.h: Ditto.
10056 * darwin-nat-info.c: Ditto.
10057 * dfp.c: Ditto.
10058 * dfp.h: Ditto.
10059 * gdb-demangle.h: Ditto.
10060 * i386-darwin-nat.c: Ditto.
10061 * i386-darwin-tdep.c: Ditto.
10062 * linux-fork.h: Ditto.
10063 * m32c-tdep.c: Ditto.
10064 * microblaze-linux-tdep.c: Ditto.
10065 * microblaze-rom.c: Ditto.
10066 * microblaze-tdep.c: Ditto.
10067 * microblaze-tdep.h: Ditto.
10068 * mips-linux-tdep.h: Ditto.
10069 * ppc-ravenscar-thread.c: Ditto.
10070 * ppc-ravenscar-thread.h: Ditto.
10071 * prologue-value.c: Ditto.
10072 * prologue-value.h: Ditto.
10073 * ravenscar-thread.c: Ditto.
10074 * ravenscar-thread.h: Ditto.
10075 * sparc-ravenscar-thread.c: Ditto.
10076 * sparc-ravenscar-thread.h: Ditto.
10077 * tilegx-linux-tdep.c: Ditto.
10078 * unwind_stop_reasons.def: Ditto.
10079 * windows-nat.h: Ditto.
10080 * xtensa-linux-tdep.c: Ditto.
10081 * xtensa-xtregs.c: Ditto.
10082 * regformats/regdat.sh: Ditto.
10083 * regformats/regdef.h: Ditto.
10084
10085 2013-02-12 Pedro Alves <palves@redhat.com>
10086
10087 * break-catch-sig.c: Update copyright years.
10088
10089 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
10090
10091 Add support for a destructor for ui_out data and use it to
10092 provide a ui_out destructor.
10093 * ui-out.h: Declare the new ui_out destructor.
10094 (ui_out_impl): Add a field for data destructor in ui_out_impl.
10095 * ui-out.c (default_data_destroy): Add a default data destructor
10096 which does nothing.
10097 (default_ui_out_impl): Set the new data_destroy field to
10098 default_data_destroy
10099 (uo_data_destroy): Local function which invokes the data
10100 destructor if present.
10101 (clear_table): Local function which clears the table data of a
10102 ui_out object.
10103 (ui_out_destroy): Public function which frees a ui_out object.
10104 (ui_out_table_end): Use the new clear_table function.
10105 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10106 NULL.
10107 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10108 to NULL.
10109
10110 2013-02-11 Doug Evans <dje@google.com>
10111
10112 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10113 (printf_decfloat): New function. Broken out from ui_printf.
10114 Remove unnecessary code to shift the entire format string down.
10115 (printf_pointer): New function.
10116 (ui_printf): Code to print C strings, wide C strings, decfloats,
10117 and pointers moved to separate functions.
10118
10119 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
10120
10121 * valops.c (value_assign): Handling bitfield offset in
10122 `lval_internalvar_component' case.
10123
10124 2013-02-08 Doug Evans <dje@google.com>
10125
10126 * common/format.c (parse_format_string): Fix whitespace.
10127
10128 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
10129
10130 * stack.c (return_command): Work around uninitialized variable
10131 warning.
10132
10133 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
10134
10135 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10136 number of the registers from 36 to 34.
10137
10138 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10139
10140 * NEWS: Mention new AArch64 native and target support.
10141
10142 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10143
10144 * MAINTAINERS (Write After Approval): Add myself.
10145
10146 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
10147 Marcus Shawcroft <marcus.shawcroft@arm.com>
10148 Nigel Stephens <nigel.stephens@arm.com>
10149 Yufeng Zhang <yufeng.zhang@arm.com>
10150
10151 * aarch64-linux-nat.c: New file.
10152 * config/aarch64/linux.mh: New file.
10153 * configure.host: Add AArch64.
10154 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10155
10156 2013-02-07 Doug Evans <dje@google.com>
10157
10158 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10159 disassemble command.
10160
10161 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
10162
10163 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10164 set_gdbarch_fetch_tls_load_module_address.
10165
10166 2013-02-06 David S. Miller <davem@davemloft.net>
10167
10168 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10169 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10170 * value.c (struct_return_convention): New function.
10171 (using_struct_return): Implement in terms of struct_return_convention.
10172 * value.h (struct_return_convention): Declare.
10173 * stack.c (return_command): Allow successful overriding of the return
10174 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10175
10176 2013-02-06 Tom Tromey <tromey@redhat.com>
10177
10178 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10179 outside of TRY_CATCH.
10180
10181 2013-02-06 Yao Qi <yao@codesourcery.com>
10182
10183 * mi/mi-interp.c: Include "tracepoint.h".
10184 (mi_tsv_modified): Declare.
10185 (mi_tsv_created, mi_tsv_deleted): Update declaration.
10186 (mi_interpreter_init): Call observer_attach_tsv_modified.
10187 (mi_tsv_modified): New.
10188 (mi_tsv_created, mi_tsv_deleted): Update.
10189 * tracepoint.c (trace_variable_command): Call
10190 observer_notify_tsv_modified if the initial value of tsv is
10191 changed.
10192 (delete_trace_state_variable): Call
10193 observer_notify_tsv_deleted earlier.
10194 (trace_variable_command): Caller update.
10195 (create_tsv_from_upload): Likewise.
10196 * observer.sh: Declare "struct trace_state_variable".
10197
10198 * NEWS: Mention the new MI notification "=tsv-modified".
10199
10200 2013-02-05 Doug Evans <dje@google.com>
10201
10202 * completer.c (location_completer): Fix typo in comment.
10203
10204 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10205
10206 * breakpoint.c (add_location_to_breakpoint): Insert the location with
10207 ADDRESS sorted.
10208
10209 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
10210
10211 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10212 Refactor if statement to avoid trailing || operator.
10213
10214 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
10215
10216 * NEWS: Add PowerPC FreeBSD as a new native configuration.
10217
10218 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
10219
10220 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10221 * configure.host: Add powerpc*-*-freebsd* target.
10222 * configure.tgt: Add target info for powerpc*-*-freebsd*.
10223 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10224 * config/powerpc/fbsd.mh: New file.
10225
10226 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
10227 Denys Vlasenko <dvlasenk@redhat.com>
10228 Pedro Alves <palves@redhat.com>
10229
10230 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10231 (struct elf_internal_linux_prpsinfo): Forward declare.
10232 * gdbarch.h, gdbarch.c: Regenerate.
10233 * linux-tdep.c: Include `cli/cli-utils.h'.
10234 (linux_fill_prpsinfo): New function.
10235 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
10236 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10237 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10238 depending on gdbarch pointer bitness.
10239 * ppc-linux-tdep.c: Include elf-bfd.h.
10240 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10241 on 32-bit.
10242
10243 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10244 Marcus Shawcroft <marcus.shawcroft@arm.com>
10245 Nigel Stephens <nigel.stephens@arm.com>
10246 Yufeng Zhang <yufeng.zhang@arm.com>
10247
10248 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10249
10250 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10251 Marcus Shawcroft <marcus.shawcroft@arm.com>
10252 Nigel Stephens <nigel.stephens@arm.com>
10253 Yufeng Zhang <yufeng.zhang@arm.com>
10254
10255 * aarch64-newlib-tdep.c: New file.
10256 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10257 aarch64*-*-elf.
10258 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10259 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
10260 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
10261 * osabi.c (gdb_osabi_names): Add "Newlib".
10262
10263 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10264 Marcus Shawcroft <marcus.shawcroft@arm.com>
10265 Nigel Stephens <nigel.stephens@arm.com>
10266 Yufeng Zhang <yufeng.zhang@arm.com>
10267
10268 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10269 (ALLDEPFILES): Add aarch64-linux-tdep.c.
10270 * aarch64-linux-tdep.c: New file.
10271 * aarch64-linux-tdep.h: New file.
10272 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10273 * configure.tgt: Add aarch64-none-linux-gnu.
10274
10275 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10276 Marcus Shawcroft <marcus.shawcroft@arm.com>
10277 Nigel Stephens <nigel.stephens@arm.com>
10278 Yufeng Zhang <yufeng.zhang@arm.com>
10279
10280 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10281 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10282 (ALLDEPFILES): Add aarch64-tdep.c.
10283 * aarch64-tdep.c: New file.
10284 * aarch64-tdep.h: New file.
10285 * configure.tgt: Add AArch64.
10286 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10287 (aarch64-expedite): New definition.
10288 * features/aarch64-core.xml: New file.
10289 * features/aarch64-fpu.xml: New file.
10290 * features/aarch64-without-fpu.c: New file (generated).
10291 * features/aarch64-without-fpu.xml: New file.
10292 * features/aarch64.c: New file (generated).
10293 * features/aarch64.xml: New file.
10294 * regformats/aarch64-without-fpu.dat: New file (generated).
10295 * regformats/aarch64.dat: New file (generated).
10296
10297 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10298
10299 * contrib/expect-read1.c: New file.
10300 * contrib/expect-read1.sh: New file.
10301
10302 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10303
10304 * dwarf2read.c (file_file_name): New function with code from
10305 file_full_name.
10306 (file_full_name): Move most of the code to file_file_name.
10307 (macro_start_file): Rename variable full_name to file_name and use
10308 file_file_name for it. Add comp_dir parameter to new_macro_table.
10309 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
10310 macro_source_file->filename access by macro_source_fullname call.
10311 * macroscope.c (_initialize_macroscope): Update the new_macro_table
10312 caller.
10313 * macrotab.c (struct macro_table): New field comp_dir.
10314 (macro_include): New variables link_fullname and source_fullname.
10315 Replace any macro_source_file->filename access by macro_source_fullname
10316 call.
10317 (macro_lookup_inclusion): Remove the partial filenames checking code.
10318 (check_for_redefinition): New variables source_fullname and
10319 found_key_fullname. Replace any macro_source_file->filename access by
10320 macro_source_fullname call.
10321 (macro_undef): New variables source_fullname and key_fullname. Replace
10322 any macro_source_file->filename access by macro_source_fullname call.
10323 (macro_lookup_definition): New variables retval and source_fullname.
10324 Replace any macro_source_file->filename access by macro_source_fullname
10325 call.
10326 (foreach_macro): New variable key_fullname. Replace any
10327 macro_source_file->filename access by macro_source_fullname call.
10328 (foreach_macro_in_scope): New variable datum_fullname. Replace any
10329 macro_source_file->filename access by macro_source_fullname call.
10330 (new_macro_table): Add parameter comp_dir. Initialize T with it.
10331 (macro_source_fullname): New function.
10332 * macrotab.h (struct macro_source_file): Extent the filename field
10333 comment.
10334 (new_macro_table): New parameter comp_dir, add a comment for it.
10335 (macro_source_fullname): new declaration.
10336
10337 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10338
10339 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10340 this_real_name to outer block. Use it also for
10341 compare_filenames_for_search.
10342 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
10343 with dw2_get_real_path for file_matcher, considering also
10344 BASENAMES_MAY_DIFFER.
10345 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10346
10347 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10348
10349 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10350 to the file_matcher parameter. Pass 0 to it.
10351 (dwarf2_create_include_psymtab): Copy also DIRNAME.
10352 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10353 NULL psymtab_to_fullname result.
10354 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
10355 an expected filename instead.
10356 (expand_symtabs_matching_via_partial): Add basenames parameter to the
10357 file_matcher parameter. Call also psymtab_to_fullname, after newly
10358 considering BASENAMES_MAY_DIFFER.
10359 * source.c (rewrite_source_path): Remove static.
10360 * source.h (rewrite_source_path): New declaration.
10361 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10362 the expand_symtabs_matching field. Comment it.
10363 * symtab.c (file_matches): New function comment. Add parameter
10364 basenames, implement it.
10365 (search_symbols_file_matches): Add basenames parameter. Update the
10366 file_matches caller.
10367 (search_symbols): Match FILES also against symtab_to_fullname.
10368 Optimize it for BASENAMES_MAY_DIFFER.
10369
10370 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10371
10372 * source.c (print_source_lines_base): Print for TUI also "fullname".
10373 * tui/tui-data.c (init_content_element): Change tui_locator_element
10374 field to full_name.
10375 * tui/tui-data.h (struct tui_locator_element): Likewise.
10376 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10377 tui_update_locator_filename calls to tui_update_locator_fullname.
10378 Replace symtab->filename refererence by symtab_to_fullname call.
10379 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10380 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10381 field to full_name. Replace symtab->filename refererence by
10382 symtab_to_fullname call.
10383 (tui_show_symtab_source): Rename parameter to fullname. Change
10384 tui_locator_element field to full_name.
10385 * tui/tui-stack.c: Include source.h.
10386 (tui_set_locator_filename): Rename the declaration to ...
10387 (tui_set_locator_fullname): ... here. Rename its parameter to
10388 fullname, updates its comment.
10389 (tui_set_locator_info): Rename its parameter to fullname.
10390 (tui_set_locator_filename): Rename the definition to ...
10391 (tui_set_locator_fullname): ... here. Rename its parameter to
10392 fullname, updates its comment. Change tui_locator_element field to
10393 full_name.
10394 (tui_set_locator_info): Rename its parameter to fullname.
10395 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10396 (tui_update_locator_filename): Rename to ...
10397 (tui_update_locator_fullname): ... here. Rename callee to
10398 tui_set_locator_fullname.
10399 (tui_show_frame_info): Replace symtab->filename refererence by
10400 symtab_to_fullname call.
10401 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10402 (tui_update_locator_fullname): ... here.
10403 * tui/tui-winsource.c (tui_display_main): Rename the callee to
10404 tui_update_locator_fullname. Replace symtab->filename refererence by
10405 symtab_to_fullname call.
10406 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10407 Rename the callee to tui_update_locator_fullname.
10408 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10409
10410 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10411
10412 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10413 by symtab_to_filename_for_display calls.
10414 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10415 (clear_command): New variable sal_fullname, initialize it. Replace
10416 compare_filenames_for_search by filename_cmp with sal_fullname.
10417 (say_where, update_static_tracepoint): Replace symtab->filename
10418 refererences by symtab_to_filename_for_display calls.
10419 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10420 Likewise.
10421 * dwarf2read.c: Include source.h.
10422 (fixup_go_packaging): Replace symtab->filename refererences by
10423 symtab_to_filename_for_display calls.
10424 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10425 Replace symtab->filename refererences by symtab_to_filename_for_display
10426 calls.
10427 (create_sals_line_offset, convert_linespec_to_sals): New variable
10428 fullname, initialize it, replace symtab->filename reference by the
10429 variable.
10430 * linux-fork.c: Include source.h.
10431 (info_checkpoints_command): Replace symtab->filename refererences by
10432 symtab_to_filename_for_display calls.
10433 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10434 by symtab_to_filename_for_display calls.
10435 * mdebugread.c: Include source.h.
10436 (psymtab_to_symtab_1): Replace symtab->filename refererences by
10437 symtab_to_filename_for_display calls.
10438 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10439 (mi_cmd_file_list_exec_source_files): Likewise.
10440 * printcmd.c: Include source.h.
10441 (build_address_symbolic): Replace symtab->filename refererences by
10442 symtab_to_filename_for_display calls.
10443 * psymtab.c (partial_map_symtabs_matching_filename)
10444 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10445 with psymtab_to_fullname.
10446 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10447 by symtab_to_filename_for_display calls.
10448 (stpy_get_filename): New variable filename, initialize it, use instead
10449 of symtab->filename refererences.
10450 (salpy_str): Make variable filename const char *. Replace
10451 symtab->filename refererences by symtab_to_filename_for_display calls.
10452 * skip.c: Include source.h and filenames.h.
10453 (skip_file_command): Remove const from the symtab variable. Replace
10454 symtab->filename refererences by symtab_to_fullname call.
10455 (function_name_is_marked_for_skip): New variables searched_for_fullname
10456 and fullname. Use them to search also with symtab's fullname.
10457 * source.c (find_source_lines): Replace symtab->filename refererences
10458 by symtab_to_filename_for_display calls.
10459 (print_source_lines_base): New variable filename, use it instead of
10460 symtab->filename. Replace symtab->filename refererences by
10461 symtab_to_filename_for_display calls.
10462 (line_info, forward_search_command): Replace symtab->filename
10463 refererences by symtab_to_filename_for_display calls.
10464 (reverse_search_command): Replace symtab->filename refererences by
10465 symtab_to_filename_for_display calls. New variable filename for it.
10466 * stack.c (frame_info): Likewise.
10467 * symmisc.c: Include source.h.
10468 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10469 (maintenance_info_symtabs): Replace symtab->filename refererences by
10470 symtab_to_filename_for_display calls.
10471 * symtab.c (iterate_over_some_symtabs): Call
10472 compare_filenames_for_search also with symtab_to_fullname.
10473 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10474 symtab->filename refererences by symtab_to_filename_for_display calls.
10475 (find_line_symtab): Replace symtab->filename refererences by
10476 symtab_to_filename_for_display calls.
10477 (file_matches): Replace filename_cmp by compare_filenames_for_search.
10478 (print_symbol_info): Make the last parameter const char *. New
10479 variable s_filename. Use it in the function.
10480 (symtab_symbol_info): Make the last_filename variable const char *.
10481 Replace symtab->filename refererences by symtab_to_filename_for_display
10482 calls.
10483 (rbreak_command): New variable fullname. Use it. Replace
10484 symtab->filename refererence by symtab_to_filename_for_display call.
10485 * tracepoint.c (set_traceframe_context, trace_find_line_command)
10486 (print_one_static_tracepoint_marker): Replace symtab->filename
10487 refererences by symtab_to_filename_for_display calls.
10488 * tui/tui-source.c (tui_set_source_content): New variables filename and
10489 s_filename. Replace symtab->filename refererences by this variable.
10490 Replace other symtab->filename refererences by
10491 symtab_to_filename_for_display calls.
10492
10493 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10494 Jan Kratochvil <jan.kratochvil@redhat.com>
10495
10496 Add a new variable that controls a way in which filenames are
10497 displayed.
10498 * NEWS (set filename-display): New entry.
10499 * source.c (filename_display_basename, filename_display_relative)
10500 (filename_display_absolute, filename_display_kind_names)
10501 (filename_display_string, show_filename_display_string)
10502 (symtab_to_filename_for_display): New.
10503 (_initialize_source): Added initialization of 'filename-display'
10504 variable.
10505 * source.h (symtab_to_filename_for_display): Added declaration.
10506 * stack.c (print_frame): Added new variable and calling of a new
10507 function and condition with this variable. Changed third argument of
10508 calling of a function.
10509
10510 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10511
10512 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10513 Rename field reference filename to fullname.
10514 * tui/tui-data.h (struct tui_source_info): Rename field filename to
10515 fullname. New comment for it.
10516 * tui/tui-source.c (tui_set_source_content): Rename field reference
10517 filename to fullname. Initialize field by symtab_to_fullname now.
10518 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10519 reference filename to fullname. Use symtab_to_fullname during
10520 comparison.
10521
10522 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10523
10524 Code cleanup.
10525 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10526 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
10527 filename to fullname. Rename variable this_name to this_fullname.
10528 Lowercase FILENAME_CMP call.
10529 (dw2_find_symbol_file): New comment for the returned string.
10530 (dwarf2_gdb_index_functions): Rename the function to
10531 dw2_expand_symtabs_with_fullname.
10532 * psymtab.c (read_psymtabs_with_filename): Rename to ...
10533 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
10534 fullname.
10535 (psym_functions): Rename the function to read_psymtabs_with_fullname.
10536 * symfile.h (struct quick_symbol_functions): Rename field
10537 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10538 parameter filename to fullname. Document returned string meaning for
10539 find_symbol_file.
10540 * symtab.c (find_line_symtab): Rename the called function to
10541 expand_symtabs_with_fullname.
10542
10543 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10544
10545 Code cleanup.
10546 * breakpoint.c (clear_command): Remove variable is_abs, unify the
10547 call of filename_cmp with compare_filenames_for_search.
10548 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10549 is_abs, unify the call of FILENAME_CMP with
10550 compare_filenames_for_search. New gdb_asserts for real_path and name.
10551 Unify the call of compare_filenames_for_search with FILENAME_CMP.
10552 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10553 * symfile.h (struct quick_symbol_functions): Extend the comment for
10554 map_symtabs_matching_filename.
10555 * symtab.c (compare_filenames_for_search): Remove the function comment
10556 relative path requirement. Handle absolute filenames, with a comment.
10557 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10558 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
10559 real_path and name. Unify the call of compare_filenames_for_search
10560 with FILENAME_CMP.
10561 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10562
10563 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10564
10565 Code cleanup.
10566 * breakpoint.c (print_breakpoint_location): Replace bp_location field
10567 source_file references by symtab field references. Remove variables
10568 sal and fullname.
10569 (momentary_breakpoint_from_master, add_location_to_breakpoint):
10570 (clear_command, say_where): Replace bp_location field source_file
10571 references by symtab field references.
10572 (bp_location_dtor): Remove the source_file reference.
10573 (update_static_tracepoint): Replace bp_location field source_file
10574 references by symtab field references.
10575 (breakpoint_free_objfile): New function.
10576 * breakpoint.h (struct bp_location): Extend the comment for line_number.
10577 Replace the field source_file by field symtab, extend its comment.
10578 (breakpoint_free_objfile): New declaration.
10579 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10580 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10581 field source_file references by symtab field references.
10582
10583 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10584
10585 Replace xfullpath calls by gdb_realpath calls.
10586 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10587 function comment.
10588 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10589 Remove it from the iterate_over_some_symtabs call.
10590 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10591 Remove it from the dw2_map_expand_apply calls, remove a block handling
10592 it.
10593 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10594 Remove it from the iterate_over_some_symtabs call.
10595 (partial_map_symtabs_matching_filename): Remove parameter full_path.
10596 Remove it from the partial_map_expand_apply calls, remove a block
10597 handling it. Drop gdb_realpath call and cleanups from the real_path
10598 handling.
10599 * source.c (openp): Drop the comment part about xfullpath. Replace
10600 xfullpath calls by gdb_realpath calls.
10601 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10602 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10603 from method map_symtabs_matching_filename and its comment.
10604 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10605 gdb_realpath call.
10606 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10607 remove it also from the function comment, remove a block handling it.
10608 Drop gdb_realpath call and cleanups from the real_path handling.
10609 (iterate_over_symtabs): Drop variable full_path and its use.
10610 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10611 * utils.c (xfullpath): Remove.
10612 * utils.h (xfullpath): Remove.
10613
10614 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
10615
10616 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10617 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10618 (ALLDEPFILES): Add ppc64-tdep.c.
10619 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10620 ppc64-tdep.o to gdb_target_obs.
10621 * ppc64-tdep.h: New file.
10622 * ppc64-tdep.c: New file.
10623 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10624 ppc-linux-tdep.c to here.
10625 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10626 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10627 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10628 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10629 from ppc-linux-tdep.c to here.
10630 (ppc64_convert_from_func_ptr_addr): Rename from
10631 ppc64_linux_convert_from_func_ptr_addr to
10632 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10633 here.
10634 * rs6000-tdep.c:
10635 (read_insn): Move from ppc-linux-tdep.c to here.
10636 (insns_match_pattern, insn_d_field, insn_ds_field): Move
10637 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10638 * ppc-linux-tdep.c: Include ppc64-tdep.h.
10639 Removed above functions.
10640 (ppc_linux_init_abi): Adjust.
10641
10642 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10643
10644 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10645
10646 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10647
10648 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10649
10650 2013-02-01 Pedro Alves <palves@redhat.com>
10651
10652 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10653 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10654
10655 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10656
10657 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10658 files with no separate debug info.
10659 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10660 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10661 only for files with no separate debug info.
10662
10663 2013-01-31 Tom Tromey <tromey@redhat.com>
10664
10665 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10666 change type.
10667 (struct jit_program_space_data): Rename from jit_inferior_data.
10668 Update comments.
10669 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10670 Change return type. Attach data to program space.
10671 (jit_program_space_data_cleanup): Rename from
10672 jit_inferior_data_cleanup; change argument type.
10673 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10674 change type.
10675 (jit_register_code): Update.
10676 (jit_update_inferior_cache): Remove.
10677 (jit_breakpoint_deleted): Get jit data from the location's program
10678 space.
10679 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10680 'ps_data', change type.
10681 (jit_inferior_init, jit_breakpoint_re_set_internal)
10682 (jit_event_handler): Update.
10683 (free_objfile_data): Get data from objfile's program space.
10684 (_initialize_jit): Update.
10685
10686 2013-01-31 Tom Tromey <tromey@redhat.com>
10687
10688 PR gdb/13987:
10689 * jit.c (struct jit_inferior_data) <cached_code_address,
10690 jit_breakpoint>: New fields.
10691 (jit_breakpoint_re_set_internal): Fix logging. Only create
10692 breakpoint if cached address has changed.
10693 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10694 functions.
10695 (_initialize_jit): Register breakpoint deleted observer.
10696
10697 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10698
10699 * infrun.c (handle_syscall_event): Remove unused gdbarch.
10700 (save_infcall_suspend_state): Ifdef out unused inf.
10701 (restore_infcall_suspend_state): Ifdef out unused inf.
10702 * jit.c (jit_register_code): Remove unused i, b, inf_data.
10703 (jit_frame_sniffer): Remove unused inf_data.
10704
10705 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10706
10707 * c-exp.y (classify_inner_name): Remove unused type.
10708 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10709 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10710 need_escape.
10711 (c_get_string): Remove unused kind.
10712 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10713
10714 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10715
10716 * charset.c (intermediate_encoding): Remove unused i.
10717 * completer.c (signal_completer): Remove unused i.
10718 * continuations.c (discard_my_continuations_1): Remove unused
10719 continuation_ptr.
10720 * corelow.c (core_close): Remove unuseD name.
10721 (get_core_siginfo): Remove unused pid.
10722 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10723 i, cps.
10724 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10725 (loclist_describe_location): Remove unused first.
10726 * event-top.c (command_line_handler): Remove unused got_eof.
10727 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10728 (resize_section_table): Remove unused old_value.
10729 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10730 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10731 * i386-tdep.c (i386_process_record): Remove unused rex.
10732 * infcmd.c (get_return_value): Remove unused uiout.
10733 * jv-lang.c (type_from_class): Remove unused is_array.
10734 * jv-valprint.c (java_val_print): Remove unused i.
10735 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10736 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10737 * m2-typeprint.c (m2_print_type): Remove unused code.
10738 * macroexp.c (get_character_constant): Remove unused body_start.
10739 (macro_stringify): Remove unused result.
10740 * objc-lang.c (find_methods): Remove unused gdbarch.
10741 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10742 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10743 * stack.c (print_frame_args): Remove unused summary.
10744 * thread.c (thread_apply_command): Remove unused p.
10745 * valarith.c (value_x_unop): Remove unused mangle_ptr.
10746 * valops.c (search_struct_method): Remove unused skip.
10747 * valprint.c (generic_val_print): Remove unused byte_order.
10748 * varobj.c (varobj_update): Remove unused changed.
10749 * cli/cli-cmds.c (complete_command): Remove unused next_item.
10750 (alias_command): Remove unused c.
10751 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10752 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10753 format.
10754 (mi_cmd_data_write_memory): Remove unused word_format.
10755 (mi_cmd_data_write_memory_bytes): Remove unused r.
10756 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10757 p_start, p_end.
10758 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10759 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10760 line_width.
10761
10762 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10763
10764 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10765 * symtab.c (iterate_over_symtabs): Remove unused s.
10766 (find_pc_sect_symtab): Remove unused pspAce.
10767 (find_pc_sect_line): Remove unused alt_symtab.
10768 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10769 (completion_list_add_name): Remove unused newsize.
10770
10771 2013-01-31 Tom Tromey <tromey@redhat.com>
10772
10773 PR c++/14998:
10774 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10775 TYPE_CODE_FUNC.
10776
10777 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10778
10779 * target.c (target_read_string): Remove unused origlen.
10780
10781 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10782
10783 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10784 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10785 * ax-general.c (ax_print): Remove unused is_float.
10786 * blockframe.c (block_innermost_frame): Remove unused start, end.
10787 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10788
10789 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10790
10791 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10792 (svr4_read_so_list): Remove unused lmo.
10793 * solib-target.c (solib_target_relocate_section_addresses): Remove
10794 unused flags.
10795
10796 2013-01-30 Tom Tromey <tromey@redhat.com>
10797
10798 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10799
10800 2013-01-30 Tom Tromey <tromey@redhat.com>
10801
10802 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10803 * utils.c (gnu_debuglink_crc32): Remove.
10804 * utils.h (gnu_debuglink_crc32): Don't declare.
10805
10806 2013-01-30 Tom Tromey <tromey@redhat.com>
10807
10808 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10809 (read_structure_type, read_enumeration_type): Remove cast.
10810
10811 2013-01-30 Tom Tromey <tromey@redhat.com>
10812
10813 * dwarf2read.c (read_namespace_type): Remove cast.
10814 (read_typedef): Likewise.
10815
10816 2013-01-29 Tom Tromey <tromey@redhat.com>
10817
10818 * dwarf2read.c (free_dwo_file): Remove assert.
10819
10820 2013-01-29 Tom Tromey <tromey@redhat.com>
10821
10822 * value.c (deprecated_set_value_modifiable): Remove.
10823 * value.h (deprecated_set_value_modifiable): Remove.
10824
10825 2013-01-28 Doug Evans <dje@google.com>
10826
10827 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10828 to addresses from dwo files.
10829
10830 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
10831
10832 * valops.c (find_overload_match): Remove unused argument 'lax'.
10833 * value.h: Remove unused argument 'lax' from the declaration of
10834 find_overload_match.
10835 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10836 to find_overload_match.
10837 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10838 argument to find_overload_match.
10839
10840 2013-01-25 Tom Tromey <tromey@redhat.com>
10841
10842 * dwarf2read.c (processing_has_namespace_info): Remove.
10843 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10844 (process_die, read_func_scope, dwarf2_start_symtab)
10845 (new_symbol_full): Update.
10846
10847 2013-01-25 Tom Tromey <tromey@redhat.com>
10848
10849 * cp-namespace.c (cp_set_block_scope): Remove.
10850 * cp-support.h (cp_set_block_scope): Remove.
10851 * dbxread.c: Include block.h.
10852 (cp_set_block_scope): New function.
10853 (process_one_symbol): Update.
10854 * dwarf2read.c (read_func_scope): Use block_set_scope.
10855
10856 2013-01-25 Pedro Alves <palves@redhat.com>
10857
10858 * remote.c (add_current_inferior_and_thread): Tweak comment.
10859
10860 2013-01-25 Tom Tromey <tromey@redhat.com>
10861
10862 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10863 (cp_add_using_directive): Add 'copy_names' argument.
10864 * cp-support.h (cp_add_using_directive): Update.
10865 (struct using_direct) <import_src, import_dest, alias,
10866 declaration>: Now const.
10867 * dwarf2read.c (read_import_statement): Use obconcat.
10868 Don't copy names passed to cp_add_using_directive.
10869
10870 2013-01-25 Tom Tromey <tromey@redhat.com>
10871
10872 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10873
10874 2013-01-25 Pedro Alves <palves@redhat.com>
10875
10876 * remote.c (stop_reply_extract_thread): New.
10877 (add_current_inferior_and_thread): New parameter 'wait_status'.
10878 Handle it.
10879 (remote_start_remote): Pass wait status to
10880 add_current_inferior_and_thread.
10881 (extended_remote_run): Update comment.
10882 (extended_remote_create_inferior_1): Pass wait status to
10883 add_current_inferior_and_thread.
10884
10885 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
10886 Ulrich Weigand <uweigand@de.ibm.com>
10887
10888 * valarith.c (value_vector_widen): New function for replicating a
10889 scalar into a vector.
10890 (value_binop): Use value_vector_widen to widen scalar to vector
10891 rather than casting, this better matches gcc C behaviour.
10892 * valops.c (value_casst): Update logic for casting between vector
10893 types, and for casting from scalar to vector, try to match gcc C
10894 behaviour.
10895 * value.h (value_vector_widen): Declare.
10896 * opencl-lang.c (opencl_value_cast): New opencl specific casting
10897 function, handle special case for casting scalar to vector.
10898 (opencl_relop): Use opencl_value_cast.
10899 (evaluate_subexp_opencl): Use opencl_value_cast instead of
10900 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10901 in order to use opencl_value_cast.
10902
10903 2013-01-25 Yao Qi <yao@codesourcery.com>
10904
10905 * event-loop.c: Include "queue.h".
10906 (gdb_event_p): New typedef.
10907 (DECLARE_QUEUE_P): Use.
10908 (DEFINE_QUEUE_P): Use.
10909 (async_queue_event): Remove.
10910 (gdb_event_xfree): New.
10911 (initialize_event_loop): New.
10912 (process_event): Use QUEUE macros.
10913 (event_queue): Remove.
10914 (gdb_wait_for_event): Caller update.
10915 (check_async_event_handlers): Likewise.
10916 (poll_timers): Likewise.
10917 * event-loop.h (initialize_event_loop): Declare.
10918 * event-loop.c (gdb_event_xfree): New.
10919 * top.c (gdb_init): Call initialize_event_loop.
10920
10921 2013-01-25 Yao Qi <yao@codesourcery.com>
10922
10923 * event-loop.c (async_queue_event): Remove one parameter
10924 'position'. Remove code handling 'position' == TAIL.
10925 (gdb_wait_for_event): Caller update.
10926 (check_async_event_handlers): Caller update.
10927 (poll_timers): Caller update.
10928 * event-loop.h (enum queue_position): Remove.
10929
10930 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
10931
10932 * MAINTAINERS: Update my email.
10933
10934 2013-01-25 Yao Qi <yao@codesourcery.com>
10935
10936 * main.c (print_gdb_help): Remove "--epoch" from the help
10937 message.
10938
10939 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
10940
10941 * symtab.c (skip_prologue_using_sal): Consider a file
10942 change the same as an increased line number
10943
10944 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10945
10946 * MAINTAINERS (Write After Approval): Add myself to the list.
10947
10948 2013-01-24 Tom Tromey <tromey@redhat.com>
10949
10950 * ada-lang.h (ada_decode_symbol): Make return type const.
10951 * ada-lang.c (ada_decode_symbol): Likewise.
10952
10953 2013-01-23 Doug Evans <dje@google.com>
10954
10955 * linespec.c (find_linespec_symbols): Make static.
10956
10957 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
10958
10959 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10960 type on float conversion for complex type.
10961
10962 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
10963
10964 Add a new class gdb.Architecture which exposes GDB's
10965 internal representation of architecture via GDB Python API.
10966 * Makefile.in: Add entries corresponding to the new file
10967 python/py-arch.c.
10968 * NEWS (Python Scripting): Add entries for the new class
10969 gdb.Architecture and the new method gdb.Frame.architecture.
10970 * python/py-arch.c: Implement gdb.Architecture class.
10971 * python/py-frame.c (frapy_arch): Implement the method
10972 gdb.Frame.architecture().
10973 (frame_object_methods): Add 'architecture' to the method table.
10974 * python/python-internal.h: Add declarations of new utility
10975 functions.
10976 * python/python.c (_initialize_python): Initialize
10977 gdb.Architecture class.
10978
10979 2013-01-23 Doug Evans <dje@google.com>
10980
10981 Work around binutils/15021.
10982 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10983 type_unit_group out of union s. All uses updated.
10984 (read_index_from_section): Watch for index version 8.
10985 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10986 an imported symtab.
10987 (write_psymtabs_to_index): Increment version number to 8.
10988
10989 2013-01-22 Pedro Alves <palves@redhat.com>
10990
10991 * annotate.c (breakpoint_changed): Skip if breakpoint is not
10992 user-visible.
10993
10994 2013-01-22 Pedro Alves <palves@redhat.com>
10995
10996 * annotate.c (annotate_breakpoints_changed): Rename to ...
10997 (annotate_breakpoints_invalid): ... this. Make static.
10998 (breakpoint_changed): Adjust.
10999 (_initialize_annotate): Always install the observers. Install a
11000 "breakpoint_created" observer.
11001 * annotate.h (annotate_breakpoints_changed): Delete declaration.
11002 * breakpoint.c (set_breakpoint_condition)
11003 (breakpoint_set_commands, do_map_commands_command)
11004 (init_raw_breakpoint, clear_command, set_ignore_count)
11005 (enable_breakpoint_disp): No longer call
11006 annotate_breakpoints_changed.
11007
11008 2013-01-22 Pedro Alves <palves@redhat.com>
11009
11010 * annotate.c: Include "inferior.h".
11011 (frames_invalid_emitted)
11012 (breakpoints_invalid_emitted): New globals.
11013 (async_background_execution_p): New function.
11014 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
11015 emitting the annotation if it has already been emitted.
11016 (annotate_display_prompt): New function.
11017 * annotate.h (annotate_display_prompt): New declaration.
11018 * event-top.c: Include annotate.h.
11019 (display_gdb_prompt): Call annotate_display_prompt.
11020
11021 2013-01-22 Pedro Alves <palves@redhat.com>
11022
11023 * annotate.c (ignore_count_changed): Delete.
11024 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
11025 (annotate_ignore_count_change): Delete.
11026 (annotate_stopped): Don't emit a delayed breakpoints-changed
11027 annotation.
11028 * annotate.h (annotate_ignore_count_change): Delete.
11029 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
11030 annotate_ignore_count_change.
11031
11032 2013-01-22 Tom Tromey <tromey@redhat.com>
11033
11034 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
11035 require_rvalue for a register location.
11036
11037 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
11038
11039 * breakpoint.c (print_one_breakpoint_location): Add MI
11040 field 'thread-groups' when printing a breakpoint.
11041 (output_thread_groups): New function.
11042
11043 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
11044
11045 * python/lib/gdb/commands/explore.py
11046 (CompoundExplorer.explore_expr): Correct the name of a method
11047 being invoked.
11048 (ExploreTypeCommand.invoke): Add a missing 'return'.
11049
11050 2013-01-21 Tom Tromey <tromey@redhat.com>
11051
11052 * gdb_obstack.h (obconcat): Move declaration here, from...
11053 * symfile.h (obconcat): ... here.
11054 * gdb_obstack.c: New file.
11055 (obconcat): Move from...
11056 * symfile.c (obconcat): ... here.
11057 * Makefile.in (SFILES): Add gdb_obstack.c.
11058 (COMMON_OBS): Add gdb_obstack.o.
11059
11060 2013-01-21 Tom Tromey <tromey@redhat.com>
11061
11062 * symfile.h (obsavestring): Don't declare.
11063 * symfile.c (obsavestring): Remove.
11064 * ada-exp.y: Use obstack_copy0, not obsavestring.
11065 * ada-lang.c: Use obstack_copy0, not obsavestring.
11066 * coffread.c: Use obstack_copy0, not obsavestring.
11067 * cp-namespace.c: Use obstack_copy0, not obsavestring.
11068 * dbxread.c: Use obstack_copy0, not obsavestring.
11069 * dwarf2read.c: Use obstack_copy0, not obsavestring.
11070 * jit.c: Use obstack_copy0, not obsavestring.
11071 * mdebugread.c: Use obstack_copy0, not obsavestring.
11072 * psymtab.c: Use obstack_copy0, not obsavestring.
11073 * stabsread.c: Use obstack_copy0, not obsavestring.
11074 * xcoffread.c: Use obstack_copy0, not obsavestring.
11075
11076 2013-01-21 Tom Tromey <tromey@redhat.com>
11077
11078 * dwarf2read.c (fixup_go_packaging): Save package name
11079 on objfile obstack.
11080 * gdbtypes.c (init_type): Don't copy name.
11081
11082 2013-01-21 Tom Tromey <tromey@redhat.com>
11083
11084 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11085 const.
11086 (struct attribute) <u.str>: Now const.
11087 (struct fnfieldlist) <name>: Now const.
11088 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11089 (partial_die_parent_scope): Make return type const.
11090 (partial_die_full_name, add_partial_symbol): Update.
11091 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11092 'name' const.
11093 (find_file_and_directory): Make 'name' and 'comp_dir' const.
11094 (read_file_scope, read_func_scope, dwarf2_add_field)
11095 (dwarf2_add_member_fn, read_structure_type)
11096 (process_enumeration_scope, read_array_type, read_module_type)
11097 (read_base_type, read_subrange_type): Update.
11098 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11099 (new_symbol_full, guess_full_die_structure_name): Update.
11100 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
11101 (dwarf2_name): Return const type.
11102 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11103 const.
11104
11105 2013-01-21 Tom Tromey <tromey@redhat.com>
11106
11107 * gdbtypes.c (init_type): Make 'name' const.
11108 * gdbtypes.h (init_type): Update.
11109
11110 2013-01-21 Tom Tromey <tromey@redhat.com>
11111
11112 * buildsym.c (patch_subfile_names): Use set_last_source_file.
11113 (start_symtab): Make 'name' and 'dirname' const. Use
11114 set_last_source_file.
11115 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11116 (last_source_file): Define. Now static.
11117 (set_last_source_file, get_last_source_file): New functions.
11118 * buildsym.h (last_source_file): Don't declare.
11119 (start_symtab): Update.
11120 (set_last_source_file, get_last_source_file): Declare.
11121 * coffread.c (complete_symtab): Use set_last_source_file.
11122 (coff_end_symtab): Likewise.
11123 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11124 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11125 set_last_source_file.
11126 (process_one_symbol): Use get_last_source_file.
11127 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11128 (psymtab_to_symtab_1): Use get_last_source_file.
11129 * xcoffread.c (process_linenos): Use get_last_source_file.
11130 (complete_symtab): Use set_last_source_file.
11131 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11132 (scan_xcoff_symtab): Use set_last_source_file.
11133
11134 2013-01-21 Tom Tromey <tromey@redhat.com>
11135
11136 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11137 (symbol_set_names): Remove casts. Handle field const-ness.
11138
11139 2013-01-21 Tom Tromey <tromey@redhat.com>
11140
11141 * dwarf2read.c (new_symbol_full): Remove cast.
11142 * symtab.c (symbol_set_demangled_name): Make 'name' const.
11143 * symtab.h (symbol_set_demangled_name): Update.
11144
11145 2013-01-21 Tom Tromey <tromey@redhat.com>
11146
11147 * main.c (captured_main): Call bfd_init.
11148
11149 2013-01-21 Tom Tromey <tromey@redhat.com>
11150
11151 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11152 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11153 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11154 * NEWS: Update.
11155
11156 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11157
11158 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11159
11160 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11161
11162 Fix gdb.fortran/common-block.exp crash in PIE mode.
11163 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11164 LOC_COMMON_BLOCK.
11165 * f-valprint.c (info_common_command_for_block): Expect
11166 LOC_COMMON_BLOCK in gdb_assert.
11167 * symtab.h (struct general_symbol_info): Update comment for the
11168 common_block member.
11169 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11170 (enum address_class): New member LOC_COMMON_BLOCK.
11171
11172 2013-01-18 David Blaikie <dblaikie@gmail.com>
11173
11174 * MAINTAINERS (Write After Approval): Add "David Blaikie".
11175
11176 2013-01-18 Tom Tromey <tromey@redhat.com>
11177
11178 PR c++/14999:
11179 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11180 Call require_rvalue.
11181
11182 2013-01-18 Yao Qi <yao@codesourcery.com>
11183
11184 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11185 (dbx_read_symtab): New declaration.
11186 (dbx_psymtab_to_symtab): Delete.
11187 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11188 Rename parameter PST to SELF. Exchanged two parameters.
11189 (start_psymtab): Caller update.
11190 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11191 (dwarf2_read_symtab): New declaration.
11192 (dwarf2_psymtab_to_symtab): Delete.
11193 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11194 Rename parameter PST to SELF. Exchanged two parameters.
11195 (create_partial_symtab): Caller update.
11196 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11197 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11198 Rename parameter PST to SELF. Exchanged two parameters.
11199 (parse_partial_symbols, new_psymtab): Caller update.
11200 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11201 two parameters.
11202 * psymtab.c (psymtab_to_symtab): Caller update.
11203 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11204 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11205 Rename parameter PST to SELF. Exchanged two parameters.
11206 (xcoff_start_psymtab): Caller update.
11207
11208 2013-01-18 Yao Qi <yao@codesourcery.com>
11209
11210 * infrun.c (proceed): Rename local variable 'oneproc' to
11211 'force_step'.
11212
11213 2013-01-17 Doug Evans <dje@google.com>
11214
11215 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11216 (dw2_build_type_unit_groups): Delete. All uses updated.
11217
11218 * symtab.h (struct symbol_search): Add comment.
11219
11220 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11221
11222 * symtab.c (compare_filenames_for_search): New comment for
11223 HAS_DRIVE_SPEC.
11224
11225 2013-01-17 Tom Tromey <tromey@redhat.com>
11226
11227 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11228
11229 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11230
11231 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11232 initialize it by existing make_cleanup. Call new do_cleanups.
11233
11234 2013-01-17 Tom Tromey <tromey@redhat.com>
11235
11236 * cp-abi.c (cp_abi_completer): New function.
11237 (_initialize_cp_abi): Set completer for "set cp-abi".
11238
11239 2013-01-17 Tom Tromey <tromey@redhat.com>
11240
11241 * mem-break.c: Remove obsolete comment.
11242 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11243
11244 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11245
11246 * jit.c (jit_reader_load_command): Interpret the jit reader name
11247 as an absolute path if it begins with a forward slash.
11248
11249 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11250
11251 PR gdb/14550
11252
11253 * jit.c (finalize_symtab): Ensure that only the global block has a
11254 NULL superblock.
11255
11256 2013-01-17 Pedro Alves <palves@redhat.com>
11257
11258 * acinclude.m4: Include ../config/plugins.m4,
11259 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
11260 * Makefile.in (aclocal_m4_deps): Update.
11261 * aclocal.m4: Renegerate.
11262
11263 2013-01-16 Doug Evans <dje@google.com>
11264
11265 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
11266
11267 2013-01-16 Pedro Alves <palves@redhat.com>
11268 Tom Tromey <tromey@redhat.com>
11269
11270 PR cli/7221:
11271 * NEWS: Add "catch signal".
11272 * breakpoint.c (base_breakpoint_ops): No longer static.
11273 (bpstat_explains_signal): New function.
11274 (init_catchpoint): No longer static.
11275 (base_breakpoint_explains_signal): New function.
11276 (base_breakpoint_ops): Initialize new field.
11277 * breakpoint.h (enum bpstat_signal_value): New.
11278 (struct breakpoint_ops) <explains_signal>: New field.
11279 (bpstat_explains_signal): Remove macro, declare as function.
11280 (base_breakpoint_ops, init_catchpoint): Declare.
11281 * break-catch-sig.c: New file.
11282 * inferior.h (signal_catch_update): Declare.
11283 * infrun.c (signal_catch): New global.
11284 (handle_syscall_event): Update for change to
11285 bpstat_explains_signal.
11286 (handle_inferior_event): Likewise. Always handle random signals
11287 via bpstats.
11288 (signal_cache_update): Check signal_catch.
11289 (signal_catch_update): New function.
11290 (_initialize_infrun): Initialize signal_catch.
11291 * Makefile.in (SFILES): Add break-catch-sig.c.
11292 (COMMON_OBS): Add break-catch-sig.o.
11293
11294 2013-01-16 Tom Tromey <tromey@redhat.com>
11295
11296 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11297 (print_one_catch_solib, print_one_catch_syscall)
11298 (print_one_catch_exec, print_one_exception_catchpoint): Emit
11299 "catch-type".
11300
11301 2013-01-16 Yao Qi <yao@codesourcery.com>
11302
11303 * printcmd.c (current_display_number): Make it static.
11304
11305 2013-01-16 Yao Qi <yao@codesourcery.com>
11306
11307 * infcmd.c (step_once): Don't check '!single_inst' as it was
11308 checked before.
11309
11310 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11311
11312 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11313
11314 2013-01-14 Tom Tromey <tromey@redhat.com>
11315
11316 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11317 set command.
11318 * command.h (add_setshow_string_noescape_cmd): Update.
11319 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11320 (complete_set_gnutarget): New function.
11321 (_initialize_core): Set the "set gnutarget" completer.
11322
11323 2013-01-14 Tom Tromey <tromey@redhat.com>
11324
11325 PR symtab/14442:
11326 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11327 (c_type_print_modifier): Likewise.
11328 * dwarf2read.c (read_tag_restrict_type): New function.
11329 (read_type_die_1): Handle DW_TAG_restrict_type.
11330 * gdbtypes.c (make_restrict_type): New function.
11331 (recursive_dump_type): Handle TYPE_RESTRICT.
11332 * gdbtypes.h (enum type_flag_values): Renumber.
11333 (enum type_instance_flag_value): Add
11334 TYPE_INSTANCE_FLAG_RESTRICT.
11335 (TYPE_RESTRICT): New macro.
11336 (make_restrict_type): Declare.
11337
11338 2013-01-14 Tom Tromey <tromey@redhat.com>
11339
11340 PR symtab/14931:
11341 * psymtab.c (struct psymtab_state): New.
11342 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11343 functions.
11344 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11345 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11346
11347 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
11348 Pedro Alves <palves@redhat.com>
11349
11350 PR remote/14786
11351
11352 * remote.c (remote_threads_info): Make a copy of the reply from
11353 qfThreadInfo and use that instead of rs->buf.
11354
11355 2013-01-14 Yao Qi <yao@codesourcery.com>
11356
11357 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11358 (dbx_psymtab_to_symtab): Likewise.
11359 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11360 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11361 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11362
11363 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11364
11365 * parse.c (parse_exp_in_context): New variable inner_chain. Call
11366 make_cleanup_restore_current_language. Call set_language. Move
11367 OLD_CHAIN and INNER_CHAIN cleanups.
11368 * utils.c (do_restore_current_language)
11369 (make_cleanup_restore_current_language): New functions.
11370 * utils.h (make_cleanup_restore_current_language): New declaration.
11371
11372 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11373
11374 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11375 non-existing files.
11376
11377 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11378 non-existing files if FILENAME is already absolute.
11379
11380 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11381
11382 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11383 fputs_filtered. Append trailing newline.
11384
11385 2013-01-11 Yao Qi <yao@codesourcery.com>
11386 Stan Shebs <stan@codesourcery.com>
11387
11388 * psymtab.c (init_psymbol_list): Clarify the comment.
11389
11390 2013-01-11 Yao Qi <yao@codesourcery.com>
11391
11392 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11393 (update_dprintf_command_list): Assert that 'printf_line' is
11394 non-null. Remove condition check.
11395
11396 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11397
11398 Code cleanup.
11399 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11400 type const char *.
11401 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11402 const char *.
11403 * tui/tui-source.h (tui_source_is_displayed): Likewise.
11404
11405 2013-01-09 Anthony Green <green@moxielogic.com>
11406
11407 * cp-abi.c (cplus_print_vtable): Don't return value from void
11408 function.
11409 * ada-lang.c (re_set_catch_assert): Ditto.
11410
11411 2013-01-09 Doug Evans <dje@google.com>
11412
11413 * symfile.h (quick_symbol_functions): Delete member
11414 pre_expand_symtabs_matching. All uses removed.
11415 * dwarf2read.c (dw2_lookup_symbol): Implement.
11416 (dw2_do_expand_symtabs_matching): Delete.
11417 (dw2_pre_expand_symtabs_matching): Delete.
11418 (struct dw2_symtab_iterator): New type.
11419 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11420 (dw2_expand_symtabs_for_function): Rewrite.
11421 (dwarf2_gdb_index_functions): Update.
11422 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11423 (psym_functions): Update.
11424
11425 2013-01-09 Tom Tromey <tromey@redhat.com>
11426
11427 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11428 * configure: Rebuild.
11429 * configure.ac: Add somread.o to the build if BFD has SOM
11430 support.
11431 * somread.c: Include som/aout.h, not syms.h.
11432 (som_symtab_read): Use som_external_symbol_dictionary_record.
11433 Unpack records manually.
11434 (_initialize_somread): Declare.
11435
11436 2012-01-08 Mike Frysinger <vapier@gentoo.org>
11437
11438 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11439 Cast return_address to 64bits.
11440
11441 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
11442
11443 * printcmd.c: Remove define of function output_command.
11444 * tracepoint.c: Remove extern of function output_command.
11445 * valprint.h: (output_command): New extern.
11446
11447 2013-01-07 Tom Tromey <tromey@redhat.com>
11448
11449 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11450 Remove.
11451 (objc_language_defn): Use c_printchar, c_printstr,
11452 c_emit_char.
11453
11454 2013-01-07 Tom Tromey <tromey@redhat.com>
11455
11456 PR cli/7719:
11457 * NEWS: Update.
11458 * ada-valprint.c (printstr, print_field_values): Remove
11459 "inspect_it" code.
11460 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11461 code.
11462 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11463 code.
11464 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11465 * main.c (captured_main): Remove "epoch" argument.
11466 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11467 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11468 * p-valprint.c (pascal_object_print_value_fields): Remove
11469 "inspect_it" code.
11470 * printcmd.c (print_command_1): Remove 'inspect' argument.
11471 (print_command, call_command): Update.
11472 (inspect_command): Remove.
11473 (_initialize_printcmd): Make "inspect" an alias for "print".
11474 * top.c (epoch_interface): Remove.
11475 * top.h (epoch_interface): Remove.
11476 * valprint.c (user_print_options): Update.
11477 (print_converted_chars_to_obstack): Remove "inspect_it" code.
11478 * valprint.h (struct value_print_options) <inspect_it>: Remove
11479 field.
11480
11481 2013-01-04 Tom Tromey <tromey@redhat.com>
11482
11483 * valprint.h (read_string): Add 'extern'.
11484
11485 2013-01-07 Joel Brobecker <brobecker@adacore.com>
11486
11487 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11488 used to decide whether to define darwin_read_dyld_info or not.
11489
11490 2013-01-03 Pierre Muller <muller@sourceware.org>
11491
11492 * main.c (relocate_gdb_directory): Avoid calling stat function
11493 if DIR is empty.
11494
11495 2013-01-03 Yao Qi <yao@codesourcery.com>
11496
11497 * psymtab.c (fixup_psymbol_section): Update declaration.
11498 (fixup_psymbol_section): Remove code returning value.
11499
11500 2013-01-03 Yao Qi <yao@codesourcery.com>
11501
11502 * symtab.h: Remove some out of date comments.
11503 (enum exception_event_kind): Move it ...
11504 * breakpoint.c: ... here.
11505
11506 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
11507
11508 PR gdb/14405
11509 * darwin-nat.c (darwin_read_dyld_info): Only build if
11510 TASK_DYLD_INFO_COUNT is defined.
11511 (darwin_xfer_partial): Call darwin_read_dyld_info only if
11512 TASK_DYLD_INFO_COUNT is defined.
11513
11514 2013-01-02 Tom Tromey <tromey@redhat.com>
11515
11516 * symfile.h (struct ecoff_debug_hack): Remove.
11517 * objfiles.c: Don't include mdebugread.h.
11518
11519 2013-01-02 Tom Tromey <tromey@redhat.com>
11520
11521 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11522 * configure.ac: Check for Mach-O support in BFD. Update
11523 CONFIG_OBS.
11524 * configure: Rebuild.
11525
11526 2013-01-02 Tom Tromey <tromey@redhat.com>
11527
11528 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11529 * configure.ac: Use GDB_AC_CHECK_BFD.
11530 * configure: Rebuild.
11531
11532 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
11533
11534 * MAINTAINERS: Update my email.
11535
11536 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11537
11538 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11539
11540 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11541
11542 * rs6000-nat.c (bss_data_overlap): New function.
11543 (vmap_symtab): Use it to adjust the .bss section's offset.
11544
11545 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11546
11547 Update year range in copyright notice of all files.
11548
11549 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
11550
11551 * top.c (print_gdb_version): Update copyright year.
11552
11553 For older changes see ChangeLog-2012.
11554 \f
11555 Local Variables:
11556 mode: change-log
11557 left-margin: 8
11558 fill-column: 74
11559 version-control: never
11560 coding: utf-8
11561 End:
This page took 0.564996 seconds and 4 git commands to generate.