Change "set debug symtab-create" to take a verbosity level.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-11-08 Doug Evans <dje@google.com>
2
3 * NEWS: Mention that "set debug symtab-create" now accepts a
4 verbosity level.
5 * buildsym.c (end_symtab_from_static_block): Call set_symtab_primary
6 to set the symtab's primary flag.
7 * jit.c (finalize_symtab): Ditto.
8 * mdebugread.c (psymtab_to_symtab_1): Ditto.
9 * symfile.c (allocate_symtab): Only print debugging messages for
10 symtab_create_debug levels 2 and higher.
11 * symtab.c (symtab_create_debug): Change type to unsigned int.
12 (set_symtab_primary): New function.
13 (_initialize_symtab): Change "set debug symtab-create" to a
14 zuinteger option.
15 * symtab.h (set_symtab_primary): Declare.
16 (symtab_create_debug): Update decl.
17
18 2013-11-08 Tom Tromey <tromey@redhat.com>
19
20 * aix-thread.c (aix_thread_detach): Update.
21 * corelow.c (core_detach): Update.
22 * darwin-nat.c (darwin_detach): Update.
23 * dec-thread.c (dec_thread_detach): Update.
24 * gnu-nat.c (gnu_detach): Update.
25 * go32-nat.c (go32_detach): Update.
26 * inf-ptrace.c (inf_ptrace_detach): Update.
27 * inf-ttrace.c (inf_ttrace_detach): Update.
28 * linux-fork.c (linux_fork_detach): Update.
29 * linux-fork.h (linux_fork_detach): Update.
30 * linux-nat.c (linux_nat_detach): Update. Introduce "tem"
31 local for const-correctness.
32 * linux-thread-db.c (thread_db_detach): Update.
33 * monitor.c (monitor_detach): Update.
34 * nto-procfs.c (procfs_detach): Update.
35 * procfs.c (procfs_detach): Update.
36 * record.c (record_detach): Update.
37 * record.h (record_detach): Update.
38 * remote-m32r-sdi.c (m32r_detach): Update.
39 * remote-mips.c (mips_detach): Update.
40 * remote-sim.c (gdbsim_detach): Update.
41 * remote.c (remote_detach_1, remote_detach)
42 (extended_remote_detach): Update.
43 * sol-thread.c (sol_thread_detach): Update.
44 * target.c (target_detach): Make "args" const.
45 (init_dummy_target): Update.
46 * target.h (struct target_ops) <to_detach>: Make argument const.
47 (target_detach): Likewise.
48 * windows-nat.c (windows_detach): Update.
49
50 2013-11-07 Doug Evans <dje@google.com>
51
52 PR 11786
53 * solib-svr4.c (svr4_exec_displacement): Ignore filesz, memsz, flags
54 and align fields for PT_GNU_RELRO segments.
55
56 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
57
58 PR python/15747
59 * python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
60
61 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
62
63 * NEWS: Document Python temporary breakpoint support.
64 * python/py-breakpoint.c (bppy_get_temporary): New function.
65 (bppy_init): New keyword: temporary. Parse it and set breakpoint
66 to temporary if True.
67
68 2013-11-07 Jose E. Marchesi <jose.marchesi@oracle.com>
69
70 * sparc-tdep.c (sparc_analyze_control_transfer): Assertion
71 removed to allow analyzing unconditional branch instructions
72 with PC-relative offsets of zero.
73
74 2013-11-07 Yao Qi <yao@codesourcery.com>
75
76 * mi/mi-cmd-var.c: Include "language.h".
77 (mi_cmd_var_info_expression): Get language name from
78 language_defn.
79 * varobj.c (varobj_language_string): Remove.
80 (variable_language): Remove declaration.
81 (languages): Remove.
82 (varobj_get_language): Change the type of return value.
83 (variable_language): Remove.
84 * varobj.h (enum varobj_languages): Remove.
85 (varobj_language_string): Remove declaration.
86 (varobj_get_language): Update declaration.
87
88 2013-11-07 Yao Qi <yao@codesourcery.com>
89
90 * language.h (struct language_defn) <la_natural_name>: New
91 field.
92 * ada-lang.c (ada_language_defn): Initialize field
93 'la_natural_name'.
94 * c-lang.c (c_language_defn): Likewise.
95 (cplus_language_defn, asm_language_defn): Likewise.
96 * d-lang.c (d_language_defn): Likewise.
97 * f-lang.c (f_language_defn): Likewise.
98 * go-lang.c (go_language_defn): Likewise.
99 * jv-lang.c (java_language_defn): Likewise.
100 * language.c (unknown_language_defn ): Likewise.
101 (auto_language_defn): Likewise.
102 * m2-lang.c (m2_language_defn): Likewise.
103 * objc-lang.c (objc_language_defn): Likewise.
104 * opencl-lang.c (opencl_language_defn): Likewise.
105 * p-lang.c (pascal_language_defn): Likewise.
106
107 2013-11-07 Yao Qi <yao@codesourcery.com>
108
109 * language.c (language_str): Return const char *.
110 (add_language): Add const to 'language_names'
111 * language.h (struct language_defn) <la_name>: Add const.
112 (language_str: Update declaration.
113
114 2013-11-06 Andreas Arnez <arnez@linux.vnet.ibm.com>
115
116 * s390-linux-nat.c (s390_read_description): Consider the TE field
117 in the HWCAP for determining 'have_regset_tdb'.
118
119 2013-11-06 Will Newton <will.newton@linaro.org>
120
121 PR gdb/12866
122 * dwarf2read.c (skip_one_die): Sanity check DW_AT_sibling
123 values. (read_partial_die): Likewise.
124
125 2013-11-06 Muhammad Bilal <mbilal@codesourcery.com>
126
127 PR cli/16122
128 * top.c (command_line_input): Unify interactivity tests to use
129 input_from_terminal_p.
130 * event-top.c (command_line_handler): Likewise.
131
132 2013-11-06 Yao Qi <yao@codesourcery.com>
133
134 * Makefile.in (check-perf): New target.
135
136 2013-11-05 Will Newton <will.newton@linaro.org>
137
138 PR gdb/7670
139 * arm-tdep.c (print_fpu_flags): Use filtered output routines.
140 (arm_print_float_info): Likewise.
141
142 2013-11-04 Anton Blanchard <anton@samba.org>
143
144 * target.c (memory_xfer_partial): Cap write to 4KB.
145
146 2013-11-01 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
147
148 * breakpoint.c (create_longjmp_master_breakpoint): Allow libc
149 probe scan even when the arch provides no get_longjmp_target.
150
151 2013-10-31 Pedro Alves <palves@redhat.com>
152
153 * infrun.c (handle_syscall_event): Don't set or clear stop_signal.
154 (handle_inferior_event) <TARGET_WAITKIND_FORKED,
155 TARGET_WAITKIND_VFORKED>: Don't set stop_signal to
156 GDB_SIGNAL_TRAP, or clear it. Pass GDB_SIGNAL_0 to
157 bpstat_explains signal, instead of GDB_SIGNAL_TRAP.
158 <bpstat handling>: If the bpstat chain wants the signal to be
159 hidden, then set stop_signal to GDB_SIGNAL_0 instead of
160 GDB_SIGNAL_TRAP.
161
162 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
163
164 * breakpoint.c (update_watchpoint): Update error message and add
165 an additional error message.
166
167 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
168
169 * s390-tdep.h: Rename to...
170 * s390-linux-tdep.h: ...here.
171 * s390-tdep.c: Rename to...
172 * s390-linux-tdep.c: ...here. Adjust #include.
173 * s390-nat.c: Rename to...
174 * s390-linux-nat.c: ...here. Adjust #include.
175 * config/s390/s390.mh: Rename to...
176 * config/s390/linux.mh: ...here. Reflect rename s390-nat.o ->
177 s390-linux-nat.o.
178 * configure.host: Reflect host rename "s390" -> "linux".
179 * configure.tgt: Reflect rename s390-tdep.o -> s390-linux-tdep.o.
180 * Makefile.in (ALL_TARGET_OBS): Likewise.
181 (HFILES_NO_SRCDIR): Reflect rename s390-tdep.h ->
182 s390-linux-tdep.h.
183 (ALLDEPFILES): Reflect rename of .c files.
184
185 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
186
187 * s390-nat.c: Whitespace cleanup.
188 * s390-tdep.c: Likewise.
189 * s390-tdep.h: Remove empty line at end of file.
190
191 2013-10-30 Maciej W. Rozycki <macro@codesourcery.com>
192
193 * linux-tdep.c (linux_corefile_thread_callback): Preinitialize
194 siginfo_size.
195
196 2013-10-29 Tom Tromey <tromey@redhat.com>
197
198 * utils.c (reg): Move undefinition...
199 * gdb_curses.h: ... here. Update comment to mention AIX.
200
201 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
202
203 * exec.h (add_target_sections_of_objfile): New declaration.
204 * exec.c (add_target_sections_of_objfile): New function.
205 * symfile.c (add_symbol_file_command): Update current target sections.
206 (remove_symbol_file_command): New command.
207 (symfile_free_objfile): New function.
208 (_initialize_symfile): Register observer for free_objfile events.
209 * NEWS: Add description of the remove-symbol-file command.
210 * breakpoint.c (disable_breakpoints_in_freed_objfile): New function.
211 * objfiles.c (free_objfile): Notify free_objfile.
212 (is_addr_in_objfile): New function.
213 * objfiles.h (is_addr_in_objfile): New declaration.
214 * printcmd.c (clear_dangling_display_expressions): Act upon free_objfile
215 events instead of solib_unloaded events.
216 (_initialize_printcmd): Register observer for free_objfile instead
217 of solib_unloaded notifications.
218 * solib.c (remove_user_added_objfile): New function.
219 (_initialize_symfile): Add remove-symbol-file.
220
221 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
222
223 * infcmd.c (default_print_one_register_info): Use val_print to
224 print all values even optimized out or unavailable ones. Don't
225 try to print a raw form of optimized out or unavailable values.
226
227 2013-10-29 Yao Qi <yao@codesourcery.com>
228
229 * auto-load.c (auto_load_pspace_data_cleanup): Get data from
230 parameter 'arg' instead of from program_space_data.
231 * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
232 * solib-darwin.c (darwin_pspace_data_cleanup): Likewise.
233 * solib-dsbt.c (dsbt_pspace_data_cleanup): Likewise.
234 * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
235 * inflow.c (inflow_inferior_data_cleanup): Get data from
236 parameter 'arg' instead of inferior_data.
237 * registry.h: Add comments.
238
239 2013-10-28 Pedro Alves <palves@redhat.com>
240
241 * breakpoint.c (watchpoints_triggered)
242 <!target_stopped_data_address>: Hardcode return 1.
243
244 2013-10-28 Pedro Alves <palves@redhat.com>
245
246 * infrun.c (process_event_stop_test): Remove unnecessary scoping
247 level and reindent.
248
249 2013-10-28 Pedro Alves <palves@redhat.com>
250
251 * infrun.c (process_event_stop_test): New function, factored out
252 from handle_inferior_event.
253 (handle_inferior_event): 'process_event_stop_test' is now a
254 function instead of a goto label -- adjust.
255
256 2013-10-28 Pedro Alves <palves@redhat.com>
257
258 * infrun.c (handle_inferior_event): Move process_event_stop_test
259 goto label to the else branch of the ecs->random_signal check,
260 along with FRAME and GDBARCH re-fetching.
261
262 2013-10-28 Pedro Alves <palves@redhat.com>
263
264 * infrun.c (switch_back_to_stepped_thread): New function, factored
265 out from handle_inferior_event.
266 (handle_inferior_event): Adjust to call
267 switch_back_to_stepped_thread. Call it also at the tail of the
268 random signal handling, and return, instead of also handling
269 random signals just before the stepping tests.
270
271 2013-10-28 Pedro Alves <palves@redhat.com>
272
273 * infrun.c (clear_stop_func): Delete.
274 (handle_inferior_event): Don't call clear_stop_func and don't
275 clear 'ecs->random_signal'.
276
277 2013-10-27 Yao Qi <yao@codesourcery.com>
278
279 * varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
280 (varobj_create, varobj_get_path_expr): Update.
281 (varobj_value_has_mutated, varobj_update): Likewise.
282 (create_child_with_value, new_root_variable): Likewise.
283 (number_of_children, name_of_variable): Likewise.
284 (value_of_child, my_value_of_variable): Likewise.
285 (varobj_value_is_changeable_p): Likewise.
286
287 2013-10-25 Yao Qi <yao@codesourcery.com>
288
289 * language.h (struct lang_varobj_ops): Declare.
290 (struct language_defn) <la_varobj_ops>: New field.
291 * ada-lang.c: Include "varobj.h"
292 (defn ada_language_defn): Initialize field 'la_varobj_ops' with
293 ada_varobj_ops.
294 * c-lang.c: Include "varobj.h"
295 (c_language_defn): Initialize field 'la_varobj_ops' with
296 c_varobj_ops.
297 (cplus_language_defn): Initialize field 'la_varobj_ops' with
298 cplus_varobj_ops.
299 (asm_language_defn): Initialize field 'la_varobj_ops' with
300 default_varobj_ops.
301 (minimal_language_defn): Likewise.
302 * d-lang.c (d_language_defn): Likewise.
303 * f-lang.c (f_language_defn): Likewise.
304 * go-lang.c (go_language_defn): Likewise.
305 * m2-lang.c (m2_language_defn): Likewise.
306 * objc-lang.c (objc_language_defn): Likewise.
307 * opencl-lang.c (opencl_language_defn): Likewise.
308 * p-lang.c (pascal_language_defn): Likewise.
309 * language.c (unknown_language_defn): Likewise.
310 (auto_language_defn): Likewise.
311 (local_language_defn): Likewise.
312 * jv-lang.c (java_language_defn): Initialize field
313 'la_varobj_ops' with java_varobj_ops.
314 * varobj.c (varobj_create): Update.
315 * varobj.h (default_varobj_ops): Define macro.
316
317 2013-10-25 Pedro Alves <palves@redhat.com>
318
319 * cp-valprint.c (cp_print_value_fields): No longer handle a NULL
320 static field value.
321 (cp_print_static_field): If the value is entirely optimized out,
322 print <optimized out> here.
323 * jv-valprint.c (java_print_value_fields): No longer handle a NULL
324 static field value.
325 * p-valprint.c (pascal_object_print_static_field): If the value is
326 entirely optimized out, print <optimized out> here.
327 * valops.c (do_search_struct_field)
328 (value_struct_elt_for_reference): No longer handle a NULL static
329 field value.
330 * value.c (value_static_field): Return an optimized out value
331 instead of NULL.
332
333 2013-10-25 Yao Qi <yao@codesourcery.com>
334
335 * remote.c (remote_traceframe_info): Return early if
336 traceframe is not selected.
337
338 2013-10-25 Yao Qi <yao@codesourcery.com>
339
340 * tracepoint.c (traceframe_fun): Remove.
341 (traceframe_sal): Remove.
342 (set_traceframe_context): Add local variables.
343
344 2013-10-25 Joel Brobecker <brobecker@adacore.com>
345
346 * varobj.h (struct lang_varobj_ops): Remove spaces between '*'
347 and parameter name.
348
349 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
350
351 * linux-tdep.c (linux_corefile_thread_callback): Propagate any
352 failure from register information collection.
353
354 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
355
356 * linux-tdep.c (linux_corefile_thread_data): Remove `num_notes'
357 member.
358 (linux_corefile_thread_callback): Update accordingly.
359 (linux_make_corefile_notes): Likewise.
360
361 2013-10-24 Pedro Alves <palves@redhat.com>
362
363 * NEWS (New options): Mention set/show startup-with-shell.
364 * config/alpha/nm-osf3.h (START_INFERIOR_TRAPS_EXPECTED): Set to 2
365 instead of 3.
366 * fork-child.c (fork_inferior, startup_inferior): Handle 'set
367 startup-with-shell'.
368 (show_startup_with_shell): New function.
369 (_initialize_fork_child): Register the set/show startup-with-shell
370 commands.
371 * inf-ptrace.c (inf_ptrace_create_inferior): Remove comment.
372 * inf-ttrace.c (inf_ttrace_him): Remove comment.
373 * procfs.c (procfs_init_inferior): Remove comment.
374 * infcmd.c (startup_with_shell): New global.
375 * inferior.h (startup_with_shell): Declare global.
376 (STARTUP_WITH_SHELL): Delete.
377 (START_INFERIOR_TRAPS_EXPECTED): Set to 1 by default instead of 2.
378
379 2013-10-23 Pedro Alves <palves@redhat.com>
380
381 * common/gdb_signals.h (gdb_signal_to_symbol_string): Declare.
382 * common/signals.c: Include "gdb_assert.h".
383 (signals): New field 'symbol'.
384 (SET): Use the 'symbol' parameter.
385 (gdb_signal_to_symbol_string): New function.
386 * infrun.c (handle_inferior_event) <random signal>: In debug
387 output, print the random signal enum as string in addition to its
388 number.
389 * target/waitstatus.c (target_waitstatus_to_string): Print the
390 signal's enum value as string instead of the (POSIX) signal name.
391
392 2013-10-23 Gary Benson <gbenson@redhat.com>
393
394 PR 16013
395 * common/linux-osdata.c (command_from_pid): Reduced size of cmd
396 from 32 to 18. Adjusted fscanf format string accordingly.
397 (Avoids leaving cmd unterminated.)
398 (print_sockets): Do not parse tlen, inode, sl, timeout, txq, rxq,
399 trun, retn or extra. (Avoids leaving extra unterminated.) Check
400 that local_address and remote_address will not overflow.
401 (linux_xfer_osdata_modules): Parse lines using strtok to avoid
402 leaving dependencies unterminated. Parse size as "%u" to match
403 definition.
404
405 2013-10-22 Pedro Alves <palves@redhat.com>
406
407 * infrun.c (handle_inferior_event) <thread hop>: Don't clear or
408 set ecs->random signal.
409
410 2013-10-22 Pedro Alves <palves@redhat.com>
411
412 * infrun.c (keep_going): Update comments.
413
414 2013-10-22 Pedro Alves <palves@redhat.com>
415
416 * remote.c (remote_parse_stop_reply) <'T'/'S'/'X' replies>: Map
417 invalid signal numbers to GDB_SIGNAL_UNKNOWN.
418
419 2013-10-22 Pedro Alves <palves@redhat.com>
420
421 * include/gdb/signals.def (TARGET_EXC_BAD_ACCESS): Rename to
422 GDB_EXC_BAD_ACCESS.
423 (TARGET_EXC_BAD_INSTRUCTION): Rename to GDB_EXC_BAD_INSTRUCTION.
424 (TARGET_EXC_ARITHMETIC): Rename to GDB_EXC_ARITHMETIC.
425 (TARGET_EXC_EMULATION): Rename to GDB_EXC_EMULATION.
426 (TARGET_EXC_SOFTWARE): Rename to GDB_EXC_SOFTWARE.
427 (TARGET_EXC_BREAKPOINT): Rename to GDB_EXC_BREAKPOINT.
428 (GDB_SIGNAL_LAST): Change description string.
429 * common/signals.c (gdb_signal_from_host, do_gdb_signal_to_host):
430 Adjust to signal renaming.
431 * darwin-nat.c (darwin_decode_message): Likewise.
432
433 2013-10-22 Jose E. Marchesi <jose.marchesi@oracle.com>
434
435 * MAINTAINERS (Write After Approval): Add myself to the list.
436
437 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
438
439 * breakpoint.c (update_watchpoint): If hardware watchpoints are
440 forced off, downgrade them to software watchpoints if possible,
441 and error out if not possible.
442 (watch_command_1): Move watchpoint type selection closer to
443 watchpoint creation, and extend the comments.
444
445 2013-10-18 Pedro Alves <palves@redhat.com>
446
447 PR gdb/16062
448 * infrun.c (handle_inferior_event): Keep going if we got a random
449 signal we should not stop for, instead of falling through to the
450 step tests.
451
452 2013-10-18 Yao Qi <yao@codesourcery.com>
453
454 * c-varobj.c (cplus_number_of_children): Fix indentation.
455
456 2013-10-17 Tom Tromey <tromey@redhat.com>
457
458 PR gdb/15995:
459 * printcmd.c (printcmd): Call gdb_flush.
460
461 2013-10-17 Tom Tromey <tromey@redhat.com>
462
463 * elfread.c (struct elfinfo) <stabindexsect>: Remove.
464 (elf_locate_sections): Update.
465
466 2013-10-17 Yao Qi <yao@codesourcery.com>
467
468 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
469 * ada-varobj.c: Remove the include of ada-varobj.h.
470 (ada_varobj_get_number_of_children): Declare.
471 (ada_varobj_get_name_of_child): Make it static.
472 (ada_varobj_get_path_expr_of_child): Likewise.
473 (ada_varobj_get_value_of_child): Likewise.
474 (ada_varobj_get_type_of_child): Likewise.
475 (ada_varobj_get_value_of_array_variable): Likewise.
476 * ada-varobj.h: Remove.
477
478 2013-10-17 Yao Qi <yao@codesourcery.com>
479
480 * Makefile.in (SFILES): Add c-varobj.c and jv-varobj.c.
481 (COMMON_OBS): Add c-varobj.o and jv-varobj.o.
482 * ada-varobj.c: Include "varobj.h".
483 (ada_number_of_children): New. Moved from varobj.c.
484 (ada_name_of_variable, ada_name_of_child): Likewise.
485 (ada_path_expr_of_child, ada_value_of_child): Likewise.
486 (ada_type_of_child, ada_value_of_variable): Likewise.
487 (ada_value_is_changeable_p, ada_value_has_mutated): Likewise.
488 (ada_varobj_ops): New.
489 * c-varobj.c, jv-varobj.c: New file. Moved from varobj.c.
490 * gdbtypes.c (get_target_type): New. Moved from varobj.c.
491 * gdbtypes.h (get_target_type): Declare.
492 * varobj.c: Remove the inclusion of "ada-varobj.h" and
493 "ada-lang.h".
494 (ANONYMOUS_STRUCT_NAME): Move it to c-varobj.c.
495 (ANONYMOUS_UNION_NAME): Likewise.
496 (get_type, get_value_type, get_target_type): Remove declarations.
497 (value_get_print_value, varobj_value_get_print_value): Likewise.
498 (c_number_of_children, c_name_of_variable): Likewise.
499 (c_name_of_child, c_path_expr_of_child): Likewise.
500 (c_value_of_child, c_type_of_child): Likewise.
501 (c_value_of_variable, cplus_number_of_children): Likewise.
502 (cplus_class_num_children, cplus_name_of_variable): Likewise.
503 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
504 (cplus_value_of_child, cplus_type_of_child): Likewise.
505 (cplus_value_of_variable, java_number_of_children): Likewise.
506 (java_name_of_variable, java_name_of_child): Likewise.
507 (java_path_expr_of_child, java_value_of_child): Likewise.
508 (java_type_of_child, java_value_of_variable): Likewise.
509 (ada_number_of_children, ada_name_of_variable): Likewise.
510 (ada_name_of_child, ada_path_expr_of_child): Likewise.
511 (ada_value_of_child, ada_type_of_child): Likewise.
512 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
513 (ada_value_has_mutated): Likewise.
514 (struct language_specific): Move it to varobj.h.
515 (CPLUS_FAKE_CHILD): Move it to varobj.h.
516 (restrict_range): Rename it varobj_restrict_range. Make it extern.
517 Callers update.
518 (get_path_expr_parent): Rename it to varobj_get_path_expr_parent.
519 Make it extern.
520 (is_anonymous_child): Move it to c-varobj.c and rename to
521 varobj_is_anonymous_child. Caller update.
522 (get_type): Move it to c-varobj.c.
523 (get_value_type): Rename it varobj_get_value_type. Make it
524 extern.
525 (get_target_type): Move it gdbtypes.c.
526 (varobj_formatted_print_options): New function.
527 (value_get_print_value): Rename it to
528 varobj_value_get_print_value and make it extern.
529 (varobj_value_is_changeable_p): Make it extern.
530 (adjust_value_for_child_access): Move it to c-varobj.c.
531 (default_value_is_changeable_p): Rename it to
532 varobj_default_value_is_changeable_p. Make it extern.
533 (c_number_of_children, c_name_of_variable): Move it to c-varobj.c
534 (c_name_of_child, c_path_expr_of_child): Likewise.
535 (c_value_of_child, c_type_of_child): Likewise.
536 (c_value_of_variable, cplus_number_of_children): Likewise.
537 (cplus_class_num_children, cplus_name_of_variable): Likewise.
538 (cplus_name_of_child, cplus_path_expr_of_child): Likewise.
539 (cplus_value_of_child, cplus_type_of_child): Likewise.
540 (cplus_value_of_variable): Likewise.
541 (java_number_of_children, java_name_of_variable): Move it to jv-varobj.c.
542 (java_name_of_child, java_path_expr_of_child): Likewise.
543 (java_value_of_child, java_type_of_child): Likewise.
544 (java_value_of_variable): Likewise.
545 (ada_number_of_children, ada_name_of_variable): Move it to ada-varobj.c.
546 (ada_name_of_child, ada_path_expr_of_child): Likewise.
547 (ada_value_of_child, ada_type_of_child): Likewise.
548 (ada_value_of_variable, ada_value_is_changeable_p): Likewise.
549 (ada_value_has_mutated): Likewise.
550 * varobj.h (CPLUS_FAKE_CHILD): New macro, moved from varobj.c.
551 (struct lang_varobj_ops): New. Renamed by 'struct language_specific'.
552 (c_varobj_ops, cplus_varobj_ops): Declare.
553 (java_varobj_ops, ada_varobj_ops): Declare.
554 (varobj_default_value_is_changeable_p): Declare.
555 (varobj_value_is_changeable_p): Declare.
556 (varobj_get_value_type, varobj_is_anonymous_child): Declare.
557 (varobj_get_path_expr_parent): Declare.
558 (varobj_value_get_print_value): Declare.
559 (varobj_formatted_print_options): Declare.
560 (varobj_restrict_range): Declare.
561
562 2013-10-17 Luis Machado <lgustavo@codesourcery.com>
563
564 * target/waitstatus.h (target_waitkind): Remove spurious
565 character from the comments.
566
567 2013-10-17 Joel Brobecker <brobecker@adacore.com>
568
569 * gdbarch.sh (get_longjmp_target): Add method documentation.
570 * gdbarch.h: Regenerate.
571
572 2013-10-16 Tom Tromey <tromey@redhat.com>
573
574 * dbxread.c (read_dbx_symtab) <bss_ext_symbol>: Remove unused
575 label.
576
577 2013-10-16 Luis Machado <lgustavo@codesourcery.com>
578
579 * gcore.in: Call GDB using the full path to the gcore script.
580 Error out if the GDB binary is not found.
581
582 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
583
584 PR gdb/16014
585 * dwarf2read.c (dw2_get_real_path): Remove unnecessary call to
586 sizeof.
587
588 2013-10-16 Sergio Durigan Junior <sergiodj@redhat.com>
589
590 PR gdb/16042
591 * target.c (target_disable_btrace): Fix invalid return value for
592 void function.
593 (target_teardown_btrace): Likewise.
594
595 2013-10-14 Yao Qi <yao@codesourcery.com>
596
597 * varobj.c (struct varobj): Move most of the fields to
598 varobj.h.
599 (struct varobj_dynamic): New struct.
600 (varobj_get_display_hint) [HAVE_PYTHON]: Adjust.
601 (varobj_has_more): Likewise.
602 (dynamic_varobj_has_child_method): Likewise.
603 (update_dynamic_varobj_children): Likewise.
604 (varobj_get_num_children): Likewise.
605 (varobj_list_children, varobj_pretty_printed_p): Likewise.
606 (install_new_value_visualizer): Likewise.
607 (install_new_value_visualizer, install_new_value): Likewise.
608 (varobj_update, new_variable, free_variable): Likewise.
609 (my_value_of_variable, value_get_print_value): Likewise.
610 (install_visualizer): Change the type of parameter 'var' to
611 'struct varobjd_dynamic *'. Callers update.
612 * varobj.h (struct varobj): Moved from varobj.c.
613 (struct varobj) <dynamic>: New field.
614
615 2013-10-13 Sandra Loosemore <sandra@codesourcery.com>
616
617 * nios2-tdep.c (nios2_reg_names): Use "sstatus" rather than "ba"
618 as the preferred name of r30.
619 * nios2-linux-tdep.c (reg_offsets): Likewise.
620 * features/nios2-cpu.xml: Likewise.
621 * features/nios2-linux.c: Regenerated.
622 * features/nios2.c: Regenerated.
623 * regformats/nios2-linux.dat: Regenerated.
624
625 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
626
627 Canonicalize directories for EXEC_FILENAME.
628 * exec.c (exec_file_attach): Use gdb_realpath_keepfile for
629 exec_filename.
630 * utils.c (gdb_realpath_keepfile): New function.
631 * utils.h (gdb_realpath_keepfile): New declaration.
632
633 2013-10-11 Doug Evans <dje@google.com>
634
635 * Makefile.in (GDBFLAGS): New variable.
636 (run): New rule.
637
638 2013-10-11 Joel Brobecker <brobecker@adacore.com>
639
640 * NEWS: Add entry documenting the new "-catch-assert" and
641 "-catch-exception" GDB/MI commands.
642
643 2013-10-11 Joel Brobecker <brobecker@adacore.com>
644
645 * breakpoint.h (init_ada_exception_breakpoint): Add parameter
646 "enabled".
647 * breakpoint.c (init_ada_exception_breakpoint): Add parameter
648 "enabled". Set B->ENABLE_STATE accordingly.
649 * ada-lang.h (ada_exception_catchpoint_kind): Move here from
650 ada-lang.c.
651 (create_ada_exception_catchpoint): Add declaration.
652 * ada-lang.c (ada_exception_catchpoint_kind): Move to ada-lang.h.
653 (create_ada_exception_catchpoint): Make non-static. Add new
654 parameter "disabled". Use it in call to
655 init_ada_exception_breakpoint.
656 (catch_ada_exception_command): Add parameter "enabled" in call
657 to create_ada_exception_catchpoint.
658 (catch_assert_command): Likewise.
659
660 * mi/mi-cmds.h (mi_cmd_catch_assert, mi_cmd_catch_exception):
661 Add declarations.
662 * mi/mi-cmds.c (mi_cmds): Add the "catch-assert" and
663 "catch-exception" commands.
664 * mi/mi-cmd-catch.c: Add #include "ada-lang.h".
665 (mi_cmd_catch_assert, mi_cmd_catch_exception): New functions.
666
667 2013-10-11 Joel Brobecker <brobecker@adacore.com>
668
669 * ada-lang.c (enum ada_exception_catchpoint_kind): Renames
670 "enum exception_catchpoint_kind". Replace the "ex_" prefix
671 of all its enumerates with "ada_". Update the rest of this
672 file throughout.
673
674 2013-10-11 Joel Brobecker <brobecker@adacore.com>
675
676 * ada-lang.c (ada_decode_exception_location): Delete.
677 (create_ada_exception_catchpoint): Remove arguments "sal",
678 "addr_string" and "ops". Add argument "ex_kind" instead.
679 Adjust implementation accordingly, calling ada_exception_sal
680 to get the entities it no longer gets passed as arguments.
681 Document the function's arguments.
682 (catch_ada_exception_command): Use catch_ada_exception_command_split
683 instead of ada_decode_exception_location, and update call to
684 create_ada_exception_catchpoint.
685 (catch_ada_assert_command_split): Renames
686 ada_decode_assert_location. Remove parameters "addr_string" and
687 "ops", and now returns void. Adjust implementation accordingly.
688 Update the function documentation.
689 (catch_assert_command): Use catch_ada_assert_command_split
690 instead of ada_decode_assert_location. Update call to
691 create_ada_exception_catchpoint.
692
693 2013-10-11 Joel Brobecker <brobecker@adacore.com>
694
695 * utils.h (perror_warning_with_name): Add declaration.
696 * utils.c (perror_warning_with_name): New function.
697 * cli/cli-cmds.c (source_script_with_search): Add call to
698 perror_warning_with_name if from_tty is nul.
699
700 2013-10-11 Joel Brobecker <brobecker@adacore.com>
701
702 * utils.c (perror_string): New function, extracted out of
703 throw_perror_with_name.
704 (throw_perror_with_name): Rework to use perror_string.
705
706 2013-10-11 Yao Qi <yao@codesourcery.com>
707
708 * remote.c (discard_pending_stop_replies_in_queue): Update
709 declaration.
710 (struct stop_reply) <rs>: New field.
711 (remove_stop_reply_of_remote_state): New function.
712 (discard_pending_stop_replies_in_queue): Add parameter 'rs'.
713 Callers update. Pass remove_stop_reply_of_remote_state to
714 QUEUE_iterate.
715 (remote_parse_stop_reply): Initialize field 'rs'.
716
717 2013-10-10 Will Newton <will.newton@linaro.org>
718
719 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
720 linux_init_abi.
721
722 2013-10-10 Joel Brobecker <brobecker@adacore.com>
723
724 * cli/cli-cmds.c (show_baud_rate): Moved to serial.c as
725 serial_baud_show_cmd.
726 (_initialize_cli_cmds): Delete the code creating the
727 "set/show remotebaud" commands.
728 * serial.c (baud_rate): Move here from top.c.
729 (serial_baud_show_cmd): Move here from cli/cli-cmds.c.
730 (_initialize_serial): Create "set/show serial baud" commands.
731 Add "set/show remotebaud" command aliases.
732 * top.c (baud_rate): Moved to serial.c.
733 * NEWS: Document the new "set/show serial baud" commands,
734 replacing "set/show remotebaud".
735
736 2013-10-09 Pedro Alves <palves@redhat.com>
737
738 * breakpoint.c (insert_bp_location): Use memory_error_message to
739 build the memory error string.
740 * c-lang.c: Include "gdbcore.h".
741 (c_get_string): Use memory_error to throw error.
742 (target_xfer_memory_error): Delete.
743 (memory_error_message): New, factored out from
744 target_xfer_memory_error.
745 (memory_error): Change parameter type to target_xfer_error.
746 Rewrite.
747 (read_memory): Use memory_error instead of
748 target_xfer_memory_error.
749 * gdbcore.h: Include "target.h".
750 (memory_error): Change parameter type to target_xfer_error.
751 (memory_error_message): Declare function.
752 * target.c (target_read_memory, target_read_stack)
753 (target_write_memory, target_write_raw_memory): Return
754 TARGET_XFER_E_IO on error. Adjust comments.
755 (get_target_memory): Pass TARGET_XFER_E_IO to memory_error,
756 instead of EIO.
757 * target.h (target_read, target_insert_breakpoint)
758 (target_remove_breakpoint): Adjust comments.
759 * valprint.c (partial_memory_read): Rename parameter, and adjust
760 comment.
761 (val_print_string): Use memory_error_message to build the memory
762 error string.
763
764 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
765
766 * common/filestuff.c (gdb_fopen_cloexec): Remove initialization of
767 result variable. Rename variable fopen_e_ever_failed to
768 fopen_e_ever_failed_einval. Retry fopen only for errno EINVAL.
769
770 2013-10-09 Pedro Alves <palves@redhat.com>
771
772 * monitor.c (monitor_write_memory, monitor_write_memory_bytes)
773 (monitor_write_memory_longlongs, monitor_write_memory_block):
774 Constify 'myaddr' parameter.
775 (monitor_xfer_memory): Adjust interface as monitor_xfer_partial
776 helper.
777 (monitor_xfer_partial): New function.
778 (init_base_monitor_ops): Don't install a deprecated_xfer_memory
779 hook. Install a to_xfer_partial hook.
780
781 2013-10-09 Tom Tromey <tromey@redhat.com>
782
783 * dwarf2read.c (dwarf2_get_dwz_file): Update for type change in
784 bfd_get_alt_debug_link_info.
785
786 2013-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
787
788 New flag OBJF_NOT_FILENAME.
789 * auto-load.c (auto_load_objfile_script): Check also OBJF_NOT_FILENAME.
790 * jit.c (jit_object_close_impl): Use OBJF_NOT_FILENAME for
791 allocate_objfile.
792 (jit_bfd_try_read_symtab): Use OBJF_NOT_FILENAME for
793 symbol_file_add_from_bfd.
794 * jv-lang.c (get_dynamics_objfile): Use OBJF_NOT_FILENAME for
795 allocate_objfile.
796 * objfiles.c (allocate_objfile): Assert OBJF_NOT_FILENAME if NAME is
797 NULL.
798 * objfiles.h (OBJF_NOT_FILENAME): New.
799
800 2013-10-08 Tom Tromey <tromey@redhat.com>
801
802 * Makefile.in (SFILES): Add build-id.c.
803 (HFILES_NO_SRCDIR): Add build-id.h.
804 * build-id.c: New file, largely from elfread.c. Modified
805 most functions.
806 * build-id.h: New file.
807 * dwarf2read.c (dwarf2_get_dwz_file): Update for change to
808 bfd_get_alt_debug_link_info. Verify dwz file's build-id.
809 Search for dwz file using build-id.
810 * elfread.c (build_id_bfd_get, build_id_verify)
811 (build_id_to_debug_filename, find_separate_debug_file): Remove.
812
813 2013-10-08 Joel Brobecker <brobecker@adacore.com>
814
815 * ada-lang.c (compare_names_with_case): Renamed from
816 compare_names, adding a new parameter "casing" and its handling.
817 New function documentation.
818 (compare_names): New function, implemented using
819 compare_names_with_case.
820
821 2013-10-08 Joel Brobecker <brobecker@adacore.com>
822
823 * ada-lang.c (ada_exception_sal): Remove advance declaration.
824
825 2013-10-07 Tom Tromey <tromey@redhat.com>
826
827 * objfiles.c (free_objfile_per_bfd_storage): Delete the
828 demangled_names_hash.
829 (free_objfile): Don't delete the demangled_names_hash.
830 * objfiles.h (struct objfile_per_bfd_storage)
831 <demangled_names_hash>: New field.
832 (struct objfile) <demangled_names_hash>: Move to
833 objfile_per_bfd_storage.
834 * symfile.c (reread_symbols): Don't delete the
835 demangled_names_hash.
836 * symtab.c (create_demangled_names_hash): Update.
837 (symbol_set_names): Update.
838
839 2013-10-07 Tom Tromey <tromey@redhat.com>
840
841 * gdb_bfd.c (struct gdb_bfd_data) <relocation_computed,
842 needs_relocations>: New fields.
843 (gdb_bfd_requires_relocations): New function.
844 * gdb_bfd.h (gdb_bfd_requires_relocations): Declare.
845 * objfiles.c (get_objfile_bfd_data): Disallow sharing if
846 the BFD needs relocations applied.
847
848 2013-10-07 Pedro Alves <palves@redhat.com>
849
850 PR breakpoints/11568
851 * breakpoint.c (remove_threaded_breakpoints): Say "no longer in
852 the thread list" instead of "gone".
853
854 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
855
856 * NEWS: Mention new convenience variable $_exitsignal.
857 * corelow.c (core_open): Reset exit convenience variables. Set
858 $_exitsignal to the uncaught signal which generated the corefile.
859 * infrun.c (handle_inferior_event): Reset exit convenience
860 variables. Set $_exitsignal for TARGET_WAITKIND_SIGNALLED.
861 (clear_exit_convenience_vars): New function.
862 * inferior.h (clear_exit_convenience_vars): New prototype.
863
864 2013-10-06 Yao Qi <yao@codesourcery.com>
865
866 * varobj.h: Add comments to enum varobj_languages.
867
868 2013-10-04 Doug Evans <dje@google.com>
869
870 Add support for DWP file format version 2.
871 * NEWS: Mention support for DWP file format version 2.
872 * dwarf2read.c (dwarf2_section_info): Convert asection field to a
873 union of asection, containing_section. New fields virtual_offset
874 and is_virtual. Change type of readin filed from int to char.
875 (dwo_sections, dwo_file): Tweak comments.
876 (dwp_v2_section_ids): New enum.
877 (dwp_sections): New fields abbrev, info, line, loc, macinfo, macro,
878 str_offsets, types.
879 (virtual_v1_dwo_sections): Renamed from virtual_dwo_sections.
880 All uses updated.
881 (virtual_v2_dwo_sections): New struct.
882 (dwp_hash_table): New fields version, nr_columns. Change type of
883 section_pool field to a union.
884 (dwp_file): New field version.
885 (dwarf2_has_info): Check for virtual sections.
886 (get_containing_section): New function.
887 (get_section_bfd_owner, get_section_bfd_section): Call it.
888 (dwarf2_locate_sections): Update.
889 (dwarf2_section_empty_p): Update.
890 (dwarf2_read_section): Handle virtual sections.
891 (locate_dwz_sections): Update.
892 (create_dwp_hash_table): Document and handle V2 format.
893 (locate_v1_virtual_dwo_sections): Renamed from
894 locate_virtual_dwo_sections and update. All callers updated.
895 (create_dwo_unit_in_dwp_v1): Renamed from create_dwo_in_dwp.
896 Delete arg htab. Rename arg section_index to unit_index.
897 All callers updated.
898 (MAX_NR_V1_DWO_SECTIONS): Renamed from MAX_NR_DWO_SECTIONS.
899 All uses updated.
900 (create_dwp_v2_section, create_dwo_unit_in_dwp_v2): New functions.
901 (lookup_dwo_unit_in_dwp): Add V2 support.
902 (dwarf2_locate_dwo_sections): Update.
903 (dwarf2_locate_common_dwp_sections): Renamed from
904 dwarf2_locate_dwp_sections and update. All callers updated.
905 (dwarf2_locate_v2_dwp_sections): New function.
906 (open_and_init_dwp_file): Add V2 support.
907 (read_str_index): New locals str_section, str_offsets_section.
908
909 2013-10-04 Pedro Alves <palves@redhat.com>
910
911 * common/ptid.c (null_ptid, minus_one_ptid, ptid_build)
912 (pid_to_ptid, ptid_get_pid, ptid_get_lwp, ptid_get_tid)
913 (ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p): Replace
914 describing comments with references to ptid.h.
915 * common/ptid.h: Remove intro description of constructors,
916 accessors and predicates.
917 (struct ptid): Reformat.
918 (minus_one_ptid, ptid_build, pid_to_ptid, ptid_get_pid)
919 (ptid_get_lwp, ptid_get_tid, ptid_equal, ptid_is_pid): Change
920 describing comments.
921
922 2013-10-04 Joel Brobecker <brobecker@adacore.com>
923
924 * aix-thread.c (sync_threadlists): Add missing ')' in call
925 to ptid_build.
926
927 2013-10-04 Joel Brobecker <brobecker@adacore.com>
928
929 * procfs.c (procfs_init_inferior): Fix typo causing the build
930 to fail.
931
932 2013-10-04 Joel Brobecker <brobecker@adacore.com>
933
934 * aix-thread.c (ptrace32): Remove cast to addr_ptr.
935
936 2013-10-04 Joel Brobecker <brobecker@adacore.com>
937
938 * mi/mi-main.c (run_one_inferior): Add function description.
939 Make ARG a pointer to an integer whose value determines whether
940 we should "run" or "start" the program.
941 (mi_cmd_exec_run): Add handling of the "--start" option.
942 Reject all other command-line options.
943 * NEWS: Add entry for "-exec-run"'s new "--start" option.
944
945 2013-10-04 Yao Qi <yao@codesourcery.com>
946
947 * remote-notif.h (REMOTE_NOTIF_ID): New enum.
948 (struct notif_client) <pending_event>: Moved
949 to struct remote_notif_state.
950 <id>: New field.
951 (struct remote_notif_state) <pending_event>: New field.
952 (notif_event_xfree): Declare.
953 * remote-notif.c (handle_notification): Adjust.
954 (notif_event_xfree): New function.
955 (do_notif_event_xfree): Call notif_event_xfree.
956 (remote_notif_state_xfree): Call notif_event_xfree to free
957 each element in field pending_event.
958 * remote.c (discard_pending_stop_replies): Remove declaration.
959 (discard_pending_stop_replies_in_queue): Declare.
960 (remote_close): Call discard_pending_stop_replies_in_queue
961 instead of discard_pending_stop_replies.
962 (remote_start_remote): Adjust.
963 (stop_reply_xfree): Call notif_event_xfree.
964 (notif_client_stop): Adjust initialization.
965 (remote_notif_remove_all): Rename it to ...
966 (remove_stop_reply_for_inferior): ... this. Update comments.
967 Don't check INF is NULL.
968 (discard_pending_stop_replies): Return early if notif_state is
969 NULL. Adjust. Don't check INF is NULL.
970 (remote_notif_get_pending_events): Adjust.
971 (discard_pending_stop_replies_in_queue): New function.
972 (remote_wait_ns): Likewise.
973
974 2013-10-04 Yao Qi <yao@codesourcery.com>
975
976 * remote-notif.c (DECLARE_QUEUE_P): Remove.
977 (notif_queue): Remove.
978 (remote_notif_process): Add one parameter 'notif_queue'.
979 Update comments. Callers update.
980 (remote_async_get_pending_events_token): Remove.
981 (remote_notif_register_async_event_handler): Remove.
982 (remote_notif_unregister_async_event_handler): Remove.
983 (handle_notification): Add parameter 'notif_queue'. Update
984 comments. Callers update.
985 (notif_xfree): Remove.
986 (remote_notif_state_allocate): New function.
987 (remote_notif_state_xfree): New function.
988 (_initialize_notif): Remove code to allocate queue.
989 * remote-notif.h (DECLARE_QUEUE_P): Moved from remote-notif.c.
990 (struct remote_notif_state): New.
991 (handle_notification): Update declaration.
992 (remote_notif_process): Likewise.
993 (remote_notif_register_async_event_handler): Remove.
994 (remote_notif_unregister_async_event_handler): Remove.
995 (remote_notif_state_allocate): Declare.
996 (remote_notif_state_xfree): Declare.
997 * remote.c (struct remote_state) <notif_state>: New field.
998 (remote_close): Don't call
999 remote_notif_unregister_async_event_handler. Call
1000 remote_notif_state_xfree.
1001 (remote_open_1): Don't call
1002 remote_notif_register_async_event_handler. Call
1003 remote_notif_state_allocate.
1004
1005 2013-10-04 Yao Qi <yao@codesourcery.com>
1006
1007 * varobj.c (create_child_with_value): Remove 'const' from the
1008 type of parameter 'name'.
1009 (varobj_add_child): Likewise.
1010 (install_dynamic_child): Remove 'const' from the type of
1011 parameter 'name'.
1012 (varobj_add_child): Likewise.
1013 (create_child_with_value): Likewise. Update comments. Don't
1014 duplicate 'name'.
1015 (update_dynamic_varobj_children): Duplicate 'name'
1016 and pass it to install_dynamic_child.
1017
1018 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>
1019
1020 * python/py-value.c (convert_value_from_python): Move PyInt_Check
1021 conversion logic to occur after PyLong_Check. Comment on order
1022 change significance.
1023 * python/py-arch.c (archpy_disassemble): Comment on order of
1024 conversion for integers and longs.
1025
1026 2013-10-03 Pedro Alves <palves@redhat.com>
1027
1028 * common/linux-ptrace.c (linux_check_ptrace_features): Factor out
1029 the PTRACE_O_TRACESYSGOOD and PTRACE_O_TRACEFORK to separate
1030 functions. Always test for PTRACE_O_TRACESYSGOOD even if
1031 PTRACE_O_TRACEFORK is not supported.
1032 (linux_test_for_tracesysgood): New function.
1033 (linux_test_for_tracefork): New function, factored out from
1034 linux_check_ptrace_features, and also don't kill child_pid here.
1035
1036 2013-10-03 Tristan Gingold <gingold@adacore.com>
1037
1038 * i386-darwin-nat.c (i386_darwin_dr_set): Fix argument type.
1039 Remove verbose error reporting. Use detected state to
1040 thread_set_state call.
1041 (i386_darwin_dr_get): Fix return type. Remove verbose error
1042 report.
1043 Remove trailing spaces.
1044
1045 2013-10-02 Pedro Alves <palves@redhat.com>
1046
1047 * cp-valprint.c (cp_print_value_fields): Adjust calls to
1048 val_print_optimized_out.
1049 * jv-valprint.c (java_print_value_fields): Likewise.
1050 * p-valprint.c (pascal_object_print_value_fields): Likewise.
1051 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full)
1052 <DWARF_VALUE_REGISTER>: If the register was not saved, return a
1053 new optimized out value.
1054 * findvar.c (address_from_register): Likewise.
1055 * frame.c (put_frame_register): Tweak error string to say the
1056 register was not saved, rather than optimized out.
1057 * infcmd.c (default_print_one_register_info): Adjust call to
1058 val_print_optimized_out. Use value_of_register instead of
1059 get_frame_register_value.
1060 * mi/mi-main.c (output_register): Use value_of_register instead of
1061 get_frame_register_value.
1062 * valprint.c (valprint_check_validity): Likewise.
1063 (val_print_optimized_out): New value parameter. If the value is
1064 lval_register, print <not saved> instead.
1065 (value_check_printable, val_print_scalar_formatted): Adjust calls
1066 to val_print_optimized_out.
1067 * valprint.h (val_print_optimized_out): New value parameter.
1068 * value.c (struct value) <optimized_out>: Extend comment.
1069 (error_value_optimized_out): New function.
1070 (require_not_optimized_out): Use it. Use a different string for
1071 lval_register values.
1072 * value.h (error_value_optimized_out): New declaration.
1073 * NEWS: Mention <not saved>.
1074
1075 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1076
1077 * symtab.c (compare_search_syms): Use FILENAME_CMP instead of
1078 strcmp to compare two symtab filenames.
1079
1080 2013-10-02 Joel Brobecker <brobecker@adacore.com>
1081
1082 * symtab.c (search_symbols_equal): Delete.
1083 (sort_search_symbols_remove_dups): Replace call to
1084 search_symbols_equal by call to compare_search_syms,
1085 adjusting as necessary.
1086
1087 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1088
1089 PR python/15579
1090 * python/python.c: Document gdb.execute command in Python help.
1091
1092 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1093
1094 * python/py-frame.c (frame_info_to_frame_object): Use
1095 gdbpy_convert_exception. Clean up Python object on failure.
1096
1097 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>
1098
1099 * python/lib/gdb/command/frame_filters.py
1100 (InfoFrameFilter.list_frame_filters): Retrieve exception manually.
1101 (ShowFrameFilterPriority.invoke): Ditto.
1102
1103 2013-10-01 Keith Seitz <keiths@redhat.com>
1104
1105 * linespec.c (struct ls_parser): Make 'saved_arg' const.
1106 (parse_linespec): Make 'argptr' const.
1107 Remove temporary cast of 'argptr' to const char **.
1108 (decode_line_full): Pass const pointer to parse_linespec.
1109 (decode_line_1): Likewise.
1110 (decode_objc): Make local variable 'new_argptr' const.
1111 (find_function_symbols): Remove temporary cast to char *
1112 to find_imps.
1113 * objc-lang.c (find_imps): Make argument 'method' const.
1114 Return const.
1115 * objc-lang.h (find_imps): Likewise.
1116
1117 2013-10-01 Keith Seitz <keiths@redhat.com>
1118
1119 * completer.c (skip_quoted_chars): Make all arguments const.
1120 Return const.
1121 (skip_quoted): Likewise.
1122 * completer.h (skip_quoted_chars): Likewise.
1123 (skip_quoted): Likewise.
1124 * defs.h (skip_quoted): Remove duplicate declaration.
1125 * jv-exp.y: Include completer.h.
1126 (yylex): Remove unneccessary cast to char * fro skip_quoted.
1127 * p-exp.y: Include completer.h.
1128
1129 2013-10-01 Keith Seitz <keiths@redhat.com>
1130
1131 * c-exp.y (parse_number): Make first argument const.
1132 Make a copy of the input to manipulate.
1133 (c_parse_escape): Make first argument const.
1134 Make local variable 'tokptr' const.
1135 (parse_string_or_char): Make first two arguments const.
1136 (macro_original_text): Make const.
1137 (lex_one_token): Make local variable 'tokstart' const.
1138 Likewise for local variables named 'p'.
1139 Cast away const for struct stoken (temporary).
1140 * c-lang.h (c_parse_escpae): Make first argument const.
1141 * cli/cli-cmds.c (echo_command): Make local variable 'p'
1142 const.
1143 * cli/cli-setshow.c (do_set_command): Likewise for 'p' in
1144 var_string case.
1145 * f-exp.y (parse_number): Make first argument const.
1146 (match_string_literal): Make local variable 'tokstart'
1147 const.
1148 (yylex): Make local variable 'p' const.
1149 Cast away const for struct stoken (temporary).
1150 * go-exp.y (parse_number): Make first argument const.
1151 (parse_string_or_char): Likewise.
1152 Make local variable 'tokstart' const.
1153 (lex_one_token): Likewise for numerous locals called 'p'.
1154 Cast away const for struct stoken (temporary).
1155 * jv-exp.y (parse_number): Make first argument const.
1156 Make local variables 'tokstart' and 'tokptr' const.
1157 Cast away const for call to skip_quoted (temporary).
1158 (yylex): Make local variable 'p' const.
1159 Cast away const for struct stoken (temporary).
1160 * m2-exp.y (parse_number): Make local variable 'p' const.
1161 (yylex): Likewise for 'tokstart'.
1162 Cast away const for struct stoken (temporary).
1163 Make local variable 'p' const.
1164 * macroexp.c (get_character_constant): Pass a const string
1165 to c_parse_escape.
1166 (get_string_literal): Likewise.
1167 (macro_expand_next): Make first argument const.
1168 Cast away const for init_shared_buffer.
1169 * macroexp.h (macro_expand_next): Make first argument const.
1170 * p-exp.y (yylex): Make a local copy of 'lexptr'.
1171 Pass a const string to c_parse_escape.
1172 Make local variables 'p' and 'namestart' const.
1173 * parse.c (lexptr): Make const.
1174 (prev_lexptr): Likewise.
1175 (find_template_name_end): Return const.
1176 Make argument const, too.
1177 (parse_exp_in_context): Make first argument const.
1178 Remove the entire const_hack.
1179 (parse_exp_in_context_1): Make first argument const.
1180 * parser-defs.h (find_template_name_end): Return const.
1181 Make argument const, too.
1182 (lexptr): Make const.
1183 (prev_lexptr): Likewise.
1184 * utils.c (parse_escape): Make second argument const.
1185 * utils.h (parse_escape): Likewise.
1186
1187 2013-10-01 Keith Seitz <keiths@redhat.com>
1188
1189 * ada-exp.y (write_object_renaming): Update: struct stoken.ptr
1190 is now const.
1191 (block_lookup): Make 'raw_name' and 'name' const.
1192 * ada-lex.l (processString): Update for struct stoken.ptr.
1193 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
1194 (operator_stoken): Likewise.
1195 (lex_one_token): Remove temporary cast to char * for
1196 'yylval.sval.ptr'.
1197 * f-exp.y (yylex): Likewise.
1198 * gdb-types.c (lookup_struct_elt_type): Make argument 'name' const.
1199 * gdbtypes.h (lookup_struct_elt_type): Likewisee.
1200 * go-exp.y (lex_one_token): Remove temporary cast to char * for
1201 'yylval.sval.ptr'.
1202 * jv-exp.y (QualifiedName): Update for struct stoken.ptr.
1203 (yylex): Remove temporary cast to char * for 'yylval.sval.ptr'.
1204 * linespec.c (struct ls_parser): Make 'stream' const.
1205 (find_parameter_list_end): Make argument 'input' and local
1206 variable 'p' const.
1207 (linespec_lexer_lex_string): Make local variables 'start' and
1208 'p' const.
1209 Use skip_spaces_const instead of skip_spaces.
1210 (linespec_lexer_peek_token): Make local variable 'saved_stream'
1211 const.
1212 (parse_linespec): Temporarily cast 'argptr' to const for
1213 'parser->lexer.stream'.
1214 * m2-exp.y (yylex): Remove temporary cast to char * for
1215 'yylval.sval.ptr'.
1216 * objc-lang.c (add_msglist): Make local variable 'p' const.
1217 * p-exp.y (exp : exp '['): Update for struct stoken.ptr.
1218 (exp : STRING): Make 'sp' const.
1219 (parse_number): Make argument 'p' const.
1220 * parser-defs.h (struct stoken): Make 'ptr' const.
1221
1222 2013-10-01 Doug Evans <dje@google.com>
1223
1224 * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.
1225
1226 2013-10-01 Yao Qi <yao@codesourcery.com>
1227
1228 * varobj.c (c_value_of_root): Remove declaration.
1229 (cplus_value_of_root, java_value_of_root): Likewise.
1230 (ada_value_of_root): Likewise.
1231 (struct language_specific) <value_of_root>: Remove.
1232 (languages): Update initialization.
1233 (check_scope): Move earlier.
1234 (c_value_of_root): Move earlier and rename to ...
1235 (value_of_root_1): ... this.
1236 (value_of_root): Caller update.
1237 (cplus_value_of_root, java_value_of_root): Remove.
1238 (ada_value_of_root): Remove.
1239
1240 2013-10-01 Yao Qi <yao@codesourcery.com>
1241
1242 * varobj.c (varobj_format_string): Remove "unknown".
1243 (languages): Remove the first element.
1244 * varobj.h (enum varobj_languages): Remove vlang_c.
1245
1246 2013-10-01 Yao Qi <yao@codesourcery.com>
1247
1248 * varobj.c (struct language_specific) <language>: Remove.
1249 (languages): Update the initialization.
1250
1251 2013-10-01 Yao Qi <yao@codesourcery.com>
1252
1253 * arm-wince-tdep.c: Remove inclusion of "solib.h" and
1254 "solib-target.h". Include "windows-tdep.h".
1255 (arm_wince_init_abi): Call windows_init_abi. Remove call to
1256 set_solib_ops and set_gdbarch_has_dos_based_file_system.
1257 * configure.tgt (arm*-wince-pe | arm*-*-mingw32ce*): Append
1258 windows-tdep.o to gdb_target_obs.
1259
1260 2013-10-01 Yao Qi <yao@codesourcery.com>
1261
1262 * amd64-windows-tdep.c: Remove inclusion of "solib.h" and
1263 "solib-target.h".
1264 (amd64_windows_init_abi): Don't call set_solib_ops and
1265 set_gdbarch_iterate_over_objfiles_in_search_order. Call
1266 windows_init_abi instead.
1267 * i386-cygwin-tdep.c: Remove inclusion of "solib.h" and
1268 "solib-target.h".
1269 (i386_cygwin_init_abi): Don't call set_solib_ops,
1270 set_gdbarch_has_dos_based_file_system and
1271 set_gdbarch_iterate_over_objfiles_in_search_order. Call
1272 windows_init_abi instead.
1273 * windows-tdep.c: Include "solib.h" and "solib-target.h".
1274 (windows_init_abi): New function.
1275 (windows_iterate_over_objfiles_in_search_order): Make it
1276 static.
1277 * windows-tdep.h (windows_init_abi): Declare.
1278 (windows_iterate_over_objfiles_in_search_order): Remove
1279 declaration.
1280
1281 2013-10-01 Jerome Guitton <guitton@adacore.com>
1282
1283 Checked in by Joel Brobecker <brobecker@adacore.com>
1284 * system-gdbinit/elinos.py (get_elinos_environment): Return an
1285 incomplete dictionnary instead of None in case of missing
1286 environment variables.
1287 (elinos_init): in case of an incomplete environment, best
1288 effort to load system libraries instead of abort.
1289
1290 2013-10-01 Joel Brobecker <brobecker@adacore.com>
1291
1292 * ada-lang.c (ada_has_this_exception_support): Ignore
1293 mst_solib_trampoline minimal symbols.
1294
1295 2013-09-30 Tristan Gingold <gingold@adacore.com>
1296
1297 * i386-darwin-nat.c (darwin_complete_target): Install methods for
1298 hardware watchpoint.
1299 (i386_darwin_dr_set): Support 32 and 64 bit states.
1300 (i386_darwin_dr_get): Likewise.
1301 (i386_darwin_dr_set_control): Make static.
1302 (i386_darwin_dr_set_addr, i386_darwin_dr_get_addr)
1303 (i386_darwin_dr_get_status, i386_darwin_dr_get_control): Likewise.
1304
1305 2013-09-30 Luis Machado <lgustavo@codesourcery.com>
1306
1307 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1308 Replace TIDGET with ptid_get_lwp.
1309 Replace GET_LWP with ptid_get_lwp.
1310 * aix-thread.c (BUILD_THREAD, BUILD_LWP): Remove.
1311 Replace BUILD_THREAD with ptid_build.
1312 Replace BUILD_LWP with ptid_build.
1313 Replace PIDGET with ptid_get_pid.
1314 Replace TIDGET with ptid_get_lwp.
1315 * alphabsd-nat.c: Replace PIDGET with ptid_get_pid.
1316 * amd64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1317 Replace TIDGET with ptid_get_lwp.
1318 * amd64bsd-nat.c: Replace PIDGET with ptid_get_pid.
1319 * arm-linux-nat.c: Replace PIDGET with ptid_get_pid.
1320 Replace TIDGET with ptid_get_lwp.
1321 Replace GET_LWP with ptid_get_lwp.
1322 * armnbsd-nat.c: Replace PIDGET with ptid_get_pid.
1323 * auxv.c: Likewise.
1324 * breakpoint.c: Likewise.
1325 * common/ptid.c (ptid_is_pid): Condense check for
1326 null_ptid and minus_one_ptid.
1327 (ptid_lwp_p): New function.
1328 (ptid_tid_p): New function.
1329 * common/ptid.h: Update comments for accessors.
1330 (ptid_lwp_p): New prototype.
1331 (ptid_tid_p): New prototype.
1332 * defs.h (PIDGET, TIDGET, MERGEPID): Do not define.
1333 * gcore.c: Replace PIDGET with ptid_get_pid.
1334 * gdbthread.h: Likewise.
1335 * gnu-nat.c: Likewise.
1336 * hppa-linux-nat.c: Replace PIDGET with ptid_get_pid.
1337 Replace TIDGET with ptid_get_lwp.
1338 * hppabsd-nat.c: Replace PIDGET with ptid_get_pid.
1339 * hppanbsd-nat.c: Likewise.
1340 * i386-linux-nat.c: Replace PIDGET with ptid_get_pid.
1341 Replace TIDGET with ptid_get_lwp.
1342 * i386bsd-nat.c: Replace PIDGET with ptid_get_pid.
1343 * ia64-linux-nat.c: Replace PIDGET with ptid_get_pid.
1344 * infcmd.c: Likewise.
1345 * inferior.h: Likewise.
1346 * inflow.c: Likewise.
1347 * infrun.c: Likewise.
1348 * linux-fork.c: Likewise.
1349 * linux-nat.c: Replace PIDGET with ptid_get_pid.
1350 Replace GET_PID with ptid_get_pid.
1351 Replace is_lwp with ptid_lwp_p.
1352 Replace GET_LWP with ptid_get_lwp.
1353 Replace BUILD_LWP with ptid_build.
1354
1355 2013-09-28 Mike Frysinger <vapier@gentoo.org>
1356
1357 * common/linux-btrace.c: Move sys/syscall.h out of the
1358 HAVE_LINUX_PERF_EVENT_H check and wrap it in HAVE_SYS_SYSCALL_H.
1359 Also check for SYS_perf_event_open before attempting to buid.
1360
1361 2013-09-27 Doug Evans <dje@google.com>
1362
1363 * dwarf2read.c (dwarf2_section_info): Add comment.
1364 (dwp_file): Split loaded_cutus into loaded_cus, loaded_tus.
1365 All uses updated.
1366 (dwarf2_section_empty_p): Rename arg from "info" to "section".
1367 (dwarf2_read_section): Delete unused local "header". Add section
1368 name to error message.
1369 (create_dwo_in_dwp): Tweak comment.
1370 (MAX_NR_DWO_SECTIONS): Combine count of .debug_macro + .debug_macinfo.
1371
1372 * dwarf2read.c (die_reader_specs): Tweak comment.
1373 (get_section_bfd_owner, get_section_bfd_section): New functions.
1374 (get_section_name, get_section_file_name): New functions.
1375 (get_section_id, get_section_flags): New functions.
1376 (*): Use new functions to access section fields.
1377
1378 * dwarf2read.c (struct dwo_file): Add/tweak comments.
1379 (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove
1380 arg "htab". All callers updated.
1381 (create_debug_types_hash_table): Remove redundant copy of
1382 abbrev_section.
1383 (create_dwo_in_dwp): Tweak comments.
1384 (read_str_index): Tweak comment. Record dwarf form name in static
1385 local.
1386
1387 2013-09-27 Pedro Alves <palves@redhat.com>
1388
1389 * remote.h (REMOTE_SYSROOT_PREFIX): New define.
1390 (remote_filename_p): Add comment.
1391 * remote.c (remote_filename_p): Adjust to use
1392 REMOTE_SYSROOT_PREFIX.
1393 * solib.c (solib_find): When deciding whether we need to add a
1394 directory separator, check whether the sysroot is "remote:"
1395 instead of checking whether the patch has a drive spec. Add
1396 comments.
1397
1398 2013-09-27 Pedro Alves <palves@redhat.com>
1399
1400 * remote.c (struct stop_reply) <solibs_changed, replay_event>:
1401 Delete fields.
1402 (remote_parse_stop_reply): Adjust, setting event->ws.kind
1403 directly.
1404
1405 2013-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1406
1407 Fix set debug frame output.
1408 * frame.c (fprint_frame_type): Add TAILCALL_FRAME entry. Move
1409 SENTINEL_FRAME entry lower to match enum frame_type order.
1410
1411 2013-09-26 Pierre Muller <muller@sourceware.org>
1412
1413 Replace constant values 8 to 15 by AMD64_R8_REGNUM to
1414 AMD64_R15_REGNUM when a register index is expected.
1415 * amd64-windows-tdep.c (amd64_windows_dummy_call_integer_regs):
1416 Substitute in array.
1417 * amd64-tdep.c (amd64_dwarf_regmap): Ditto.
1418 (amd64_push_arguments): Substitute in integer_regnum array.
1419
1420 2013-09-25 Doug Evans <dje@google.com>
1421
1422 * objfiles.c (allocate_objfile): Move comment to better place.
1423
1424 New option "set debug symfile on".
1425 * NEWS: Mention "set debug symfile".
1426 * Makefile.in (SFILES): Add symfile-debug.c.
1427 (COMMON_OBS): Add symfile-debug.o.
1428 * elfread.c (elf_symfile_read): Use objfile_set_sym_fns to set the
1429 objfile's symbol functions.
1430 * objfiles.h (objfile_set_sym_fns): Declare.
1431 * symfile-debug.c: New file.
1432 * symfile.c (syms_from_objfile_1): Use objfile_set_sym_fns to set the
1433 objfile's symbol functions.
1434 (reread_symbols): Ditto.
1435
1436 * symfile.h (struct sym_fns): Delete member "sym_flavour".
1437 All uses updated.
1438 (add_symtab_fns): Update prototype.
1439 * symfile.c (sym_fns_ptr): Delete. Replace with ...
1440 (registered_sym_fns): ... this.
1441 (symtab_fns): Update.
1442 (add_symtab_fns): New arg "flavour". All callers updated.
1443 (find_sym_fns): Rewrite to use new sym_fns registry.
1444
1445 * symfile.h (struct sym_fns): Add "objfile" argument to
1446 sym_read_linetable. All uses updated.
1447
1448 * symtab.c (domain_name, search_domain_name): New functions.
1449 * symtab.h (domain_name, search_domain_name): Declare.
1450
1451 * symfile.h (struct quick_symbol_functions): Reorg arg list of
1452 map_matching_symbols so objfile is first. All uses updated.
1453 * dwarf2read.c (dw2_map_matching_symbols): Update signature.
1454 * psymtab.c (map_matching_symbols_psymtab): Update signature.
1455
1456 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1457
1458 PR shlibs/8882
1459 * solib-svr4.c (svr4_read_so_list): Skip the vDSO when reading
1460 link map entries.
1461
1462 2013-09-24 Doug Evans <dje@google.com>
1463
1464 * objfiles.c (free_objfile): Move comment.
1465
1466 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1467
1468 * ada-exp.y (string_to_operator): Delete.
1469 (dummy_string_to_ada_operator): Delete.
1470
1471 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1472
1473 Revert:
1474 * i386-tdep.h (enum amd64_reg_class): New, moved here from
1475 amd64-tdep.c.
1476 (struct gdbarch_tdep): Add fields call_dummy_num_integer_regs,
1477 call_dummy_integer_regs, and classify.
1478 * amd64-tdep.h (amd64_classify): Add declaration.
1479 * amd64-tdep.c (amd64_dummy_call_integer_regs): New static constant.
1480 (amd64_reg_class): Delete, moved to i386-tdep.h.
1481 (amd64_classify): Make non-static. Move declaration to amd64-tdep.h.
1482 Replace call to amd64_classify by call to tdep->classify.
1483 (amd64_push_arguments): Get the list of registers to use for
1484 passing integer parameters from the gdbarch tdep structure,
1485 rather than using a hardcoded one. Replace calls to amd64_classify
1486 by calls to tdep->classify.
1487 (amd64_push_dummy_call): Get the register number used for
1488 the "hidden" argument from tdep->call_dummy_integer_regs.
1489 (amd64_init_abi): Initialize tdep->call_dummy_num_integer_regs
1490 and tdep->call_dummy_integer_regs. Set tdep->classify.
1491
1492 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1493
1494 Revert:
1495 * i386-tdep.h (gdbarch_tdep): Add field memory_args_by_pointer.
1496 * amd64-tdep.c (amd64_push_arguments): Add handling of architectures
1497 where tdep->memory_args_by_pointer is non-zero.
1498
1499 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1500
1501 Revert:
1502 * i386-tdep.h (struct gdbarch_tdep): Add new field
1503 integer_param_regs_saved_in_caller_frame.
1504 * amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
1505 stack if tdep->integer_param_regs_saved_in_caller_frame is set.
1506
1507 2013-09-24 Joel Brobecker <brobecker@adacore.com>
1508
1509 * amd64-windows-tdep.c: #include "value.h"
1510 (amd64_windows_classify): Delete.
1511 (amd64_windows_passed_by_integer_register)
1512 (amd64_windows_passed_by_xmm_register)
1513 (amd64_windows_passed_by_pointer)
1514 (amd64_windows_adjust_args_passed_by_pointer)
1515 (amd64_windows_store_arg_in_reg, amd64_windows_push_arguments)
1516 (amd64_windows_push_dummy_call): New functions.
1517 (amd64_windows_init_abi): Remove setting of
1518 tdep->call_dummy_num_integer_regs, tdep->call_dummy_integer_regs,
1519 tdep->classify, tdep->memory_args_by_pointer and
1520 tdep->integer_param_regs_saved_in_caller_frame.
1521 Add call to set_gdbarch_push_dummy_call.
1522
1523 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1524
1525 * dwarf2read.c (open_and_init_dwp_file): Try open_dwp_file also with
1526 objfile->original_name.
1527
1528 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1529
1530 Pass down original filename for objfile.
1531 * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
1532 * elfread.c (elf_symfile_read): Likewise.
1533 * jit.c (jit_object_close_impl): Update allocate_objfile call, no
1534 longer set ORIGINAL_NAME.
1535 (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
1536 * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
1537 * machoread.c (macho_add_oso_symfile): Add parameter name. Update
1538 symbol_file_add_from_bfd call.
1539 (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
1540 (macho_check_dsym): Add parameter filenamep. Change function comment.
1541 Set *filenamep.
1542 (macho_symfile_read): New variable dsym_filename. Update
1543 macho_check_dsym call. Use it for symbol_file_add_separate.
1544 * objfiles.c (allocate_objfile): Add parameter name. New comment for
1545 it. Use it for objfile->original_name.
1546 (objfile_name): Return OBFD's filename, if available.
1547 * objfiles.h (allocate_objfile): Add new parameter name.
1548 * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
1549 * symfile-mem.c (symbol_file_add_from_memory): Update
1550 symbol_file_add_from_bfd call.
1551 * symfile.c (read_symbols): Update symbol_file_add_separate call, new
1552 comment for it.
1553 (symbol_file_add_with_addrs): New parameter name, add function comment
1554 for it. Remove variable name. Update allocate_objfile call.
1555 (symbol_file_add_separate): New parameter name, add function comment
1556 for it. Update symbol_file_add_with_addrs call.
1557 (symbol_file_add_from_bfd): New parameter name. Update
1558 symbol_file_add_with_addrs call.
1559 (symbol_file_add): Update symbol_file_add_from_bfd call.
1560 (reread_symbols): New variable original_name. Save
1561 objfile->original_name by it.
1562 * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
1563 second parameter.
1564
1565 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1566
1567 Code cleanup: Add objfile_name accessor function.
1568 * ada-lang.c (is_known_support_routine): Use objfile_name.
1569 * auto-load.c (source_gdb_script_for_objfile)
1570 (auto_load_objfile_script): Likewise.
1571 * coffread.c (coff_symtab_read, read_one_sym): Likewise.
1572 * dbxread.c (dbx_symfile_read): Likewise.
1573 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
1574 * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
1575 * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
1576 (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
1577 (lookup_dwp_signatured_type, lookup_dwo_unit)
1578 (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
1579 (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
1580 (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
1581 (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
1582 (dwarf2_record_block_ranges, read_common_block, read_typedef)
1583 (read_subrange_type, load_partial_dies, read_partial_die)
1584 (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
1585 (die_containing_type, build_error_marker_type, lookup_die_type)
1586 (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
1587 (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
1588 (get_DW_AT_signature_type, write_psymtabs_to_index)
1589 (save_gdb_index_command): Likewise.
1590 * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
1591 Likewise.
1592 * expprint.c (dump_subexp_body_standard): Likewise.
1593 * gdbtypes.c (type_name_no_tag_or_error): Likewise.
1594 * jit.c (jit_object_close_impl): Use the objfile field name renamed to
1595 original_name.
1596 * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
1597 obj_name, use objfile_name for it, use the variable.
1598 (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
1599 Use objfile_name.
1600 * machoread.c (macho_symtab_read, macho_check_dsym)
1601 (macho_symfile_relocate): Likewise.
1602 * maint.c (maintenance_translate_address): Likewise.
1603 * minidebug.c (find_separate_debug_file_in_section): Likewise.
1604 * minsyms.c (install_minimal_symbols): Likewise.
1605 * objfiles.c (allocate_objfile): Use the objfile field name renamed to
1606 original_name.
1607 (filter_overlapping_sections): Use objfile_name.
1608 (objfile_name): New function.
1609 * objfiles.h (struct objfile): Rename field name to original_name.
1610 (objfile_name): New prototype.
1611 * printcmd.c (sym_info, address_info): Use objfile_name.
1612 * probe.c (parse_probes, collect_probes, compare_probes)
1613 (info_probes_for_ops): Likewise.
1614 * progspace.c (clone_program_space): Likewise.
1615 * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
1616 (maintenance_info_psymtabs): Likewise.
1617 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1618 (source_section_scripts): Likewise.
1619 * python/py-objfile.c (objfpy_get_filename): Likewise.
1620 * python/py-progspace.c (pspy_get_filename): Likewise.
1621 * solib-aix.c (solib_aix_get_toc_value): Likewise.
1622 * solib-som.c (match_main, som_solib_section_offsets): Likewise.
1623 * solib.c (solib_read_symbols): Likewise.
1624 * stabsread.c (scan_file_globals): Likewise.
1625 * stap-probe.c (handle_stap_probe): Likewise.
1626 * symfile.c (symbol_file_clear, separate_debug_file_exists)
1627 (find_separate_debug_file_by_debuglink): Likewise.
1628 (reread_symbols): Likewise. Use the objfile field name renamed to
1629 original_name.
1630 (allocate_symtab): Use objfile_name.
1631 * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
1632 (dump_objfile, dump_msymbols, dump_symtab_1)
1633 (maintenance_print_msymbols, maintenance_print_objfiles)
1634 (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
1635 * target.c (target_translate_tls_address, target_info): Likewise.
1636 * xcoffread.c (xcoff_initial_scan): Make variable name const. Use
1637 objfile_name.
1638
1639 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1640
1641 Code cleanup.
1642 * probe.c (parse_probes): Rename variable objfile_name to
1643 objfile_namestr.
1644
1645 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1646
1647 Remove solib-sunos.c.
1648 * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
1649 * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
1650 * objfiles.c (rt_common_objfile): Remove.
1651 (free_objfile): Remove rt_common_objfile comparison.
1652 * objfiles.h (rt_common_objfile): Remove.
1653 * solib-sunos.c: Remove.
1654 * symfile.c (reread_symbols): Remove solib-sunos.c comment.
1655
1656 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1657
1658 Remove a.out NetBSD and OpenBSD hosts.
1659 * NEWS (Removed native configurations): New.
1660 * config/arm/nbsdaout.mh: Remove.
1661 * config/i386/nbsdaout.mh: Remove.
1662 * config/i386/obsdaout.mh: Remove.
1663 * config/m68k/nbsdaout.mh: Remove.
1664 * config/sparc/nbsdaout.mh: Remove.
1665 * config/vax/nbsdaout.mh: Remove.
1666 * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
1667 (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
1668 (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
1669 error.
1670 (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
1671 (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
1672 (sparc-*-netbsd*, vax-*-netbsd*): Remove.
1673
1674 2013-09-23 Tom Tromey <tromey@redhat.com>
1675
1676 * linespec.c (struct minsym_and_objfile): Remove.
1677 (minsym_and_objfile_d): Remove.
1678 (struct linespec, struct collect_info, linespec_parse_basic)
1679 (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
1680 (compare_msymbols, find_method, find_function_symbols)
1681 (find_linespec_symbols, struct collect_minsyms, compare_msyms)
1682 (add_minsym, search_minsyms_for_name): Update.
1683
1684 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1685
1686 * regcache.c: Add include of valprint.h.
1687 (dump_endian_bytes): Delete.
1688 (regcache_dump): Use print_hex_chars not dump_endian_bytes.
1689
1690 2013-09-23 Andrew Burgess <aburgess@broadcom.com>
1691
1692 * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
1693
1694 2013-09-19 Pedro Alves <palves@redhat.com>
1695
1696 * breakpoint.c (remove_threaded_breakpoints): Skip non-user
1697 breakpoints.
1698
1699 2013-09-19 Pedro Alves <palves@redhat.com>
1700 Thomas Schwinge <thomas@codesourcery.com>
1701 Yue Lu <hacklu.newborn@gmail.com>
1702
1703 * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
1704 Take a gdb_byte pointer instead of a char pointer.
1705
1706 * gnu-nat.c (gnu_xfer_memory): Adjust interface as
1707 gnu_xfer_partial helper.
1708 (gnu_xfer_partial): New function.
1709 (gnu_target): Don't install a deprecated_xfer_memory hook.
1710 Install a to_xfer_partial hook.
1711
1712 2013-09-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1713
1714 Constification.
1715 * main.c (captured_main): Replace catch_command_errors by
1716 catch_command_errors_const. Twice.
1717 * symfile.c (symbol_file_add_main_1): Make args parameter const.
1718 (symbol_file_add): Make name parameter const.
1719 (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
1720 (symfile_bfd_open): Make name parameter const, rename it to cname. Add
1721 variable name. Change their usage accordingly.
1722 * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
1723 const.
1724 (symbol_file_add_main): Make args parameter const.
1725
1726 2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
1727 Ulrich Weigand <uweigand@de.ibm.com>
1728
1729 * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
1730 of c_value member.
1731 (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
1732
1733 2013-09-18 Pedro Alves <palves@redhat.com>
1734 Yue Lu <hacklu.newborn@gmail.com>
1735
1736 * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
1737 (gnu_create_inferior)
1738 (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
1739 (set_sig_thread_cmd): Use the lwpid field of ptids to
1740 store/extract thread ids instead of the tid field.
1741 * i386gnu-nat.c (gnu_fetch_registers): Adjust.
1742
1743 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1744
1745 * infcmd.c (default_print_one_register_info): Add detection of
1746 optimized out values.
1747 (default_print_registers_info): Switch to using
1748 get_frame_register_value.
1749
1750 2013-09-18 Markus Metzger <markus.t.metzger@intel.com>
1751
1752 * infrun.c (handle_inferior_event): Check if we know the
1753 function start address before setting a resume breakpoint.
1754
1755 2013-09-18 Pedro Alves <palves@redhat.com>
1756
1757 * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
1758 minus_one_ptid instead of looking at the ptid's tid field and
1759 comparing that to -1.
1760
1761 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1762
1763 * main.h (get_gdb_program_name): Remove extra whitespace.
1764
1765 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1766
1767 * main.h (get_gdb_program_name): Add declaration.
1768 * main.c (get_gdb_program_name): Add definition.
1769
1770 2013-09-17 Doug Evans <dje@google.com>
1771
1772 * dwarf2read.c: Move definitions of complaint functions to after
1773 forward declarations of local functions.
1774
1775 2013-09-17 Muhammad Waqas <mwaqas@codesourcery.com>
1776 Pedro Alves <palves@redhat.com>
1777
1778 PR gdb/11568
1779 * breakpoint.c (remove_threaded_breakpoints): New function.
1780 (_initialize_breakpoint): Attach remove_threaded_breakpoints
1781 as thread_exit observer.
1782
1783 2013-09-17 Pedro Alves <palves@redhat.com>
1784
1785 PR gdb/15911
1786 * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
1787 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
1788 * corelow.c (core_open):
1789 * frame.h (print_stack_frame, print_frame_info): New
1790 'set_current_sal' parameter.
1791 * infcmd.c (finish_command, kill_command): Adjust call to
1792 print_stack_frame.
1793 * inferior.c (inferior_command): Likewise.
1794 * infrun.c (normal_stop): Likewise.
1795 * linux-fork.c (linux_fork_context): Likewise.
1796 * record-full.c (record_full_goto_entry, record_full_restore):
1797 Likewise.
1798 * remote-mips.c (common_open): Likewise.
1799 * stack.c (print_stack_frame): New 'set_current_sal' parameter.
1800 Use it.
1801 (print_frame_info): New 'set_current_sal' parameter. Set the last
1802 displayed sal depending on the new paremeter instead of looking at
1803 print_what.
1804 (backtrace_command_1, select_and_print_frame, frame_command)
1805 (current_frame_command, up_command, down_command): Adjust call to
1806 print_stack_frame.
1807 * thread.c (print_thread_info, restore_selected_frame)
1808 (do_captured_thread_select): Adjust call to print_stack_frame.
1809 * tracepoint.c (tfind_1): Likewise.
1810 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
1811 (mi_cmd_stack_info_frame): Likewise.
1812 * mi/mi-interp.c (mi_on_normal_stop): Likewise.
1813 * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
1814
1815 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1816
1817 * value.c (isvoid_internal_fn): Replace "parameter" with
1818 "argument".
1819
1820 2013-09-16 Stan Shebs <stan@codesourcery.com>
1821
1822 * README: Update references to writing code for GDB.
1823 * configure.ac (build_warnings): Remove obsolete comment.
1824 * configure: Regenerate.
1825 * gdbarch.sh: Remove references to gdbint.texinfo.
1826 * gdbarch.h: Regenerate.
1827 * gdbtypes.c (objfile_type): Remove comments referencing internals
1828 manual and D10V.
1829
1830 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1831
1832 * NEWS: Mention new convenience function $_isvoid.
1833 * value.c (isvoid_internal_fn): New function.
1834 (_initialize_values): Add new convenience function $_isvoid.
1835
1836 2013-09-16 Pierre Muller <muller@sourceware.org>
1837
1838 * arm-linux-tdep.c: Add "elf/common.h" header.
1839 Remove AT_HWCAP macro definintion as it is provided in
1840 added include file.
1841 * s390-tdep.c: Remove system header <elf.h>
1842 Add "elf/common.h" header for AT_HWCAP definition.
1843 (s390_core_read_description): Use correct CORE_ADDR
1844 for hwcap local variable used as third parameter
1845 of function target_auxv_search.
1846
1847 2013-09-14 Pierre Muller <muller@sourceware.org>
1848 Tom Tromey <tromey@redhat.com>
1849 Pedro Alves <palves@redhat.com>
1850
1851 * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
1852 mode if operating system doesn't know O_CLOEXEC.
1853
1854 2013-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1855
1856 Code cleanup.
1857 * symfile.c (reread_symbols): Move variable obfd_filename to a more
1858 inner block.
1859
1860 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1861
1862 * NEWS: Mention TDB support.
1863 * features/s390-tdb.xml: New file.
1864 * features/s390-te-linux64.xml: New file.
1865 * features/s390x-te-linux64.xml: New file.
1866 * features/Makefile (WHICH): Add new tdescs above.
1867 (s390-te-linux64-expedite): Set.
1868 (s390x-te-linux64-expedite): Set.
1869 * features/s390-te-linux64.c: New file (generated).
1870 * features/s390x-te-linux64.c: New file (generated).
1871 * regformats/s390-te-linux64.dat: New file (generated).
1872 * regformats/s390x-te-linux64.dat: New file (generated).
1873 * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
1874 (HWCAP_S390_TE): Likewise.
1875 (S390_TDB_DWORD0_REGNUM): Likewise.
1876 (S390_TDB_DWORD0_REGNUM): Likewise.
1877 (S390_TDB_ABORT_CODE_REGNUM): Likewise.
1878 (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
1879 (S390_TDB_ATIA_REGNUM): Likewise.
1880 (S390_TDB_R0_REGNUM): Likewise.
1881 (S390_TDB_R1_REGNUM): Likewise.
1882 (S390_TDB_R2_REGNUM): Likewise.
1883 (S390_TDB_R3_REGNUM): Likewise.
1884 (S390_TDB_R4_REGNUM): Likewise.
1885 (S390_TDB_R5_REGNUM): Likewise.
1886 (S390_TDB_R6_REGNUM): Likewise.
1887 (S390_TDB_R7_REGNUM): Likewise.
1888 (S390_TDB_R8_REGNUM): Likewise.
1889 (S390_TDB_R9_REGNUM): Likewise.
1890 (S390_TDB_R10_REGNUM): Likewise.
1891 (S390_TDB_R11_REGNUM): Likewise.
1892 (S390_TDB_R12_REGNUM): Likewise.
1893 (S390_TDB_R13_REGNUM): Likewise.
1894 (S390_TDB_R14_REGNUM): Likewise.
1895 (S390_TDB_R15_REGNUM): Likewise.
1896 (S390_NUM_REGS): Increase.
1897 (S390_IS_TDBREGSET_REGNUM): New macro.
1898 (s390_regmap_tdb): Declare.
1899 (s390_sizeof_tdbregset): Define.
1900 (tdesc_s390_te_linux64): Declare.
1901 (tdesc_s390x_te_linux64): Likewise.
1902 * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
1903 "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
1904 (s390_regmap_tdb): New regmap.
1905 (s390_supply_tdb_regset): New function.
1906 (s390_tdb_regset): New regset.
1907 (s390_linux64v2_regset_sections): Add TDB regset to list.
1908 (s390x_linux64v2_regset_sections): Likewise.
1909 (s390_regset_from_core_section): Recognize TDB core note section.
1910 (s390_core_read_description): If HWCAP indicates TE support,
1911 select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
1912 (s390_gdbarch_init): Handle TDB regset.
1913 (_initialize_s390_tdep): Initialize new tdescs.
1914 * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
1915 (have_regset_tdb): New variable.
1916 (s390_native_supply): Support register invalidation.
1917 (fetch_regset): Invalidate registers if ptrace yields ENODATA.
1918 (check_regset): Treat ENODATA as "regset exists".
1919 (s390_linux_fetch_inferior_registers): Add TDB.
1920 (s390_read_description): Check for TDB existence and select
1921 appropriate tdesc.
1922 * gdbserver/Makefile.in (clean): Add removal of new makefile
1923 targets.
1924 (s390-te-linux64.c): New makefile target.
1925 (s390x-te-linux64.c): Likewise.
1926 * gdbserver/configure.srv (srv_regobj): Append new objects
1927 s390-te-linux64.o and s390x-te-linux64.o.
1928 (srv_xmlfiles): Append new files s390-te-linux64.xml,
1929 s390x-te-linux64.xml, and s390-tdb.xml.
1930 * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
1931 declaration.
1932 (tdesc_s390_te_linux64): Likewise.
1933 (init_registers_s390x_te_linux64): Likewise.
1934 (tdesc_s390x_te_linux64): Likewise.
1935 (s390_check_regset): Treat ENODATA as "regset exists".
1936 (s390_arch_setup): Add TDB regset support.
1937 (initialize_low_arch): Initialize registers for new tdescs.
1938
1939 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1940
1941 * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
1942 (S390_IS_FPREGSET_REGNUM): New macro.
1943 * s390-tdep.c (s390_dwarf_regmap): Make const.
1944 (regnum_is_gpr_full): New function for replacing repeated code.
1945 (s390_pseudo_register_name): Use it.
1946 (s390_pseudo_register_type): Likewise.
1947 (s390_pseudo_register_read): Likewise.
1948 (s390_pseudo_register_write): Likewise.
1949 (s390_unwind_pseudo_register): Likewise.
1950 (s390_regmap_gregset): New format for regmap.
1951 (s390x_regmap_gregset): Likewise.
1952 (s390_regmap_fpregset): Likewise.
1953 (s390_regmap_upper): Likewise.
1954 (s390_regmap_last_break): Likewise.
1955 (s390_regmap_system_call): Likewise.
1956 (s390_supply_regset): Adjust to new regmap format.
1957 (s390_collect_regset): Likewise.
1958 * s390-nat.c (s390_native_supply): Adjust to new regmap format.
1959 (s390_native_collect): Likewise.
1960 (supply_gregset): Likewise.
1961 (fill_gregset): Likewise.
1962 (supply_fpregset): Likewise.
1963 (fill_fpregset): Likewise.
1964 (fetch_regset): Likewise.
1965 (store_regset): Likewise.
1966 (s390_linux_fetch_inferior_registers): Likewise.
1967 (s390_linux_fetch_inferior_registers): Likewise.
1968
1969 2013-09-12 Andrew Pinski <apinski@cavium.com>
1970
1971 * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
1972
1973 2013-09-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1974
1975 * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
1976
1977 2013-09-09 Andrew Burgess <aburgess@broadcom.com>
1978
1979 * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
1980
1981 2013-09-06 Pedro Alves <palves@redhat.com>
1982
1983 * remote-sim.c (dump_mem, gdbsim_fetch_register)
1984 (gdbsim_store_register, gdbsim_kill, gdbsim_load)
1985 (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
1986 (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
1987 (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
1988 gdb_stdlog.
1989
1990 2013-09-06 Pedro Alves <palves@redhat.com>
1991
1992 * remote-sim.c (dump_mem): Constify buf parameter.
1993 gdbsim_xfer_inferior_memory): Rename to ...
1994 (gdbsim_xfer_memory): ... this. Adjust interface as
1995 target_xfer_partial helper.
1996 (gdbsim_xfer_partial): New function.
1997 (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
1998 Install a to_xfer_partial hook. Send output to gdb_stdlog.
1999
2000 2013-09-06 Pedro Alves <palves@redhat.com>
2001
2002 * remote-sim.c (gdbsim_xfer_inferior_memory): Use
2003 host_address_to_string, and send debug output to gdb_stdlog.
2004
2005 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2006
2007 * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
2008 * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
2009 gdb_target_obs for cris target.
2010 * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
2011 (cris_gdbarch_init): Move calls to
2012 set_gdbarch_fetch_tls_load_module_address and
2013 set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
2014 Add call to gdbarch_init_osabi.
2015 * cris-linux-tdep.c: New file.
2016 * cris-tdep.h: New file.
2017
2018 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2019
2020 * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
2021 to deprecated_init_ui_hook.
2022
2023 2013-09-06 Andrew Burgess <aburgess@broadcom.com>
2024
2025 * cli/cli-interp.c (_initialize_cli_interp): Add a
2026 command_loop_proc to interp_procs.
2027 * event-top.c (cli_command_loop): Change signature to match
2028 interp_command_loop_ftype.
2029 * event-top.h (cli_command_loop): Same.
2030 * interps.c (interp_new): Require every interpreter to have a
2031 command_loop_proc.
2032 (current_interp_command_loop): Just call the command_loop_proc on
2033 the current interpreter.
2034 * tui/tui-interp.c (_initialize_tui_interp): Add a
2035 command_loop_proc to interp_procs.
2036
2037 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2038
2039 * cris-tdep.c (cris_gdbarch_init): Add call to
2040 get_gdbarch_fetch_tls_load_module_address.
2041
2042 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2043
2044 * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
2045 (cris_elf_gregset_t): Rename from elf_gregset_t.
2046 (crisv32_elf_gregset_t): Adjust.
2047 (cris_supply_gregset, fetch_core_registers): Adjust.
2048
2049 2013-09-06 Ricard Wanderlof <ricardw@axis.com>
2050
2051 * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
2052
2053 2013-09-05 Andrew Burgess <aburgess@broadcom.com>
2054
2055 * defs.h (deprecated_command_loop_hook): Remove, including
2056 references in comments.
2057 * interps.c (current_interp_command_loop): No longer use
2058 deprecated_command_loop_hook.
2059 (clear_interpreter_hooks): Remove deprecated_command_loop_hook
2060 setup.
2061 * top.c (deprecated_command_loop_hook): Remove.
2062
2063 2013-09-05 Pedro Alves <palves@redhat.com>
2064
2065 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
2066 local is now int instead of ULONGEST. Print it with %d
2067 instead of paddress.
2068
2069 2013-09-05 Tristan Gingold <gingold@adacore.com>
2070
2071 * MAINTAINERS: Remove avr maintainership.
2072
2073 2013-09-05 Pedro Alves <palves@redhat.com>
2074
2075 * findvar.c (value_of_register): Rework in terms of
2076 value_of_register_lazy.
2077
2078 2013-09-05 Muhammad Bilal <mbilal@codesourcery.com>
2079
2080 * symfile.c (add_symbol_file_command): Remove trailing
2081 whitespaces and blank line after comment.
2082
2083 2013-09-05 Pedro Alves <palves@redhat.com>
2084
2085 * tui/tui-regs.c (tui_register_format): Don't look at the
2086 register's name here. Return string representing register
2087 value instead of storing it in the data element.
2088 (tui_get_register): Compare register string representations
2089 instead of register value states and contents.
2090
2091 2013-09-05 Pedro Alves <palves@redhat.com>
2092
2093 PR tui/15933
2094 * tui/tui-regs.c (tui_show_registers): Show registers of the
2095 selected frame, not the current frame.
2096
2097 2013-09-05 Ricard Wanderlof <ricardw@axis.com>
2098
2099 * MAINTAINERS (Write After Approval): Add myself to the list.
2100
2101 2013-09-04 Doug Evans <dje@google.com>
2102
2103 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.
2104 (queue_and_load_dwo_tu): New function.
2105 (lookup_dwo_signatured_type): Set per_cu.tu_read.
2106 (maybe_queue_comp_unit): Rename this_cu argument to dependent_cu.
2107 Make dependent_cu optional.
2108 (dw2_do_instantiate_symtab): If we just loaded a CU from a DWO,
2109 and an older .gdb_index is in use, queue and load all its TUs too.
2110
2111 2013-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2112
2113 Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.
2114 * cli/cli-cmds.c (find_and_open_script): Add OPF_RETURN_REALPATH to
2115 variable search_flags.
2116 * defs.h (OPF_DISABLE_REALPATH): Rename to ...
2117 (OPF_RETURN_REALPATH): ... here.
2118 * dwarf2read.c (try_open_dwop_file): Set OPF_RETURN_REALPATH for flags.
2119 * exec.c (exec_file_attach): Remove OPF_DISABLE_REALPATH from openp
2120 call. Twice.
2121 * nto-tdep.c (nto_find_and_open_solib): Add OPF_RETURN_REALPATH for
2122 openp call.
2123 * solib.c (solib_find): Likewise. Four times.
2124 * source.c (openp): Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH
2125 in the function comment and for the realpath_fptr variable.
2126 (source_full_path_of): Add OPF_RETURN_REALPATH for openp call.
2127 (find_and_open_source): Likewise. Twice.
2128 * symfile.c (symfile_bfd_open): Likewise, also twice.
2129
2130 2013-09-04 Doug Evans <dje@google.com>
2131
2132 * progspace.c (save_current_space_and_thread): Remove unnecessary
2133 call to save_current_inferior.
2134
2135 2013-09-04 Andrew Burgess <aburgess@broadcom.com>
2136
2137 * sh64-tdep.c (sh64_do_register): Return after printing message
2138 about unavailable register contents.
2139
2140 2013-09-04 Muhammad Bilal <mbilal@codesourcery.com>
2141 Pedro Alves <palves@redhat.com>
2142
2143 * symfile.c (add_symbol_file_command): Error out on unknown
2144 option. Handle EXPECTING_SEC_ADDR/EXPECTING_SEC_NAME before '-'
2145 options and collapse into single conditional branch.
2146
2147 2013-09-03 Luis Machado <lgustavo@codesourcery.com>
2148
2149 * inf-child.c (inf_child_follow_fork): New parameter
2150 detach_fork.
2151 * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
2152 * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
2153 * inferior.h (detach_fork): Remove.
2154 * infrun.c (detach_fork): Adjust comment and make it
2155 static.
2156 (follow_fork): Pass detach_fork parameter to
2157 target_follow_fork.
2158 * linux-nat.c (linux_child_follow_fork): New parameter
2159 detach_fork.
2160 * target.c (target_follow_fork): New parameter detach_fork.
2161 Pass detach_fork as parameter and print its value.
2162 * target.h (struct target_ops) <to_follow_fork>: New int
2163 parameter.
2164 (target_follow_fork): New parameter detach_fork.
2165
2166 2013-09-03 Joel Brobecker <brobecker@adacore.com>
2167
2168 * solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
2169 Replace sec->bfd by sec->the_bfd_section->owner.
2170
2171 2013-09-03 Yao Qi <yao@codesourcery.com>
2172
2173 * linux-tdep.c (linux_is_uclinux): New function. Code moved
2174 from linux_has_shared_address_space.
2175 (linux_has_shared_address_space): Call linux_is_uclinux.
2176 * linux-tdep.h (linux_is_uclinux): Declare.
2177 * m68klinux-tdep.c (m68k_linux_get_sigtramp_info): Call
2178 linux_is_uclinux.
2179
2180 2013-09-03 Yao Qi <yao@codesourcery.com>
2181
2182 * config/djgpp/fnchange.lst: Remove entry of
2183 i386-interix-nat.c and i386-interix-tdep.c.
2184 * configure.ac: Remove '*-*-interix*'.
2185 * configure: Re-generated.
2186 * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX.
2187 * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove
2188 obsolete comments.
2189 * osabi.c (gdb_osabi_names): Remove "Interix".
2190
2191 2013-09-03 Yao Qi <yao@codesourcery.com>
2192
2193 * arch-utils.c: Fix typo in the comment to gdbarch_update_p.
2194
2195 2013-09-02 Markus Metzger <markus.t.metzger@intel.com>
2196
2197 * record.h (record_print_flag) <record_print_src_line,
2198 record_print_insn_range>: Rename into ...
2199 (record_print_flag) <record_print_src_line,
2200 record_print_insn_range>: ... this. Update all users.
2201
2202 2013-09-02 Pierre Muller <muller@sourceware.org>
2203
2204 * windows-nat.c (windows_xfer_memory): Handle ERROR_PARTIAL_COPY
2205 error code.
2206
2207 2013-09-02 Pierre Muller <muller@sourceware.org>
2208
2209 * windows-nat.c (windows_xfer_memory): Fix compilation failure
2210 by use of plongest function.
2211
2212 2013-09-02 Tristan Gingold <gingold@adacore.com>
2213
2214 * NEWS: Add entry mentioning support for native Windows x64
2215 SEH data.
2216
2217 * amd64-windows-tdep.c: #include "objfiles.h", "frame-unwind.h",
2218 "coff/internal.h", "coff/i386.h", "coff/pe.h" and "libcoff.h".
2219 (struct amd64_windows_frame_cache): New struct.
2220 (amd64_windows_w2gdb_regnum): New global.
2221 (pc_in_range, amd64_windows_frame_decode_epilogue)
2222 (amd64_windows_frame_decode_insns, amd64_windows_find_unwind_info)
2223 (amd64_windows_frame_cache, amd64_windows_frame_prev_register)
2224 (amd64_windows_frame_this_id): New functions.
2225 (amd64_windows_frame_unwind): New static global.
2226 (amd64_windows_skip_prologue): New function.
2227 (amd64_windows_init_abi): Call frame_unwind_prepend_unwinder
2228 with amd64_windows_frame_unwind. Call set_gdbarch_skip_prologue
2229 with amd64_windows_skip_prologue.
2230
2231 2013-08-30 Joel Brobecker <brobecker@adacore.com>
2232
2233 GDB 7.6.1 released.
2234
2235 2013-08-30 Pedro Alves <palves@redhat.com>
2236
2237 * mi/mi-main.c (mi_cmd_trace_find): Use LOC_AND_ADDRESS instead of
2238 SRC_AND_LOC.
2239
2240 2013-08-30 Pedro Alves <palves@redhat.com>
2241
2242 * thread.c (restore_selected_frame): Use SRC_AND_LOC, and change
2243 warning text.
2244
2245 2013-08-30 Pedro Alves <palves@redhat.com>
2246
2247 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
2248 Adjust arguments to print_stack_frame.
2249
2250 2013-08-30 Pedro Alves <palves@redhat.com>
2251
2252 * ada-tasks.c (task_command_1): Write SRC_AND_LOC instead '1'.
2253
2254 2013-08-30 Pedro Alves <palves@redhat.com>
2255
2256 * frame.h (show_and_print_stack_frame): Delete declaration.
2257
2258 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2259
2260 PR python/15461
2261 * python/py-arch.c (ARCHPY_REQUIRE_VALID): New macro.
2262 (archpy_name): Check for valid architecture.
2263 (archpy_disassemble): Ditto.
2264
2265 2013-08-29 Joel Brobecker <brobecker@adacore.com>
2266
2267 * rs6000-nat.c (rs6000_ptrace32): Cast "addr" to "uintptr_t"
2268 instead of "long long" in call to ptrace64.
2269
2270 2013-08-29 Andrew Burgess <aburgess@broadcom.com>
2271
2272 * mi/mi-interp.c (mi_command_loop): Change signature to match
2273 interp_command_loop_ftype.
2274 (mi1_command_loop): Remove.
2275 (mi2_command_loop): Remove.
2276 (mi3_command_loop): Remove.
2277 (mi_interpreter_resume): Remove setting of
2278 deprecated_command_loop_hook.
2279 (_initialize_mi_interp): Set mi_command_loop as the command loop
2280 callback.
2281
2282 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2283
2284 * valops.c (do_search_struct_field): Pass v2 instead of base_type to
2285 value_type.
2286
2287 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2288
2289 * value.c (allocate_value_contents): Make static.
2290 * value.h (allocate_value_contents): Remove prototype.
2291
2292 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2293
2294 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use value_at_lazy instead
2295 of assembling value via allocate_value_lazy and attribute setter.
2296 * findvar.c (default_read_var_value): Use value_at_lazy instead of
2297 assembling value via allocate_value_lazy and attribute setter.
2298 * valops.c (do_search_struct_field): Use value_at_lazy instead of
2299 assembling value via allocate_value_lazy and attribute setter.
2300
2301 2013-08-29 Sanimir Agovic <sanimir.agovic@intel.com>
2302
2303 * value.c (value_from_contents_and_address): Replace allocate_value and
2304 memcpy with value_from_contents.
2305
2306 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2307
2308 * python/py-framefilter.c (py_print_frame): Remove usage of
2309 PyString_AsString. Use python_string_to_host_string instead.
2310 Refactor function to work with a string as a new allocation
2311 instead of a pointer.
2312 (py_print_frame): Ditto.
2313 * python/lib/gdb/frames.py (return_list): Cain iterators together
2314 instead of adding them as a list.
2315 (_sort_list): Call return_list, and remove duplicate code.
2316 (execute_frame_filters): Convert iterator to a list with list().
2317 * python/lib/gdb/command/frame_filters.py
2318 (SetFrameFilterPriority._set_filter_priority): Convert priority
2319 attribute to an integer.
2320 * python/lib/gdb/FrameIterator.py (FrameIterator.next): Define
2321 wrapper function __next__.
2322 * python/lib/gdb/FrameDecorator.py: If basestring not defined,
2323 define as "str".
2324
2325 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2326
2327 PR python/15752
2328 * python/py-framefilter.c (apply_frame_filter): Check
2329 gdb_python_initialized. Exit if the Python frame-filter code
2330 cannot be initialized.
2331
2332 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2333
2334 PR cli/15842
2335 * top.c (print_gdb_version): Remove erroneous newline after help
2336 text.
2337
2338 2013-08-29 Yao Qi <yao@codesourcery.com>
2339
2340 * varobj.c (install_dynamic_child): Remove trailing space.
2341 Add one blank line after variable declaration.
2342
2343 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2344
2345 PR gdb/15415
2346 * corefile.c (get_exec_file): Use exec_filename.
2347 * defs.h (OPF_DISABLE_REALPATH): New definition. Add new comment.
2348 * exec.c (exec_close): Free EXEC_FILENAME.
2349 (exec_file_attach): New variable canonical_pathname. Use
2350 OPF_DISABLE_REALPATH. Call gdb_realpath explicitly. Set
2351 EXEC_FILENAME.
2352 * exec.h (exec_filename): New.
2353 * inferior.c (print_inferior, inferior_command): Use
2354 PSPACE_EXEC_FILENAME.
2355 * mi/mi-main.c (print_one_inferior): Likewise.
2356 * progspace.c (clone_program_space, print_program_space): Likewise.
2357 * progspace.h (struct program_space): New field pspace_exec_filename.
2358 * source.c (openp): Describe OPF_DISABLE_REALPATH. New variable
2359 realpath_fptr, initialize it from OPF_DISABLE_REALPATH, use it.
2360
2361 2013-08-28 Will Newton <will.newton@linaro.org>
2362
2363 * common/linux-ptrace.c: Include stdint.h unconditionally.
2364
2365 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2366
2367 Code cleanup.
2368 * nto-tdep.c (nto_find_and_open_solib): Use OPF_TRY_CWD_FIRST.
2369
2370 2013-08-28 Yao Qi <yao@codesourcery.com>
2371 Pedro Alves <palves@redhat.com>
2372
2373 * event-top.c (gdb_setup_readline): Call stderr_fileopen
2374 instead of stdio_fileopen.
2375 * main.c (captured_main) [__MINGW32__]: Set stderr unbuffered.
2376 .Call stderr_fileopen instead of stdio_fileopen.
2377 * ui-file.c [__MINGW32__] (stderr_file_write): New function.
2378 [__MINGW32__] (stderr_file_fputs): New function.
2379 (stderr_fileopen): New function.
2380 * ui-file.h (stderr_fileopen): Declare.
2381
2382 2013-08-27 Doug Evans <dje@google.com>
2383
2384 * dwarf2read.c (struct dwarf2_cu): Tweak comment.
2385 (struct dwarf2_per_cu_data): Ditto.
2386 (maybe_queue_comp_unit): Delete forward decl. Add comment.
2387 (process_imported_unit_die): Ditto.
2388 (follow_die_sig_1): Simplify assert.
2389
2390 2013-08-27 Pedro Alves <palves@redhat.com>
2391
2392 * windows-nat.c (windows_xfer_memory): Adjust prototype to follow
2393 xfer_partial's interface. Return TARGET_XFER_E_IO on error.
2394 (windows_xfer_partial): Defer TARGET_OBJECT_MEMORY handling to
2395 windows_xfer_memory directly.
2396 (init_windows_ops): Don't install a deprecated_xfer_memory method.
2397
2398 2013-08-27 Pedro Alves <palves@redhat.com>
2399
2400 * darwin-nat.c (darwin_xfer_memory): Delete.
2401 (_initialize_darwin_inferior): Don't install a
2402 deprecated_xfer_memory method.
2403
2404 2013-08-27 Pedro Alves <pedro@codesourcery.com>
2405 Yao Qi <yao@codesourcery.com>
2406
2407 * mi/mi-cmd-stack.c (list_args_or_locals): Adjust prototype.
2408 (parse_no_frames_option): Remove.
2409 (mi_cmd_stack_list_locals): Handle --skip-unavailable.
2410 (mi_cmd_stack_list_args): Adjust.
2411 (mi_cmd_stack_list_variables): Handle --skip-unavailable.
2412 (list_arg_or_local): Add new parameter 'skip_unavailable'. Return
2413 early if SKIP_UNAVAILABLE is true and ARG->val is unavailable.
2414 Caller update.
2415 (list_args_or_locals): New parameter 'skip_unavailable'.
2416 Handle it.
2417 * valprint.c (scalar_type_p): Rename to ...
2418 (val_print_scalar_type_p): ... this. Make extern.
2419 (val_print, value_check_printable): Adjust.
2420 * valprint.h (val_print_scalar_type_p): Declare.
2421 * value.c (value_entirely_unavailable): New function.
2422 * value.h (value_entirely_unavailable): Declare.
2423
2424 * NEWS: Mention the new option "--skip-unavailable" to MI
2425 commands '-stack-list-locals', '-stack-list-arguments' and
2426 '-stack-list-variables'.
2427
2428 2013-08-27 Yao Qi <yao@codesourcery.com>
2429
2430 * mi/mi-cmd-stack.c (parse_no_frames_option): Remove.
2431 (mi_cmd_stack_list_args): Use mi_getopt_silent to handle
2432 options.
2433 * mi/mi-getopt.c (mi_getopt): Remove.
2434 (mi_getopt_1): Renamed from mi_getopt. Add one parameter
2435 'error_on_unknown'.
2436 (mi_getopt): Call mi_getopt_1.
2437 (mi_getopt_silent): New.
2438 * mi/mi-getopt.h (mi_getopt_silent): Declare.
2439
2440 2013-08-26 Doug Evans <dje@google.com>
2441
2442 PR symtab/15885
2443 * dwarf2read.c (dw2_dump): Print some minimal information indicating
2444 .gdb_index is in use.
2445 * symfile.c (reread_symbols): Reset objfile->sf.
2446
2447 * NEWS: Document "mt print objfiles" now takes optional regexp.
2448 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
2449 regexp of objfiles to print.
2450 (_initialize_symmisc): Update doc string for "mt print objfiles".
2451
2452 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
2453 missing debug info checks.
2454
2455 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
2456 Ulrich Weigand <uweigand@de.ibm.com>
2457
2458 * xcoffread.c (arrange_linetable): Add fix to correctly handle
2459 line tables generated by XLC compiled binaries.
2460
2461 2013-08-23 Doug Evans <dje@google.com>
2462
2463 * symmisc.c (dump_symtab): Delete prototype.
2464 (dump_msymbols, dump_objfile): Ditto.
2465 (maintenance_info_symtabs): Mark as dont_repeat.
2466 (_initialize_symmisc): Improve doc string for "mt info symtabs".
2467
2468 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
2469 debugging printf to better location.
2470
2471 2013-08-23 Pedro Alves <palves@redhat.com>
2472
2473 * target.c (target_read_live_memory): Change type of 'ret' local
2474 to LONGEST.
2475
2476 2013-08-23 Pedro Alves <palves@redhat.com>
2477
2478 * remote.c (remote_write_bytes_aux, remote_write_bytes)
2479 (remote_read_bytes): Change return type to LONGEST, and adjust to
2480 return a target_xfer_error on error.
2481 (remote_xfer_memory): Delete.
2482 (remote_flash_write): Change type of 'ret' local to LONGEST.
2483 (remote_xfer_partial, remote_xfer_partial): Adjust.
2484 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
2485
2486 2013-08-23 Pierre Muller <muller@sourceware.org>
2487
2488 ARI fix: Push # directives to start of line.
2489 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
2490
2491 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
2492
2493 PR gdb/15501
2494 * breakpoint.c (enable_command, disable_command): Iterate over
2495 all specified breakpoint locations.
2496
2497 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2498
2499 * common/linux-ptrace.c (linux_fork_to_function): Push #
2500 directives to the start of the line.
2501 (linux_check_ptrace_features): Fix warning message to use
2502 the "_" markup.
2503
2504 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
2505
2506 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
2507 nat/linux-waitpid.h.
2508 (linux-waitpid.o): New object file rule.
2509 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
2510 (current_ptrace_options): Moved from linux-nat.c.
2511 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
2512 parameters.
2513 (linux_fork_to_function): New function.
2514 (linux_grandchild_function): Likewise.
2515 (linux_child_function): Likewise.
2516 (linux_check_ptrace_features): New function, heavily
2517 based on linux-nat.c:linux_test_for_tracefork.
2518 (linux_enable_event_reporting): New function.
2519 (ptrace_supports_feature): Likewise.
2520 (linux_supports_tracefork): Likewise.
2521 (linux_supports_traceclone): Likewise.
2522 (linux_supports_tracevforkdone): Likewise.
2523 (linux_supports_tracesysgood): Likewise.
2524 * common/linux-ptrace.h (HAS_NOMMU): Moved from
2525 gdbserver/linux-low.c.
2526 (linux_enable_event_reporting): New declaration.
2527 (linux_supports_tracefork): Likewise.
2528 (linux_supports_traceclone): Likewise.
2529 (linux_supports_tracevforkdone): Likewise.
2530 (linux_supports_tracesysgood): Likewise.
2531 * config.in (PTRACE_TYPE_ARG4): Regenerate.
2532 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
2533 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2534 * config/arm/linux.mh (NATDEPFILES): Likewise.
2535 * config/i386/linux.mh (NATDEPFILES): Likewise.
2536 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2537 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2538 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2539 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2540 * config/mips/linux.mh (NATDEPFILES): Likewise.
2541 * config/pa/linux.mh (NATDEPFILES): Likewise..
2542 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
2543 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2544 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2545 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2546 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2547 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2548 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2549 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
2550 ptrace's 4th argument's types.
2551 Check the type of PTRACE_TYPE_ARG4.
2552 * configure: Regenerate.
2553 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
2554 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
2555 (linux_supports_tracefork_flag): Remove.
2556 (linux_supports_tracesysgood_flag): Likewise.
2557 (linux_supports_tracevforkdone_flag): Likewise.
2558 (current_ptrace_options): Moved to
2559 common/linux-ptrace.c.
2560 (linux_tracefork_child): Remove.
2561 (my_waitpid): Remove.
2562 (linux_test_for_tracefork): Renamed to
2563 linux_check_ptrace_features and moved to common/linux-ptrace.c.
2564 (linux_test_for_tracesysgood): Remove.
2565 (linux_supports_tracesysgood): Remove.
2566 (linux_supports_tracefork): Remove.
2567 (linux_supports_tracevforkdone): Remove.
2568 (linux_enable_tracesysgood): Remove.
2569 (linux_enable_event_reporting): Remove.
2570 (linux_init_ptrace): New function.
2571 (linux_child_post_attach): Call linux_init_ptrace.
2572 (linux_child_post_startup_inferior): Call linux_init_ptrace.
2573 (linux_child_follow_fork): Call linux_supports_tracefork
2574 and linux_supports_tracevforkdone.
2575 (linux_child_insert_fork_catchpoint): Call
2576 linux_supports_tracefork.
2577 (linux_child_insert_vfork_catchpoint): Likewise.
2578 (linux_child_set_syscall_catchpoint): Call
2579 linux_supports_tracesysgood.
2580 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
2581 * nat/linux-nat.h: New file.
2582 * nat/linux-waitpid.c: New file.
2583 * nat/linux-waitpid.h: New file.
2584
2585 2013-08-22 Samuel Bronson <naesten@gmail.com>
2586
2587 ARM Linux support for `catch syscall'.
2588 * syscalls/arm-linux.py: New file.
2589 * syscalls/arm-linux.xml: Likewise.
2590 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
2591 (arm_linux_init_abi): Register the new function and syscall xml file.
2592 * data-directory/Makefile.in: Install the new syscall xml file.
2593 * NEWS: Brag about this.
2594
2595 2013-08-22 Pedro Alves <palves@redhat.com>
2596
2597 PR gdb/15871
2598 * corefile.c (target_xfer_memory_error): New function.
2599 (memory_error): Defer EIO to target_memory_error.
2600 (read_memory): Use target_xfer_partial, and handle finer-grained
2601 target xfer errors.
2602 * target.c (target_xfer_error_to_string): New function.
2603 (memory_xfer_partial_1): If memory is known to be
2604 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
2605 (target_xfer_partial): Make extern.
2606 * target.h (enum target_xfer_error): New enum.
2607 (target_xfer_error_to_string): Declare function.
2608 (target_xfer_partial): Declare function.
2609 (struct target_ops) <xfer_partial>: Adjust describing comment.
2610
2611 2013-08-22 Alan Modra <amodra@gmail.com>
2612
2613 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
2614 * configure.tgt: Likewise as targets.
2615
2616 2013-08-20 Doug Evans <dje@google.com>
2617
2618 * buildsym.c (subfile_stack): Move here from buildsym.h.
2619 (pending_macros): Ditto.
2620 (get_macro_table): New function.
2621 (buildsym_init): Initialize subfile_stack.
2622 * coffread.c (type_vector,type_vector_length): Moved here from
2623 buildsym.h.
2624 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2625 (coff_symtab_read): Use it.
2626 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
2627 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
2628 with call to get_macro_table.
2629 * stabsread.c (type_vector,type_vector_length): Moved here from
2630 buildsym.h.
2631 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
2632 * buildsym.h (get_macro_table): Declare.
2633
2634 2013-08-20 Tom Tromey <tromey@redhat.com>
2635
2636 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
2637 Update.
2638 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
2639
2640 2013-08-20 Doug Evans <dje@google.com>
2641
2642 * blockframe.c: Remove #include "psymtab.h".
2643 * cp-support.c: Ditto.
2644 * source.c: Ditto.
2645 * stack.c: Ditto.
2646
2647 2013-08-20 Tom Tromey <tromey@redhat.com>
2648
2649 PR python/15816:
2650 * exceptions.h (return_mask): Now an enum.
2651 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
2652 enum constants.
2653
2654 2013-08-20 Tom Tromey <tromey@redhat.com>
2655
2656 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
2657 get_objfile_arch.
2658 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
2659 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
2660 * jit.c (jit_object_close_impl): Update.
2661 * jv-lang.c (get_dynamics_objfile): Update.
2662 * linespec.c (add_minsym): Use get_dynamics_objfile.
2663 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
2664 (allocate_objfile): Don't initialize 'gdbarch' field.
2665 (get_objfile_arch): Update.
2666 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
2667 moved from...
2668 (struct objfile) <gdbarch>: ... here. Remove.
2669 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
2670 get_objfile_arch.
2671 * symfile.c (init_entry_point_info): Use get_objfile_arch.
2672
2673 2013-08-20 Alan Modra <amodra@gmail.com>
2674
2675 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
2676 for IBM long double nan and inf.
2677 (floatformat_is_negative, floatformat_classify,
2678 floatformat_mantissa): Similarly.
2679 (floatformat_ieee_single, floatformat_ieee_double,
2680 floatformat_ieee_quad, floatformat_arm_ext,
2681 floatformat_ia64_spill): Delete unused vars.
2682 (_initialize_doublest): Delete unused function.
2683 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
2684 little-endian variants of floatformat_ibm_long_double.
2685
2686 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
2687
2688 * Makefile.in (SFILES): Remove common/target-common.c and
2689 add target/waitstatus.c.
2690 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
2691 target/resume.h, target/wait.h and target/waitstatus.h.
2692 (COMMON_OBS): Remove target-common.o and add
2693 waitstatus.o.
2694 (target-common.o): Remove.
2695 (waitstatus.o): New target object file.
2696 * common/target-common.c: Move contents to
2697 target/waitstatus.c and remove.
2698 * common/target-common.h: Move contents to other files and
2699 remove.
2700 (enum resume_kind: Move to target/resume.h.
2701 (TARGET_WNOHANG): Move to target/wait.h.
2702 (enum target_waitkind): Move to target/waitstatus.h.
2703 (struct target_waitstatus): Likewise.
2704 * target.h: Do not include target-common.h and
2705 include target/resume.h, target/wait.h and
2706 target/waitstatus.h.
2707 * target/resume.h: New file.
2708 * target/wait.h: New file.
2709 * target/waitstatus.h: New file.
2710 * target/waitstatus.c: New file.
2711
2712 2013-08-19 Pedro Alves <palves@redhat.com>
2713
2714 * linux-nat.c (linux_test_for_tracefork)
2715 (linux_test_for_tracesysgood, linux_child_follow_fork)
2716 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
2717 (linux_nat_wait_1): Extend comment.
2718 (linux_async_pipe): Add comment.
2719
2720 2013-08-15 Kevin Buettner <kevinb@redhat.com>
2721
2722 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
2723 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
2724 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
2725 Update to account for fact that PC is now a pseudo-register.
2726 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
2727 cases for RL78_PC_REGNUM.
2728
2729 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
2730
2731 PR cli/15841
2732 * top.c (quit_force): Skip writing history file
2733 if input is not from terminal.
2734
2735 2013-08-14 Tom Tromey <tromey@redhat.com>
2736
2737 * remote.c (struct remote_state) <echo_nextthread, nextthread,
2738 resultthreadlist>: New fields.
2739 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
2740 (remote_get_threadlist, remote_threadlist_iterator): Use
2741 new fields. Remove static variables.
2742
2743 2013-08-14 Tom Tromey <tromey@redhat.com>
2744
2745 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
2746 remote_watch_data_address>: New fields.
2747 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
2748 (process_stop_reply, remote_wait_as)
2749 (remote_check_watch_resources, remote_stopped_data_address): Update.
2750
2751 2013-08-14 Tom Tromey <tromey@redhat.com>
2752
2753 * remote.c (struct remote_state) <async_client_callback,
2754 async_client_context>: New fields.
2755 (async_client_callback, async_client_context): Remove.
2756 (remote_async_serial_handler, remote_async): Update.
2757
2758 2013-08-14 Tom Tromey <tromey@redhat.com>
2759
2760 * remote.c (sizeof_pkt): Remove.
2761 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
2762
2763 2013-08-14 Tom Tromey <tromey@redhat.com>
2764
2765 * remote.c (struct remote_state) <use_threadinfo_query,
2766 use_threadextra_query>: New fields.
2767 (remote_threads_info, remote_threads_extra_info)
2768 (remote_open_1): Update.
2769
2770 2013-08-14 Tom Tromey <tromey@redhat.com>
2771
2772 * remote.c (struct remote_state) <finished_object,
2773 finished_annex, finished_offset>: New fields.
2774 (remote_read_qxfer): Use remote_state fields; remove static
2775 variables.
2776
2777 2013-08-14 Tom Tromey <tromey@redhat.com>
2778
2779 * remote.c (struct remote_state) <last_sent_step>:
2780 New field.
2781 (last_sent_step): Remove.
2782 (remote_resume, remote_wait_as): Update.
2783
2784 2013-08-14 Tom Tromey <tromey@redhat.com>
2785
2786 * remote.c (struct remote_state) <last_sent_signal>:
2787 New field.
2788 (last_sent_signal): Remove.
2789 (new_remote_state, remote_resume, remote_wait_as): Update.
2790
2791 2013-08-14 Tom Tromey <tromey@redhat.com>
2792
2793 * remote.c (struct remote_state) <last_program_signals_packet>:
2794 New field.
2795 (last_program_signals_packet): Remove.
2796 (remote_program_signals, remote_open_1): Update.
2797
2798 2013-08-14 Tom Tromey <tromey@redhat.com>
2799
2800 * remote.c (struct remote_state) <last_pass_packet>:
2801 New field.
2802 (last_pass_packet): Remove.
2803 (remote_pass_signals, remote_open_1): Update.
2804
2805 2013-08-14 Tom Tromey <tromey@redhat.com>
2806
2807 * remote.c (struct remote_state) <remote_traceframe_number>:
2808 New field.
2809 (remote_traceframe_number): Remove.
2810 (new_remote_state, remote_open_1, set_remote_traceframe)
2811 (remote_trace_find): Update.
2812
2813 2013-08-14 Tom Tromey <tromey@redhat.com>
2814
2815 * remote.c (struct remote_state) <general_thread, continue_thread>:
2816 New fields.
2817 (general_thread, continue_thread): Remove.
2818 (record_currthread, set_thread, set_general_process)
2819 (remote_open_1, extended_remote_attach_1, remote_wait_as)
2820 (extended_remote_mourn_1): Update.
2821
2822 2013-08-14 Tom Tromey <tromey@redhat.com>
2823
2824 * remote.c (struct remote_state) <remote_desc>: New field.
2825 (remote_desc): Remove.
2826 (remote_threads_info, remote_threads_extra_info, remote_close)
2827 (send_interrupt_sequence, remote_start_remote, remote_open_1)
2828 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
2829 (remote_hostio_send_command, remote_file_put, remote_file_get)
2830 (remote_file_delete, remote_can_async_p, remote_is_async_p)
2831 (remote_async, remote_new_objfile, set_range_stepping): Update.
2832
2833 2013-08-14 Tom Tromey <tromey@redhat.com>
2834
2835 * remote.c (remote_state): Now a pointer.
2836 (get_remote_state_raw): Update.
2837 (new_remote_state): New function.
2838 (_initialize_remote): Use new_remote_state.
2839
2840 2013-08-14 Tom Tromey <tromey@redhat.com>
2841
2842 * remote.c (remote_protocol_features): Now const.
2843
2844 2013-08-14 Tom Tromey <tromey@redhat.com>
2845
2846 * remote.c (crc32_table, crc32): Remove.
2847 (remote_verify_memory): Use xcrc32.
2848
2849 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
2850
2851 * value.h (create_internalvar_type_lazy): Adjust prototype
2852 declaration.
2853
2854 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
2855
2856 * common/format.c (parse_format_string): Don't allow '#' flag for
2857 pointer arguments in format string.
2858
2859 2013-08-13 Pierre Muller <muller@sourceware.org>
2860
2861 * utils.c (init_page_info): Only call tgetnum function
2862 if rl_get_screen_size did not return useful values.
2863
2864 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
2865
2866 PR breakpoints/15117
2867 * linespec.c (linespec_parse_basic): Check for convenience
2868 variable or history value while parsing.
2869
2870 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
2871
2872 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
2873 AVR.
2874 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
2875 different signals between the generic Linux kernel implementation
2876 and AVR's.
2877 (avr_linux_gdb_signal_from_target): Delete.
2878 (avr_linux_gdb_signal_to_target): Delete.
2879 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
2880
2881 2013-08-09 Doug Evans <dje@google.com>
2882
2883 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
2884 entries.
2885
2886 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
2887
2888 * linux-tdep.c: Define enum with generic signal numbers.
2889 (linux_gdb_signal_from_target): New function.
2890 (linux_gdb_signal_to_target): Likewise.
2891 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2892 methods to the functions above.
2893 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
2894 (linux_gdb_signal_to_target): Likewise.
2895 * alpha-linux-tdep.c: Define new enum with signals different
2896 from generic Linux kernel.
2897 (alpha_linux_gdb_signal_from_target): New function.
2898 (alpha_linux_gdb_signal_to_target): Likewise.
2899 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2900 with the functions mentioned above.
2901 * avr-tdep.c: Define enum with differences between Linux kernel
2902 and AVR signals.
2903 (avr_linux_gdb_signal_from_target): New function.
2904 (avr_linux_gdb_signal_to_target): Likewise.
2905 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
2906 the functions mentioned above.
2907 * sparc-linux-tdep.c: Define enum with differences between SPARC
2908 and generic Linux kernel signal numbers.
2909 (sparc32_linux_gdb_signal_from_target): New function.
2910 (sparc32_linux_gdb_signal_to_target): Likewise.
2911 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2912 to the functions defined above.
2913 * xtensa-linux-tdep.c: Define enum with differences between
2914 Xtensa and Linux kernel generic signals.
2915 (xtensa_linux_gdb_signal_from_target): New function.
2916 (xtensa_linux_gdb_signal_to_target): Likewise.
2917 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
2918 to the functions defined above.
2919 * mips-linux-tdep.c: Define enum with differences between
2920 signals in MIPS and Linux kernel generic ones.
2921 (mips_gdb_signal_to_target): New function.
2922 (mips_gdb_signal_from_target): Redefine to use new enum, handle
2923 only different signals from the Linux kernel generic.
2924 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
2925 the functions defined above.
2926 * mips-linux-tdep.h (enum mips_signals): Remove.
2927
2928 2013-08-09 Pedro Alves <palves@redhat.com>
2929
2930 * avr-tdep.c (XMALLOC): Delete macro.
2931 * cli/cli-dump.c (XMALLOC): Delete macro.
2932
2933 2013-08-09 Pedro Alves <palves@redhat.com>
2934
2935 * cli/cli-dump.c: Don't include cli/cli-dump.h.
2936 (scan_expression_with_cleanup, scan_filename_with_cleanup)
2937 (fopen_with_cleanup, add_dump_command): Make static.
2938 * cli/cli-dump.h: Delete file.
2939 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
2940 cli/cli-dump.h.
2941
2942 2013-08-09 Pedro Alves <palves@redhat.com>
2943
2944 * tracepoint.c (tfile_start): Show tilde-expanded filename in
2945 error message.
2946
2947 2013-08-09 Pedro Alves <palves@redhat.com>
2948
2949 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
2950 error message.
2951
2952 2013-08-09 Pedro Alves <palves@redhat.com>
2953
2954 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
2955 (gcore_command): Use tilde_expand here, and when showing the
2956 filename to the user, show the expanded version.
2957
2958 2013-08-09 Yao Qi <yao@codesourcery.com>
2959
2960 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
2961 'entryval' is set.
2962
2963 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
2964
2965 * gcore.c (create_gcore_bfd): Use tilde_expand.
2966
2967 2013-08-08 Yao Qi <yao@codesourcery.com>
2968
2969 * frame.h (read_frame_local): Declare.
2970 * mi/mi-cmd-stack.c (list_args_or_locals): Call
2971 read_frame_local.
2972 * stack.c (read_frame_local): New.
2973
2974 2013-08-08 Yao Qi <yao@codesourcery.com>
2975
2976 * mi/mi-cmd-stack.c: Update comments to function
2977 list_args_or_locals.
2978
2979 2013-08-07 Tom Tromey <tromey@redhat.com>
2980
2981 PR symtab/15028:
2982 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
2983 (process_psymtab_comp_unit_reader): Use it.
2984 (process_psymtab_comp_unit): Update. Add "pretend_language"
2985 argument.
2986 (dwarf2_build_psymtabs_hard): Update.
2987 (scan_partial_symbols): Pass CU's language to
2988 process_psymtab_comp_unit.
2989
2990 2013-08-07 Tom Tromey <tromey@redhat.com>
2991
2992 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
2993 (dwarf2_gdb_index_functions): Update.
2994 * psymtab.c (find_symbol_file_from_partial): Remove.
2995 (psym_functions): Update.
2996 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
2997 Remove.
2998
2999 2013-08-07 Tom Tromey <tromey@redhat.com>
3000
3001 * symfile.c (set_initial_language): Look up "main" symbol
3002 and use its language.
3003 * symtab.c (find_main_filename): Remove.
3004 * symtab.h (find_main_filename): Remove.
3005
3006 2013-08-07 Tom Tromey <tromey@redhat.com>
3007
3008 * dwarf2read.c (recursively_compute_inclusions): Add
3009 "immediate_parent" argument. Set symtab's "user" field
3010 if not set.
3011 (compute_symtab_includes): Update.
3012
3013 2013-08-07 Tom Tromey <tromey@redhat.com>
3014
3015 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
3016 when adding label symbols.
3017
3018 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3019 Ulrich Weigand <uweigand@de.ibm.com>
3020
3021 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
3022 * configure.host (powerpc64-*-aix*): Likewise.
3023
3024 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3025 Ulrich Weigand <uweigand@de.ibm.com>
3026
3027 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
3028 is defined.
3029 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
3030 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
3031 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
3032 * configure.ac: Check for ptrace64.
3033 * configure, config.in: Regenerate.
3034
3035 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
3036 Ulrich Weigand <uweigand@de.ibm.com>
3037
3038 * aixthread.c: Call ptrace64 instead of ptracex if defined.
3039 Call ptrace64 instead of ptrace if defined.
3040 Add macro addr_ptr to take care of ptrace address argument.
3041 (pdc_read_regs): Likewise.
3042 (pdc_write_regs): Likewise.
3043 (aix_thread_resume): Likewise.
3044 (fetch_regs_kernel_thread): Likewise.
3045 (store_regs_kernel_thread): Likewise.
3046
3047 2013-08-07 Anton Blanchard <anton@samba.org>
3048
3049 * MAINTAINERS: Add myself to Write After Approval.
3050
3051 2013-08-05 Tom Tromey <tromey@redhat.com>
3052
3053 * aix-thread.c (_initialize_aix_thread): Use
3054 complete_target_initialization.
3055 * bsd-uthread.c (_initialize_bsd_uthread): Use
3056 complete_target_initialization.
3057 * dec-thread.c (_initialize_dec_thread): Use
3058 complete_target_initialization.
3059 * ravenscar-thread.c (_initialize_ravenscar): Use
3060 complete_target_initialization.
3061 * sol-thread.c (_initialize_sol_thread): Use
3062 complete_target_initialization.
3063 * spu-multiarch.c (_initialize_spu_multiarch): Use
3064 complete_target_initialization.
3065
3066 2013-08-05 Tom Tromey <tromey@redhat.com>
3067
3068 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
3069 * ada-lang.c (ada_lookup_simple_minsym): Return
3070 bound_minimal_symbol.
3071 * ada-lang.h (ada_lookup_simple_minsym): Update.
3072 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
3073 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
3074 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
3075 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
3076 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
3077 * minsyms.c (msymbol_objfile): Remove.
3078 (lookup_minimal_symbol_internal): New function, from
3079 lookup_minimal_symbol.
3080 (lookup_minimal_symbol): Rewrite using
3081 lookup_minimal_symbol_internal.
3082 (lookup_bound_minimal_symbol): New function.
3083 * minsyms.h (msymbol_objfile): Remove.
3084 (lookup_bound_minimal_symbol): Declare.
3085 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
3086 * parse.c (write_exp_msymbol): Change parameter to a
3087 bound_minimal_symbol.
3088 (write_dollar_variable): Use lookup_bound_minimal_symbol.
3089 * parser-defs.h (write_exp_msymbol): Update.
3090 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
3091 * symfile.c (simple_read_overlay_table): Use
3092 lookup_bound_minimal_symbol.
3093 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
3094 (search_symbols): Likewise.
3095 (print_msymbol_info): Take a bound_minimal_symbol argument.
3096 (symtab_symbol_info, rbreak_command): Update.
3097 * symtab.h (struct symbol_search) <msymbol>: Change type
3098 to bound_minimal_symbol.
3099 * valops.c (find_function_in_inferior): Use
3100 lookup_bound_minimal_symbol.
3101 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
3102
3103 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3104
3105 Code cleanup.
3106 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
3107 to ...
3108 (async_cleanup_sigint_signal_handler): ... this.
3109 (initialize_sigint_signal_handler): Remove declaration.
3110 (handle_remote_sigint): Rename the declaration to ...
3111 (async_handle_remote_sigint): ... this.
3112 (handle_remote_sigint_twice): Rename the declaration to ...
3113 (async_handle_remote_sigint_twice): ... this.
3114 (async_remote_interrupt, async_remote_interrupt_twice)
3115 (remote_interrupt): Remove the declarations.
3116 (remote_interrupt_twice): Rename the declaration ...
3117 (sync_remote_interrupt_twice): ... this.
3118 (sigint_remote_twice_token): Rename the variable to ...
3119 (async_sigint_remote_twice_token): ... this.
3120 (sigint_remote_token): Rename the variable to ...
3121 (async_sigint_remote_token): ... this.
3122 (initialize_sigint_signal_handler): Rename the function to ...
3123 (async_initialize_sigint_signal_handler): ... this. Update the name
3124 inside.
3125 (handle_remote_sigint): Rename the function to ...
3126 (async_handle_remote_sigint): ... this. Update the names inside.
3127 (handle_remote_sigint_twice): Rename the function to ...
3128 (async_handle_remote_sigint_twice): ... this. Update the names inside.
3129 (cleanup_sigint_signal_handler): Rename the function to ...
3130 (async_cleanup_sigint_signal_handler): ... this.
3131 (remote_interrupt): Rename the function to ...
3132 (sync_remote_interrupt): this. Update the names inside.
3133 (remote_interrupt_twice): Rename the function to ...
3134 (sync_remote_interrupt_twice): this. Update the names inside.
3135 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
3136 (_initialize_remote): Update the names inside.
3137
3138 2013-08-02 Tom Tromey <tromey@redhat.com>
3139
3140 PR symtab/15719:
3141 * breakpoint.c (update_watchpoint, watchpoint_check)
3142 (watch_command_1): Update.
3143 * eval.c (fetch_subexp_value): Add "preserve_errors"
3144 parameter.
3145 * ppc-linux-nat.c (check_condition): Update.
3146 * value.h (fetch_subexp_value): Update.
3147
3148 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
3149
3150 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
3151 add_file_handler.
3152
3153 2013-08-01 Doug Evans <dje@google.com>
3154
3155 PR symtab/15691
3156 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
3157 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
3158 Add assert of sig_entry->dwo_unit == NULL.
3159 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
3160 had already been read.
3161 (read_signatured_type): Set per_cu.tu_read.
3162
3163 PR symtab/15695
3164 * valops.c (value_struct_elt): Add missing call to check_typedef.
3165 (value_find_oload_method_list): Ditto.
3166
3167 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
3168 effectively, struct symbol_search **.
3169 (make_cleanup_free_search_symbols): Change arg to struct
3170 symbol_search **. All callers updated.
3171 (compare_search_syms): Compare symtab file name and block as well.
3172 (search_symbols_equal): New function.
3173 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
3174 New args new_head, new_tail. Result is now void. Remove dups after
3175 sorting the symbols.
3176 (search_symbols): Sort all found symbols once, after all have been
3177 found, and remove duplicates. Simplify cleanup tracking of result.
3178 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
3179
3180 Further workarounds for binutils/15021.
3181 * dwarf2read.c (recursively_compute_inclusions): Change type of result
3182 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
3183 Watch for duplicate symtabs coming from type units.
3184 (compute_symtab_includes): Update call to
3185 recursively_compute_inclusions. Build vector of included symtabs
3186 instead of per_cus.
3187 * symtab.h (symtab_ptr): New typedef.
3188 (DEF_VEC_P (symtab_ptr)): New VEC type.
3189 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
3190 instead.
3191
3192 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
3193
3194 * cli/cli-script.c (script_from_file): Remove use of
3195 error_pre_print.
3196 * main.c (captured_main): Remove use of error_pre_print and
3197 quit_pre_print.
3198 * utils.c (error_pre_print, quit_pre_print): Remove.
3199 * utils.h (error_pre_print, quit_pre_print): Likewise.
3200
3201 2013-08-01 Yao Qi <yao@codesourcery.com>
3202
3203 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
3204 with mi_getopt.
3205 (mi_cmd_stack_list_variables): Likewise.
3206
3207 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3208
3209 * exceptions.c (deprecated_throw_reason): Remove.
3210 * exceptions.h (deprecated_throw_reason): Remove.
3211
3212 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3213
3214 * remote-mips.c (mips_error): Replace use of
3215 deprecated_throw_reason with throw_verror. Use the error message
3216 passed to mips_error as the error message for throw_verror.
3217
3218 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3219
3220 * monitor.c (monitor_interrupt_query): Replace use of
3221 deprecated_throw_reason with quit.
3222 * nto-procfs.c (interrupt_query): Likewise.
3223 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
3224 * remote-mips.c (mips_kill): Likewise.
3225 * remote.c (interrupt_query): Likewise.
3226
3227 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
3228
3229 * utils.c (internal_verror): Replace use of deprecated_throw_reason
3230 with call to fatal.
3231
3232 2013-07-31 Pedro Alves <pedro@codesourcery.com>
3233 Yao Qi <yao@codesourcery.com>
3234
3235 * tracepoint.c (trace_dump_command): Select the current frame.
3236
3237 2013-07-30 Doug Evans <dje@google.com>
3238
3239 * dwarf2read.c (process_queue): Add type signature to debug output.
3240
3241 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
3242
3243 * value.c (value_fetch_lazy): Mark optimized out values as such
3244 rather than raising an error.
3245
3246 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
3247
3248 * value.c (value_fetch_lazy): Ensure parent value is not lazy
3249 before checking which bits of the parent, not the child, value are
3250 valid.
3251
3252 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
3253
3254 PR gdb/15715
3255 * top.c: Include "filenames.h".
3256 (set_history_filename): New function.
3257 (init_main): Install it as set hook of the "set history filename"
3258 command.
3259
3260 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3261
3262 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
3263 attribute parameter.
3264 (dwarf2_const_value_data): Constify struct attribute parameter.
3265 (dwarf2_const_value): Constify struct attribute parameter.
3266 (dwarf2_const_value_attr): Constify struct attribute parameter.
3267 (lookup_die_type): Constify struct attribute parameter.
3268 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
3269 (follow_die_ref_or_sig): Constify struct attribute parameter.
3270 (follow_die_ref): Constify struct attribute parameter.
3271 (follow_die_sig): Constify struct attribute parameter.
3272 (get_DW_AT_signature_type): Constify struct attribute parameter.
3273 (get_type_unit_group): Constify struct attribute parameter.
3274 (fill_in_loclist_baton): Constify struct attribute parameter.
3275 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
3276 (type_unit_group): Constify struct attribute parameter.
3277
3278 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3279
3280 * dwarf2read.c (attr_form_is_block): Make argument const.
3281 (attr_form_is_section_offset): Make argument const.
3282 (attr_form_is_constant): Make argument const.
3283 (attr_form_is_ref): Make argument const.
3284
3285 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
3286
3287 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
3288 All uses updated.
3289 (attr_form_is_ref): Moved below attr_form_is_constant.
3290
3291 2013-07-29 Doug Evans <dje@google.com>
3292
3293 * main.c (captured_command_loop): Tweak comment.
3294
3295 * target.c (target_async_permitted_1): Fix comment.
3296
3297 * symtab.c (iterate_over_some_symtabs): Add comment.
3298
3299 * symtab.c (iterate_over_some_symtabs): Fix indentation.
3300
3301 2013-07-27 Yao Qi <yao@codesourcery.com>
3302
3303 * NEWS: Mention that GDBserver now supports hardware
3304 watchpoints on the MIPS GNU/Linux target.
3305
3306 2013-07-27 Yao Qi <yao@codesourcery.com>
3307
3308 * Makefile.in (HFILES_NO_SRCDIR): Add
3309 common/mips-linux-watch.h.
3310 (mips-linux-watch.o): New rule.
3311 * common/mips-linux-watch.c: New.
3312 * common/mips-linux-watch.h: New.
3313 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
3314 * mips-linux-nat.c: Include mips-linux-watch.h.
3315 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
3316 to common/mips-linux-watch.h.
3317 (MAX_DEBUG_REGISTER): Likewise.
3318 (enum pt_watch_style): Likewise.
3319 (struct mips32_watch_regs): Likewise.
3320 (struct mips64_watch_regs): Likewise.
3321 (struct pt_watch_regs): Likewise.
3322 (struct mips_watchpoint): Likewise.
3323 (mips_linux_watch_get_irw_mask): Move to
3324 common/mips-linux-watch.c.
3325 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
3326 (mips_linux_watch_get_watchlo): Likewise.
3327 (mips_linux_watch_set_watchlo): Likewise.
3328 (mips_linux_watch_get_watchhi): Likewise.
3329 (mips_linux_watch_set_watchhi): Likewise.
3330 (mips_linux_read_watch_registers): Likewise.
3331 (mips_linux_watch_type_to_irw): Likewise.
3332 (mips_linux_stopped_data_address, fill_mask): Likewise.
3333 (mips_linux_watch_try_one_watch): Likewise.
3334 (mips_linux_watch_populate_regs): Likewise.
3335
3336 2013-07-27 Yao Qi <yao@codesourcery.com>
3337
3338 * mips-linux-nat.c (get_irw_mask): Rename to ...
3339 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
3340 'set' to 'n'. Update function comment. All callers changed.
3341 (get_reg_mask): Rename parameter 'set' to 'n'. Update
3342 function comment. All callers changed.
3343 (get_num_valid): Rename to ...
3344 (mips_linux_watch_get_num_valid): ... this. Rename parameter
3345 'set' to 'n'. Update function comment. All callers changed.
3346 (get_watchlo): Rename to ...
3347 (mips_linux_watch_get_watchlo): ... this. Rename parameter
3348 'set' to 'n'. Update function comment. All callers changed.
3349 (set_watchlo): Rename to ...
3350 (mips_linux_watch_set_watchlo): ... this. Rename parameter
3351 'set' to 'n'. Update function comment. All callers changed.
3352 (get_watchhi): Rename to ...
3353 (mips_linux_watch_get_watchhi): ... this. Update function
3354 comment. All callers changed.
3355 (set_watchhi): Rename to ...
3356 (mips_linux_watch_set_watchhi): ... this. Update function
3357 comment. All callers changed.
3358 (mips_linux_read_watch_registers): Update function comment.
3359 Add new parameters 'lwpid', 'watch_readback', and
3360 'watch_readback_valid'. Update.
3361 (type_to_irw): Rename to ...
3362 (mips_linux_watch_type_to_irw): ... this. Update function
3363 comment. All callers changed.
3364 (fill_mask): Update function comment.
3365 (try_one_watch): Rename to ...
3366 (mips_linux_watch_try_one_watch): ... this. Change the type
3367 of parameter 'irw' from 'unsigned' to 'uint32_t'.
3368 (populate_regs_from_watches): Rename to ...
3369 (mips_linux_watch_populate_regs): ... this. Add parameter
3370 'current_watches'. All callers changed.
3371
3372 2013-07-27 Yao Qi <yao@codesourcery.com>
3373
3374 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
3375 the code.
3376 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
3377 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
3378 (struct pt_watch_regs): Likewise.
3379 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
3380 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
3381 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
3382 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
3383 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
3384
3385 2013-07-27 Yao Qi <yao@codesourcery.com>
3386
3387 * breakpoint.h: Include break-common.h.
3388 (enum target_hw_bp_type): Move to ...
3389 * common/break-common.h: ... here. New.
3390
3391 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
3392
3393 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
3394 process group regardless of having tty on stdin.
3395
3396 2013-07-25 Doug Evans <dje@google.com>
3397
3398 * linux-fork.h (detach_fork): Delete.
3399
3400 2013-07-25 Tom Tromey <tromey@redhat.com>
3401
3402 PR remote/15256, PR remote/15266:
3403 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
3404 * monitor.c (monitor_detach): Use unpush_target.
3405 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
3406 * remote-mips.c (mips_detach): Use unpush_target. Don't
3407 call mips_close.
3408 * remote-sim.c (gdbsim_detach): Use unpush_target.
3409 * target.c (pop_target): Remove.
3410 (pop_all_targets_above): Don't call target_close.
3411 (target_close): Assert that the target is unpushed.
3412 * target.h (pop_target): Don't declare.
3413 * tracepoint.c (tfile_open): Use unpush_target.
3414
3415 2013-07-25 Tom Tromey <tromey@redhat.com>
3416
3417 * linux-thread-db.c (init_thread_db_ops): Call
3418 complete_target_initialization.
3419 (_initialize_thread_db): Don't call add_target.
3420 * target.c (complete_target_initialization): New function.
3421 (add_target_with_completer): Call it.
3422 * target.h (complete_target_initialization): Declare.
3423
3424 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3425
3426 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
3427 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
3428 (HPPANBSD_SIZEOF_GREGS): New define.
3429 (hppaobsd_supply_gregset): Handle additional registers.
3430 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
3431 we provide more registers now.
3432 (hppabsd_supply_gregset): Supply additional registers.
3433 (hppabsd_collect_gregset): Collect additional registers.
3434
3435 2013-07-25 Mark Kettenis <kettenis@gnu.org>
3436
3437 * hppabsd-tdep.c: Include "dwarf2-frame.h".
3438 (hppabsd_dwarf2_frame_init_reg): New function.
3439 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
3440
3441 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3442
3443 * mi/mi-main.c (output_register): Make MI 'r' format use standard
3444 'z' format code. Remove error for optimized out values, standard
3445 code will handle these fine.
3446
3447 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
3448
3449 * NEWS: Mention new 'z' formatter.
3450 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
3451 (_initialize_printcmd): Mention 'z' formatter in help text of the
3452 'x' command.
3453
3454 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
3455
3456 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
3457 formatting.
3458
3459 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3460
3461 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
3462 interface can evaluate arguments. Fallback to the old mode if it
3463 cannot.
3464 (create_exception_master_breakpoint): Likewise.
3465 * elfread.c (elf_can_evaluate_probe_arguments): New function.
3466 (struct sym_probe_fns elf_probe_fns): Export function above to the
3467 probe interface.
3468 * probe.c (can_evaluate_probe_arguments): New function.
3469 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
3470 function pointer.
3471 (can_evaluate_probe_arguments): New function prototype.
3472 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
3473 probe interface can evaluate arguments. Fallback to the old mode
3474 if it cannot.
3475 * stap-probe.c (stap_get_probe_argument_count): Check if probe
3476 interface can evaluate arguments. Warning the user if it cannot.
3477 (stap_can_evaluate_probe_arguments): New function.
3478 (struct probe_ops stap_probe_ops): Export function above to the
3479 probe interface.
3480 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
3481 New function pointer.
3482
3483 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
3484
3485 * Makefile.in (SFILES): Add common/target-common.c.
3486 Add common/target-common.h to headers.
3487 (COMMON_OBS): Add target-common.o.
3488 (target-common.o): New target.
3489 * linux-nat.h (resume_kind): Move to common/target-common.h.
3490 * target.c (target_waitstatus_to_string): Move to
3491 common/target-common.c.
3492 * target.h: Include target-common.h.
3493 (target_waitkind): Move to common/target-common.h.
3494 (target_waitstatus): Likewise.
3495 (TARGET_WNOHANG): Likewise.
3496 * common/target-common.c: New file.
3497 * common/target-common.h: New file.
3498
3499 2013-07-24 Doug Evans <dje@google.com>
3500
3501 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
3502 a warning.
3503
3504 2013-07-23 Yao Qi <yao@codesourcery.com>
3505
3506 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
3507 parameter 'gdbarch'.
3508 (i386_stack_tramp_frame_sniffer): Caller update.
3509 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
3510 parameter 'gdbarch' and 'target'.
3511 (i386_linux_core_read_description): Caller update.
3512 * amd64-linux-tdep.c (amd64_linux_core_read_description):
3513 Likewise.
3514 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
3515 declaration.
3516
3517 2013-07-23 Tom Tromey <tromey@redhat.com>
3518
3519 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
3520 2013-07-22.
3521
3522 2013-07-22 Doug Evans <dje@google.com>
3523
3524 * exec.h (remove_target_sections): Delete arg abfd.
3525 * exec.c (exec_close): Update call to remove_target_sections.
3526 (remove_target_sections): Delete arg abfd.
3527 * solib.c (update_solib_list): Ditto.
3528 (reload_shared_libraries_1): Ditto.
3529 (clear_solib): Ditto, and unconditionally call remove_target_sections.
3530 * target.h (struct target_section): Rename key to owner.
3531 All uses updated.
3532
3533 2013-07-22 Tom Tromey <tromey@redhat.com>
3534
3535 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
3536
3537 2013-07-22 Tom Tromey <tromey@redhat.com>
3538
3539 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
3540 Simplify cleanup handling.
3541
3542 2013-07-22 Tom Tromey <tromey@redhat.com>
3543
3544 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
3545 on all return paths.
3546
3547 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3548
3549 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
3550 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
3551 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
3552
3553 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
3554
3555 * top.c (print_gdb_version): Add help, apropos description and
3556 url to online documentation.
3557
3558 2013-07-19 Hui Zhu <hui@codesourcery.com>
3559
3560 PR gdb/15692
3561 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
3562
3563 2013-07-19 Yao Qi <yao@codesourcery.com>
3564
3565 * target.c (update_current_target): Change the default action
3566 of 'to_traceframe_info' from tcomplain to return_zero.
3567 * target.h (struct target_ops) <to_traceframe_info>: Add more
3568 comments.
3569 * valops.c (read_value_memory): Call
3570 traceframe_available_memory unconditionally.
3571
3572 2013-07-18 Yao Qi <yao@codesourcery.com>
3573
3574 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
3575 if the name is prefixed by "__imp_" or "_imp_", look for minimal
3576 symbol without prefix. If found, set its type to
3577 'mst_solib_trampoline'.
3578
3579 2013-07-17 Doug Evans <dje@google.com>
3580
3581 * NEWS: Mention "set print raw frame-arguments".
3582 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
3583 * stack.c (print_raw_frame_arguments): New static global.
3584 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
3585 (_initialize_stack): New command "set/show print raw frame-arguments".
3586 * valprint.c (setprintrawlist, showprintrawlist): New globals.
3587 (set_print_raw, show_print_raw): New functions.
3588 (_initialize_valprint): New prefix command "set/show print raw".
3589 * valprint.h (value_print_options): Improve comments.
3590
3591 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
3592 of all *list variables.
3593
3594 * gdbcmd.h (togglelist): Delete.
3595 * cli/cli-cmds.c (togglelist): Delete.
3596 (init_cmd_lists): Update.
3597 * cli/cli-cmds.h (togglelist): Delete.
3598
3599 2013-07-17 Tom Tromey <tromey@redhat.com>
3600
3601 * dwarf2read.c (dwarf2_per_objfile_free): Clear
3602 dwarf2_per_objfile.
3603
3604 2013-07-16 Doug Evans <dje@google.com>
3605
3606 * nto-tdep.c (nto_relocate_section_addresses): Update,
3607 target_section.bfd deleted.
3608 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
3609 * s390-tdep.c (s390_load): Ditto.
3610 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
3611
3612 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
3613
3614 * common/format.c (parse_format_string): Add checks for NULL
3615 character before calling strchr.
3616
3617 2013-07-16 Doug Evans <dje@google.com>
3618
3619 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
3620 temp_pathname argument.
3621 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
3622 when opening the file fails.
3623
3624 * target.h (struct target_section): Delete member bfd.
3625 All users updated to use the_bfd_section->owner instead.
3626 * exec.c (add_to_section_table): Assert bfd is expected value.
3627 Remove initialization of target_section.bfd.
3628 (remove_target_sections): Update.
3629 (section_table_available_memory): Update.
3630 (section_table_xfer_memory_partial): Update.
3631 (print_section_info): Update.
3632 (exec_set_section_address): Update.
3633 * record-full.c (record_full_core_xfer_partial): Update.
3634 * solib-svr4.c (svr4_relocate_section_addresses): Update.
3635 * solib-target.c (solib_target_relocate_section_addresses): Update.
3636 * symfile.c (build_section_addr_info_from_section_table): Update.
3637 * target.c (memory_xfer_live_readonly_partial): Update.
3638 (memory_xfer_partial_1): Update.
3639
3640 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3641
3642 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
3643 now available for embedded (BookE) and server (BookS) processors,
3644 correct mentions of 'booke' and adjust comments accordingly in order to
3645 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
3646 (have_ptrace_booke_interface): Rename function and variable
3647 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
3648 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
3649 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
3650 'hwdebug_point_cmp'. Update all uses.
3651 (booke_find_thread_points_by_tid): Rename function
3652 'booke_find_thread_points_by_tid' to
3653 'hwdebug_find_thread_points_by_tid'. Update all uses.
3654 (booke_insert_point): Rename function 'booke_insert_point' to
3655 'hwdebug_insert_point'. Update all uses.
3656 (booke_remove_point): Rename function 'booke_remove_point' to
3657 'hwdebug_remove_point'. Update all uses.
3658
3659 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
3660
3661 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
3662 numbers with enum values.
3663
3664 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
3665
3666 PR threads/13217
3667 * thread.c (thread_apply_all_command): Check for valid threads
3668 and thread count.
3669 (thread_array_cleanup): New struct.
3670 (set_thread_refcount): New function.
3671
3672 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
3673
3674 * infcmd.c (default_print_one_register_info): Reuse function
3675 print_hex_chars.
3676
3677 2013-07-10 Tom Tromey <tromey@redhat.com>
3678
3679 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
3680 (ada-exp.o): New target.
3681
3682 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
3683
3684 * mt-tdep.c (mt_registers_info): Call
3685 get_no_prettyformat_print_options instead of
3686 get_raw_print_options (regression by last patch from Doug
3687 Evans).
3688
3689 2013-07-09 Pedro Alves <palves@redhat.com>
3690
3691 Checked in by Joel Brobecker <brobecker@adacore.com>.
3692 * ada-lang.c (coerce_unspec_val_to_type): Use
3693 value_optimized_out_const.
3694 * value.c (value_optimized_out_const): New function.
3695 * value.h (value_optimized_out_const): New declaration.
3696
3697 2013-07-09 Doug Evans <dje@google.com>
3698
3699 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
3700 Enum values rename as well. All uses updated.
3701 * valprint.h (value_print_options): Rename member pretty to
3702 pretty format. Rename member prettyprint_arrays to
3703 prettyformat_arrays. Rename member prettyprint_structs to
3704 prettyformat_structs. All uses updated.
3705 (get_no_prettyformat_print_options): Renamed from
3706 get_raw_print_options.
3707 * valprint.c (get_no_prettyformat_print_options): Renamed from
3708 get_raw_print_options. All callers updated.
3709 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
3710 All callers updated.
3711 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
3712 All callers updated.
3713 (_initialize_valprint): Improve help text for "set print pretty" and
3714 "set print arrays".
3715
3716 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
3717
3718 * value.c (value_bits_valid): Revert previous change, and change
3719 by Pedro on 2013-07-04, due to regressions in
3720 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
3721
3722 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
3723 Pedro Alves <palves@redhat.com>
3724
3725 * value.c (value_bits_valid): If the value is not lval_computed
3726 or has no check validity handler then the answer is the
3727 optimized_out flag, otherwise defer to the handler.
3728
3729 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3730
3731 * top.c (print_gdb_configuration): Explain in output of
3732 --configuration what does "relocatable" mean.
3733
3734 * main.c (print_gdb_help): Regroup options in the --help text.
3735 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
3736 the relevant discussions.
3737
3738 2013-07-06 Yao Qi <yao@codesourcery.com>
3739
3740 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
3741 Remove parameter 'lsal'.
3742 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
3743 to inner block. Caller update.
3744 (base_breakpoint_create_breakpoints_sal): Update.
3745 (bkpt_create_breakpoints_sal): Likewise.
3746 (tracepoint_create_breakpoints_sal): Likewise.
3747 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
3748 element 0 of vector 'canonical->sals'.
3749
3750 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
3751
3752 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
3753 register number instead of the pseudo register one.
3754 (rs6000_dwarf2_reg_to_regnum): Likewise.
3755
3756 2013-07-04 Pedro Alves <palves@redhat.com>
3757
3758 * findvar.c (value_of_register): Use allocate_optimized_out_value
3759 if the register has been optimized out, instead of
3760 set_value_optimized_out.
3761 * frame-unwind.c (frame_unwind_got_optimized): Use
3762 allocate_optimized_out_value.
3763
3764 2013-07-04 Pedro Alves <palves@redhat.com>
3765
3766 * value.c (value_bits_valid): If the value is not lval_computed,
3767 or doesn't have a check_validity hook, assume the value is entirely
3768 valid.
3769
3770 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3771
3772 * stack.c (read_frame_arg): No longer fetch lazy values.
3773 * value.c (value_optimized_out): If the value is not already
3774 marked optimized out, and is lazy then fetch it.
3775 (value_primitive_field): Move optimized out check to later in the
3776 function, after we have loaded any lazy values.
3777 (value_fetch_lazy): Use optimized out flag directly rather than
3778 calling optimized_out method.
3779
3780 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
3781
3782 * valops.c: Don't include "user-regs.h".
3783 (value_fetch_lazy): Moved to value.c.
3784 * value.c: Include "user-regs.h".
3785 (value_fetch_lazy): Moved from valops.c.
3786
3787 2013-07-04 Yao Qi <yao@codesourcery.com>
3788
3789 Revert:
3790 2013-06-27 Yao Qi <yao@codesourcery.com>
3791
3792 * common/create-version.sh: Update comments. Handle the case
3793 that TARGET_ALIAS is empty.
3794
3795 2013-07-03 Pedro Alves <palves@redhat.com>
3796
3797 * Makefile.in (config.status): Depend on development.sh.
3798 (aclocal_m4_deps): Add libmcheck.m4.
3799 * acinclude.m4: Include libmcheck.m4.
3800 * configure.ac: Source development.sh instead of setting
3801 'development' here. --enable-libmcheck/--disable-libmcheck code
3802 factored out to GDB_AC_LIBMCHECK. Run it.
3803 * development.sh: New file.
3804 * libmcheck.m4: New file.
3805 * configure: Regenerate.
3806
3807 2013-07-02 Tom Tromey <tromey@redhat.com>
3808
3809 * contrib/ari/update-web-ari.sh: Update for version.in change.
3810
3811 2013-07-02 Tom Tromey <tromey@redhat.com>
3812
3813 * common/ptid.h: Comment fixes.
3814
3815 2013-07-01 Tom Tromey <tromey@redhat.com>
3816
3817 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
3818 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
3819 (dwarf2_read_index, create_all_comp_units): Update.
3820
3821 2013-07-01 Tom Tromey <tromey@redhat.com>
3822
3823 * configure.ac (build_warnings): Add -Wold-style-definition.
3824 * configure: Rebuild.
3825 * machoread.c (_initialize_machoread): Use "(void)".
3826 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
3827 use "(void)".
3828
3829 2013-07-01 Tom Tromey <tromey@redhat.com>
3830
3831 * configure.ac (build_warnings): Add -Wold-style-declaration.
3832 * configure: Rebuild.
3833 * dsrec.c (make_srec): Use "static const", not "const static".
3834 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
3835 not "const static".
3836 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
3837 Use "static const", not "const static".
3838 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
3839 not "const static".
3840 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
3841 not "const static".
3842 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
3843 not "const static".
3844 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
3845 not "const static".
3846 (v850_dbtrap_breakpoint_from_pc): Likewise.
3847 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
3848 not "const static".
3849
3850 2013-07-01 Tom Tromey <tromey@redhat.com>
3851
3852 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
3853 * configure: Rebuild.
3854
3855 2013-07-01 Pedro Alves <palves@redhat.com>
3856
3857 * defs.h: Include "pathmax.h".
3858 * utils.c: Don't include sys/param.h.
3859 (gdb_realpath): Remove code that checks for MAXPATHLEN.
3860 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
3861 instead of MAXPATHLEN.
3862 * solib-sunos.c: Don't include sys/param.h.
3863 * xcoffread.c: Don't include sys/param.h.
3864 * bsd-kvm.c: Don't include sys/param.h.
3865 * darwin-nat.c: Don't include sys/param.h.
3866 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3867 * darwin-nat-info.c: Don't include sys/param.h.
3868 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
3869 MAXPATHLEN.
3870 * i386obsd-nat.c: Don't include sys/param.h.
3871 * inf-child.c: Don't include sys/param.h.
3872 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
3873 * linux-fork.c: Don't include sys/param.h.
3874 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
3875 * linux-nat.c: Don't include sys/param.h.
3876 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
3877 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
3878 * m68klinux-nat.c: Don't include sys/param.h.
3879 * nbsd-nat.c: Don't include sys/param.h.
3880 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
3881 * ppc-linux-nat.c: Don't include sys/param.h.
3882 * rs6000-nat.c: Don't include sys/param.h.
3883 * spu-linux-nat.c. Don't include sys/param.h.
3884 * windows-nat.c: Don't include sys/param.h.
3885 * xtensa-linux-nat.c: Don't include sys/param.h.
3886 * config/i386/nm-fbsd.h: Don't include sys/param.h.
3887
3888 2013-07-01 Pedro Alves <palves@redhat.com>
3889
3890 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
3891 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
3892 * gnulib/aclocal.m4: Regenerate.
3893 * gnulib/config.in: Regenerate.
3894 * gnulib/configure: Regenerate.
3895 * gnulib/import/pathmax.h: New file.
3896 * gnulib/import/Makefile.am: Regenerate.
3897 * gnulib/import/Makefile.in: Regenerate.
3898 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
3899 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
3900 * gnulib/import/m4/pathmax.m4: New file.
3901
3902 2013-07-01 Pedro Alves <palves@redhat.com>
3903
3904 * configure.ac (GDBINIT): Define, depending on host.
3905 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
3906 * top.c (PATH_MAX): Delete fallback definition.
3907 (GDBINIT_FILENAME): Delete.
3908 (gdbinit): Reimplement as const char array set to the GDBINIT
3909 string constant.
3910 * top.h (gdbinit): Make const.
3911 * configure, config.in: Regenerate.
3912
3913 2013-07-01 Pedro Alves <palves@redhat.com>
3914
3915 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
3916 * cli/cli-cmds.h (source_script): Likewise.
3917 * exceptions.c (catch_command_errors_const): New function.
3918 * exceptions.h (catch_command_errors_const): Declare.
3919 * main.c (get_init_files): Make parameters const, and adjust.
3920 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
3921 'local_gdbinit' locals const. Adjust to use
3922 catch_command_errors_const.
3923 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
3924 'local_gdbinit' locals const.
3925
3926 2013-07-01 Pedro Alves <palves@redhat.com>
3927
3928 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
3929 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
3930 * tracepoint.c: Don't check HAVE_UNISTD_H before including
3931 <unistd.h>.
3932
3933 2013-07-01 Pedro Alves <palves@redhat.com>
3934
3935 Import the "unistd" gnulib module.
3936 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
3937 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
3938 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
3939 import/m4/unistd_h.m4.
3940 * gnulib/aclocal.m4: Renenerate.
3941 * gnulib/config.in: Renenerate.
3942 * gnulib/configure: Renenerate.
3943 * gnulib/import/Makefile.am: Renenerate.
3944 * gnulib/import/Makefile.in: Renenerate.
3945 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
3946 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
3947 * gnulib/import/m4/off_t.m4: New file.
3948 * gnulib/import/m4/ssize_t.m4: New file.
3949 * gnulib/import/m4/sys_types_h.m4: New file.
3950 * gnulib/import/m4/unistd_h.m4: New file.
3951 * gnulib/import/sys_types.in.h: New file.
3952 * gnulib/import/unistd.c: New file.
3953 * gnulib/import/unistd.in.h: New file.
3954
3955 2013-07-01 Pedro Alves <palves@redhat.com>
3956
3957 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
3958 defined instead of checking HAVE_UNISTD_H.
3959
3960 2013-07-01 Pedro Alves <palves@redhat.com>
3961
3962 Reimport gnulib from scratch.
3963 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
3964 import/m4/onceonly.m4.
3965 * gnulib/aclocal.m4: Renegerate.
3966 * gnulib/config.in: Renegerate.
3967 * gnulib/configure: Renegerate.
3968 * gnulib/import/Makefile.in: Renegerate.
3969 * gnulib/import/extra/update-copyright: Renegerate.
3970 * gnulib/import/m4/onceonly.m4: Delete.
3971
3972 2013-07-01 Pedro Alves <palves@redhat.com>
3973
3974 * tui/tui-regs.c (pagination_enabled): Delete declaration.
3975
3976 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3977
3978 Code cleanup.
3979 * remote.c (async_remote_interrupt_twice): Make it static.
3980 * remote.h (async_remote_interrupt_twice): Remove the declaration.
3981
3982 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
3983
3984 * ia64-linux-tdep.c: Include <ctype.h>.
3985 (ia64_linux_stap_is_single_operand): New function.
3986 (ia64_linux_init_abi): Initialize SystemTap related attributes.
3987
3988 2013-06-28 Tom Tromey <tromey@redhat.com>
3989
3990 * Makefile.in (version.c): Use version.in, not
3991 common/version.in.
3992 * common/create-version.sh: Likewise.
3993 * common/version.in: Move...
3994 * version.in: ...here.
3995
3996 2013-06-28 Pedro Alves <palves@redhat.com>
3997
3998 * infrun.c (set_observer_mode): Don't declare pagination_enabled
3999 here.
4000 * utils.h (pagination_enabled): Declare.
4001
4002 2013-06-28 Pedro Alves <palves@redhat.com>
4003
4004 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
4005 Move higher up in file.
4006
4007 2013-06-28 Tom Tromey <tromey@redhat.com>
4008
4009 * tracepoint.c (deprecated_readline_begin_hook)
4010 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
4011 declare.
4012
4013 2013-06-28 Pedro Alves <palves@redhat.com>
4014
4015 PR tui/14880
4016 * tui/tui-regs.c (tui_get_register): Fetch value contents before
4017 checking if they're available.
4018 * value.c (value_available_contents_eq): Change comment.
4019 * value.h (value_available_contents_eq): Expand comment.
4020
4021 2013-06-27 Tom Tromey <tromey@redhat.com>
4022
4023 * target.c (find_run_target): Remove.
4024 * target.h (find_run_target): Remove.
4025
4026 2013-06-27 Tom Tromey <tromey@redhat.com>
4027
4028 * corelow.c (core_gdbarch): Now static.
4029
4030 2013-06-27 Tom Tromey <tromey@redhat.com>
4031
4032 * target.c (target_struct_index): Remove.
4033
4034 2013-06-27 Pedro Alves <palves@redhat.com>
4035
4036 * infrun.c: Remove comment describing the 'stepping over runtime
4037 loader dynamic symbol resolution code' mechanism; moved to
4038 gdbint.texinfo.
4039
4040 2013-06-27 Pedro Alves <palves@redhat.com>
4041
4042 * exceptions.c (catch_command_errors): Remove spurious space.
4043 * exceptions.h (catch_command_errors): Second parameter is "arg",
4044 not "command".
4045
4046 2013-06-27 Yao Qi <yao@codesourcery.com>
4047
4048 * common/create-version.sh: Update comments. Handle the case
4049 that TARGET_ALIAS is empty.
4050
4051 2013-06-26 Pedro Alves <palves@redhat.com>
4052
4053 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
4054 comment.
4055
4056 2013-06-26 Pedro Alves <palves@redhat.com>
4057
4058 * infrun.c: Update comments on stepping over runtime loader
4059 dynamic symbol resolution code.
4060
4061 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
4062
4063 * ax-gdb.h (union exp_element): Forward declare.
4064 * parser-defs.h: Include expression.h.
4065
4066 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4067
4068 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
4069
4070 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4071
4072 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
4073
4074 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
4075
4076 Fix trace-status to output proper start-time and stop-time.
4077 * tracepoint.c (trace_status_command): Fix type of printf arg to
4078 prevent improper type conversion.
4079 (trace_status_mi): Likewise.
4080
4081 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4082
4083 * mips-tdep.c (mips_next_pc): Fix a typo.
4084
4085 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
4086
4087 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
4088
4089 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4090 Yao Qi <yao@codesourcery.com>
4091
4092 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
4093 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
4094 * mi/mi-main.c (print_variable_or_computed): New function.
4095 (mi_cmd_trace_frame_collected): New function.
4096 * tracepoint.c (find_trace_state_variable_by_number): New.
4097 (struct traceframe_info): Move to tracepoint.h
4098 (struct collection_list): Likewise.
4099 (do_collect_symbol): Include locals and arguments in the
4100 collected variables list.
4101 (clear_collection_list): Clear wholly collected variables list
4102 and computed variables list.
4103 (append_exp): New function.
4104 (encode_actions_1): Include variables in the wholly
4105 collected variables list. Include memory ranges and
4106 full-fledged expressions in the computed expressions list.
4107 (encode_actions): Move some code to ...
4108 Return the cleanup chain.
4109 (encode_actions_rsp): ... here. New function.
4110 (get_traceframe_location, get_traceframe_info): Remove static.
4111 * tracepoint.h (struct memrange): Moved from tracepoint.c.
4112 (struct collection_list): Moved from tracepoint.c. Add two
4113 new fields 'wholly_collected' and 'computed'.
4114 (find_trace_state_variable_by_number): Declare.
4115 (encode_actions): Adjust declaration.
4116 (encode_actions_rsp): Declare.
4117 (get_traceframe_info, get_traceframe_location): Declare.
4118
4119 * NEWS: Mention new MI command -trace-frame-collected.
4120
4121 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4122 Yao Qi <yao@codesourcery.com>
4123
4124 * ctf.c (ctf_traceframe_info): Push trace state variables
4125 present in the trace data into the traceframe info object.
4126 * breakpoint.c (DEF_VEC_I): Remove.
4127 * common/filestuff.c (DEF_VEC_I): Likewise.
4128 * dwarf2loc.c (DEF_VEC_I): Likewise.
4129 * mi/mi-main.c (DEF_VEC_I): Likewise.
4130 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
4131 * features/traceframe-info.dtd: Add tvar element and its
4132 attributes.
4133 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
4134 (build_traceframe_info): Push trace state variables present in
4135 the trace data into the traceframe info object.
4136 (traceframe_info_start_tvar): New function.
4137 (tvar_attributes): New.
4138 (traceframe_info_children): Add "tvar" element.
4139 * tracepoint.h (struct traceframe_info) <tvars>: New field.
4140
4141 * NEWS: Mention the change in GDB and GDBserver.
4142
4143 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4144 Yao Qi <yao@codesourcery.com>
4145
4146 * tracepoint.c (trace_dump_command): Move code to ...
4147 (get_traceframe_location): ... here. New.
4148
4149 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4150 Yao Qi <yao@codesourcery.com>
4151
4152 * tracepoint.c (trace_dump_command): GDB emits an error
4153 instead of a warning when a traceframe is not selected.
4154
4155 2013-06-26 Pedro Alves <pedro@codesourcery.com>
4156 Yao Qi <yao@codesourcery.com>
4157
4158 * tracepoint.c (tracepoint_list, stepping_list): Remove.
4159 (clear_collection_list): Free fields 'aexpre_list' and 'list'
4160 in collection_list.
4161 (do_clear_collection_list, init_collection_list): New.
4162 (encode_actions): Add local variables 'tracepoint_list' and
4163 'stepping_list'. Call init_collection_list and make cleanup
4164 which calls do_clear_collection_list. Don't call
4165 clear_collection_list.
4166 (_initialize_tracepoint): Delete references to
4167 'tracepoint_list' and 'stepping_list'.
4168
4169 2013-06-25 Tom Tromey <tromey@redhat.com>
4170
4171 * common/create-version.sh (date): Use "$", not "$$" in sed
4172 expression.
4173
4174 2013-06-25 Kevin Buettner <kevinb@redhat.com>
4175
4176 * NEWS (New targets): Add entry for TI MSP430.
4177
4178 2013-06-25 Yao Qi <yao@codesourcery.com>
4179
4180 * remote.c (remote_start_remote): Move code to upload tsv
4181 earlier.
4182
4183 2013-06-25 Yao Qi <yao@codesourcery.com>
4184 Hui Zhu <hui@codesourcery.com>
4185 Pedro Alves <palves@redhat.com>
4186
4187 PR breakpoints/15075
4188 PR breakpoints/15434
4189 * breakpoint.c (bpstat_stop_status): Call
4190 b->ops->after_condition_true.
4191 (update_dprintf_command_list): Don't append "continue" command
4192 to the command list of dprintf breakpoint.
4193 (base_breakpoint_after_condition_true): New function.
4194 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
4195 (dprintf_after_condition_true): New function.
4196 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
4197 * breakpoint.h (breakpoint_ops): Add after_condition_true.
4198
4199 2013-06-24 Kevin Buettner <kevinb@redhat.com>
4200
4201 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
4202 (ALLDEPFILES): Add msp430-tdep.c.
4203 * configure.tgt (msp430*-*-elf): New target.
4204 * msp430-tdep.c: New file.
4205
4206 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
4207
4208 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
4209 microMIPS synthetic symbols.
4210
4211 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
4212
4213 * objfiles.h (pc_in_section): New prototype.
4214 (in_plt_section): Remove name argument, replace prototype with
4215 static inline function.
4216 * mips-tdep.h: Include "objfiles.h".
4217 (in_mips_stubs_section): New function.
4218 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
4219 in_solib_call_trampoline member.
4220 (hppa_in_solib_call_trampoline): Remove name argument.
4221 * objfiles.c (pc_in_section): New function.
4222 (in_plt_section): Remove function.
4223 * mips-linux-tdep.c: Include "objfiles.h".
4224 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
4225 name argument. Return 1 rather than the low 16-bit halfword of
4226 any instruction examined.
4227 (mips_linux_in_dynsym_resolve_code): Update
4228 mips_linux_in_dynsym_stub call accordingly.
4229 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
4230 rather than an equivalent hand-coded sequence.
4231 * hppa-hpux-tdep.c (in_opd_section): Remove function.
4232 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
4233 (hppa64_hpux_in_solib_call_trampoline): Likewise.
4234 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
4235 in_opd_section.
4236 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
4237 on call to tdep->in_solib_call_trampoline.
4238 (hppa_in_solib_call_trampoline): Remove name argument, update
4239 according to in_plt_section change.
4240 (hppa_skip_trampoline_code): Update according to in_plt_section
4241 change.
4242 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
4243 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
4244 Likewise.
4245 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
4246 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
4247 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
4248 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
4249 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
4250 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
4251 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
4252 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
4253 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
4254 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
4255 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
4256 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
4257 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
4258
4259 2013-06-24 Joel Brobecker <brobecker@adacore.com>
4260
4261 * common/create-version.sh: Fix expansion of $host_alias
4262 and $target_alias in generation of HOST_NAME and TARGET_NAME
4263 (resp.).
4264
4265 2013-06-24 Tom Tromey <tromey@redhat.com>
4266
4267 * common/create-version.sh: New file.
4268 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
4269 create-version.sh.
4270 (HFILES_NO_SRCDIR): Use common/version.h.
4271 * version.in: Move to ...
4272 * common/version.in: ... here. Replace date with "DATE".
4273 * version.h: Move to ...
4274 * common/version.h: ... here.
4275
4276 2013-06-21 Joel Brobecker <brobecker@adacore.com>
4277
4278 * gdb/gnulib/Makefile.in: Update date in copyright header.
4279 * gdb/gnulib/configure.ac: Ditto.
4280 * gdb/gnulib/update-gnulib.sh: Ditto.
4281
4282 2013-06-21 Joel Brobecker <brobecker@adacore.com>
4283
4284 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
4285 "gdb/gnulib/import".
4286
4287 2013-06-21 Will Newton <will.newton@linaro.org>
4288
4289 * doublest.c (ldfrexp): Remove function.
4290 (convert_doublest_to_floatformat): Call frexpl instead of
4291 ldfrexp.
4292
4293 2013-06-21 Will Newton <will.newton@linaro.org>
4294
4295 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
4296 * gnulib/aclocal.m4: Regenerate.
4297 * gnulib/config.in: Regenerate.
4298 * gnulib/configure: Regenerate.
4299 * gnulib/import/Makefile.am: Update.
4300 * gnulib/import/Makefile.in: Update.
4301 * gnulib/import/m4/gnulib-cache.m4: Update.
4302 * gnulib/import/m4/gnulib-comp.m4: Update.
4303 * gnulib/import/float+.h: Import.
4304 * gnulib/import/float.c: Import.
4305 * gnulib/import/float.in.h: Import.
4306 * gnulib/import/fpucw.h: Import.
4307 * gnulib/import/frexp.c: Import.
4308 * gnulib/import/frexpl.c: Import.
4309 * gnulib/import/isnan.c: Import.
4310 * gnulib/import/isnand-nolibm.h: Import.
4311 * gnulib/import/isnand.c: Import.
4312 * gnulib/import/isnanl-nolibm.h: Import.
4313 * gnulib/import/isnanl.c: Import.
4314 * gnulib/import/itold.c: Import.
4315 * gnulib/import/m4/exponentd.m4: Import.
4316 * gnulib/import/m4/exponentl.m4: Import.
4317 * gnulib/import/m4/float_h.m4: Import.
4318 * gnulib/import/m4/fpieee.m4: Import.
4319 * gnulib/import/m4/frexp.m4: Import.
4320 * gnulib/import/m4/frexpl.m4: Import.
4321 * gnulib/import/m4/isnand.m4: Import.
4322 * gnulib/import/m4/isnanl.m4: Import.
4323 * gnulib/import/m4/math_h.m4: Import.
4324 * gnulib/import/math.c: Import.
4325 * gnulib/import/math.in.h: Import.
4326
4327 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4328
4329 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
4330 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
4331 signature_INTEL_edx comparisons.
4332
4333 2013-06-20 Doug Evans <dje@google.com>
4334
4335 symtab/15652
4336 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
4337 All callers updated.
4338 (open_dwp_file): If we can't find the dwp file, search the basename
4339 in debug-file-directory.
4340
4341 * dwarf2read.c (struct dwp_file): Fix comment.
4342 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
4343
4344 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
4345 better.
4346
4347 2013-06-20 Yao Qi <yao@codesourcery.com>
4348
4349 * breakpoint.c (create_breakpoint): Fix code indentation.
4350
4351 2013-06-20 Yao Qi <yao@codesourcery.com>
4352
4353 * breakpoint.c (create_breakpoints_sal_default): Remove
4354 parameter 'lsal'. Update declaration.
4355 (bkpt_create_breakpoints_sal): Caller update.
4356 (tracepoint_create_breakpoints_sal): Likewise.
4357
4358 2013-06-20 Pedro Alves <pedro@codesourcery.com>
4359 Yao Qi <yao@codesourcery.com>
4360
4361 * NEWS: Mention the new option '--skip-unavailable' of command
4362 -data-list-register-values.
4363 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
4364 --skip-unavailable option. Adjust to use output_register.
4365 (output_register): Add new 'skip_unavailable' parameter.
4366 Handle it.
4367
4368 2013-06-19 Mike Frysinger <vapier@gentoo.org>
4369
4370 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
4371 common/i386-gcc-cpuid.h.
4372 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
4373 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
4374 Copy the latest version from upstream gcc.
4375 * common/linux-btrace.c: Include i386-cpuid.h.
4376 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
4377 call to i386_cpuid.
4378 (cpu_supports_btrace): Likewise.
4379 * go32-nat.c: Include i386-cpuid.h.
4380 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
4381
4382 2013-06-19 Doug Evans <dje@google.com>
4383
4384 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
4385 (get_section_index): Ditto.
4386
4387 2013-06-19 Tom Tromey <tromey@redhat.com>
4388
4389 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
4390 "dprintf" help.
4391
4392 2013-06-18 Doug Evans <dje@google.com>
4393
4394 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
4395 before using it.
4396 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
4397 Move test of cu_index closer to use. Print complaint if cu_index
4398 is bad.
4399
4400 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4401
4402 * machoread.c (oso_vector): Delete this global.
4403 (macho_register_oso): Add new parameter "oso_vector_ptr".
4404 Use it instead of the "oso_vector" global.
4405 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
4406 (macho_symfile_read): Use a local oso_vector, to be free'ed
4407 at the end of this function, in place of the old "oso_vector"
4408 global. Update various function calls accordingly. Use one
4409 single cleanup chain for the entire function.
4410
4411 2013-06-18 Joel Brobecker <brobecker@adacore.com>
4412
4413 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
4414 DWARF2_PER_OBJFILE by uses of DATA instead.
4415
4416 2013-06-18 Tom Tromey <tromey@redhat.com>
4417
4418 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
4419 argument.
4420 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
4421 Special case signals other than GDB_SIGNAL_TRAP.
4422 (explains_signal_watchpoint): New function.
4423 (base_breakpoint_explains_signal): Add 'sig' argument.
4424 (initialize_breakpoint_ops): Set 'explains_signal' method for
4425 watchpoints.
4426 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
4427 signal argument.
4428 (bpstat_explains_signal): Likewise.
4429 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
4430
4431 2013-06-18 Tom Tromey <tromey@redhat.com>
4432
4433 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
4434
4435 2013-06-18 Tom Tromey <tromey@redhat.com>
4436
4437 * python/python.c (finish_python_initialization): Decref
4438 'pythondir' on failure path as well.
4439
4440 2013-06-18 Tom Tromey <tromey@redhat.com>
4441
4442 PR symtab/15391:
4443 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
4444 after taking bits_to_skip into account. Sign extend byte_offset.
4445 * utils.h (gdb_sign_extend): Declare.
4446 * utils.c (gdb_sign_extend): New function.
4447
4448 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4449
4450 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
4451
4452 2013-06-17 Pierre Muller <muller@sourceware.org>
4453
4454 * corelow.c (core_open): Print GDB signal name instead of target
4455 signal number.
4456
4457 2013-06-17 Mike Frysinger <vapier@gentoo.org>
4458
4459 * .gitignore: Add /gcore.
4460
4461 2013-06-13 Doug Evans <dje@google.com>
4462
4463 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
4464 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
4465
4466 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
4467
4468 * stack.c (backtrace_command_1): Fix indentation.
4469
4470 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4471
4472 * window-nat.c (thread_rec): Add missing empty line after
4473 local variable declaration.
4474
4475 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4476
4477 * windows-nat.c (thread_rec): Revert format used to print
4478 error code returned by SuspendThread from %d back to %u.
4479
4480 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4481
4482 * windows-nat.c (windows_continue): Add "0x" prefix for thread
4483 ID in debug trace.
4484 (get_windows_debug_event): Likewise, for all debug traces.
4485
4486 2013-06-11 Joel Brobecker <brobecker@adacore.com>
4487
4488 * window-nat.c (thread_rec): Add thread ID in SuspendThread
4489 warning message.
4490
4491 2013-06-08 Pedro Alves <pedro@codesourcery.com>
4492 Yao Qi <yao@codesourcery.com>
4493
4494 * mi/mi-main.c (get_register): Remove declaration.
4495 (output_register): Declare.
4496 (mi_cmd_data_list_register_values): Remove local variable
4497 'tuple_cleanup'. Move some code into output_register.
4498 (get_register): Renamed to ...
4499 (output_register): ... this. Output the register's
4500 "number" ui_out tuple here.
4501
4502 2013-06-07 Pedro Alves <palves@redhat.com>
4503
4504 * darwin-nat.c: Fix formating in copyright header.
4505 * darwin-nat.h: Likewise.
4506 * gnu-nat.c: Likewise.
4507 * machoread.c: Likewise.
4508
4509 2013-06-07 Pedro Alves <palves@redhat.com>
4510
4511 PR server/14823
4512 * regformats/regdat.sh: Output #include tdesc.h. Make globals
4513 static. Output a global target description pointer.
4514 (init_registers_${name}): Adjust to initialize a
4515 target description structure.
4516
4517 2013-06-07 Will Newton <will.newton@linaro.org>
4518
4519 * printcmd.c (build_address_symbolic): Call
4520 gdbarch_addr_bits_remove for text minimal symbols.
4521
4522 2013-06-07 Will Newton <will.newton@linaro.org>
4523
4524 * MAINTAINERS: Add myself to Write After Approval.
4525
4526 2013-06-07 Yao Qi <yao@codesourcery.com>
4527
4528 * tracepoint.c (start_tracing): Move code to ...
4529 (trace_reset_local_state): ... here. New.
4530 (disconnect_tracing): Don't call set_current_traceframe,
4531 set_tracepoint_num, and set_traceframe_context. Call
4532 trace_reset_local_state instead.
4533 (tfile_close): Call trace_reset_local_state.
4534 * ctf.c (ctf_close): Likewise.
4535 * remote.c (remote_close): Likewise.
4536 * tracepoint.h (trace_reset_local_state): Declare.
4537
4538 2013-06-06 Doug Evans <dje@google.com>
4539
4540 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
4541 and fix header docs.
4542
4543 2013-06-05 Doug Evans <dje@google.com>
4544 Keith Seitz <keiths@redhat.com>
4545
4546 PR 15519
4547 * cp-namespace.c (find_symbol_in_baseclass): Call
4548 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
4549 Check result of call to lookup_symbol_static.
4550 Call lookup_static_symbol_aux unconditionally.
4551 Call check_typedef on base types before accessing them.
4552 (cp_lookup_nested_symbol): Fix comment.
4553
4554 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
4555
4556 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
4557 minimal symbols pointing to function descriptors.
4558
4559 2013-06-05 Tom Tromey <tromey@redhat.com>
4560
4561 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
4562
4563 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
4564 Pedro Alves <palves@redhat.com>
4565
4566 * remote.c (remote_wait_as): Restore signal handler before returning
4567 when GDB gets a notification.
4568
4569 2013-06-04 Gary Benson <gbenson@redhat.com>
4570
4571 PR 2328
4572 * breakpoint.h (handle_solib_event): Moved function declaration
4573 to solib.h.
4574 * breakpoint.c (handle_solib_event): Moved function to solib.c.
4575 (bpstat_stop_status): Pass new argument to handle_solib_event.
4576 * solib.h (update_solib_breakpoints): New function declaration.
4577 (handle_solib_event): Moved function declaration from
4578 breakpoint.h.
4579 * solib.c (update_solib_breakpoints): New function.
4580 (handle_solib_event): Moved function from breakpoint.c.
4581 Updated to call solib_ops->handle_event if not NULL.
4582 * solist.h (target_so_ops): New fields "update_breakpoints" and
4583 "handle_event".
4584 * infrun.c (set_stop_on_solib_events): New function.
4585 (_initialize_infrun): Use the above for "set
4586 stop-on-solib-events".
4587 (handle_inferior_event): Pass new argument to handle_solib_event.
4588 * solib-svr4.c (probe.h): New include.
4589 (svr4_free_library_list): New forward declaration.
4590 (probe_action): New enum.
4591 (probe_info): New struct.
4592 (probe_info): New static variable.
4593 (NUM_PROBES): New definition.
4594 (svr4_info): New fields "using_xfer", "probes_table" and
4595 "solib_list".
4596 (free_probes_table): New function.
4597 (free_solib_list): New function.
4598 (svr4_pspace_data_cleanup): Free probes table and solib list.
4599 (svr4_copy_library_list): New function.
4600 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
4601 (svr4_read_so_list): New parameter "prev_lm".
4602 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
4603 (svr4_current_sos): New function.
4604 (probe_and_action): New struct.
4605 (hash_probe_and_action): New function.
4606 (equal_probe_and_action): Likewise.
4607 (register_solib_event_probe): Likewise.
4608 (solib_event_probe_at): Likewise.
4609 (solib_event_probe_action): Likewise.
4610 (solist_update_full): Likewise.
4611 (solist_update_incremental): Likewise.
4612 (disable_probes_interface_cleanup): Likewise.
4613 (svr4_handle_solib_event): Likewise.
4614 (svr4_update_solib_event_breakpoint): Likewise.
4615 (svr4_update_solib_event_breakpoints): Likewise.
4616 (svr4_create_solib_event_breakpoints): Likewise.
4617 (enable_break): Free probes table before creating breakpoints.
4618 Use svr4_create_solib_event_breakpoints to create breakpoints.
4619 (svr4_solib_create_inferior_hook): Free the solib list.
4620 (_initialize_svr4_solib): Initialise
4621 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
4622
4623 2013-06-04 Gary Benson <gbenson@redhat.com>
4624
4625 * target.h (target_ops): New field
4626 "to_augmented_libraries_svr4_read".
4627 (target_augmented_libraries_svr4_read): New macro.
4628 * target.c (update_current_target): Handle
4629 to_augmented_libraries_svr4_read.
4630 * remote.c (remote_state): New field
4631 "augmented_libraries_svr4_read".
4632 (remote_augmented_libraries_svr4_read_feature): New function.
4633 (remote_protocol_features): Add entry for
4634 "augmented-libraries-svr4-read".
4635 (remote_augmented_libraries_svr4_read): New function.
4636 (init_remote_ops): Initialize
4637 remote_ops.to_augmented_libraries_svr4_read.
4638
4639 2013-06-04 Gary Benson <gbenson@redhat.com>
4640
4641 * NEWS: Update.
4642
4643 2013-06-04 Gary Benson <gbenson@redhat.com>
4644
4645 * objfiles.h (inhibit_section_map_updates): New function
4646 declaration.
4647 (resume_section_map_updates): Likewise.
4648 (resume_section_map_updates_cleanup): Likewise.
4649 * objfiles.c (objfile_pspace_info): Removed field
4650 "objfiles_changed_p". New fields "new_objfiles_available",
4651 "section_map_dirty" and "inhibit_updates".
4652 (allocate_objfile): Set new_objfiles_available.
4653 (free_objfile): Set section_map_dirty.
4654 (objfile_relocate1): Likewise.
4655 (in_plt_section): Likewise.
4656 (find_pc_section): Update the conditions under which the
4657 section map will be updated.
4658 (inhibit_section_map_updates): New function.
4659 (resume_section_map_updates): Likewise.
4660 (resume_section_map_updates_cleanup): Likewise.
4661
4662 2013-06-04 Gary Benson <gbenson@redhat.com>
4663
4664 * probe.h (get_probe_argument_count): New declaration.
4665 (evaluate_probe_argument): Likewise.
4666 * probe.c (get_probe_argument_count): New function.
4667 (evaluate_probe_argument): Likewise.
4668 (probe_safe_evaluate_at_pc): Use the above new functions.
4669
4670 2013-06-04 Alan Modra <amodra@gmail.com>
4671
4672 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
4673 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
4674 (ppc_insns_match_pattern): Add frame param. Avoid multiple
4675 target mem reads on optional insns.
4676 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
4677 ppc_insns_match_pattern calls.
4678 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
4679 Add match for power7 thread safety insns, and new order of
4680 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
4681 invocation in comment, and update rest of comment.
4682 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
4683 PPC64_STANDARD_LINKAGE3_LEN): Delete.
4684 (ppc64_standard_linkage2_target): Update insn offsets.
4685 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
4686 stubs first. Update calls.
4687
4688 2013-06-04 Yao Qi <yao@codesourcery.com>
4689
4690 * solib.c (solib_find): Don't need dir separator if path has
4691 drive spec.
4692
4693 2013-06-03 Joel Brobecker <brobecker@adacore.com>
4694
4695 Revert (indirectly causes a SIGSEGV):
4696 * machoread.c (macho_symfile_read): Assign first cleanup to
4697 'back_to'.
4698
4699 2013-06-03 Yao Qi <yao@codesourcery.com>
4700
4701 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
4702 mi-parse.c. Make them static.
4703 (mi_all_values): Likewise.
4704 (mi_parse_values_option): Move to mi-parse.c. Rename it to
4705 mi_parse_print_values. Make it external.
4706 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
4707 Remove the declarations.
4708 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
4709 * mi/mi-parse.h (mi_parse_print_values): Declare.
4710 * mi/mi-cmd-stack.c: Include mi-parse.h.
4711 (parse_print_values): Remove
4712 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
4713 of parse_print_values.
4714 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
4715
4716 2013-05-31 Pedro Alves <pedro@codesourcery.com>
4717 Yao Qi <yao@codesourcery.com>
4718
4719 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
4720 (encode_actions): Move code to ...
4721 (all_tracepoint_actions_and_cleanup): ... here. New.
4722 (trace_dump_command): Likewise.
4723
4724 2013-05-30 Tom Tromey <tromey@redhat.com>
4725
4726 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
4727
4728 2013-05-30 Tom Tromey <tromey@redhat.com>
4729
4730 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
4731 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
4732 'old_chain' argument. Add 'parser_result' argument.
4733 (gdb_xml_create_parser_and_cleanup): Remove old version.
4734 (gdb_xml_parse_quick): Update.
4735 (xml_process_xincludes): Update.
4736 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
4737 declare.
4738
4739 2013-05-30 Tom Tromey <tromey@redhat.com>
4740
4741 * probe.c (collect_probes): Check arguments for NULL before
4742 calling compile_rx_or_error.
4743 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
4744 Remove NULL return.
4745
4746 2013-05-30 Tom Tromey <tromey@redhat.com>
4747
4748 * infrun.c (adjust_pc_after_break): Introduce an outer null
4749 cleanup.
4750
4751 2013-05-30 Tom Tromey <tromey@redhat.com>
4752
4753 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
4754
4755 2013-05-30 Tom Tromey <tromey@redhat.com>
4756
4757 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
4758 for 'old_chain'. Do not check 'head' before processing
4759 cleanups.
4760
4761 2013-05-30 Tom Tromey <tromey@redhat.com>
4762
4763 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
4764 "cleanup_tuple".
4765
4766 2013-05-30 Tom Tromey <tromey@redhat.com>
4767
4768 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
4769 inner scope. Unconditionally call do_cleanups.
4770
4771 2013-05-30 Tom Tromey <tromey@redhat.com>
4772
4773 * source.c (find_and_open_source): Call do_cleanups.
4774
4775 2013-05-30 Tom Tromey <tromey@redhat.com>
4776
4777 * linux-thread-db.c (thread_db_load_search): Unconditionally
4778 call do_cleanups.
4779
4780 2013-05-30 Tom Tromey <tromey@redhat.com>
4781
4782 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
4783 for 'cleanup'; instead use a later one.
4784
4785 2013-05-30 Tom Tromey <tromey@redhat.com>
4786
4787 * python/py-breakpoint.c (bppy_get_commands): Use
4788 explicit, unconditional return.
4789 * python/py-frame.c (frapy_read_var): Likewise.
4790 * python/python.c (gdbpy_decode_line): Likewise.
4791
4792 2013-05-30 Tom Tromey <tromey@redhat.com>
4793
4794 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
4795 do_cleanups on all return paths.
4796
4797 2013-05-30 Tom Tromey <tromey@redhat.com>
4798
4799 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
4800
4801 2013-05-30 Tom Tromey <tromey@redhat.com>
4802
4803 * stabsread.c (read_struct_type): Call do_cleanups along
4804 all return paths.
4805
4806 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4807
4808 * mips-linux-tdep.c: Adjust formatting throughout.
4809
4810 2013-05-30 Tom Tromey <tromey@redhat.com>
4811
4812 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
4813 along all return paths.
4814
4815 2013-05-30 Tom Tromey <tromey@redhat.com>
4816
4817 * symfile.c (find_separate_debug_file): Call do_cleanups
4818 along all return paths.
4819
4820 2013-05-30 Tom Tromey <tromey@redhat.com>
4821
4822 * symtab.c (search_symbols): Introduce a null cleanup for
4823 'retval_chain'.
4824
4825 2013-05-30 Tom Tromey <tromey@redhat.com>
4826
4827 * python/py-value.c (valpy_binop): Call do_cleanups before
4828 exiting loop.
4829
4830 2013-05-30 Tom Tromey <tromey@redhat.com>
4831
4832 * python/py-prettyprint.c (print_children): Remove extra
4833 do_cleanups call.
4834
4835 2013-05-30 Tom Tromey <tromey@redhat.com>
4836
4837 * python/py-frame.c (frapy_read_var): Call do_cleanups along
4838 all return paths.
4839
4840 2013-05-30 Tom Tromey <tromey@redhat.com>
4841
4842 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
4843 along all return paths.
4844
4845 2013-05-30 Tom Tromey <tromey@redhat.com>
4846
4847 * cli/cli-logging.c (set_logging_redirect): Unconditionally
4848 call do_cleanups.
4849
4850 2013-05-30 Tom Tromey <tromey@redhat.com>
4851
4852 * varobj.c (c_value_of_root): Call do_cleanups along all
4853 return paths.
4854
4855 2013-05-30 Tom Tromey <tromey@redhat.com>
4856
4857 * tracepoint.c (trace_dump_command): Unconditionally call
4858 do_cleanups.
4859
4860 2013-05-30 Tom Tromey <tromey@redhat.com>
4861
4862 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
4863 do_cleanups earlier.
4864
4865 2013-05-30 Tom Tromey <tromey@redhat.com>
4866
4867 * machoread.c (macho_symfile_read): Assign first cleanup to
4868 'back_to'.
4869
4870 2013-05-30 Tom Tromey <tromey@redhat.com>
4871
4872 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
4873
4874 2013-05-30 Tom Tromey <tromey@redhat.com>
4875
4876 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
4877
4878 2013-05-30 Tom Tromey <tromey@redhat.com>
4879
4880 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
4881 call discard_cleanups.
4882 (inf_ptrace_attach): Likewise.
4883
4884 2013-05-30 Tom Tromey <tromey@redhat.com>
4885
4886 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
4887 return paths.
4888 (mips_initialize): Likewise.
4889 (common_open): Call do_cleanups.
4890
4891 2013-05-30 Tom Tromey <tromey@redhat.com>
4892
4893 * utils.c (internal_vproblem): Call do_cleanups.
4894
4895 2013-05-30 Tom Tromey <tromey@redhat.com>
4896
4897 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
4898
4899 2013-05-30 Tom Tromey <tromey@redhat.com>
4900
4901 * cli/cli-script.c (setup_user_args): Don't return after error.
4902
4903 2013-05-30 Tom Tromey <tromey@redhat.com>
4904
4905 * somread.c (som_symtab_read): Call do_cleanups.
4906
4907 2013-05-30 Tom Tromey <tromey@redhat.com>
4908
4909 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
4910
4911 2013-05-30 Tom Tromey <tromey@redhat.com>
4912
4913 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
4914 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
4915 * interps.c (interpreter_exec_cmd): Call do_cleanups.
4916 * source.c (show_substitute_path_command): Call do_cleanups.
4917 (unset_substitute_path_command, set_substitute_path_command):
4918 Likewise.
4919 * symfile.c (load_command): Call do_cleanups.
4920
4921 2013-05-30 Tom Tromey <tromey@redhat.com>
4922
4923 * contrib/cleanup_check.py: New file.
4924 * contrib/gcc-with-excheck: Add option parsing.
4925
4926 2013-05-30 Joel Brobecker <brobecker@adacore.com>
4927
4928 * windows-nat.c (windows_delete_thread): Add missing space
4929 in cast expression.
4930
4931 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
4932
4933 * inferior.c (top level): Include tilde.h.
4934 (add_inferior_command): Call tilde_expand on the value of 'exec'
4935 argument.
4936
4937 2013-05-30 Pedro Alves <pedro@codesourcery.com>
4938 Yao Qi <yao@codesourcery.com>
4939
4940 * tracepoint.c (encode_actions_1): Remove parameter 't'.
4941 Caller update.
4942 (encode_actions): Likewise.
4943 * remote.c (remote_download_tracepoint): Caller update.
4944 * tracepoint.h (encode_actions): Update declaration.
4945
4946 2013-05-30 Pedro Alves <palves@redhat.com>
4947
4948 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
4949 pointer.
4950
4951 2013-05-30 Yao Qi <yao@codesourcery.com>
4952
4953 * remote.c (remote_check_symbols): Remove unused parameter
4954 'objfile'.
4955 Declaration update.
4956 (remote_start_remote, remote_new_objfile): Caller update.
4957
4958 2013-05-30 Yao Qi <yao@codesourcery.com>
4959
4960 * mi/mi-cmds.c (mi_cmds): Define MI command
4961 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
4962 DEF_MI_CMD_CLI.
4963
4964 2013-05-29 Pedro Alves <palves@redhat.com>
4965
4966 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
4967 (remote_insert_watchpoint, remote_remove_watchpoint)
4968 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
4969 (remote_verify_memory, compare_sections_command)
4970 (remote_search_memory): Set the general process/thread on the
4971 remote side.
4972
4973 2013-05-29 Pedro Alves <palves@redhat.com>
4974
4975 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
4976 (_initialize_aarch64_tdep): Don't call
4977 initialize_tdesc_aarch64_without_fpu.
4978 * features/Makefile (WHICH): Remove reference to
4979 aarch64-without-fpu.
4980 * features/aarch64-without-fpu.c: Delete file.
4981 * regformats/aarch64-without-fpu.dat: Delete file.
4982
4983 2013-05-28 Yao Qi <yao@codesourcery.com>
4984
4985 * tracepoint.c (stringify_collection_list): Remove parameter
4986 'string'.
4987 (encode_actions): Caller update. Remove local variables.
4988
4989 2013-05-24 Yao Qi <yao@codesourcery.com>
4990
4991 * tracepoint.c (TFILE_PID): Remove.
4992 (tfile_open): Don't add thread and inferior.
4993 (tfile_close): Don't set 'inferior_ptid'. Don't call
4994 exit_inferior_silent.
4995 (tfile_thread_alive): Remove.
4996 (init_tfile_ops): Don't set field 'to_thread_alive' of
4997 tfile_ops.
4998
4999 2013-05-23 Doug Evans <dje@google.com>
5000
5001 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
5002
5003 2013-05-23 Pedro Alves <palves@redhat.com>
5004
5005 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
5006 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
5007 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
5008 Only define if HAVE_SOCKETS is defined.
5009 * configure.ac: Check for sys/socket.h.
5010 * config.in, configure: Regenerate.
5011
5012 2013-05-23 Pedro Alves <palves@redhat.com>
5013
5014 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
5015 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
5016 printing uint32_t variables.
5017
5018 2013-05-23 Pedro Alves <palves@redhat.com>
5019
5020 * NEWS: Mention GDBserver range stepping support.
5021
5022 2013-05-23 Yao Qi <yao@codesourcery.com>
5023 Pedro Alves <palves@redhat.com>
5024
5025 * gdbthread.h (struct thread_control_state) <may_range_step>: New
5026 field.
5027 * infcmd.c (step_once, until_next_command): Enable range stepping.
5028 * infrun.c (displaced_step_prepare): Disable range stepping.
5029 (resume): Disable range stepping if stepping over a breakpoint or
5030 we have software watchpoints. If range stepping is enabled,
5031 assert the thread is in the stepping range.
5032 (clear_proceed_status_thread): Clear may_range_step.
5033 (handle_inferior_event): Disable range stepping as soon as we know
5034 the thread that hit the event. Re-enable it whenever we're going
5035 to step with a step range.
5036 * remote.c (struct vCont_action_support) <r>: New field.
5037 (use_range_stepping): New global.
5038 (remote_vcont_probe): Handle 'r' action.
5039 (append_resumption): Append an 'r' action if the thread may range
5040 step.
5041 (show_range_stepping): New function.
5042 (set_range_stepping): New function.
5043 (_initialize_remote): Call add_setshow_boolean_cmd to register the
5044 'set range-stepping' and 'show range-stepping' commands.
5045 * NEWS: Mention range stepping, the new vCont;r action, and the
5046 new "set/show range-stepping" commands.
5047
5048 2013-05-23 Yao Qi <yao@codesourcery.com>
5049 Pedro Alves <palves@redhat.com>
5050
5051 * remote.c (struct vCont_action_support): New struct.
5052 (struct remote_state) <support_vCont_t>: Remove field.
5053 <vCont_actions_support>: New field.
5054 (remote_vcont_probe, remote_stop_ns): Update.
5055
5056 2013-05-23 Yao Qi <yao@codesourcery.com>
5057 Pedro Alves <palves@redhat.com>
5058
5059 * gdbthread.h (pc_in_thread_step_range): New declaration.
5060 * thread.c (pc_in_thread_step_range): New function.
5061 * infrun.c (handle_inferior_event): Use it.
5062
5063 2013-05-23 Joel Brobecker <brobecker@adacore.com>
5064
5065 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
5066 of sprintf.
5067
5068 2013-05-22 Keith Seitz <keiths@redhat.com>
5069
5070 * ada-lang.c (is_known_support_routine): Add explicit free of
5071 'func_name' from find_frame_funname.
5072 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
5073 for func_name from find_frame_funname.
5074 * python/py-frame.c (frapy_name): Add explicit free of
5075 'name' from find_frame_funname.
5076 * stack.c (find_frame_funname): Add comment explaining that
5077 funcp must be freed by the caller.
5078 Return copy of symbol names instead of pointers.
5079 (print_frame): Add a cleanup for 'funname' from
5080 find_frame_funname.
5081 * stack.h (find_frame_funname): Remove "const" from
5082 'funname' parameter.
5083
5084 2013-05-22 Tom Tromey <tromey@redhat.com>
5085
5086 PR c++/15401:
5087 * c-valprint.c (c_value_print): Use value_addr for
5088 references. Convert back to reference type with value_ref.
5089
5090 2013-05-22 Eli Zaretskii <eliz@gnu.org>
5091
5092 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
5093 unloaded DLL, it will be done by handle_solib_event. See
5094 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
5095 details.
5096
5097 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
5098
5099 * ui-out.c: Create typedef ui_out_level_p and define vector
5100 operations for that type.
5101 (struct ui_out): Use a vector instead of an array.
5102 (current_level): Return level from a vector.
5103 (push_level): Create a level in a vector.
5104 (pop_level): Delete a level in a vector.
5105 (ui_out_new): Create initial level zero level, and store in a
5106 vector.
5107 (ui_out_destroy): Add vector cleanup.
5108
5109 2013-05-22 Pedro Alves <palves@redhat.com>
5110
5111 * python/python-internal.h (gdb_Py_DECREF): Tag with
5112 "ARI: editCase function".
5113
5114 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5115
5116 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
5117
5118 2013-05-21 Pedro Alves <palves@redhat.com>
5119
5120 * python/py-prettyprint.c (apply_val_pretty_printer): Check
5121 whether PRINTER is NULL before installing a Py_DECREF cleanup.
5122 * python/py-utils.c (py_decref): Don't check for NULL before
5123 calling Py_DECREF.
5124
5125 2013-05-21 Pedro Alves <palves@redhat.com>
5126
5127 * python/py-utils.c (py_decref): Remove extra braces.
5128 (gdb_pymodule_addobject): Remove extra braces.
5129 * python-internal.h (gdb_Py_DECREF): New static inline function.
5130 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
5131
5132 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5133
5134 * breakpoints.c (detach_breakpoints): Do not
5135 detach breakpoints locations with loc_type bp_loc_other.
5136
5137 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5138
5139 Workaround Python 2.6.
5140 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
5141 a block.
5142
5143 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5144
5145 Code cleanup: constification.
5146 * solib.c (solib_ops): Make return type and ops variable type const.
5147 (set_solib_ops): Make the new_ops parameter and ops variable const.
5148 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
5149 (solib_add, solib_keep_data_in_core, clear_solib)
5150 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
5151 (reload_shared_libraries, solib_global_lookup): Make the ops variable
5152 const.
5153 * solib.h (set_solib_ops): Make the new_ops parameter const.
5154
5155 2013-05-21 Joel Brobecker <brobecker@adacore.com>
5156
5157 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
5158 variable.
5159 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
5160 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
5161 (SYSTEM_GDBINIT_FILES): New variables.
5162 (all): Add stamp-system-gdbinit.
5163 (stamp-system-gdbinit): New rule.
5164 (clean-system-gdbinit, install-system-gdbinit)
5165 (uninstall-system-gdbinit): New rules. Make them .PHONY.
5166 (install-only): Add dependency on install-system-gdbinit.
5167 (uninstall): Add dependency on uninstall-system-gdbinit.
5168 (clean): Add dependency on clean-system-gdbinit.
5169 * system-gdbinit/elinos.py: New file.
5170 * system-gdbinit/wrs-linux.py: New file.
5171
5172 2013-05-21 Joel Brobecker <brobecker@adacore.com>
5173
5174 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
5175
5176 2013-05-21 Hui Zhu <hui@codesourcery.com>
5177
5178 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
5179 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
5180 * mi/mi-cmd-break.c (ctype.h): New include.
5181 (gdb_obstack.h): New include.
5182 (mi_argv_to_format, mi_cmd_break_insert_1): New.
5183 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
5184 (mi_cmd_dprintf_insert): New.
5185 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
5186 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
5187
5188 2013-05-20 Tom Tromey <tromey@redhat.com>
5189
5190 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
5191
5192 2013-05-20 Tom Tromey <tromey@redhat.com>
5193
5194 * python/py-value.c (valpy_get_dynamic_type): Simplify
5195 dynamic_type assignment. Use Py_XINCREF.
5196
5197 2013-05-20 Tom Tromey <tromey@redhat.com>
5198
5199 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
5200
5201 2013-05-20 Tom Tromey <tromey@redhat.com>
5202
5203 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
5204 (gdbpy_selected_frame): Move object-construction code
5205 out of TRY_CATCH.
5206
5207 2013-05-20 Tom Tromey <tromey@redhat.com>
5208
5209 * python/py-arch.c (gdbpy_initialize_arch): Use
5210 gdb_pymodule_addobject.
5211 * python/py-block.c (gdbpy_initialize_blocks): Use
5212 gdb_pymodule_addobject.
5213 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
5214 gdb_pymodule_addobject.
5215 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
5216 gdb_pymodule_addobject.
5217 * python/py-event.c (gdbpy_initialize_event_generic): Use
5218 gdb_pymodule_addobject.
5219 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
5220 gdb_pymodule_addobject.
5221 * python/py-evts.c (add_new_registry): Use
5222 gdb_pymodule_addobject.
5223 (gdbpy_initialize_py_events): Likewise.
5224 * python/py-finishbreakpoint.c
5225 (gdbpy_initialize_finishbreakpoints): Use
5226 gdb_pymodule_addobject.
5227 * python/py-frame.c (gdbpy_initialize_frames): Use
5228 gdb_pymodule_addobject.
5229 * python/py-function.c (gdbpy_initialize_functions): Use
5230 gdb_pymodule_addobject.
5231 * python/py-inferior.c (gdbpy_initialize_inferior): Use
5232 gdb_pymodule_addobject.
5233 * python/py-infthread.c (gdbpy_initialize_thread): Use
5234 gdb_pymodule_addobject.
5235 * python/py-objfile.c (gdbpy_initialize_objfile): Use
5236 gdb_pymodule_addobject.
5237 * python/py-param.c (gdbpy_initialize_parameters): Use
5238 gdb_pymodule_addobject.
5239 * python/py-progspace.c (gdbpy_initialize_pspace): Use
5240 gdb_pymodule_addobject.
5241 * python/py-symbol.c (gdbpy_initialize_symbols): Use
5242 gdb_pymodule_addobject.
5243 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
5244 gdb_pymodule_addobject.
5245 * python/py-type.c (gdbpy_initialize_types): Use
5246 gdb_pymodule_addobject.
5247 * python/py-utils.c (gdb_pymodule_addobject): New function.
5248 * python/py-value.c (gdbpy_initialize_values): Use
5249 gdb_pymodule_addobject.
5250 * python/python-internal.h (gdb_pymodule_addobject): Declare.
5251 * python/python.c (_initialize_python): Use
5252 gdb_pymodule_addobject.
5253
5254 2013-05-20 Tom Tromey <tromey@redhat.com>
5255
5256 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
5257 * python/py-param.c (get_set_value, get_show_value): Use
5258 explicit decrefs.
5259 * python/python.c (start_type_printers, apply_type_printers):
5260 Use explicit decrefs.
5261
5262 2013-05-20 Tom Tromey <tromey@redhat.com>
5263
5264 * python/py-evts.c (gdbpy_initialize_py_events): Don't
5265 incref the module.
5266
5267 2013-05-20 Tom Tromey <tromey@redhat.com>
5268
5269 * python/python.c (gdbpy_run_events): Decref the result
5270 of PyObject_CallObject.
5271
5272 2013-05-20 Tom Tromey <tromey@redhat.com>
5273
5274 * python/py-symtab.c (set_sal): Use
5275 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
5276 (symtab_and_line_to_sal_object): Update.
5277
5278 2013-05-20 Tom Tromey <tromey@redhat.com>
5279
5280 * python/py-param.c (compute_enum_values): Decref 'item'.
5281
5282 2013-05-20 Tom Tromey <tromey@redhat.com>
5283
5284 * mi/mi-main.c: Include python-internal.h.
5285 (mi_cmd_list_features): Check gdb_python_initialized.
5286 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
5287 (python_inferior_exit, python_new_objfile, add_thread_object)
5288 (delete_thread_object, py_free_inferior): Check
5289 gdb_python_initialized.
5290 * python/py-prettyprint.c (apply_val_pretty_printer): Check
5291 gdb_python_initialized.
5292 * python/py-type.c (save_objfile_types): Check
5293 gdb_python_initialized.
5294 * python/python-internal.h (gdb_python_initialized): Declare.
5295 * python/python.c (ensure_python_env): Throw exception if
5296 Python not initialized.
5297 (before_prompt_hook, source_python_script_for_objfile)
5298 (start_type_printers, apply_type_printers,
5299 free_type_printers): Check gdb_python_initialized.
5300 * varobj.c (varobj_get_display_hint)
5301 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
5302 (install_new_value_visualizer, varobj_set_visualizer)
5303 (value_get_print_value): Check gdb_python_initialized.
5304
5305 2013-05-20 Tom Tromey <tromey@redhat.com>
5306
5307 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
5308 Check errors.
5309 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
5310 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
5311 Check errors.
5312 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
5313 Check errors.
5314 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
5315 Check errors.
5316 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
5317 Check errors.
5318 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
5319 init function to return 'int'.
5320 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
5321 Return 'int'. Check errors.
5322 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
5323 Check errors.
5324 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
5325 Return 'int'. Check errors.
5326 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
5327 Check errors.
5328 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
5329 Check errors.
5330 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
5331 Check errors.
5332 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
5333 Check errors.
5334 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
5335 Check errors.
5336 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
5337 Check errors.
5338 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
5339 Check errors.
5340 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
5341 Check errors.
5342 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
5343 Check errors.
5344 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
5345 Check errors.
5346 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
5347 Check errors.
5348 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
5349 Check errors.
5350 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
5351 Check errors.
5352 * python/python-internal.h (gdbpy_initialize_auto_load,
5353 gdbpy_initialize_values, gdbpy_initialize_frames,
5354 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
5355 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
5356 gdbpy_initialize_blocks, gdbpy_initialize_types,
5357 gdbpy_initialize_functions, gdbpy_initialize_pspace,
5358 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
5359 gdbpy_initialize_finishbreakpoints,
5360 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
5361 gdbpy_initialize_thread, gdbpy_initialize_inferior,
5362 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
5363 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
5364 gdbpy_initialize_signal_event,
5365 gdbpy_initialize_breakpoint_event,
5366 gdbpy_initialize_continue_event,
5367 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
5368 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
5369 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5370 * python/python.c (gdb_python_initialized): New global.
5371 (gdbpy_initialize_events): Return 'int'. Check errors.
5372 (_initialize_python): Check errors. Set
5373 gdb_python_initialized.
5374
5375 2013-05-20 Tom Tromey <tromey@redhat.com>
5376
5377 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
5378 Decref the reslut of PyObject_CallMethod.
5379
5380 2013-05-20 Tom Tromey <tromey@redhat.com>
5381
5382 * python/py-event.c (gdbpy_initialize_event_generic): Return
5383 early if PyType_Ready fails.
5384
5385 2013-05-20 Tom Tromey <tromey@redhat.com>
5386
5387 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
5388 as 'default' in the switch.
5389
5390 2013-05-20 Tom Tromey <tromey@redhat.com>
5391
5392 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
5393 get_addr_from_python calls out of TRY_CATCH.
5394 (infpy_write_memory, infpy_search_memory): Likewise.
5395 * python/py-utils.c (get_addr_from_python): Return negative
5396 value on error. Use TRY_CATCH.
5397 * python/python-internal.h (get_addr_from_python): Use
5398 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5399
5400 2013-05-20 Tom Tromey <tromey@redhat.com>
5401
5402 * python/py-event.c (evpy_emit_event): Decref the
5403 result of PyObject_CallFunctionObjArgs.
5404
5405 2013-05-20 Tom Tromey <tromey@redhat.com>
5406
5407 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
5408 Correctly decref.
5409
5410 2013-05-20 Tom Tromey <tromey@redhat.com>
5411
5412 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
5413
5414 2013-05-20 Tom Tromey <tromey@redhat.com>
5415
5416 * python/py-event.h (gdbpy_initialize_event_generic): Use
5417 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5418 * python/py-evts.c (add_new_registry): Use
5419 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
5420 * python/python-internal.h
5421 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
5422
5423 2013-05-20 Tom Tromey <tromey@redhat.com>
5424
5425 * python/py-arch.c (archpy_disassemble): Update.
5426 * python/py-type.c (typy_get_composite, typy_lookup_typename)
5427 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
5428 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
5429 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
5430 macro.
5431 (GDB_PY_HANDLE_EXCEPTION): Update.
5432 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
5433
5434 2013-05-20 Tom Tromey <tromey@redhat.com>
5435
5436 * python/python-internal.h (events_object_type): Remove.
5437
5438 2013-05-20 Tom Tromey <tromey@redhat.com>
5439
5440 * python/py-event.h (evpy_emit_event): Use
5441 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
5442 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
5443 New macro.
5444
5445 2013-05-20 Tom Tromey <tromey@redhat.com>
5446
5447 * py-evtregistry.c (create_event_object): Decref
5448 eventregistry_object if PyList_New fails.
5449
5450 2013-05-20 Tom Tromey <tromey@redhat.com>
5451
5452 * py-cmd.c (gdbpy_string_to_argv): Check result of
5453 PyList_New.
5454
5455 2013-05-20 Tom Tromey <tromey@redhat.com>
5456
5457 * python/python.c (before_prompt_hook): Add cleanup to
5458 decref 'hook'.
5459
5460 2013-05-20 Tom Tromey <tromey@redhat.com>
5461
5462 * python/py-function.c (fnpy_init): Decref result of
5463 PyObject_GetAttrString.
5464
5465 2013-05-20 Tom Tromey <tromey@redhat.com>
5466
5467 * python/py-threadevent.c (get_event_thread): Use
5468 CPYCHECKER_RETURNS_BORROWED_REF.
5469 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
5470 New define.
5471 (pspace_to_pspace_object, objfile_to_objfile_object)
5472 (find_thread_object): Use it.
5473
5474 2013-05-20 Tom Tromey <tromey@redhat.com>
5475
5476 * python/py-arch.c (arch_object_type): Use
5477 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5478 * python/py-block.c (block_syms_iterator_object_type):
5479 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5480 * python/py-bpevent.c (breakpoint_event_object_type):
5481 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5482 * python/py-cmd.c (cmdpy_object_type): Use
5483 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5484 * python/py-continueevent.c (continue_event_object_type):
5485 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5486 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
5487 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5488 * python/py-events.h (thread_event_object_type):
5489 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5490 * python/py-evtregistry.c (eventregistry_object_type): Use
5491 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5492 * python/py-exitedevent.c (exited_event_object_type):
5493 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5494 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
5495 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5496 * python/py-function.c (fnpy_object_type): Use
5497 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5498 * python/py-inferior.c (inferior_object_type, membuf_object_type):
5499 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5500 * python/py-infthread.c (thread_object_type): Use
5501 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5502 * python/py-lazy-string.c (lazy_string_object_type):
5503 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5504 * python/py-newobjfileevent.c (new_objfile_event_object_type):
5505 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5506 * python/py-objfile.c (objfile_object_type): Use
5507 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5508 * python/py-param.c (parmpy_object_type):
5509 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5510 * python/py-progspace.c (pspace_object_type):
5511 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5512 * python/py-signalevent.c (signal_event_object_type):
5513 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5514 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
5515 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5516 * python/py-type.c (type_object_type, field_object_type)
5517 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5518 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
5519 define.
5520 (value_object_type, block_object_type, symbol_object_type)
5521 (event_object_type, stop_event_object_type, breakpoint_object_type)
5522 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
5523
5524 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
5525
5526 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
5527 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
5528
5529 2013-05-20 Doug Evans <dje@google.com>
5530
5531 When reading CU, stay in DWO. Be more tolerent of bad debug info.
5532 For Fission.
5533 * dwarf2read.c (struct dwarf2_per_cu_data): New member
5534 reading_dwo_directly.
5535 (struct signatured_type): New member dwo_unit.
5536 (struct die_reader_specs): New member comp_dir.
5537 (create_signatured_type_table_from_index): Use malloc for
5538 all_type_units instead of objfile's obstack.
5539 (create_all_type_units): Ditto.
5540 (fill_in_sig_entry_from_dwo_entry): New function.
5541 (add_type_unit): New function.
5542 (lookup_dwo_signatured_type): New function.
5543 (lookup_dwp_signatured_type): New function.
5544 (lookup_signatured_type): New arg cu. All callers updated.
5545 (init_cu_die_reader): Initialize comp_dir.
5546 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
5547 Change assert of matching type signatures to call error on mismatch.
5548 (lookup_dwo_unit): Add assert.
5549 (init_tu_and_read_dwo_dies): New function.
5550 (init_cutu_and_read_dies): Call it.
5551 (build_type_unit_groups): Handle case of no type unit groups created.
5552 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
5553 (lookup_dwo_cutu): Tweak complaint.
5554 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
5555 (dwarf2_per_objfile_free): Free all_type_units.
5556
5557 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5558
5559 * windows-nat.c (handle_unload_dll): Add missing empty line.
5560
5561 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5562
5563 * dwarf2read.c (prototyped_function_p): New function.
5564 (read_subroutine_type): Use it.
5565
5566 2013-05-20 Joel Brobecker <brobecker@adacore.com>
5567
5568 * rs6000-aix-tdep.c: De-indent some example code provided
5569 as a comment.
5570
5571 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
5572
5573 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
5574 region is ok for a hardware watchpoint using the new ptrace interface
5575 on Power servers.
5576
5577 2013-05-17 Doug Evans <dje@google.com>
5578
5579 * NEWS: Mention new maintenance commands check-symtabs, and
5580 expand-symtabs, and renamed check-psymtabs.
5581 * psymtab.c (maintenance_check_psymtabs): Renamed from
5582 maintenance_check_symtabs. Only process already-expanded symbol
5583 tables.
5584 (_initialize_psymtab): Update.
5585 * symmisc.c (maintenance_check_symtabs): New function.
5586 (maintenance_expand_name_matcher): New function
5587 (maintenance_expand_file_matcher): New function
5588 (maintenance_expand_symtabs): New function.
5589 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
5590 commands.
5591
5592 2013-05-17 Tom Tromey <tromey@redhat.com>
5593
5594 * python/py-inferior.c (infpy_read_memory): Don't call
5595 PyErr_SetString if PyObject_New fails.
5596 * python/py-frame.c (frame_info_to_frame_object): Don't call
5597 PyErr_SetString if PyObject_New fails.
5598
5599 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
5600
5601 * acinclude.m4: Add check for dlopen in libdl.
5602 * configure.ac: Ditto.
5603 * configure: Regenerate.
5604
5605 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
5606
5607 * frame.c (frame_stash): Convert to htab.
5608 (frame_addr_hash): New function.
5609 (frame_addr_hash_eq): New function.
5610 (frame_stash_create): Convert function to create
5611 a hash table.
5612 (frame_stash_add): Convert function to add an entry to a hash
5613 table.
5614 (frame_stash_find): Convert function to search the hash table.
5615 (frame_stash_invalidate): Convert function to empty the hash
5616 table.
5617 (get_frame_id): Only add to stash if a frame_id is created.
5618 (_initialize_frame): Call frame_stash_create.
5619
5620 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
5621
5622 * configure.ac: Ensure MIG is available when building for GNU Hurd
5623 hosts.
5624 * configure: Regenerate.
5625
5626 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5627
5628 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
5629
5630 2013-05-16 Joel Brobecker <brobecker@adacore.com>
5631
5632 * ada-lang.c (ada_make_symbol_completion_list): Make sure
5633 all cleanups are done before returning from this function.
5634
5635 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5636
5637 * utils.h: #include "exceptions.h".
5638 (enum errors): Remove partial declaration.
5639
5640 2013-05-15 Joel Brobecker <brobecker@adacore.com>
5641
5642 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
5643 * gdbarch.h, gdbarch.c: Regenerate.
5644 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
5645 handling.
5646
5647 * rs6000-aix-tdep.h: New file.
5648 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
5649 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
5650 "xml-utils.h".
5651 (struct field_info, struct ld_info_desc): New types.
5652 (ld_info32_desc, ld_info64_desc): New static constants.
5653 (struct ld_info): New type.
5654 (rs6000_aix_extract_ld_info): New function.
5655 (rs6000_aix_shared_library_to_xml): Likewise.
5656 (rs6000_aix_ld_info_to_xml): Likewise.
5657 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
5658 (rs6000_aix_init_osabi): Add call to
5659 set_gdbarch_core_xfer_shared_libraries_aix.
5660 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
5661 Remove "xml-utils.h" include.
5662 (LdInfo): Delete typedef.
5663 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
5664 Delete macros.
5665 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
5666 Adjust code accordingly.
5667 (rs6000_core_ldinfo): Delete, folded into
5668 rs6000_aix_core_xfer_shared_libraries_aix.
5669 (rs6000_xfer_shared_library): Delete.
5670 (rs6000_xfer_shared_libraries): Reimplement.
5671
5672 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
5673
5674 * record.c (record_goto_cmdlist): New.
5675 (cmd_record_goto): Split into this ...
5676 (cmd_record_goto_begin): ... this
5677 (cmd_record_goto_end): ... and this.
5678 (_initialize_record): Change "record goto" to prefix command.
5679 Add commands for "record goto begin" and "record goto end".
5680 Add an alias for "record goto start" to "record goto begin".
5681
5682 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5683
5684 * linespec.c (convert_linespec_to_sals): New comment for
5685 SOURCE_FILENAME assignment.
5686
5687 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5688
5689 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
5690 internal_warning.
5691
5692 2013-05-14 Tom Tromey <tromey@redhat.com>
5693
5694 * eval.c (parse_and_eval_long): Make 'exp' const.
5695 * value.h (parse_and_eval_long): Update.
5696
5697 2013-05-14 Tom Tromey <tromey@redhat.com>
5698
5699 * ui-file.c (gdb_fopen): Make arguments const.
5700 * ui-file.h (gdb_fopen): Make arguments const.
5701
5702 2013-05-14 Tom Tromey <tromey@redhat.com>
5703
5704 * remote.c (remote_set_trace_notes): Make arguments const.
5705 * target.c (update_current_target): Update cast.
5706 * target.h (to_set_trace_notes): Make arguments const.
5707
5708 2013-05-14 Tom Tromey <tromey@redhat.com>
5709
5710 * go32-nat.c (go32_terminal_info): Make 'args' const.
5711 * inferior.h (child_terminal_info): Update.
5712 * inflow.c (child_terminal_info): Make 'args' const.
5713 * target.c (default_terminal_info): Make 'args' const.
5714 (debug_to_terminal_save_ours): Likewise.
5715 * target.h (struct target_ops) <to_terminal_info>: Make argument
5716 const.
5717
5718 2013-05-13 Tom Tromey <tromey@redhat.com>
5719
5720 * gcore.c (create_gcore_bfd): Make 'filename' const.
5721 * gcore.h (create_gcore_bfd): Make 'filename' const.
5722 * record-full.c (record_full_save): Make 'recfilename' const.
5723 * target.c (target_save_record): Make 'filename' const.
5724 * target.h (struct target_ops) <to_save_record>: Make 'filename'
5725 const.
5726 (target_save_record): Likewise.
5727
5728 2013-05-13 Tom Tromey <tromey@redhat.com>
5729
5730 PR gdb/15338:
5731 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
5732 ranges section has been read.
5733
5734 2013-05-13 Tom Tromey <tromey@redhat.com>
5735
5736 PR exp/15364:
5737 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5738 STRUCTOP_PTR>: Return a not_lval value for
5739 EVAL_AVOID_SIDE_EFFECTS.
5740 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
5741 for EVAL_AVOID_SIDE_EFFECTS.
5742
5743 2013-05-13 Joel Brobecker <brobecker@adacore.com>
5744
5745 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
5746 floating point registers to register type before storing
5747 value.
5748 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
5749 Likewise.
5750
5751 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5752 Tom Tromey <tromey@redhat.com>
5753
5754 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5755 New functions.
5756 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
5757 Declare.
5758 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
5759 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
5760 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
5761 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
5762
5763 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
5764 Tom Tromey <tromey@redhat.com>
5765
5766 PR build/15414:
5767 * configure: Rebuild.
5768 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
5769 with -Wno-format.
5770
5771 2013-05-10 Pedro Alves <palves@redhat.com>
5772
5773 * remote.c (_initialize_remote): Fix spelling of
5774 qXfer:traceframe-info:read packet in packet config command.
5775
5776 2013-05-10 David Taylor <dtaylor@emc.com>
5777
5778 PR remote/15455
5779
5780 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
5781 "QTro" at start of packet.
5782
5783 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5784
5785 * solib-aix.c (solib_aix_relocate_section_addresses):
5786 For the .bss section action, apply the same offset as
5787 the .data section.
5788
5789 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5790
5791 * solib-aix.c (solib_aix_relocate_section_addresses):
5792 Remove FIXME comment.
5793
5794 2013-05-10 Joel Brobecker <brobecker@adacore.com>
5795
5796 PR tdep/15420:
5797 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
5798 New functions, directly copied from sparc-sol-thread.c.
5799 * sparc-sol-thread.c: Delete.
5800 * configure.ac: Remove code handling sparc-solaris-thread.c.
5801 * configure: Regenerate.
5802
5803 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
5804
5805 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
5806 filter logic.
5807 (backtrace_command): Add "no-filters" option parsing.
5808 (_initialize_stack): Alter help to reflect "no-filters" option.
5809 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
5810 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
5811 (py-frame.o): Add target
5812 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
5813 filter files.
5814 * python/python.h: Add new frame filter constants, and flag enum.
5815 (apply_frame_filter): Add definition.
5816 * python/python.c (apply_frame_filter): New non-Python
5817 enabled function.
5818 * python/py-utils.c (py_xdecref): New function.
5819 (make_cleanup_py_xdecref): Ditto.
5820 * python/py-objfile.c: Declare frame_filters dictionary.
5821 (objfpy_dealloc): Add frame_filters dealloc.
5822 (objfpy_new): Initialize frame_filters attribute.
5823 (objfile_to_objfile_object): Ditto.
5824 (objfpy_get_frame_filters): New function.
5825 (objfpy_set_frame_filters): New function.
5826 * python/py-progspace.c: Declare frame_filters dictionary.
5827 (pspy_dealloc): Add frame_filters dealloc.
5828 (pspy_new): Initialize frame_filters attribute.
5829 (pspacee_to_pspace_object): Ditto.
5830 (pspy_get_frame_filters): New function.
5831 (pspy_set_frame_filters): New function.
5832 * python/py-framefilter.c: New file.
5833 * python/lib/gdb/command/frame_filters.py: New file.
5834 * python/lib/gdb/frames.py: New file.
5835 * python/lib/gdb/__init__.py: Initialize global frame_filters
5836 dictionary
5837 * python/lib/gdb/FrameDecorator.py: New file.
5838 * python/lib/gdb/FrameIterator.py: New file.
5839 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
5840 * mi/mi-cmds.h: Declare.
5841 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
5842 --no-frame-filter logic, and Python frame filter logic.
5843 (stack_enable_frame_filters): New function.
5844 (parse_no_frame_option): Ditto.
5845 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
5846 filter logic.
5847 (mi_cmd_stack_list_locals): Ditto.
5848 (mi_cmd_stack_list_args): Ditto.
5849 (mi_cmd_stack_list_variables): Ditto.
5850 * NEWS: Add frame filter note.
5851
5852 2013-05-09 Doug Evans <dje@google.com>
5853
5854 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
5855 All callers updated.
5856 (syms_from_objfile): Ditto. Make static.
5857 (symbol_file_add_with_addrs): Renamed from
5858 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
5859 num_offsets. All callers updated.
5860 * symfile.h (syms_from_objfile): Delete.
5861
5862 * symfile.c (decrement_reading_symtab): Add assert.
5863 (increment_reading_symtab): Ditto.
5864
5865 2013-05-09 Joel Brobecker <brobecker@adacore.com>
5866
5867 * source.c (forward_search_command): Replace call to getc
5868 by call to fgetc.
5869 (reverse_search_command): Likewise.
5870
5871 2013-05-08 Doug Evans <dje@google.com>
5872
5873 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
5874 matching test.
5875
5876 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5877
5878 * sol-thread.c (info_cb): Factorize the code a little.
5879
5880 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5881
5882 * sol-thread.c (info_cb): Rework the output of the "maintenance
5883 info sol-threads" command a bit.
5884
5885 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5886
5887 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
5888 Replace ti.ti_startfunc by ti.ti_pc.
5889
5890 2013-05-08 Joel Brobecker <brobecker@adacore.com>
5891
5892 * solib-aix.c (solib_aix_free_library_list): New function
5893 for the case where HAVE_LIBEXPAT is not defined.
5894
5895 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
5896
5897 PR breakpoints/15413:
5898 * breakpoint.c (condition_completer): Simplify the code to
5899 disconsider multiple locations of breakpoints when completing the
5900 "condition" command.
5901
5902 2013-05-07 Pierre Muller <muller@sourceware.org>
5903
5904 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
5905 instead of <sys/wait.h>.
5906
5907 2013-05-07 Pierre Muller <muller@sourceware.org>
5908
5909 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
5910 trailing new line from warning message.
5911
5912 2013-05-07 Pierre Muller <muller@sourceware.org>
5913
5914 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
5915 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
5916
5917 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5918
5919 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
5920 error message (ARI fix).
5921
5922 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5923
5924 * features/library-list-aix.dtd: Replace library-list by
5925 library-list-aix.
5926 * rs6000-nat.c: Replace library-list by library-list-aix
5927 throughout.
5928 * solib-aix.c: Likewise.
5929
5930 2013-05-07 Joel Brobecker <brobecker@adacore.com>
5931
5932 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
5933 Renames TARGET_OBJECT_AIX_LIBRARIES.
5934 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
5935 TARGET_OBJECT_LIBRARIES_AIX throughout.
5936 * solib-aix.c: Likwise.
5937
5938 2013-05-07 Yao Qi <yao@codesourcery.com>
5939
5940 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
5941 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
5942
5943 2013-05-07 Yao Qi <yao@codesourcery.com>
5944
5945 * solib-dsbt.c (enable_break): Declare.
5946 (dsbt_current_sos): Remove call to enable_break2.
5947 (enable_break2): Rename to enable_break. Set solib breakpoint
5948 on '_dl_debug_state'.
5949 (enable_break): Remove.
5950
5951 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
5952
5953 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
5954 debug state prior to replicating existing hardware watchpoints or
5955 breakpoints.
5956
5957 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5958
5959 * gcore.c (gcore_create_callback): Ignore sections with
5960 separate_debug_objfile_backlink != NULL.
5961
5962 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
5963 Andrew Jenner <andrew@codesourcery.com>
5964 Chung-Lin Tang <cltang@codesourcery.com>
5965 Julian Brown <julian@codesourcery.com>
5966
5967 Based on the nios2-elf port from Altera Corporation.
5968
5969 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
5970 nios2-linux-tdep.o.
5971 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
5972 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
5973 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
5974 * nios2-tdep.h: New.
5975 * nios2-tdep.c: New.
5976 * nios2-linux-tdep.c: New.
5977 * features/Makefile (WHICH): Add nios2-linux.
5978 (nios2-linux-expedite): Set.
5979 * features/nios2-cpu.xml: New.
5980 * features/nios2.xml: New.
5981 * features/nios2-linux.xml: New.
5982 * features/nios2.c: New (autogenerated).
5983 * features/nios2-linux.c: New (autogenerated).
5984 * regformats/nios2-linux.dat: New (autogenerated).
5985 * NEWS (Changes since GDB 7.6): Add new Nios II targets
5986 and commands.
5987
5988 2013-05-06 Doug Evans <dje@google.com>
5989
5990 * symfile.c: Whitespace cleanup.
5991
5992 * solist.h (struct target_so_ops): New member clear_so.
5993 * solib-svr4.c (svr4_clear_so): New function.
5994 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
5995 * solib.c (clear_so): Renamed from free_so_symbols.
5996 All callers updated. Call target clear_so if it exists.
5997
5998 2013-05-06 Tom Tromey <tromey@redhat.com>
5999
6000 * ada-lang.c (ada_value_primitive_packed_val): Don't
6001 call value_incref.
6002 * value.c (set_value_parent): Incref the new parent and decref
6003 the old parent.
6004 (value_copy, value_primitive_field): Use set_value_parent.
6005
6006 2013-05-06 Tom Tromey <tromey@redhat.com>
6007
6008 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
6009 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
6010 if needed.
6011 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
6012 * dwarf2read.c (write_constant_as_bytes)
6013 (dwarf2_fetch_constant_bytes): New functions.
6014
6015 2013-05-06 Tom Tromey <tromey@redhat.com>
6016
6017 * dwarf2read.c (dwarf2_const_value_data): Remove unused
6018 parameters.
6019 (dwarf2_const_value_attr): Update.
6020
6021 2013-05-06 Tom Tromey <tromey@redhat.com>
6022
6023 * somread.c (som_symfile_offsets): Add 'const' to addrs.
6024 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
6025 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
6026 Remove declaration.
6027
6028 2013-05-06 Tom Tromey <tromey@redhat.com>
6029
6030 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
6031 objfile's obstack.
6032
6033 2013-05-06 Doug Evans <dje@google.com>
6034
6035 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
6036 * stabsread.h (process_one_symbol): Update declaration.
6037 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
6038 * elfread.c (elf_symfile_relocate_probe): Ditto.
6039 * psymtab.c (relocate_psymtabs): Ditto.
6040 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
6041 (objfile_relocate): Ditto.
6042 * objfiles.h (objfile_relocate): Update declaration.
6043 * symfile.c (relative_addr_info_to_section_offsets): Constify
6044 addrs parameter.
6045 (default_symfile_offsets): Ditto.
6046 (syms_from_objfile_1): Constify offsets parameter.
6047 (syms_from_objfile): Ditto.
6048 (symbol_file_add_with_addrs_or_offsets): Ditto.
6049 (symfile_map_offsets_to_segments): Constify data parameter.
6050 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
6051 delta parameters of member relocate.
6052 (struct sym_probe_fns): Constify new_offsets,
6053 delta parameters of member sym_relocate_probe.
6054 (struct sym_fns): Constify section_addr_info parameter of member
6055 sym_offsets.
6056 (relative_addr_info_to_section_offsets): Update declaration.
6057 (default_symfile_offsets): Ditto.
6058 (syms_from_objfile): Ditto.
6059 (symfile_map_offsets_to_segments): Ditto.
6060
6061 * symfile.c (syms_from_objfile_1): Use correct section count when
6062 objfile->sf == NULL.
6063
6064 2013-05-06 Mike Frysinger <vapier@gentoo.org>
6065
6066 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
6067
6068 2013-05-06 Doug Evans <dje@google.com>
6069
6070 * psympriv.h (struct partial_symtab): Augment comment for member
6071 section_offsets.
6072
6073 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6074
6075 Reimplement shared library support on ppc-aix...
6076 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
6077 * features/library-list-aix.dtd: New file.
6078 * solib-aix.h, solib-aix.c: New file.
6079 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
6080 (rs6000_find_toc_address_hook): Delete.
6081 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
6082 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
6083 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
6084 "xml-utils.h".
6085 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
6086 (vmap_symtab, fixup_breakpoints): Delete.
6087 (rs6000_xfer_shared_libraries): New function.
6088 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
6089 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
6090 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
6091 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
6092 (rs6000_xfer_shared_library): New function.
6093 (find_toc_address): Delete.
6094 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
6095 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
6096 * xcoffread.c (record_minimal_symbol): Reloate symbol address
6097 before creating minimal symbol. Adjust function description
6098 accordingly.
6099 (scan_xcoff_symtab): Replace call to
6100 prim_record_minimal_symbol_and_info by call to
6101 record_minimal_symbol.
6102 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
6103 around default_symfile_offsets.
6104 * configure.tgt: Add solib-aix.o to gdb_target_obs for
6105 powerpc-aix targets.
6106 * config/rs6000/nm-rs6000.h: Delete.
6107 * config/powerpc/aix.mh (NAT_FILE): Delete.
6108 (NATDEPFILES): Remove xcoffsolib.o.
6109 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
6110 (ALL_TARGET_OBS): Add solib-aix.o.
6111 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
6112 config/rs6000/nm-rs6000.h. Add solib-aix.h.
6113 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
6114 * xcoffsolib.h, xcoffsolib.c: Delete.
6115
6116 * solib.c (reload_shared_libraries): Remove reference to
6117 SOLIB_CREATE_INFERIOR_HOOK.
6118 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
6119 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
6120 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
6121 comment.
6122 * corelow.c (deprecated_core_resize_section_table): Delete.
6123 * exec.c: Remove include of xcoffsolib.h".
6124 (map_vmap, vmap): Delete.
6125 (exec_close_1): Remove references to vmap.
6126 (exec_file_attach): Remove vmap handling code, and reference
6127 to DEPRECATED_IBM6000_TARGET.
6128 (bfdsec_to_vmap): Delete.
6129 (exec_files_info): Remove block of code handling VMAP.
6130 * infcmd.c (post_create_inferior): Remove reference to
6131 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
6132 * infrun.c (follow_exec): Remove reference to
6133 SOLIB_CREATE_INFERIOR_HOOK.
6134 * stack.c (print_frame): Remove reference to PC_SOLIB.
6135 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
6136 (dsbt_relocate_main_executable): Likewise.
6137 * solib-frv.c (frv_current_sos): Likewise.
6138
6139 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6140
6141 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
6142 to target_write_memory and target_read_memory.
6143
6144 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6145
6146 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
6147 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
6148
6149 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6150
6151 * darwin-nat.c: Replace all "%x" instances in format strings
6152 into "0x%x" throughout.
6153
6154 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6155
6156 * darwin-nat.c (darwin_mourn_inferior): Replace call to
6157 gdb_assert by call to MACH_CHECK_ERROR.
6158 (darwin_attach_pid): Raise an error rather than a failed
6159 assertion when various system calls failed. Report a warning
6160 instead of raising a failed assertion when PREV_NOT is not NULL
6161 after call to mach_port_request_notification.
6162 (darwin_ptrace_me): Raise an error rather than a failed
6163 assertion when read returns nonzero.
6164
6165 2013-05-06 Joel Brobecker <brobecker@adacore.com>
6166
6167 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
6168
6169 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6170
6171 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
6172
6173 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6174
6175 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
6176 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
6177 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
6178 a stale cleanup. Fix double free of NAME.
6179
6180 2013-05-04 Eli Zaretskii <eliz@gnu.org>
6181
6182 * windows-nat.c (windows_delete_thread): Accept an additional
6183 argument, the thread's exit code, and announce thread death when
6184 print_thread_events is non-zero and we are deleting a thread that
6185 is not the main thread.
6186 (get_windows_debug_event): Pass thread exit code to
6187 windows_delete_thread.
6188
6189 2013-05-03 Kevin Buettner <kevinb@redhat.com>
6190
6191 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
6192 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
6193 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
6194 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
6195 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
6196 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
6197 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
6198 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
6199 (gdbarch_tdep): New struct.
6200 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
6201 E_NUM_REGS.
6202 (v850e3v5_register_name): New function.
6203 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
6204 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
6205 code handling the struct return conventions for the RH850 ABI.
6206 Update all callers.
6207 (v850_eight_byte_align_p): New function.
6208 (v850_push_call_dummy): Push structs by value, not by reference
6209 for the RH850 ABI. Add support for eight byte alignment.
6210 (v850_dbtrap_breakpoint_from_pc): New function.
6211 (v850_gdbarch_init): Add ABI detection code. Register
6212 v850e3v5_register_name for the v850e3v5 architecture. Set the
6213 number of registers for v850e3v5. Register
6214 v850_dbtrap_breakpoint_from_pc as appropriate.
6215 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
6216
6217 2013-05-03 Doug Evans <dje@google.com>
6218
6219 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
6220 of bfd_count_sections.
6221 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
6222 * symfile.c (default_symfile_offsets): Ditto.
6223 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
6224 one entry, not bfd_count_sections entries.
6225
6226 2013-05-03 Kevin Buettner <kevinb@redhat.com>
6227
6228 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
6229 `save' and `restore' register groups. Don't include SPL
6230 or SPH in these groups.
6231 (rl78_dwarf_reg_to_regnum): Adjust mapping for
6232 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
6233 RL78_ES_REGNUM, and RL78_CS_REGNUM.
6234 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
6235 dwarf2_append_unwinders().
6236
6237 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6238
6239 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
6240 ignore SIGINT and SIGTRAP in case these internal signals are
6241 caught explicitely.
6242
6243 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6244
6245 * darwin-nat.c (darwin_read_write_inferior): Change types
6246 of parameters rdaddr and wraddr to "gdb_byte *". Change type
6247 of copy_count to "mach_msg_type_number_t".
6248 (darwin_read_dyld_info): Change type of parameter
6249 rdaddr to "gdb_byte *".
6250
6251 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6252
6253 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
6254 of &info->load_map from "char *" to "gdb_byte *".
6255
6256 2013-05-01 Joel Brobecker <brobecker@adacore.com>
6257
6258 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
6259 from "char *" to "gdb_byte *".
6260 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
6261
6262 2013-04-30 Doug Evans <dje@google.com>
6263
6264 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
6265 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
6266 DWO stub. If DWO isn't found, just use stub.
6267 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
6268
6269 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
6270 calling init_cutu_and_read_dies.
6271
6272 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
6273
6274 * target-descriptions.c (maint_print_c_tdesc_cmd):
6275 Add case to parse structures as register types and
6276 bitfields.
6277
6278 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
6279
6280 * MAINTAINERS (Write After Approval): Add myself to the list.
6281
6282 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6283
6284 * sol-thread.c (rw_common): Change type of parameter "buf"
6285 to "gdb_byte *".
6286 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
6287 rw_common to "gdb_byte *" instead of "char *".
6288
6289 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6290
6291 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
6292 of local variable msym to const struct bound_minimal_symbol.
6293 Adjust use accordingly.
6294 [ti.ti_state == TD_THR_SLEEP]: Likewise.
6295
6296 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
6297
6298 * i386gnu-nat.c (CREG_OFFSET): New macro.
6299 (creg_offset): New array.
6300 (CREG_ADDR): Use creg_offset instead of reg_offset.
6301
6302 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6303
6304 * mep-tdep.c (mep_write_pc): Delete.
6305 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
6306 Add call to set_gdbarch_pc_regnum.
6307
6308 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6309
6310 * common/filestuff.c: Replace #include <dirent.h> by
6311 #include "gdb_dirent.h".
6312
6313 2013-04-30 Joel Brobecker <brobecker@adacore.com>
6314
6315 * common/filestuff.c: Replace #include <sys/stat.h> by
6316 #include "gdb_stat.h".
6317
6318 2013-04-29 Pierre Muller <muller@sourceware.org>
6319
6320 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
6321 editCase function rule.
6322 (get_DW_AT_signature_type): Likewise.
6323
6324 2013-04-29 Joel Brobecker <brobecker@adacore.com>
6325
6326 * m32r-tdep.c (m32r_write_pc): Delete.
6327 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
6328 Add call to set_gdbarch_pc_regnum.
6329
6330 2013-04-29 Pierre Muller <muller@sourceware.org>
6331
6332 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
6333
6334 2013-04-29 Joel Brobecker <brobecker@adacore.com>
6335
6336 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
6337
6338 2013-04-28 Yao Qi <yao@codesourcery.com>
6339
6340 * solib-dsbt.c (fetch_loadmap): Re-indent.
6341 (displacement_from_map, enable_break2): Likewise.
6342 (dsbt_relocate_section_addresses): Likewise.
6343
6344 2013-04-26 Joel Brobecker <brobecker@adacore.com>
6345
6346 GDB 7.6 released.
6347
6348 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
6349
6350 PR corefiles/14983:
6351 * dwarf2read.c (process_full_comp_unit): Always create a static
6352 block.
6353
6354 2013-04-25 Hui Zhu <hui@codesourcery.com>
6355
6356 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
6357 to loc->cmd_bytecode.
6358
6359 2013-04-24 Doug Evans <dje@google.com>
6360
6361 * dwarf2read.c (setup_type_unit_groups): Fix comment.
6362
6363 2013-04-22 Keith Seitz <keiths@redhat.com>
6364
6365 * tracepoint.c (trace_save): Call the writer's start method.
6366
6367 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
6368
6369 PR gdb/10462
6370 * cli/cli-decode.c (lookup_command): Show an error if there is no space
6371 before argument.
6372
6373 2013-04-23 Tom Tromey <tromey@redhat.com>
6374
6375 * common/filestuff.c: Check USE_WIN32API before including
6376 sys/socket.h.
6377 (HAVE_F_GETFD): New define.
6378 (mark_cloexec): Check HAVE_F_GETFD.
6379 (gdb_open_cloexec): Change 'mode' to unsigned long.
6380 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
6381 (gdb_pipe_cloexec): Check HAVE_PIPE.
6382 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
6383 long.
6384
6385 2013-04-23 Hui Zhu <hui@codesourcery.com>
6386
6387 PR gdb/15293
6388 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
6389
6390 2013-04-23 Hui Zhu <hui@codesourcery.com>
6391
6392 PR gdb/15165
6393 * breakpoint.c (dprintf_print_recreate): New.
6394 (save_breakpoints): Let it not save dprintf commands.
6395 (initialize_breakpoint_ops): Set dprintf_print_recreate.
6396
6397 2013-04-22 Tom Tromey <tromey@redhat.com>
6398
6399 PR gdb/7912:
6400 * Makefile.in (SFILES): Add filestuff.c
6401 (COMMON_OBS): Add filestuff.o.
6402 (filestuff.o): New target.
6403 * auto-load.c (auto_load_objfile_script_1): Use
6404 gdb_fopen_cloexec.
6405 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
6406 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
6407 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
6408 * common/agent.c (gdb_connect_sync_socket): Use
6409 gdb_socket_cloexec.
6410 * common/filestuff.c: New file.
6411 * common/filestuff.h: New file.
6412 * common/linux-osdata.c (linux_common_core_of_thread)
6413 (command_from_pid, commandline_from_pid, print_source_lines)
6414 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
6415 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
6416 gdb_fopen_cloexec.
6417 * common/linux-procfs.c (linux_proc_get_int)
6418 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
6419 * config.in, configure: Rebuild.
6420 * configure.ac: Don't check for sys/socket.h. Check for
6421 fdwalk, pipe2.
6422 * corelow.c (core_open): Use gdb_open_cloexec.
6423 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
6424 * fork-child.c (fork_inferior): Call close_most_fds.
6425 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
6426 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
6427 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
6428 Use gdb_fopen_cloexec.
6429 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
6430 gdb_open_cloexec.
6431 (linux_async_pipe): Use gdb_pipe_cloexec.
6432 * remote-fileio.c (remote_fileio_func_open): Use
6433 gdb_open_cloexec.
6434 * remote.c (remote_file_put, remote_file_get): Use
6435 gdb_fopen_cloexec.
6436 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
6437 close_most_fds.
6438 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
6439 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
6440 * solib.c (solib_find): Use gdb_open_cloexec.
6441 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
6442 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
6443 (tfile_open): Use gdb_open_cloexec.
6444 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
6445 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
6446 * xml-support.c (xml_fetch_content_from_file): Use
6447 gdb_fopen_cloexec.
6448 * main.c (captured_main): Call notice_open_fds.
6449
6450 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
6451
6452 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
6453 'char *' to 'gdb_byte *'.
6454 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
6455 'gdb_byte'.
6456
6457 2013-04-22 Yao Qi <yao@codesourcery.com>
6458
6459 * infrun.c: Fix typo in comment.
6460
6461 2013-04-22 Andrew Haley <aph@redhat.com>
6462
6463 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
6464 instead of "long".
6465
6466 2013-04-20 Yao Qi <yao@codesourcery.com>
6467
6468 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
6469 'char *' to 'gdb_byte *'. Cast the return value of
6470 'bt_ctf_get_char_array' to 'gdb_byte *'.
6471
6472 2013-04-19 Pedro Alves <palves@redhat.com>
6473
6474 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
6475 -Wpointer-sign.
6476 * configure: Regenerate.
6477
6478 2013-04-19 Pedro Alves <palves@redhat.com>
6479
6480 * ser-tcp.c (net_read_prim): Cast second argument to recv to
6481 'void *'.
6482
6483 2013-04-19 Pedro Alves <palves@redhat.com>
6484
6485 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
6486 Change type of 'myaddr' parameter to gdb_byte pointer.
6487 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
6488 to 'long long' pointer instead of to 'unsigned long long'.
6489 (monitor_write_memory_block, monitor_read_memory_single)
6490 (monitor_read_memory): Change type of 'myaddr' parameter to
6491 gdb_byte pointer.
6492
6493 2013-04-19 Pedro Alves <palves@redhat.com>
6494
6495 * record.c (validate_history_size): Make parameter 'setting'
6496 unsigned.
6497
6498 2013-04-19 Pedro Alves <palves@redhat.com>
6499
6500 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
6501 to 'gdb_byte *'.
6502
6503 2013-04-19 Pedro Alves <palves@redhat.com>
6504
6505 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
6506 local to int.
6507
6508 2013-04-19 Pedro Alves <palves@redhat.com>
6509
6510 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
6511 * ada-tasks.c (read_fat_string_value): Likewise.
6512
6513 2013-04-19 Pedro Alves <palves@redhat.com>
6514
6515 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
6516 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
6517 'offset', and adjust.
6518
6519 2013-04-19 Pedro Alves <palves@redhat.com>
6520
6521 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
6522 (read_index_from_section): Add cast to 'char *'.
6523
6524 2013-04-19 Pedro Alves <palves@redhat.com>
6525
6526 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
6527
6528 2013-04-19 Pedro Alves <palves@redhat.com>
6529
6530 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
6531
6532 2013-04-19 Pedro Alves <palves@redhat.com>
6533
6534 * record-full.c (record_full_get_bookmark): Change local 'ret'
6535 type to char * and add cast to gdb_byte *.
6536 (record_full_goto_bookmark): Handle 'bookmark' argument as a
6537 string.
6538 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
6539
6540 2013-04-19 Pedro Alves <palves@redhat.com>
6541
6542 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
6543 * python/py-prettyprint.c (print_string_repr): Change type of
6544 'output' local to char *. Add cast to gdb_byte * in
6545 LA_PRINT_STRING call.
6546 (print_children): Change type of 'output' local to char *.
6547 * python/py-value.c (valpy_string): Add cast to const char * in
6548 PyUnicode_Decode call.
6549
6550 2013-04-19 Pedro Alves <palves@redhat.com>
6551
6552 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
6553 and change its type to 'const char *'. Adjust.
6554 (mips_send_packet): Add cast to 'char *', and remove cast to
6555 'unsigned char *'.
6556 (mips_receive_packet): Remove cast to 'unsigned char *'.
6557 (mips_load_srec): Use bfd_byte.
6558 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
6559 (pmon_checkset): Make 'value' parameter unsigned.
6560
6561 2013-04-19 Pedro Alves <palves@redhat.com>
6562
6563 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
6564
6565 2013-04-19 Pedro Alves <palves@redhat.com>
6566
6567 * remote.c (remote_write_bytes_aux, compare_sections_command)
6568 (remote_read_qxfer)
6569 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
6570 (remote_hostio_readlink, remote_bfd_iovec_pread)
6571 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
6572 binary buffer, and char when buffer is used as string.
6573 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
6574 (trace_save, tfile_open, traceframe_walk_blocks)
6575 (tfile_fetch_registers): Likewise.
6576
6577 2013-04-19 Pedro Alves <palves@redhat.com>
6578
6579 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
6580 buffer and size_t size. Adjust.
6581 * ser-base.h (ser_base_write): Adjust.
6582 * ser-go32.c (cnts): Change type to size_t.
6583 (dos_write): Change prototype -- take 'void *'
6584 buffer and size_t size. Adjust.
6585 (dos_info): Print elements of 'cnts' as unsigned long.
6586 * serial.c (serial_write): Likewise.
6587 * serial.h (serial_write): Adjust.
6588 (struct serial_ops) <write>: Change prototype -- take 'void *'
6589 buffer and size_t size. Adjust.
6590
6591 2013-04-19 Pedro Alves <palves@redhat.com>
6592
6593 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
6594 gdb_byte *.
6595 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
6596
6597 2013-04-19 Pedro Alves <palves@redhat.com>
6598
6599 * alpha-tdep.c (alpha_extract_return_value): Use
6600 regcache_cooked_read_unsigned to read 'v0'.
6601
6602 2013-04-19 Pedro Alves <palves@redhat.com>
6603
6604 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
6605 parameters 'at', 'as' and 'offset' to uint32_t.
6606
6607 2013-04-19 Pedro Alves <palves@redhat.com>
6608
6609 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
6610 'is64' to signed 'int'.
6611
6612 2013-04-19 Pedro Alves <palves@redhat.com>
6613
6614 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
6615 parameter to int *.
6616
6617 2013-04-19 Pedro Alves <palves@redhat.com>
6618
6619 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
6620 'insnbuf' buffer type to unsigned int[].
6621
6622 2013-04-19 Pedro Alves <palves@redhat.com>
6623
6624 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
6625
6626 2013-04-19 Pedro Alves <palves@redhat.com>
6627
6628 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
6629 unsigned long *.
6630
6631 2013-04-19 Pedro Alves <palves@redhat.com>
6632
6633 * alpha-tdep.c (heuristic_fence_post): Change type to int.
6634 (alpha_heuristic_proc_start): Adjust to check -1 instead of
6635 UINT_MAX.
6636 * mips-tdep.c (heuristic_fence_post): Change type to int.
6637 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
6638
6639 2013-04-19 Pedro Alves <palves@redhat.com>
6640
6641 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
6642 (struct gdbarch_tdep) <cris_version>: Make unsigned.
6643 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
6644
6645 2013-04-19 Pedro Alves <palves@redhat.com>
6646
6647 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
6648 it to get a string view of the byte buffer.
6649 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
6650 type to gdb_byte *. Adjust.
6651 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
6652 Change local to char *.
6653 * solib-darwin.c (find_program_interpreter): Change return type to
6654 char *. Adjust.
6655 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
6656 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
6657 * solib-frv.c (enable_break2): Change local 'buf' to char *.
6658 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
6659 * solib-svr4.c (find_program_interpreter): Change return type to
6660 char *. Adjust.
6661 (enable_break): Change local 'interp_name' to char *.
6662 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6663 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
6664 (spu_pseudo_register_write_spu): Use char for string buffer.
6665 Adjust.
6666 (info_spu_event_command, info_spu_signal_command): Add casts to
6667 'char *'.
6668
6669 2013-04-19 Pedro Alves <palves@redhat.com>
6670
6671 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
6672 gdb_byte[].
6673 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
6674 * ada-lang.c (ada_value_assign): Use gdb_byte.
6675 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
6676 (alphanbsd_sigtramp_offset): Use gdb_byte.
6677 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
6678 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
6679 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
6680 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
6681 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
6682 * arm-tdep.c (arm_stub_unwind_sniffer)
6683 (arm_displaced_init_closure): Use gdb_byte.
6684 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
6685 (arm_default_thumb_le_breakpoint)
6686 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
6687 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
6688 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
6689 * arm-wince-tdep.c (arm_wince_le_breakpoint)
6690 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
6691 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
6692 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
6693 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
6694 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
6695 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
6696 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
6697 (cris_store_return_value, cris_extract_return_value): Use
6698 gdb_byte.
6699 (constraint): Change type of parameter to char * from signed
6700 char*. Use gdb_byte.
6701 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
6702 of local buffer to gdb_byte *.
6703 * dwarf2read.c (read_index_from_section): Use gdb_byte.
6704 (create_dwp_hash_table): Change type of locals to gdb_byte *.
6705 (add_address_entry): Change type of local buffer to gdb_byte[].
6706 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
6707 (frv_push_dummy_call): Use gdb_byte.
6708 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
6709 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
6710 (hppa_hpux_supply_save_state): Use gdb_byte.
6711 * hppa-tdep.c (hppa32_push_dummy_call)
6712 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
6713 * ia64-tdep.c (extract_bit_field, replace_bit_field)
6714 (slotN_contents, replace_slotN_contents): Change type of parameter
6715 to gdb_byte *.
6716 (fetch_instruction, ia64_pseudo_register_write)
6717 (ia64_register_to_value, ia64_value_to_register)
6718 (ia64_extract_return_value, ia64_store_return_value)
6719 (ia64_push_dummy_call): Use gdb_byte.
6720 * m32c-tdep.c (m32c_return_value): Remove cast.
6721 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
6722 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
6723 gdb_byte.
6724 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
6725 * mn10300-tdep.c (mn10300_store_return_value)
6726 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
6727 gdb_byte.
6728 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
6729 (moxie_process_record): Remove casts.
6730 * ppc-ravenscar-thread.c (supply_register_at_address)
6731 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
6732 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
6733 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
6734 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
6735 * remote.c (compare_sections_command): Use gdb_byte.
6736 * score-tdep.c (score7_free_memblock): Change type of parameter to
6737 gdb_byte *.
6738 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
6739 gdb_byte *. Use gdb_byte.
6740 (sh_push_dummy_call_fpu): Use gdb_byte.
6741 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
6742 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
6743 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
6744 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6745 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
6746 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
6747 (sh64_store_return_value, sh64_register_convert_to_virtual):
6748 Change parameter type to 'gdb_byte *'. Use gdb_byte.
6749 (sh64_pseudo_register_write): Use gdb_byte.
6750 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
6751 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
6752 buffer.
6753 (irix_current_sos): Use gdb_byte.
6754 * solib-som.c (som_current_sos): Use gdb_byte.
6755 * sparc-ravenscar-thread.c (supply_register_at_address)
6756 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
6757 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
6758 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
6759 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
6760 'gdb_byte *'.
6761 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
6762 'gdb_byte *'.
6763 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
6764 * xstormy16-tdep.c (xstormy16_extract_return_value)
6765 (xstormy16_store_return_value): Change parameter type to
6766 'gdb_byte *'. Adjust.
6767 (xstormy16_push_dummy_call): Use gdb_byte.
6768 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
6769 (call0_analyze_prologue, execute_code): Use gdb_byte.
6770
6771 2013-04-19 Vladimir Kargov <kargov@gmail.com>
6772 Pedro Alves <palves@redhat.com>
6773
6774 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
6775 value contents.
6776
6777 2013-04-17 Doug Evans <dje@google.com>
6778
6779 * dwarf2read.c (struct signatured_type): New member type.
6780 (struct attribute): Replace member signatured_type with signature.
6781 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
6782 (read_call_site_scope): Call follow_die_ref instead of
6783 follow_die_ref_or_sig.
6784 (read_structure_type): Rewrite handling of signatured types.
6785 (read_enumeration_type): Ditto.
6786 (read_attribute_value): Update.
6787 (build_error_marker_type): New function.
6788 (lookup_die_type): Add assert. Rewrite handling of signatured types.
6789 Don't call error for bad types, just build an error marker type.
6790 (dump_die_shallow): Update.
6791 (follow_die_sig_1): Renamed from follow_die_sig.
6792 Don't call error for bad types, instead return NULL.
6793 (follow_die_sig): New function.
6794 (get_signatured_type, get_DW_AT_signature_type): New functions.
6795
6796 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
6797
6798 * aarch64-tdep.c (aarch64_write_pc): Removed.
6799 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
6800 function.
6801
6802 2013-04-17 Yao Qi <yao@codesourcery.com>
6803
6804 * top.c (print_gdb_configuration): Print configure-time
6805 parameter on using libbabeltrace or not.
6806
6807 2013-04-16 Pedro Alves <palves@redhat.com>
6808
6809 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
6810
6811 2013-04-16 Pedro Alves <palves@redhat.com>
6812
6813 * common/glibc_thread_db.h: Update from upstream glibc
6814 (git 568035b7874a099087b77f7bba3e36a1173787b0).
6815
6816 2013-04-16 Pedro Alves <palves@redhat.com>
6817
6818 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
6819 * common/glibc_thread_db.h: ... this new file ...
6820 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
6821
6822 2013-04-16 Will Newton <will.newton@gmail.com>
6823 Pedro Alves <palves@redhat.com>
6824
6825 PR build/11881
6826
6827 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
6828 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
6829 HAVE_THREAD_DB_H.
6830
6831 2013-04-16 Pedro Alves <palves@redhat.com>
6832 Eli Zaretskii <eliz@gnu.org>
6833
6834 * NEWS: Mention "set foo unlimited".
6835
6836 2013-04-15 Doug Evans <dje@google.com>
6837
6838 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
6839 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
6840 (create_dwo_cu_reader): Renamed from
6841 create_dwo_debug_info_hash_table_reader.
6842 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
6843 Remove support for multiple CUs in a DWO file.
6844 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
6845
6846 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
6847 instead of phex.
6848 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
6849 (create_dwo_in_dwp): Ditto.
6850
6851 2013-04-15 Tom Tromey <tromey@redhat.com>
6852
6853 * NEWS: Move recent entries into "since 7.6" section.
6854
6855 2013-04-15 Tom Tromey <tromey@redhat.com>
6856
6857 PR c++/13588:
6858 * NEWS: Update.
6859 * break-catch-throw.c (struct exception_catchpoint)
6860 <exception_rx, pattern>: New fields.
6861 (fetch_probe_arguments, dtor_exception_catchpoint)
6862 (check_status_exception_catchpoint)
6863 (print_one_detail_exception_catchpoint): New functions.
6864 (handle_gnu_v3_exceptions): Add "except_rx" argument.
6865 Compile regular expression if needed.
6866 (extract_exception_regexp): New function.
6867 (catch_exception_command_1): Use extract_exception_regexp.
6868 (compute_exception): Use fetch_probe_arguments.
6869 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
6870 and check_status fields.
6871 * cp-abi.c (cplus_typename_from_type_info): New function.
6872 * cp-abi.h (cplus_typename_from_type_info): Declare.
6873 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
6874 * gdb_regex.h (compile_rx_or_error): Declare.
6875 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
6876 comment.
6877 (init_gnuv3_ops): Set get_type_from_type_info field.
6878 * probe.c (compile_rx_or_error): Move...
6879 * utils.c (compile_rx_or_error): ... here.
6880
6881 2013-04-15 Tom Tromey <tromey@redhat.com>
6882
6883 PR c++/15176:
6884 * NEWS: Update.
6885 * break-catch-throw.c (compute_exception): New function.
6886 (exception_funcs): New global.
6887 (_initialize_break_catch_throw): Create $_exception.
6888 * cp-abi.c (cplus_type_from_type_info): New function.
6889 * cp-abi.h (cplus_type_from_type_info): Declare.
6890 (struct cp_abi_ops) <get_type_from_type_info>: New field.
6891 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
6892 (gnuv3_get_type_from_type_info): New functions.
6893 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
6894
6895 2013-04-15 Tom Tromey <tromey@redhat.com>
6896
6897 * break-catch-throw.c (struct exception_names): New.
6898 (exception_functions): Change type.
6899 (re_set_exception_catchpoint): Look for SDT probes.
6900
6901 2013-04-15 Tom Tromey <tromey@redhat.com>
6902
6903 PR c++/10119:
6904 * break-catch-throw.c (exception_functions): New global.
6905 (gnu_v3_exception_catchpoint_ops): Move earlier.
6906 (struct exception_catchpoint): New.
6907 (classify_exception_breakpoint): Rewrite.
6908 (re_set_exception_catchpoint): New function.
6909 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
6910 Allocate a struct exception_catchpoint.
6911 (catch_exception_command_1): Update.
6912 (initialize_throw_catchpoint_ops): Set 're_set' method.
6913
6914 2013-04-15 Tom Tromey <tromey@redhat.com>
6915
6916 * Makefile.in (SFILES): Add break-catch-throw.c
6917 (COMMON_OBS): Add break-catch-throw.o.
6918 * break-catch-throw.c: New file.
6919 * breakpoint.c: Move exception-catching code to new file.
6920 (ep_parse_optional_if_clause): No longer static.
6921 * breakpoint.h (ep_parse_optional_if_clause): Declare.
6922
6923 2013-04-15 Tom Tromey <tromey@redhat.com>
6924
6925 PR c++/9065:
6926 * NEWS: Update.
6927 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
6928 * c-exp.y (TYPEID): New token.
6929 (exp): Add new TYPEID productions.
6930 (ident_tokens): Add "typeid".
6931 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
6932 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
6933 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
6934 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
6935 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
6936 case.
6937 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
6938 (build_std_type_info_type, gnuv3_get_typeid_type)
6939 (gnuv3_get_typeid): New functions.
6940 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
6941 new fields on ABI object.
6942 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
6943 * std-operator.def (OP_TYPEID): New.
6944
6945 2013-04-15 Tom Tromey <tromey@redhat.com>
6946
6947 * elfread.c (elf_symtab_read): Install versioned symbol under
6948 unversioned name as well.
6949
6950 2013-04-15 Tom Tromey <tromey@redhat.com>
6951
6952 PR c++/11990:
6953 * c-lang.c (cplus_language_defn): Use gdb_demangle.
6954 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
6955 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
6956 (gdb_demangle): New function.
6957 * cp-support.h (gdb_demangle): Declare.
6958 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
6959 (dwarf2_name): Use gdb_demangle.
6960 * gdbtypes.c (check_stub_method): Use gdb_demangle.
6961 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
6962 suffixes from name.
6963 (gnuv3_print_method_ptr): Use gdb_demangle.
6964 * jv-lang.c (java_demangle): Use gdb_demangle.
6965 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
6966 * language.c (unk_lang_demangle): Use gdb_demangle.
6967 * symtab.c (symbol_find_demangled_name)
6968 (demangle_for_lookup): Use gdb_demangle.
6969
6970 2013-04-15 Tom Tromey <tromey@redhat.com>
6971
6972 PR c++/12824:
6973 * NEWS: Update.
6974 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
6975 New constant.
6976 (classify_exception_breakpoint): New function.
6977 (print_it_exception_catchpoint, print_one_exception_catchpoint)
6978 (print_mention_exception_catchpoint)
6979 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
6980 (catch_exception_command_1): Handle "rethrow" catchpoint.
6981 (catch_rethrow_command): New function.
6982 (_initialize_breakpoint): Add "catch rethrow" command.
6983
6984 2013-04-15 Pierre Muller <muller@sourceware.org>
6985
6986 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
6987 set_gdbarch_write_pc as deprecated anymore.
6988
6989 2013-04-15 Joel Brobecker <brobecker@adacore.com>
6990
6991 * spu-tdep.c (spu_write_pc): Add empty line after local variable
6992 declarations.
6993
6994 2013-04-13 Yao Qi <yao@codesourcery.com>
6995
6996 * ctf.c (_initialize_ctf): Include "completer.h".
6997 Call add_target_with_completer instead of add_target.
6998
6999 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7000
7001 Fix GDB regression related to PR binutils/14813.
7002 * jit.c (mem_bfd_iovec_close): Return 0 for success.
7003 * minidebug.c (lzma_close): Add return value comment.
7004 * remote.c (remote_bfd_iovec_close): Return 0 for success.
7005 * solib-spu.c (spu_bfd_iovec_close): Likewise.
7006 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
7007
7008 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7009
7010 * config.in: Regenerate.
7011
7012 2013-04-12 Tom Tromey <tromey@redhat.com>
7013
7014 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
7015 const.
7016 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
7017 (struct die_reader_specs) <buffer>: Likewise.
7018 (die_reader_func_ftype): Make 'info_ptr' const.
7019 (struct line_header) <include_dirs, statement_program_start,
7020 statement_program_end>: Now const.
7021 (struct file_entry) <name>: Likewise.
7022 (struct partial_die_info) <sibling>: Likewise.
7023 (struct dwarf_block) <data>: Likewise.
7024 (dwarf2_read_section): Remove cast.
7025 (dwarf2_get_section_info): Make 'bufp' const.
7026 (read_index_from_section): Constify.
7027 (dw2_get_file_names_reader): Make 'info_ptr' const.
7028 (dw2_get_primary_filename_reader): Likewise.
7029 (read_comp_unit_head): Make 'info_ptr' and return type const.
7030 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
7031 Likewise.
7032 (read_abbrev_offset): Constify.
7033 (dwarf2_create_include_psymtab): Make 'name' const.
7034 (create_debug_types_hash_table): Update.
7035 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
7036 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
7037 Constify.
7038 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
7039 (load_partial_comp_unit_reader): Make 'info_ptr' const.
7040 (read_comp_units_from_section): Constify.
7041 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
7042 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
7043 const.
7044 (dwarf2_compute_name, setup_type_unit_groups): Constify.
7045 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
7046 (create_dwp_hash_table, dwarf2_ranges_read)
7047 (dwarf2_record_block_ranges): Constify.
7048 (read_die_and_children, read_die_and_siblings_1)
7049 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
7050 const.
7051 (read_full_die_1, read_full_die): Make 'info_ptr' const.
7052 (abbrev_table_read_table): Constify.
7053 (load_partial_dies): Make 'info_ptr' const.
7054 (read_partial_die, read_attribute_value, read_attribute): Make
7055 'info_ptr' and return type const.
7056 (read_address, read_initial_length)
7057 (read_checked_initial_length_and_offset, read_offset)
7058 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
7059 const.
7060 (read_direct_string): Make 'buf' and return type const.
7061 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
7062 (read_indirect_string): Make return type const.
7063 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
7064 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
7065 'info_ptr' const.
7066 (read_str_index): Make return type const.
7067 (add_include_dir): Make 'include_dir' const.
7068 (add_file_name): Make 'name' const.
7069 (dwarf_decode_line_header): Constify.
7070 (psymtab_include_file_name): Make return type const.
7071 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
7072 (dwarf2_start_subfile): Make 'filename' const.
7073 (dwarf2_const_value_attr): Make 'bytes' const.
7074 (read_signatured_type_reader): Make 'info_ptr' const.
7075 (decode_locdesc): Constify.
7076 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
7077 const.
7078 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
7079 'mac_end', and return type const.
7080 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
7081 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
7082 type const.
7083 (per_cu_header_read_in): Constify.
7084 * symfile.h (dwarf2_get_section_info): Update.
7085
7086 2013-04-12 Tom Tromey <tromey@redhat.com>
7087
7088 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
7089
7090 2013-04-12 Eli Zaretskii <eliz@gnu.org>
7091
7092 * NEWS: Mention "show configuration", --configuration.
7093 * top.c (print_gdb_configuration): New function, displays the
7094 details about GDB configure-time parameters.
7095 (print_gdb_version): Mention "show configuration".
7096 * cli/cli-cmds.c (show_configuration): New function.
7097 (_initialize_cli_cmds): Add the "show configuration" command.
7098 * main.c (captured_main) <print_configuration>: New static var.
7099 <long_options>: Use it.
7100 If --configuration was given, call print_gdb_configuration.
7101
7102 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7103 Pedro Alves <palves@redhat.com>
7104
7105 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
7106 (generated_files): Add gcore.
7107 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
7108 HAVE_NATIVE_GCORE_HOST.
7109 (gcore): New.
7110 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
7111 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
7112 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
7113 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
7114 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
7115 Add HAVE_NATIVE_GCORE_HOST.
7116 * configure: Regenerate.
7117 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
7118 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
7119 AC_CONFIG_FILES for gcore.
7120 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
7121 gdb_have_gcore.
7122 * gdb_gcore.sh: Rename to ...
7123 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
7124 and GCORE_TRANSFORM_NAME substitutions.
7125
7126 Fix parsing tabs in ${gdb_target_obs}.
7127 * configure.tgt (gdb_have_gcore): Replace case with for and if.
7128
7129 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7130
7131 * remote.c (unpush_and_perror): Add output message final dot.
7132
7133 2013-04-11 Yao Qi <yao@codesourcery.com>
7134
7135 * tracepoint.c (tfile_interp_line): Fit parameters line and
7136 utpp in one line.
7137
7138 2013-04-10 Joel Brobecker <brobecker@adacore.com>
7139
7140 * solib.c (solib_map_sections): Remove code overwriting
7141 SO->SO_NAME with the bfd's filename.
7142
7143 2013-04-10 Pedro Alves <palves@redhat.com>
7144
7145 * cli/cli-decode.c (integer_unlimited_completer): New function.
7146 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
7147 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
7148 completer.
7149 * cli/cli-setshow.c: Include "cli/cli-utils.h".
7150 (is_unlimited_literal): New function.
7151 (do_set_command): Handle literal "unlimited" arguments.
7152 * frame.c (_initialize_frame) <set backtrace limit>: Document
7153 "unlimited".
7154 * printcmd.c (_initialize_printcmd) <set print
7155 max-symbolic-offset>: Add help text.
7156 * record-full.c (_initialize_record_full) <set record full
7157 insn-number-max>: Likewise.
7158 * record.c (_initialize_record) <set record
7159 instruction-history-size, set record function-call-history-size>:
7160 Add help text.
7161 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
7162 help text.
7163 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
7164 Likewise.
7165 * source.c (_initialize_source) <set listsize>: Add help text.
7166 * utils.c (initialize_utils) <set height, set width>: Likewise.
7167 <set pagination>: Mention "set height unlimited".
7168 * valprint.c (_initialize_valprint) <set print elements, set print
7169 repeats>: Document "unlimited".
7170
7171 2013-04-10 Pedro Alves <palves@redhat.com>
7172
7173 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
7174 instead of disconnect_tracing.
7175 * infcmd.c (detach_command, disconnect_command): Call
7176 query_if_trace_running. Adjust.
7177 * top.c: Include "tracepoint.h".
7178 (quit_target): Delete. Contents moved ...
7179 (quit_force): ... here. Wrap each stage of teardown in
7180 TRY_CATCH. Call disconnect_tracing before detaching.
7181
7182 2013-04-10 Hui Zhu <hui@codesourcery.com>
7183 Yao Qi <yao@codesourcery.com>
7184
7185 * configure.ac: Check libbabeltrace is installed.
7186 * config.in: Regenerate.
7187 * configure: Regenerate.
7188 * Makefile.in (LIBBABELTRACE): New.
7189 (CLIBS): Add LIBBABELTRACE.
7190 * ctf.c: Include "exec.h".
7191 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
7192 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
7193 (ctf_save_metadata_header): Define new type aliases in
7194 metadata.
7195 (ctf_write_header): Define event type "tsv_def" and "tp_def"
7196 in metadata. Start a new faked packet for trace status.
7197 (ctf_write_status): Write trace status to CTF.
7198 (ctf_write_uploaded_tsv): Write TSV to CTF.
7199 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
7200 (ctf_write_definition_end): End the faked packet.
7201
7202 (ctx, ctf_iter, trace_dirname): New.
7203 (start_pos): New variable.
7204 (ctf_destroy, ctf_open_dir, ctf_open): New.
7205 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
7206 macros.
7207 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
7208 (ctf_fetch_registers, ctf_xfer_partial): New.
7209 (ctf_get_trace_state_variable_value): New.
7210 (ctf_get_tpnum_from_frame_event): New.
7211 (ctf_get_traceframe_address): New.
7212 (ctf_trace_find, ctf_has_stack): New.
7213 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
7214 (ctf_get_trace_status, ctf_read_status): New.
7215 (_initialize_ctf): New.
7216 * tracepoint.c (get_tracepoint_number): New
7217 (get_uploaded_tsv): Remove 'static'.
7218 (struct traceframe_info, trace_regblock_size): Move it to ...
7219 * tracepoint.h: ... here.
7220 (get_tracepoint_number): Declare it.
7221 (get_uploaded_tsv): Declare it.
7222
7223 * NEWS: Mention new configure option.
7224
7225 2013-04-10 Pedro Alves <palves@redhat.com>
7226 Hui Zhu <hui@codesourcery.com>
7227
7228 * breakpoint.c (dprintf_re_set): New.
7229 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
7230 to dprintf_re_set.
7231
7232 2013-04-09 Joel Brobecker <brobecker@adacore.com>
7233
7234 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
7235 Remove solib-svr4.o from the list.
7236
7237 2013-04-09 Joel Brobecker <brobecker@adacore.com>
7238
7239 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
7240 Use gdb_assert_not_reached instead of invalid boolean expression.
7241
7242 2013-04-09 Pedro Alves <palves@redhat.com>
7243
7244 * remote.c (unpush_and_perror): New function.
7245 (readchar, remote_serial_write): Use it.
7246
7247 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
7248
7249 * NEWS: Mention new btrace RSP packets.
7250
7251 2013-04-08 Tom Tromey <tromey@redhat.com>
7252
7253 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
7254 long.
7255
7256 2013-04-08 Tom Tromey <tromey@redhat.com>
7257
7258 * maint.c (print_bfd_section_info): Print the section index.
7259 * symmisc.c (dump_msymbols): Print the section index.
7260
7261 2013-04-08 Tom Tromey <tromey@redhat.com>
7262
7263 PR symtab/8424:
7264 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
7265 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
7266 * breakpoint.c (resolve_sal_pc): Update.
7267 * elfread.c (elf_gnu_ifunc_record_cache): Update.
7268 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
7269 (minsym_lookup_iterator_cb): Use it.
7270 (default_read_var_value): Update.
7271 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
7272 Update.
7273 * infcmd.c (jump_command): Update.
7274 * linespec.c (minsym_found): Update.
7275 * maint.c (maintenance_translate_address): Update.
7276 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
7277 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
7278 * parse.c (write_exp_msymbol): Update.
7279 * printcmd.c (address_info): Update.
7280 * psymtab.c (find_pc_sect_psymbol): Update.
7281 (fixup_psymbol_section): Check SYMBOL_SECTION, not
7282 SYMBOL_OBJ_SECTION.
7283 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
7284 Don't initialize SYMBOL_OBJ_SECTION.
7285 * spu-tdep.c (spu_catch_start): Update.
7286 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
7287 * symmisc.c (dump_msymbols, print_symbol): Update.
7288 * symtab.c (fixup_section): Don't set 'obj_section'. Change
7289 how fallback section is computed.
7290 (fixup_symbol_section): Update.
7291 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
7292 Update.
7293 (allocate_symbol, initialize_symbol, allocate_template_symbol):
7294 Initialize SYMBOL_SECTION.
7295 * symtab.h (struct general_symbol_info) <section>: Update comment.
7296 <obj_section>: Remove.
7297 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
7298 (SYMBOL_OBJFILE): New macro.
7299
7300 2013-04-08 Tom Tromey <tromey@redhat.com>
7301
7302 * coffread.c (record_minimal_symbol): Update.
7303 * dbxread.c (record_minimal_symbol): Update.
7304 * elfread.c (record_minimal_symbol): Update.
7305 * machoread.c (macho_symtab_add_minsym): Update.
7306 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
7307 Update.
7308 * minsyms.c (prim_record_minimal_symbol): Update.
7309 (prim_record_minimal_symbol_full): Remove 'bfd_section'
7310 argument.
7311 (prim_record_minimal_symbol_and_info): Likewise.
7312 * minsyms.h (prim_record_minimal_symbol_full)
7313 (prim_record_minimal_symbol_and_info): Update.
7314 * symtab.c (allocate_symbol, initialize_symbol)
7315 (allocate_template_symbol): Initialize SYMBOL_SECTION.
7316 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
7317 Update.
7318
7319 2013-04-08 Tom Tromey <tromey@redhat.com>
7320
7321 PR symtab/8423:
7322 * solib-som.c (som_solib_section_offsets): Use BFD section
7323 indices. Set offsets for all sections.
7324 * somread.c (som_symtab_read): Compute BFD section for
7325 symbol. Use prim_record_minimal_symbol_and_info.
7326 (som_symfile_read): Fix comment.
7327 (struct find_section_offset_arg): New.
7328 (find_section_offset, set_section_index): New functions.
7329 (som_symfile_offsets): Use set_section_index to compute
7330 section indices.
7331
7332 2013-04-08 Tom Tromey <tromey@redhat.com>
7333
7334 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
7335 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
7336 gdb_bfd_section_index.
7337 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
7338 New functions.
7339 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
7340 Declare.
7341 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
7342 Update.
7343 * objfiles.c (add_to_objfile_sections_full): New function.
7344 (add_to_objfile_sections): Use it.
7345 (build_section_table): Rewrite.
7346 (objfile_relocate1): Use gdb_bfd_section_index. Update.
7347 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
7348 (struct objfile) <sections>: Update comment.
7349 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
7350 is NULL.
7351 (ALL_OBJSECTIONS): Use it.
7352 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
7353 * solib-frv.c (frv_relocate_main_executable): Update.
7354 * solib-target.c (solib_target_relocate_section_addresses):
7355 Use gdb_bfd_section_index.
7356 * symfile.c (build_section_addr_info_from_section_table):
7357 Use gdb_bfd_section_index.
7358 (build_section_addr_info_from_bfd, place_section): Likewise.
7359 * symtab.c (fixup_section): Update.
7360 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
7361
7362 2013-04-08 Tom Tromey <tromey@redhat.com>
7363
7364 * minsyms.h (struct bound_minimal_symbol): New.
7365 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7366 Remove objfile argument.
7367 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7368 Return bound_minimal_symbol.
7369 * minsyms.c (lookup_minimal_symbol_by_pc_1)
7370 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
7371 Return bound_minimal_symbol.
7372 (in_gnu_ifunc_stub): Update.
7373 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
7374 Remove 'objfile_p' argument.
7375 (lookup_solib_trampoline_symbol_by_pc): Update.
7376 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
7377 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
7378 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
7379 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
7380 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
7381 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
7382 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
7383 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
7384 stack.c, symtab.c, tui/tui-disasm.c: Update.
7385
7386 2013-04-08 Tom Tromey <tromey@redhat.com>
7387
7388 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
7389 Use symbol's obstack, not an objfile.
7390 * coffread.c (process_coff_symbol): Update.
7391 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
7392 * jv-lang.c (add_class_symbol): Update.
7393 * mdebugread.c (new_symbol): Update.
7394 * minsyms.c (prim_record_minimal_symbol_full)
7395 (terminate_minimal_symbol_table): Update.
7396 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
7397 * stabsread.c (define_symbol, read_enum_type): Update.
7398 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
7399 Handle Ada specially.
7400 (symbol_set_language): Add 'obstack' argument.
7401 (symbol_set_names): Update.
7402 (symbol_natural_name, symbol_demangled_name): Always use
7403 ada_decode_symbol.
7404 * symtab.h (struct general_symbol_info)
7405 <language_specific::obstack>: New field.
7406 <ada_mangled>: New field.
7407 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
7408 (symbol_set_language): Update.
7409
7410 2013-04-08 Tom Tromey <tromey@redhat.com>
7411
7412 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
7413 Take an obstack, not an objfile.
7414 (symbol_set_names): Update.
7415 * symtab.h (symbol_set_demangled_name): Update.
7416
7417 2013-04-08 Tom Tromey <tromey@redhat.com>
7418
7419 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
7420 allocate_symbol.
7421 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
7422 (read_func_scope): Call allocate_template_symbol.
7423 (new_symbol_full): Call allocate_symbol.
7424 * jit.c (finalize_symtab): Call allocate_symbol.
7425 * jv-lang.c (add_class_symbol): Call allocate_symbol.
7426 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
7427 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7428 (common_block_end): Call allocate_symbol.
7429 * symtab.c (allocate_symbol, initialize_symbol)
7430 (allocate_template_symbol): New functions.
7431 * symtab.c (allocate_symbol, initialize_symbol)
7432 (allocate_template_symbol): Declare.
7433 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
7434
7435 2013-04-08 Pedro Alves <palves@redhat.com>
7436 Keith Seitz <keiths@redhat.com>
7437
7438 * breakpoint.c (create_breakpoint): Rename
7439 "parse_condition_and_thread" parameter to "parse_arg". Update
7440 describing comment. If !PARSE_ARG, then error out if ARG is not
7441 the empty string after extracting the location.
7442 * breakpoint.h (create_breakpoint): Rename
7443 "parse_condition_and_thread" parameter to "parse_arg".
7444
7445 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
7446
7447 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
7448
7449 2013-04-07 Yao Qi <yao@codesourcery.com>
7450
7451 * remote.c (remote_trace_find): Change type of parameters 'addr1'
7452 and 'addr2' to CORE_ADDR.
7453 * target.c (update_current_target): Update.
7454 * target.h (struct target_ops) <to_trace_find>: Change parameter
7455 type to CORE_ADDR.
7456 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
7457 'addr2' to CORE_ADDR.
7458 (tfile_trace_find): Likewise.
7459 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
7460 Change local variable 'addr' to type CORE_ADDR.
7461 * tracepoint.h (tfind_1): Update declaration.
7462
7463 2013-04-06 Eli Zaretskii <eliz@gnu.org>
7464
7465 * windows-nat.c (windows_get_absolute_argv0): Move from here...
7466 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
7467 Include main.h.
7468
7469 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
7470 here...
7471 * main.h (windows_get_absolute_argv0): ...to here.
7472
7473 2013-04-05 Doug Evans <dje@google.com>
7474
7475 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
7476 (read_cutu_die_from_dwo): Add comments.
7477 (read_structure_type): Update comment.
7478 (read_enumeration_type, read_namespace_type): Update comment.
7479 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
7480
7481 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7482
7483 Convert man pages to texinfo, new gdbinit.5 texinfo page.
7484 * Makefile.in (gdb.z): Remove.
7485 (install-only): Remove $(man1dir) and gdb.1 installation.
7486 * gdb.1: Remove.
7487
7488 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7489
7490 Fix compatibility with Linux kernel 3.8.3.
7491 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
7492 to more inner block. Remove parsing of NUMBER from outer block.
7493 Parse NUMBER only if KEYWORD has been identified.
7494
7495 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7496
7497 Fix variable name shadowing.
7498 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
7499 filename to mapsfilename and update its uses.
7500
7501 2013-04-05 Eli Zaretskii <eliz@gnu.org>
7502
7503 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
7504 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
7505 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
7506 details of the problem.
7507
7508 2013-04-04 Pedro Alves <palves@redhat.com>
7509 Hui Zhu <hui@codesourcery.com>
7510
7511 * breakpoint.c (validate_commands_for_breakpoint): If validating a
7512 tracepoint, reset its STEP_COUNT and call validate_actionline.
7513
7514 2013-04-03 Doug Evans <dje@google.com>
7515
7516 * dwarf2read.c (read_die_and_siblings_1): Renamed from
7517 read_die_and_siblings.
7518 (read_die_and_siblings): New function.
7519 (read_cutu_die_from_dwo): Dump die if requested.
7520 (read_die_and_children): Call read_full_die_1 and
7521 read_die_and_siblings_1.
7522 (read_full_die): Dump die if requested.
7523
7524 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
7525
7526 * dwarf2read.c (struct dwo_file): New member comp_dir.
7527 Rename member name to dwo_name. All uses updated.
7528 (hash_dwo_file): Include comp_dir in computation.
7529 (eq_dwo_file): Ditto.
7530 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
7531 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
7532
7533 * psymtab.c (read_psymtabs_with_fullname): Don't call
7534 psymtab_to_fullname if the basenames are different.
7535
7536 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7537
7538 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
7539 New entry about "fullname" presence.
7540
7541 2013-04-03 Pedro Alves <palves@redhat.com>
7542
7543 * NEWS: Mention x86_64/Cygwin as new native configuration.
7544
7545 2013-04-02 Doug Evans <dje@google.com>
7546
7547 * dwarf2read.c (read_structure_type): Fix typo in comment.
7548
7549 2013-04-02 Pedro Alves <palves@redhat.com>
7550
7551 * NEWS: Mention "set/show debug aarch64", "set/show debug
7552 coff-pe-read" and "set/show debug mach-o".
7553
7554 2013-04-02 Pedro Alves <palves@redhat.com>
7555
7556 * NEWS: Mention "set/show remote trace-buffer-size-packet".
7557
7558 2013-04-02 Eli Zaretskii <eliz@gnu.org>
7559
7560 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
7561 gdb_string.h is now in common/.
7562
7563 2013-04-02 Pedro Alves <palves@redhat.com>
7564
7565 * NEWS: Move "set debug notification" and "set trace-buffer-size"
7566 under "New options".
7567
7568 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7569
7570 Revert this patch:
7571 PR gdb/15275
7572 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7573
7574 2013-04-02 Pedro Alves <palves@redhat.com>
7575
7576 PR gdb/15275
7577
7578 * remote.c (send_interrupt_sequence): Use remote_serial_write.
7579 (remote_serial_write): New function.
7580 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
7581
7582 2013-04-01 Jiong Wang <jiwang@tilera.com>
7583
7584 * NEWS: Mention TILE-Gx in "New native configurations" and
7585 "New targets" sections.
7586
7587 2013-04-01 Doug Evans <dje@google.com>
7588
7589 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
7590 (process_enumeration_scope): Simplify.
7591
7592 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
7593 type_unit_group ...
7594 (struct signatured_type): ... to here.
7595 (sig_type_ptr): New typedef.
7596 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
7597 out of union 't'. All uses updated.
7598 (dw2_get_file_names_reader): Assert not called for a type unit.
7599 (dw2_get_file_names): Assert not called for a type unit or type
7600 unit group.
7601 (build_type_psymtabs_reader): Assert called for a type unit.
7602 (build_type_psymtab_dependencies): Assert called for a type unit group.
7603
7604 * dwarf2read.c (free_dwo_file): Add comment.
7605 (dwarf2_per_objfile_free): Unref dwp bfd.
7606
7607 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7608
7609 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
7610 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
7611 (read_pe_exported_syms): Remove unused 'exportix'.
7612 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
7613 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
7614 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
7615
7616 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
7617
7618 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
7619 (print_it_watchpoint): Remove unused 'bl'.
7620 (say_where): Remove unused 'uiout'.
7621 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
7622 (bkpt_breakpoint_hit): Remove unused 'b'.
7623 (internal_bkpt_print_it): Remove unused 'uiout'.
7624 * buildsym.c (augment_type_symtab): Remove unused 'i'.
7625
7626 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
7627
7628 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
7629 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
7630
7631 2013-03-29 Doug Evans <dje@google.com>
7632
7633 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
7634 Delete arg is_dwp. All callers updated.
7635 (open_dwp_file): New function.
7636 (open_and_init_dwp_file): Call it.
7637 (get_dwp_file): New function.
7638 (lookup_dwo_cutu): Call it.
7639
7640 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
7641 unnecessary, cleanup.
7642
7643 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
7644
7645 * dwarf2read.c (read_cutu_die_from_dwo): New function.
7646 (lookup_dwo_unit): New function.
7647 (init_cutu_and_read_dies): Move DWO handling to new functions.
7648
7649 * dwarf2read.c (struct signatured_type): Tweak comment.
7650 (struct dwo_unit): Tweak comment.
7651 (create_debug_types_hash_table): Tweak comment. Reformat long line.
7652 (create_dwo_debug_info_hash_table): Tweak comment.
7653 (dwarf2_per_cu_offset_and_type): Tweak comment.
7654
7655 * dwarf2read.c (lookup_signatured_type): Remove complaint about
7656 missing .debug_types section.
7657
7658 2013-03-29 Yao Qi <yao@codesourcery.com>
7659
7660 * corelow.c: Include "completer.h".
7661 (_initialize_corelow): Call add_target_with_completer with
7662 argument 'filename_completer'.
7663 * tracepoint.c: Likewise.
7664 * exec.c (_initialize_exec): Likewise.
7665 * target.c (add_target): Rename to ...
7666 (add_target_with_completer): ... this. Call set_cmd_completer
7667 if parameter completer is not NULL.
7668 (add_target): New.
7669 * target.h: Include "command.h".
7670 (add_target_with_completer): Declare it.
7671
7672 2013-03-28 Joel Brobecker <brobecker@adacore.com>
7673
7674 * coffread.c (is_import_fixup_symbol): New function.
7675 (record_minimal_symbol): Use is_import_fixup_symbol to
7676 detect import fixup symbols, and discard them.
7677
7678 2013-03-28 Doug Evans <dje@google.com>
7679
7680 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
7681 types hash table until we know we need it.
7682
7683 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
7684 index numbers.
7685
7686 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
7687 All callers updated.
7688 (dw2_print_stats): Print #read CUs too.
7689 (dump_die_shallow): Print signatured types better.
7690
7691 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
7692 info_or_types_section to section. All uses updated.
7693 (struct dwo_unit): Ditto.
7694
7695 2013-03-28 Pedro Alves <palves@redhat.com>
7696
7697 * NEWS (New options): New section.
7698 (New options): Mention set/show remote trace-status-packet.
7699 * remote.c (PACKET_qTStatus): New enumeration value.
7700 (remote_get_trace_status): Skip sending qTStatus if the packet is
7701 disabled. Use packet_ok.
7702 (_initialize_remote): Register a configuration command for
7703 qTStatus packet.
7704
7705 2013-03-28 Doug Evans <dje@google.com>
7706
7707 * symfile.c (find_separate_debug_file): Add comment.
7708 (terminate_after_last_dir_separator): Tweak comment.
7709
7710 * dwarf2read.c (create_partial_symtab): Add forward decl.
7711 (create_partial_symtab): Move to be closer to other psymtab functions.
7712 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
7713
7714 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
7715 (compute_symtab_includes): Remove unnecessary forward declaration.
7716 (die_needs_namespace): Add comment marking group of functions for
7717 dwarf2 name computation.
7718
7719 * typeprint.c (_initialize_typeprint): Improve type help text.
7720
7721 * python/python.c (finish_python_initialization): Provide suggestion
7722 for how to tell gdb to find its python files.
7723
7724 2013-03-28 Pedro Alves <palves@redhat.com>
7725
7726 PR gdb/15294
7727
7728 * source.c (_initialize_source): Change back "set listsize" to an
7729 integer command.
7730
7731 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
7732
7733 PR gdb/15275
7734 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
7735
7736 2013-03-27 Pedro Alves <palves@redhat.com>
7737
7738 * top.c (history_size): Rename to ...
7739 (history_size_setshow_var): ... this. Add comment.
7740 (show_commands): Use readline's 'history_length' instead of
7741 computing the history length by calling history_get in a loop.
7742 (set_history_size_command): Error out for sizes over INT_MAX.
7743 Restore previous history size on invalid size.
7744 (init_history): If HISTSIZE is negative, leave the history size as
7745 zero. Add comments.
7746 (init_main): Adjust.
7747
7748 2013-03-27 Pedro Alves <palves@redhat.com>
7749
7750 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
7751 coff_pe_read" command to "set debug coff-pe-read".
7752
7753 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
7754
7755 * record.c (command_size_to_target_size): Fix size comparison.
7756 Change parameter type from pointer to integer to integer.
7757 Update all users.
7758
7759 2013-03-27 Pierre Muller <muller@sourceware.org>
7760
7761 * windows-nat.c (handle_output_debug_string): Avoid typecast
7762 from integer of different size warning.
7763
7764 2013-03-26 Joel Brobecker <brobecker@adacore.com>
7765
7766 * windows-nat.c (handle_output_debug_string): Add empty line
7767 after local block variable definition.
7768
7769 2013-03-26 Pedro Alves <palves@redhat.com>
7770
7771 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
7772 (net_open): Make 'polls' local unsigned.
7773
7774 2013-03-26 Pedro Alves <palves@redhat.com>
7775
7776 * remote.c (_initialize_remote): Make "set remoteaddresssize"
7777 a zuinteger command instead of uinteger.
7778
7779 2013-03-26 Pedro Alves <palves@redhat.com>
7780
7781 * record-full.c (record_full_insn_num): Make it unsigned.
7782 (record_full_check_insn_num, record_full_message)
7783 (record_full_registers_change, record_full_xfer_partial): Remove
7784 record_full_insn_max_num check (it's always != 0).
7785 (record_full_info, record_full_restore): Use %u as format string.
7786 (): Use %u as format string.
7787 (set_record_full_insn_max_num): Remove record_full_insn_max_num
7788 check (it's always != 0).
7789
7790 2013-03-26 Pedro Alves <palves@redhat.com>
7791
7792 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
7793 and "set dcache size" commands zuinteger instead of uinteger.
7794
7795 2013-03-26 Pedro Alves <palves@redhat.com>
7796
7797 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
7798 command zuinteger instead of uinteger.
7799
7800 2013-03-26 Pedro Alves <palves@redhat.com>
7801
7802 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
7803 zuinteger instead of uinteger.
7804
7805 2013-03-26 Pedro Alves <palves@redhat.com>
7806
7807 * record.c (record_insn_history_size_setshow_var)
7808 (record_call_history_size_setshow_var): New globals.
7809 (command_size_to_target_size): New function.
7810 (cmd_record_insn_history, cmd_record_call_history): Use
7811 command_size_to_target_size instead of cast.
7812 (validate_history_size, set_record_insn_history_size)
7813 (set_record_call_history_size): New functions.
7814 (_initialize_record): Install set_record_insn_history_size and
7815 set_record_call_history_size as "set" hooks of "set record
7816 instruction-history-size" and "set record
7817 function-call-history-size".
7818
7819 2013-03-26 Pedro Alves <palves@redhat.com>
7820
7821 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
7822 use with history_max_entries use. Remove FIXME note.
7823
7824 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
7825
7826 * record-btrace.c (record_btrace_close): Call
7827 record_btrace_auto_disable.
7828
7829 2013-03-25 Joel Brobecker <brobecker@adacore.com>
7830
7831 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
7832
7833 2013-03-25 Doug Evans <dje@google.com>
7834
7835 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
7836
7837 2013-03-25 Tom Tromey <tromey@redhat.com>
7838
7839 PR symtab/11462:
7840 * c-exp.y (exp): Add new productions for destructors after '.' and
7841 '->'.
7842 (write_destructor_name): New function.
7843
7844 2013-03-25 Tom Tromey <tromey@redhat.com>
7845
7846 PR c++/9197:
7847 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
7848 value_struct_elt, not lookup_struct_elt_type.
7849 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
7850 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
7851 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
7852
7853 2013-03-25 Yao Qi <yao@codesourcery.com>
7854
7855 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
7856 instead of '_mkdir'.
7857
7858 2013-03-23 Eli Zaretskii <eliz@gnu.org>
7859
7860 * windows-nat.c (windows_get_absolute_argv0): New function.
7861 * windows-nat.h: Add its prototype.
7862
7863 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
7864 Use IS_DIR_SEPARATOR instead of looking for a character inside
7865 SLASH_STRING. Include filenames.h.
7866 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
7867 relocate_gdb_directory works when passed gdb_program_name.
7868 Include windows-nat.h.
7869
7870 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7871
7872 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
7873 * remote.c (trace_error): Remove the special handling of '2'.
7874 (readchar) <SERIAL_EOF>
7875 (readchar) <SERIAL_ERROR>
7876 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
7877 (remote_get_trace_status): Call throw_exception if EX is
7878 TARGET_CLOSE_ERROR.
7879 * utils.c (perror_with_name): Rename to ...
7880 (throw_perror_with_name): ... here. New parameter errcode, describe it
7881 in the function comment.
7882 (perror_with_name): New function wrapper.
7883 * utils.h (enum errors): New stub declaration.
7884 (throw_perror_with_name): New declaration.
7885
7886 2013-03-22 Pedro Alves <palves@redhat.com>
7887 Yao Qi <yao@codesourcery.com>
7888 Mark Kettenis <kettenis@gnu.org>
7889
7890 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
7891 Don't let the user set the value to UINT_MAX directly.
7892 <var_integer>: Don't let the user set the value to INT_MAX
7893 directly.
7894
7895 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7896
7897 * remote.c (remote_unpush_target): New function.
7898 (remote_open_1): Remove two pop_target calls, update one comment, add
7899 comment to target_preopen call. Replace pop_target call by
7900 remote_unpush_target call.
7901 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
7902 pop_target calls by remote_unpush_target calls.
7903
7904 2013-03-22 Pedro Alves <palves@redhat.com>
7905
7906 * linux-nat.c (linux_child_follow_fork): Don't call
7907 linux_enable_event_reporting.
7908 (linux_handle_extended_wait): Don't call
7909 linux_enable_event_reporting.
7910
7911 2013-03-22 Pedro Alves <palves@redhat.com>
7912
7913 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
7914 use it to rewrite the trampoline buffers with type gdb_byte[], and
7915 undefine the macro. Remove char* cast.
7916
7917 2013-03-21 Doug Evans <dje@google.com>
7918
7919 New commands "mt set per-command {space,time,symtab} {on,off}".
7920 * NEWS: Add entry.
7921 * event-top.c: #include "maint.h".
7922 * main.c: #include "maint.h".
7923 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
7924 timeval-utils.h, maint.h, cli/cli-setshow.h.
7925 (per_command_time, per_command_space): New static globals.
7926 (per_command_symtab): New static global.
7927 (per_command_setlist, per_command_showlist): New static globals.
7928 (struct cmd_stats): Move here from utils.c.
7929 (set_per_command_time): Renamed from set_display_time in utils.c
7930 and moved here. All callers updated.
7931 (set_per_command_space): Renamed from set_display_space in utils.c
7932 and moved here. All callers updated.
7933 (count_symtabs_and_blocks): New function.
7934 (report_command_stats): Moved here from utils.c. Add support for
7935 printing symtab stats. Only print data if enabled before command
7936 executed.
7937 (make_command_stats_cleanup): Ditto.
7938 (sert_per_command_cmd, show_per_command_cmd): New functions.
7939 (_initialize_maint_cmds): Add new commands
7940 mt set per-command {space,time,symtab} {on,off}.
7941 * maint.h: New file.
7942 * top.c: #include "maint.h".
7943 * utils.c (reset_prompt_for_continue_wait_time): New function.
7944 (get_prompt_for_continue_wait_time): New function.
7945 * utils.h (reset_prompt_for_continue_wait_time): Declare
7946 (get_prompt_for_continue_wait_time): Declare.
7947 (make_command_stats_cleanup): Moved to maint.h.
7948 (set_display_time, set_display_space): Moved to maint.h and renamed
7949 to set_per_command_time, set_per_command_space.
7950 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
7951 parse_binary_operation and made non-static. Don't call error,
7952 just return an error marker. All callers updated.
7953 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
7954
7955 2013-03-21 Tom Tromey <tromey@redhat.com>
7956
7957 * symfile.c (alloc_section_addr_info): Update header. Don't set
7958 'num_sections' field.
7959 (build_section_addr_info_from_section_table): Set 'num_sections'.
7960 (build_section_addr_info_from_bfd): Likewise.
7961 (build_section_addr_info_from_objfile): Remove dead loop
7962 condition.
7963 (free_section_addr_info): Unconditionally call xfree.
7964 (relative_addr_info_to_section_offsets, addrs_section_sort)
7965 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
7966 condition.
7967 (syms_from_objfile_1): Remove dead 'if' condition. Check
7968 'num_sections'.
7969 (add_symbol_file_command): Set 'num_sections'.
7970 * symfile-mem.c (symbol_file_add_from_memory): Set
7971 'num_sections'.
7972 * somread.c (som_symfile_offsets): Remove dead loop condition.
7973 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
7974 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
7975
7976 2013-03-21 Tom Tromey <tromey@redhat.com>
7977
7978 * tracepoint.h (decode_agent_options): Add 'trace_string'
7979 argument.
7980 * tracepoint.c (decode_agent_options): Add 'trace_string'
7981 argument.
7982 (validate_actionline): Update.
7983 (collect_symbol): Add 'trace_string' argument.
7984 (struct add_local_symbols_data) <trace_string>: New field.
7985 (do_collect_symbol): Update.
7986 (add_local_symbols): Add 'trace_string' argument.
7987 (encode_actions_1): Update.
7988 (trace_dump_actions): Update.
7989 * dwarf2loc.c (access_memory): Update.
7990 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
7991 * ax-general.c (new_agent_expr): Update.
7992 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
7993 (gen_trace_for_return_address): Add argument.
7994 (trace_kludge, trace_string_kludge): Remove.
7995 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
7996 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
7997 (gen_trace_for_var): Add 'trace_string' argument.
7998 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
7999 (gen_printf, agent_eval_command_one): Update.
8000
8001 2013-03-21 Tom Tromey <tromey@redhat.com>
8002
8003 PR exp/15109:
8004 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
8005 Handle FILENAME token.
8006
8007 2013-03-21 Tom Tromey <tromey@redhat.com>
8008
8009 * c-exp.y (YYPRINT): Define.
8010 (c_print_token): New function.
8011
8012 2013-03-21 Tom Tromey <tromey@redhat.com>
8013
8014 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
8015
8016 2013-03-21 Yao Qi <yao@codesourcery.com>
8017
8018 * ctf.c: Include "gdb_stat.h".
8019 [USE_WIN32API]: New macro 'mkdir'.
8020 (ctf_start): Use permission bits macros if they are defined.
8021
8022 2013-03-20 Keith Seitz <keiths@redhat.com>
8023
8024 * breakpoint.h (struct breakpoint): Add comment to
8025 extra_string indicating that this member is mallod'd.
8026 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
8027
8028 2013-03-20 Pedro Alves <palves@redhat.com>
8029
8030 PR gdb/15289
8031
8032 * cli/cli-setshow.c (do_set_command)
8033 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
8034 the result of parsing the command argument. Throw error if the
8035 value is greater than UINT_MAX. Print the invalid value with
8036 plongest.
8037 <var_integer, var_zinteger>: Use LONGEST for variable holding the
8038 result of parsing the command argument. Throw error if the value
8039 is greater than INT_MAX, not greater or equal. Also throw error
8040 if the value is less than INT_MIN. Print the invalid value with
8041 plongest.
8042 <var_zuinteger_unlimited>: Throw error if the value is greater
8043 than INT_MAX, not greater or equal.
8044 (do_show_command) <var_integer, var_zinteger,
8045 var_zuinteger_unlimited>: Use %d for printing int, not %u.
8046
8047 2013-03-20 Tom Tromey <tromey@redhat.com>
8048
8049 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
8050 if possible.
8051 * dwarf2read.c (read_func_scope): Remove old FIXME.
8052 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
8053 not LOC_COMPUTED.
8054 * findvar.c (symbol_read_needs_frame, default_read_var_value):
8055 Unconditionally call via computed ops, if possible.
8056 * printcmd.c (address_info): Unconditionally call via computed ops,
8057 if possible.
8058 * stack.c (read_frame_arg): Unconditionally call via computed ops,
8059 if possible.
8060 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
8061 * tracepoint.c (scope_info): Unconditionally call via computed ops,
8062 if possible.
8063
8064 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8065 Tom Tromey <tromey@redhat.com>
8066
8067 PR symtab/8421:
8068 * coffread.c (coff_register_index): New global.
8069 (process_coff_symbol, coff_read_enum_type): Set
8070 SYMBOL_ACLASS_INDEX.
8071 (_initialize_coffread): Initialize new global.
8072 * dwarf2loc.c (locexpr_find_frame_base_location)
8073 (dwarf2_block_frame_base_locexpr_funcs)
8074 (loclist_find_frame_base_location)
8075 (dwarf2_block_frame_base_loclist_funcs): New.
8076 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
8077 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
8078 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
8079 (dwarf2_block_frame_base_loclist_funcs): New.
8080 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
8081 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
8082 globals.
8083 (read_func_scope): Update.
8084 (fixup_go_packaging, mark_common_block_symbol_computed)
8085 (var_decode_location, new_symbol_full, dwarf2_const_value):
8086 Set SYMBOL_ACLASS_INDEX.
8087 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
8088 (_initialize_dwarf2_read): Initialize new globals.
8089 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
8090 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
8091 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
8092 globals.
8093 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
8094 (_initialize_mdebugread): Initialize new globals.
8095 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
8096 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
8097 (stab_register_index, stab_regparm_index): New globals.
8098 (define_symbol, read_enum_type, common_block_end): Set
8099 SYMBOL_ACLASS_INDEX.
8100 (_initialize_stabsread): Initialize new globals.
8101 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
8102 globals.
8103 (MAX_SYMBOL_IMPLS): New define.
8104 (register_symbol_computed_impl, register_symbol_block_impl)
8105 (register_symbol_register_impl)
8106 (initialize_ordinary_address_classes): New functions.
8107 (_initialize_symtab): Call initialize_ordinary_address_classes.
8108 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
8109 (struct symbol_impl): New.
8110 (SYMBOL_ACLASS_BITS): New define.
8111 (struct symbol) <aclass, ops>: Remove fields.
8112 <aclass_index>: New field.
8113 (symbol_impls): Declare.
8114 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
8115 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
8116 (register_symbol_computed_impl, register_symbol_block_impl)
8117 (register_symbol_register_impl): Declare.
8118 (struct symbol_computed_ops): Add location_has_loclist.
8119 (struct symbol_block_ops): New.
8120 (SYMBOL_BLOCK_OPS): New.
8121 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
8122
8123 2013-03-20 Tom Tromey <tromey@redhat.com>
8124
8125 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
8126 (print_partial_symbols, recursively_search_psymtabs): Use
8127 PSYMBOL_CLASS.
8128
8129 2013-03-20 Pierre Muller <muller@sourceware.org>
8130
8131 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
8132 addtion, subtraction, multiplication and division binary operator.
8133
8134 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8135
8136 Code cleanup.
8137 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
8138 * bsd-kvm.c (bsd_kvm_close): Likewise.
8139 * bsd-uthread.c (bsd_uthread_close): Likewise.
8140 * corelow.c (core_close): Likewise.
8141 (core_close_cleanup): Remove parameter quitting from a caller.
8142 * event-top.c (async_disconnect): Likewise.
8143 * exec.c (exec_close_1): Remove parameter quitting.
8144 * go32-nat.c (go32_close): Likewise.
8145 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
8146 parameter quitting from a caller.
8147 * mips-linux-nat.c (super_close): Remove parameter quitting from the
8148 variable.
8149 (mips_linux_close): Remove parameter quitting. Remove parameter
8150 quitting from a caller.
8151 * monitor.c (monitor_close): Remove parameter quitting.
8152 * monitor.h (monitor_close): Likewise.
8153 * record-btrace.c (record_btrace_close): Likewise.
8154 * record-full.c (record_full_close): Likewise.
8155 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
8156 it also from fprintf_unfiltered.
8157 * remote-mips.c (mips_close): Remove parameter quitting.
8158 (mips_detach): Remove parameter quitting from a caller.
8159 * remote-sim.c (gdbsim_close): Remove parameter quitting.
8160 (gdbsim_close): Remove duplicate function comment. Remove parameter
8161 quitting and remove it also from printf_filtered.
8162 * remote.c (remote_close): Remove parameter quitting.
8163 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
8164 * target.c (update_current_target): Remove parameter int from to_close
8165 de_fault.
8166 (push_target, unpush_target, pop_target): Remove parameter quitting from
8167 a caller.
8168 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
8169 Remove parameter quitting from a caller.
8170 (target_preopen): Remove parameter quitting from a caller.
8171 (target_close): Remove parameter quitting. Remove parameter quitting
8172 from a caller two times. Remove parameter quitting also from
8173 fprintf_unfiltered.
8174 * target.h (struct target_ops): Remove parameter quitting and as int
8175 from fields to_xclose and to_close.
8176 (extern struct target_ops current_target):
8177 (target_close, pop_all_targets): Remove parameter quitting. Update the
8178 comment.
8179 (pop_all_targets_above): Remove parameter quitting.
8180 * top.c (quit_target): Remove parameter quitting from a caller.
8181 * tracepoint.c (tfile_close): Remove parameter quitting.
8182 * windows-nat.c (windows_close): Remove parameter quitting.
8183
8184 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
8185
8186 * windows-nat.c (handle_output_debug_string): Replace call
8187 to string_to_core_addr with call to strtoull.
8188
8189 2013-03-20 Yao Qi <yao@codesourcery.com>
8190
8191 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
8192 and write it to CTF metadata.
8193
8194 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
8195
8196 * windows-nat.c (handle_output_debug_string): Change type of n to
8197 SIZE_T to avoid crash on 64 bit systems.
8198
8199 2013-03-17 Eli Zaretskii <eliz@gnu.org>
8200
8201 * python/python-internal.h (HAVE_SNPRINTF)
8202 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
8203 about redefinition of snprintf by pyerrors.h.
8204
8205 2013-03-15 Steve Ellcey <sellcey@mips.com>
8206
8207 * remote-sim.c (sim_command_completer): Make char arguments const.
8208
8209 2013-03-15 Tom Tromey <tromey@redhat.com>
8210
8211 PR c++/15116:
8212 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
8213
8214 2013-03-14 Tom Tromey <tromey@redhat.com>
8215
8216 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
8217 New fields.
8218 (get_file_crc): Move from symfile.c.
8219 (gdb_bfd_crc): New function.
8220 * gdb_bfd.h (gdb_bfd_crc): Declare.
8221 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
8222 * symfile.c (get_file_crc): Move to gdb_bfd.c.
8223 (separate_debug_file_exists): Use gdb_bfd_crc.
8224
8225 2013-03-14 Tom Tromey <tromey@redhat.com>
8226
8227 * symfile.c (get_debug_link_info): Remove.
8228 (find_separate_debug_file_by_debuglink): Use
8229 bfd_get_debug_link_info.
8230
8231 2013-03-14 Tom Tromey <tromey@redhat.com>
8232
8233 * symtab.c (error_in_psymtab_expansion): New function.
8234 (lookup_symbol_aux_quick)
8235 (basic_lookup_transparent_type_quick): Remove "last resort"
8236 code. Use error_in_psymtab_expansion.
8237
8238 2013-03-14 Doug Evans <dje@google.com>
8239 Jan Kratochvil <jan.kratochvil@redhat.com>
8240
8241 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
8242 any successful compare_filenames_for_search or FILENAME_CMP.
8243 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8244 * symtab.c (iterate_over_some_symtabs): Likewise.
8245
8246 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8247
8248 * source.c (print_source_lines_base): Make a local copy of
8249 symtab_to_fullname.
8250
8251 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
8252 Jan Kratochvil <jan.kratochvil@redhat.com>
8253
8254 * source.c (print_source_lines_base): Suppress "file" for TUI.
8255
8256 2013-03-14 Keith Seitz <keiths@redhat.com>
8257 Alan Matsuoka <alanm@redhat.com>
8258
8259 PR c++/15203
8260 PR c++/15210
8261 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
8262 TYPE_CODE_METHOD.
8263 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
8264 symbols.
8265
8266 2013-03-14 Yao Qi <yao@codesourcery.com>
8267
8268 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
8269 status to tfile if trace is stopped by command 'tstop'.
8270
8271 2013-03-14 Yao Qi <yao@codesourcery.com>
8272
8273 * tracepoint.c (tfile_write_status): Write trace notes and user
8274 name into tfile if they are not NULL.
8275
8276 2013-03-14 Hui Zhu <hui@codesourcery.com>
8277 Yao Qi <yao@codesourcery.com>
8278
8279 * Makefile.in (REMOTE_OBS): Add ctf.o.
8280 (SFILES): Add ctf.c.
8281 (HFILES_NO_SRCDIR): Add ctf.h.
8282 * ctf.c, ctf.h: New files.
8283 * tracepoint.c: Include 'ctf.h'.
8284 (collect_pseudocommand): Remove static.
8285 (trace_save_command): Parse option "-ctf".
8286 Produce different trace file writers per option.
8287 Adjust output message.
8288 (trace_save_tfile, trace_save_ctf): New.
8289 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
8290 * mi/mi-main.c: Include 'ctf.h'.
8291 (mi_cmd_trace_save): Handle option '-ctf'. Call either
8292 trace_save_tfile or trace_save_ctf.
8293 * NEWS: Mention these changes.
8294
8295 2013-03-14 Yao Qi <yao@codesourcery.com>
8296
8297 * tracepoint.c (trace_file_writer_xfree): New.
8298 (struct tfile_writer_data): New.
8299 (tfile_dtor, tfile_can_target_save, tfile_start): New.
8300 (tfile_write_header, tfile_write_regblock_type): New.
8301 (tfile_write_status, tfile_write_uploaded_tsv): New.
8302 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
8303 (tfile_write_raw_data, (tfile_end): New.
8304 (tfile_write_ops): New global variable.
8305 (TRACE_WRITE_R_BLOCK): New macro.
8306 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
8307 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
8308 (TRACE_WRITE_V_BLOCK): New macro.
8309 (trace_save): Add extra one parameter WRITER. Make it static.
8310 Use WRITER to writer trace.
8311 (tfile_trace_file_writer_new): New.
8312 (trace_save_command): Caller update.
8313 (trace_save_tfile): Write trace data in TFILE format.
8314 * tracepoint.h (struct trace_frame_write_ops): New.
8315 (struct trace_file_write_ops): New.
8316 (struct trace_file_writer): New.
8317 (trace_save): Remove its declaration.
8318 (trace_save_tfile): Declare it.
8319 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
8320 instead of trace_save.
8321
8322 2013-03-13 Pedro Alves <palves@redhat.com>
8323
8324 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
8325
8326 2013-03-13 Pedro Alves <palves@redhat.com>
8327
8328 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
8329 commented out code.
8330 * demangle.c (current_demangling_style_string): Make it const.
8331 (set_demangling_command): Assert the demangling style is known.
8332 Remove all handling of unknown styles. Set
8333 'current_demangling_style_string' to an element of the
8334 demangling_style_names array.
8335 (set_demangling_style): Delete.
8336 (_initialize_demangler): Set current_demangling_style_string to the
8337 element of the demangling_style_names array that corresponds to
8338 the default demangling style. Remove FIXME note. Don't call
8339 set_demangling_style.
8340 * gdb-demangle.h (set_demangling_style): Remove declaration.
8341
8342 2013-03-13 Pedro Alves <palves@redhat.com>
8343
8344 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
8345 fields const.
8346 (ada_make_symbol_completion_list): Make "text0" parameter const.
8347 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
8348 * breakpoint.c (condition_completer): Make "text" and "word"
8349 parameters const. Adjust.
8350 (check_tracepoint_command): Adjust to validate_actionline
8351 prototype change.
8352 (catch_syscall_completer): Make "text" and "word" parameters
8353 const.
8354 * cli/cli-cmds.c (show_user): Make "comname" local const.
8355 (valid_command_p): Make "command" parameter const.
8356 (alias_command): Make "alias_prefix" and "command_prefix" locals
8357 const.
8358 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
8359 (add_alias_cmd): Make "name" and "oldname" parameters const.
8360 Adjust. No longer make copy of OLDNAME.
8361 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
8362 (add_setshow_cmd_full, add_setshow_enum_cmd)
8363 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8364 (add_setshow_filename_cmd, add_setshow_string_cmd)
8365 (add_setshow_string_noescape_cmd)
8366 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8367 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8368 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
8369 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
8370 Make "name" parameter const.
8371 (help_cmd): Rename "command" parameter to "arg". New const local
8372 "command".
8373 (find_cmd): Make "command" parameter const.
8374 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
8375 deprecated_cmd_warning prototype change.
8376 (undef_cmd_error): Make "cmdtype" parameter const.
8377 (lookup_cmd): Make "line" parameter const.
8378 (deprecated_cmd_warning): Change type of "text" parameter to
8379 pointer to const char, from pointer to pointer to char. Adjust.
8380 (lookup_cmd_composition): Make "text" parameter const.
8381 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
8382 parameters const.
8383 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
8384 const.
8385 * cli/cli-script.c (validate_comname): Make "tem" local const.
8386 (define_command): New const local "tem_c". Use it in calls to
8387 lookup_cmd.
8388 (document_command): Make "tem" and "comfull" locals const.
8389 (show_user_1): Make "prefix" and "name" parameters const.
8390 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
8391 const.
8392 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
8393 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
8394 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
8395 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
8396 (complete_on_enum, add_setshow_enum_cmd)
8397 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
8398 (add_setshow_filename_cmd, add_setshow_string_cmd)
8399 (add_setshow_string_noescape_cmd)
8400 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
8401 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
8402 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
8403 Change prototypes, constifying strings.
8404 * completer.c (noop_completer, filename_completer): Make "text"
8405 and "prefix" parameters const.
8406 (location_completer, expression_completer)
8407 (complete_line_internal): Make "text" and "prefix" parameters
8408 const and adjust.
8409 (command_completer, signal_completer): Make "text" and "prefix"
8410 parameters const.
8411 * completer.h (noop_completer, filename_completer)
8412 (expression_completer, location_completer, command_completer)
8413 (signal_completer): Change prototypes.
8414 * corefile.c (complete_set_gnutarget): Make "text" and "word"
8415 parameters const.
8416 * cp-abi.c (cp_abi_completer): Likewise.
8417 * expression.h (parse_expression_for_completion): Change
8418 prototype.
8419 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
8420 parameters const.
8421 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
8422 * infrun.c (handle_completer): Make "text" and "word" parameters
8423 const.
8424 * interps.c (interpreter_completer): Make "text" and "word"
8425 parameters const.
8426 * language.h (struct language_defn)
8427 <la_make_symbol_completion_list>: Make "text" and "word"
8428 parameters const.
8429 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
8430 (parse_exp_in_context): Rename to ...
8431 (parse_exp_in_context_1): ... this.
8432 (parse_exp_in_context): Reimplement, with const hack from
8433 parse_exp_1.
8434 (parse_expression_for_completion): Make "string" parameter const.
8435 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
8436 to pointer to const char. Adjust.
8437 (print_command_1): Make "exp" parameter const.
8438 (output_command): Rename to ...
8439 (output_command_const): ... this. Make "exp" parameter const.
8440 (output_command): Reimplement.
8441 (x_command): Adjust.
8442 (display_command): Rename "exp" parameter to "arg". New "exp"
8443 local, const version of "arg".
8444 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
8445 "cmd_name" local const.
8446 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
8447 call.
8448 (cmdpy_completer): Make "text" and "word" parameters const.
8449 (gdbpy_parse_command_name): Make "prefix_text2" local const.
8450 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
8451 const.
8452 * remote.c (_initialize_remote): Make "cmd_name" local const.
8453 * symtab.c (language_search_unquoted_string): Make "text" and "p"
8454 parameters const. Adjust.
8455 (completion_list_add_fields): Make "sym_text", "text" and "word"
8456 parameters const.
8457 (struct add_name_data) <sym_text, text, word>: Make fields const.
8458 (default_make_symbol_completion_list_break_on): Make "text" and
8459 "word" parameters const. Adjust locals.
8460 (default_make_symbol_completion_list)
8461 (make_symbol_completion_list, make_symbol_completion_type)
8462 (make_symbol_completion_list_fn): Make "text" and "word"
8463 parameters const.
8464 (make_file_symbol_completion_list): Make "text", "word" and
8465 "srcfile" parameters const. Adjust locals.
8466 (add_filename_to_list): Make "text" and "word" parameters const.
8467 (struct add_partial_filename_data) <text, word>: Make fields
8468 const.
8469 (make_source_files_completion_list): Make "text" and "word"
8470 parameters const.
8471 * symtab.h (default_make_symbol_completion_list_break_on)
8472 (default_make_symbol_completion_list, make_symbol_completion_list)
8473 (make_symbol_completion_type enum type_code)
8474 (make_symbol_completion_list_fn make_file_symbol_completion_list)
8475 (make_source_files_completion_list): Change prototype.
8476 * top.c (execute_command): Adjust to pass pointer to pointer to
8477 const char to lookup_cmd, and to deprecated_cmd_warning prototype
8478 change.
8479 (set_verbose): Make "cmdname" local const.
8480 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
8481 and adjust.
8482 (validate_actionline): Make "line" parameter a pointer to const
8483 char, and adjust.
8484 (encode_actions_1): Make "action_exp" local const, and adjust.
8485 (encode_actions): Adjust.
8486 (replace_comma): Delete.
8487 (trace_dump_actions): Make "action_exp" and "next_comma" locals
8488 const, and adjust. Don't frob the action string while splitting
8489 it at commas. Instead, make a copy of each split substring in
8490 turn.
8491 (trace_dump_command): Adjust to validate_actionline prototype
8492 change.
8493 * tracepoint.h (decode_agent_options, decode_agent_options)
8494 (encode_actions, validate_actionline): Change prototypes.
8495 * valprint.h (output_command): Delete declaration.
8496 (output_command_const): Declare.
8497 * value.c (function_destroyer): Cast const away in xfree call.
8498
8499 2013-03-13 Pedro Alves <palves@redhat.com>
8500
8501 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
8502 rather than casting 'const char * const *' to 'const char **'.
8503 * ada-lex.l (processInt): Make "trailer" local const. Remove
8504 'const char **' cast.
8505 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
8506 locals, and use those as strtol output pointer, instead than doing
8507 invalid casts to from 'const char **' to 'char **'.
8508 (_initialize_demangle): Remove cast.
8509 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
8510 locals, and use those as strtol output pointer, instead than doing
8511 invalid casts to from 'const char **' to 'char **'.
8512 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
8513 casts.
8514 * stap-probe.c (stap_parse_register_operand)
8515 (stap_parse_single_operand): Likewise.
8516
8517 2013-03-13 Yao Qi <yao@codesourcery.com>
8518
8519 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
8520 the last matched 'V' blcok in trace frame.
8521
8522 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8523
8524 * NEWS: Create a new section for the next release branch.
8525 Rename the section of the current branch, now that it has
8526 been cut.
8527
8528 2013-03-12 Joel Brobecker <brobecker@adacore.com>
8529
8530 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
8531 * version.in: Bump version to 7.6.50.20130312-cvs.
8532
8533 2013-03-12 Keith Seitz <keiths@redhat.com>
8534
8535 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
8536 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
8537 Remove temporary copy of input string.
8538 (mi_execute_command_wrapper): Make "cmd" const.
8539 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
8540 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
8541 Use const strings.
8542 (mi_parse): Make "cmd" const.
8543 Use const strings.
8544 * mi/mi-parse.h (mi_parse): Make "cmd" const.
8545
8546 2013-03-12 Keith Seitz <keiths@redhat.com>
8547
8548 * ada-lang.c (ada_read_renaming_var_value): Pass const
8549 pointer to expression string to parse_exp_1.
8550 (create_excep_cond_exprs): Likewise.
8551 * ax-gdb.c (agent_eval_command_one): Likewise.
8552 (maint_agent_printf_command): Likewise.
8553 Constify much of the string handling/parsing.
8554 * breakpoint.c (set_breakpoint_condition): Pass const
8555 pointer to expression string to parse_exp_1.
8556 (update_watchpoint): Likewise.
8557 (parse_cmd_to_aexpr): Constify string handling.
8558 Pass const pointer to parse_exp_1.
8559 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
8560 (find_condition_and_thread): Likewise.
8561 Make TOK const.
8562 (watch_command_1): Make "arg" const.
8563 Constify string handling.
8564 Copy the expression string instead of changing the input
8565 string.
8566 (update_breakpoint_location): Pass const pointer to
8567 parse_exp_1.
8568 * eval.c (parse_and_eval_address): Make "exp" const.
8569 (parse_to_comma_and_eval): Make "expp" const.
8570 (parse_and_eval): Make "exp" const.
8571 * expression.h (parse_expression): Make argument const.
8572 (parse_exp_1): Make first argument const.
8573 * findcmd.c (parse_find_args): Treat "args" as const.
8574 * linespec.c (parse_linespec): Pass const pointer to
8575 linespec_expression_to_pc.
8576 (linespec_expression_to_pc): Make "exp_ptr" const.
8577 * parse.c (parse_exp_1): Make "stringptr" const.
8578 Make a copy of the expression to pass to parse_exp_in_context until
8579 this whole interface can be constified.
8580 (parse_expression): Make "string" const.
8581 * printcmd.c (ui_printf): Treat "arg" as const.
8582 Handle const strings.
8583 * tracepoint.c (validate_actionline): Pass const pointer to
8584 all calls to parse_exp_1.
8585 (encode_actions_1): Likewise.
8586 * value.h (parse_to_comma_and_eval): Make argument const.
8587 (parse_and_eval_address): Likewise.
8588 (parse_and_eval): Likewise.
8589 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
8590 (varobj_set_value): Likewise.
8591 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
8592 constify string handling.
8593 Pass const pointers to parse_and_eval_address and
8594 parse_to_comman_and_eval.
8595 * cli/cli-utils.c (skip_to_space): Rename to ...
8596 (skip_to_space_const): ... this. Handle const strings.
8597 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
8598 skip_to_space_const.
8599 (skip_to_space_const): Declare.
8600 * common/format.c (parse_format_string): Make "arg" const.
8601 Handle const strings.
8602 * common/format.h (parse_format_string): Make "arg" const.
8603 * gdbserver/ax.c (ax_printf): Make "format" const.
8604 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
8605 of the expression string.
8606
8607 2013-03-12 Hui Zhu <hui@codesourcery.com>
8608
8609 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
8610
8611 2013-03-12 Yao Qi <yao@codesourcery.com>
8612 Hui Zhu <hui@codesourcery.com>
8613
8614 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
8615 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
8616 DW_OP_deref_size.
8617
8618 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
8619
8620 * ada-lex.l (rules): Only recognize 'thread' as a
8621 delimiter when followed by numerals, as for c-exp.y.
8622 Use new rewind_to_char function to rewind the input for
8623 expression-delimiting tokens.
8624 (rewind_to_char): New function.
8625
8626 2013-03-11 Pedro Alves <palves@redhat.com>
8627 Jan Kratochvil <jan.kratochvil@redhat.com>
8628
8629 * configure: Regenerate.
8630 * configure.ac (check dynamic export flag): Link python test with
8631 $PYTHON_LIBS.
8632
8633 2013-03-11 Doug Evans <dje@google.com>
8634 Keith Seitz <keiths@redhat.com>
8635
8636 * linespec.c (find_linespec_symbols): Call find_function_symbols
8637 first, and then call lookup_prefix_sym/find_method.
8638
8639 2013-03-11 Pedro Alves <palves@redhat.com>
8640
8641 * charset.c (convert_between_encodings): Don't cast between
8642 different pointer to pointer types. Instead, make the 'inp' local
8643 be of the type iconv expects.
8644 (wchar_iterate): Don't cast between different pointer to pointer
8645 types. Instead, use new pointer local of the type iconv expects.
8646 * target.c (target_read_stralloc, target_fileio_read_stralloc):
8647 Add new local of type char pointer, and use it to get a
8648 char/string view of the byte buffer, instead of casting between
8649 pointer to pointer types.
8650
8651 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
8652
8653 * remote.c (remote_set_trace_buffer_size): Move != operator
8654 to the start of next line to fix an ARI warning.
8655
8656 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8657
8658 * NEWS: Add record changes.
8659
8660 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8661
8662 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
8663 the instruction history disassembly.
8664 * disasm.c (dump_insns): Omit the pc prefix, if requested.
8665 * disasm.h (DISASSEMBLY_OMIT_PC): New.
8666
8667 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8668
8669 * Makefile.in (SFILES): Add record-btrace.c
8670 (COMMON_OBS): Add record-btrace.o
8671 * record-btrace.c: New.
8672 * objfiles.c: Include btrace.h.
8673 (free_objfile): call btrace_free_objfile.
8674
8675 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8676
8677 * target.c (target_call_history, target_call_history_from,
8678 target_call_history_range): New.
8679 * target.h (target_ops) <to_call_history, to_call_history_from,
8680 to_call_history_range>: New fields.
8681 (target_call_history, target_call_history_from,
8682 target_call_history_range): New declaration.
8683 * record.c (get_call_history_modifiers, cmd_record_call_history,
8684 record_call_history_size): New.
8685 (_initialize_record): Add the "record function-call-history" command.
8686 Add "set/show record function-call-history-size" commands.
8687 * record.h (record_print_flag): New.
8688
8689 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8690
8691 * target.h (target_ops) <to_insn_history, to_insn_history_from,
8692 to_insn_history_range>: New fields.
8693 (target_insn_history): New.
8694 (target_insn_history_from): New.
8695 (target_insn_history_range): New.
8696 * target.c (target_insn_history): New.
8697 (target_insn_history_from): New.
8698 (target_insn_history_range): New.
8699 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
8700 (record_insn_history_size): New.
8701 (get_insn_number): New.
8702 (get_context_size): New.
8703 (no_chunk): New.
8704 (get_insn_history_modifiers): New.
8705 (cmd_record_insn_history): New.
8706 (_initialize_record): Add "set/show record instruction-history-size"
8707 command. Add "record instruction-history" command.
8708
8709 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8710
8711 * record.h (record_disconnect): New.
8712 (record_detach): New.
8713 (record_mourn_inferior): New.
8714 (record_kill): New.
8715 * record-full.c (record_disconnect, record_detach,
8716 record_mourn_inferior, record_kill): Move to...
8717 * record.c: ...here.
8718 (DEBUG): New.
8719 (record_stop): New.
8720 (record_unpush): New.
8721 (cmd_record_stop): Call record_stop. Replace unpush_target
8722 call with record_unpush call.
8723 (record_disconnect, record_detach): Assert that the target
8724 is of record stratum. Call record_unpush, record_stop, and
8725 DEBUG.
8726 (record_mourn_inferior, record_kill): Assert that the target
8727 is of record stratum. Call record_unpush and DEBUG.
8728
8729 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8730
8731 * record-full.h, record-full.c (record_memory_query): Rename
8732 to ...
8733 (record_full_memory_query): ...this. Update all users.
8734 (record_arch_list_add_reg): Rename to ...
8735 (record_full_arch_list_add_reg): ...this. Update all users.
8736 (record_arch_list_add_mem): Rename to ...
8737 (record_full_arch_list_add_mem): ...this. Update all users.
8738 (record_arch_list_add_end): Rename to ...
8739 (record_full_arch_list_add_end): ...this. Update all users.
8740 (record_gdb_operation_disable_set): Rename to ...
8741 (record_full_gdb_operation_disable_set): ...this.
8742 Update all users.
8743
8744 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
8745
8746 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
8747 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
8748 (RECORD_IS_REPLAY): Renamed to ...
8749 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
8750 (RECORD_FILE_MAGIC): Renamed to ...
8751 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
8752 (record_mem_entry): Renamed to ...
8753 (record_full_mem_entry): ... this. Updated all users.
8754 (record_reg_entry): Renamed to ...
8755 (record_full_reg_entry): ... this. Updated all users.
8756 (record_end_entry): Renamed to ...
8757 (record_full_end_entry): ... this. Updated all users.
8758 (record_type) <record_end, record_reg, record_mem>: Renamed
8759 to ...
8760 (record_full_type) <record_full_end, record_full_reg,
8761 record_full_mem>: ... this. Updated all users.
8762 (record_entry): Renamed to ...
8763 (record_full_entry): ... this. Updated all users.
8764 (record_core_buf_entry): Renamed to ...
8765 (record_full_core_buf_entry): ... this. Updated all users.
8766 (record_core_regbuf): Renamed to ...
8767 (record_full_core_regbuf): ... this. Updated all users.
8768 (record_core_start): Renamed to ...
8769 (record_full_core_start): ... this. Updated all users.
8770 (record_core_end): Renamed to ...
8771 (record_full_core_end): ... this. Updated all users.
8772 (record_core_buf_list): Renamed to ...
8773 (record_full_core_buf_list): ... this. Updated all users.
8774 (record_first): Renamed to ...
8775 (record_full_first): ... this. Updated all users.
8776 (record_list): Renamed to ...
8777 (record_full_list): ... this. Updated all users.
8778 (record_arch_list_head): Renamed to ...
8779 (record_full_arch_list_head): ... this. Updated all users.
8780 (record_arch_list_tail): Renamed to ...
8781 (record_full_arch_list_tail): ... this. Updated all users.
8782 (record_stop_at_limit): Renamed to ...
8783 (record_full_stop_at_limit): ... this. Updated all users.
8784 (record_insn_max_num): Renamed to ...
8785 (record_full_insn_max_num): ... this. Updated all users.
8786 (record_insn_num): Renamed to ...
8787 (record_full_insn_num): ... this. Updated all users.
8788 (record_insn_count): Renamed to ...
8789 (record_full_insn_count): ... this. Updated all users.
8790 (record_ops): Renamed to ...
8791 (record_full_ops): ... this. Updated all users.
8792 (record_core_ops): Renamed to ...
8793 (record_full_core_ops): ... this. Updated all users.
8794 (set_record_cmdlist): Renamed to ...
8795 (set_record_full_cmdlist): ... this. Updated all users.
8796 (show_record_cmdlist): Renamed to ...
8797 (show_record_full_cmdlist): ... this. Updated all users.
8798 (record_cmdlist): Renamed to ...
8799 (record_full_cmdlist): ... this. Updated all users.
8800 (record_beneath_to_resume_ops): Renamed to ...
8801 (record_full_beneath_to_resume_ops): ... this. Updated all users.
8802 (record_beneath_to_resume): Renamed to ...
8803 (record_full_beneath_to_resume): ... this. Updated all users.
8804 (record_beneath_to_wait_ops): Renamed to ...
8805 (record_full_beneath_to_wait_ops): ... this. Updated all users.
8806 (record_beneath_to_wait): Renamed to ...
8807 (record_full_beneath_to_wait): ... this. Updated all users.
8808 (record_beneath_to_store_registers_ops): Renamed to ...
8809 (record_full_beneath_to_store_registers_ops): ... this.
8810 Updated all users.
8811 (record_beneath_to_store_registers): Renamed to ...
8812 (record_full_beneath_to_store_registers): ... this.
8813 Updated all users.
8814 (record_beneath_to_xfer_partial_ops): Renamed to ...
8815 (record_full_beneath_to_xfer_partial_ops): ... this.
8816 Updated all users.
8817 (record_beneath_to_xfer_partial): Renamed to ...
8818 (record_full_beneath_to_xfer_partial): ... this.
8819 Updated all users.
8820 (record_beneath_to_insert_breakpoint): Renamed to ...
8821 (record_full_beneath_to_insert_breakpoint): ... this.
8822 Updated all users.
8823 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
8824 (record_full_beneath_to_stopped_by_watchpoint): ... this.
8825 Updated all users.
8826 (record_beneath_to_stopped_data_address): Renamed to ...
8827 (record_full_beneath_to_stopped_data_address): ... this.
8828 Updated all users.
8829 (record_beneath_to_async): Renamed to ...
8830 (record_full_beneath_to_async): ... this. Updated all users.
8831 (record_goto_insn): Renamed to ...
8832 (record_full_goto_insn): ... this. Updated all users.
8833 (record_save): Renamed to ...
8834 (record_full_save): ... this. Updated all users.
8835 (record_reg_alloc): Renamed to ...
8836 (record_full_reg_alloc): ... this. Updated all users.
8837 (record_reg_release): Renamed to ...
8838 (record_full_reg_release): ... this. Updated all users.
8839 (record_mem_alloc): Renamed to ...
8840 (record_full_mem_alloc): ... this. Updated all users.
8841 (record_mem_release): Renamed to ...
8842 (record_full_mem_release): ... this. Updated all users.
8843 (record_end_alloc): Renamed to ...
8844 (record_full_end_alloc): ... this. Updated all users.
8845 (record_end_release): Renamed to ...
8846 (record_full_end_release): ... this. Updated all users.
8847 (record_entry_release): Renamed to ...
8848 (record_full_entry_release): ... this. Updated all users.
8849 (record_list_release): Renamed to ...
8850 (record_full_list_release): ... this. Updated all users.
8851 (record_list_release_following): Renamed to ...
8852 (record_full_list_release_following): ... this.
8853 Updated all users.
8854 (record_list_release_first): Renamed to ...
8855 (record_full_list_release_first): ... this. Updated all users.
8856 (record_arch_list_add): Renamed to ...
8857 (record_full_arch_list_add): ... this. Updated all users.
8858 (record_get_loc): Renamed to ...
8859 (record_full_get_loc): ... this. Updated all users.
8860 (record_check_insn_num): Renamed to ...
8861 (record_full_check_insn_num): ... this. Updated all users.
8862 (record_arch_list_cleanups): Renamed to ...
8863 (record_full_arch_list_cleanups): ... this. Updated all users.
8864 (record_message): Renamed to ...
8865 (record_full_message): ... this. Updated all users.
8866 (record_message_wrapper): Renamed to ...
8867 (record_full_message_wrapper): ... this. Updated all users.
8868 (record_message_wrapper_safe): Renamed to ...
8869 (record_full_message_wrapper_safe): ... this. Updated all users.
8870 (record_gdb_operation_disable): Renamed to ...
8871 (record_full_gdb_operation_disable): ... this. Updated all users.
8872 (record_hw_watchpoint): Renamed to ...
8873 (record_full_hw_watchpoint): ... this. Updated all users.
8874 (record_exec_insn): Renamed to ...
8875 (record_full_exec_insn): ... this. Updated all users.
8876 (record_restore): Renamed to ...
8877 (record_full_restore): ... this. Updated all users.
8878 (record_async_inferior_event_token): Renamed to ...
8879 (record_full_async_inferior_event_token): ... this.
8880 Updated all users.
8881 (record_async_inferior_event_handler): Renamed to ...
8882 (record_full_async_inferior_event_handler): ... this.
8883 Updated all users.
8884 (record_core_open_1): Renamed to ...
8885 (record_full_core_open_1): ... this. Updated all users.
8886 (record_open_1): Renamed to ...
8887 (record_full_open_1): ... this. Updated all users.
8888 (record_open): Renamed to ...
8889 (record_full_open): ... this. Updated all users.
8890 (record_close): Renamed to ...
8891 (record_full_close): ... this. Updated all users.
8892 (record_resume_step): Renamed to ...
8893 (record_full_resume_step): ... this. Updated all users.
8894 (record_resumed): Renamed to ...
8895 (record_full_resumed): ... this. Updated all users.
8896 (record_execution_dir): Renamed to ...
8897 (record_full_execution_dir): ... this. Updated all users.
8898 (record_resume): Renamed to ...
8899 (record_full_resume): ... this. Updated all users.
8900 (record_get_sig): Renamed to ...
8901 (record_full_get_sig): ... this. Updated all users.
8902 (record_sig_handler): Renamed to ...
8903 (record_full_sig_handler): ... this. Updated all users.
8904 (record_wait_cleanups): Renamed to ...
8905 (record_full_wait_cleanups): ... this. Updated all users.
8906 (record_wait_1): Renamed to ...
8907 (record_full_wait_1): ... this. Updated all users.
8908 (record_wait): Renamed to ...
8909 (record_full_wait): ... this. Updated all users.
8910 (record_stopped_by_watchpoint): Renamed to ...
8911 (record_full_stopped_by_watchpoint): ... this. Updated all users.
8912 (record_disconnect): Renamed to ...
8913 (record_full_disconnect): ... this. Updated all users.
8914 (record_detach): Renamed to ...
8915 (record_full_detach): ... this. Updated all users.
8916 (record_mourn_inferior): Renamed to ...
8917 (record_full_mourn_inferior): ... this. Updated all users.
8918 (record_kill): Renamed to ...
8919 (record_full_kill): ... this. Updated all users.
8920 (record_stopped_data_address): Renamed to ...
8921 (record_full_stopped_data_address): ... this. Updated all users.
8922 (record_registers_change): Renamed to ...
8923 (record_full_registers_change): ... this. Updated all users.
8924 (record_store_registers): Renamed to ...
8925 (record_full_store_registers): ... this. Updated all users.
8926 (record_xfer_partial): Renamed to ...
8927 (record_full_xfer_partial): ... this. Updated all users.
8928 (record_breakpoint): Renamed to ...
8929 (record_full_breakpoint): ... this. Updated all users.
8930 (record_breakpoint_p): Renamed to ...
8931 (record_full_breakpoint_p): ... this. Updated all users.
8932 (record_breakpoints): Renamed to ...
8933 (record_full_breakpoints): ... this. Updated all users.
8934 (record_sync_record_breakpoints): Renamed to ...
8935 (record_full_sync_record_breakpoints): ... this.
8936 Updated all users.
8937 (record_init_record_breakpoints): Renamed to ...
8938 (record_full_init_record_breakpoints): ... this.
8939 Updated all users.
8940 (record_insert_breakpoint): Renamed to ...
8941 (record_full_insert_breakpoint): ... this. Updated all users.
8942 (record_remove_breakpoint): Renamed to ...
8943 (record_full_remove_breakpoint): ... this. Updated all users.
8944 (record_can_execute_reverse): Renamed to ...
8945 (record_full_can_execute_reverse): ... this. Updated all users.
8946 (record_get_bookmark): Renamed to ...
8947 (record_full_get_bookmark): ... this. Updated all users.
8948 (record_goto_bookmark): Renamed to ...
8949 (record_full_goto_bookmark): ... this. Updated all users.
8950 (record_async): Renamed to ...
8951 (record_full_async): ... this. Updated all users.
8952 (record_can_async_p): Renamed to ...
8953 (record_full_can_async_p): ... this. Updated all users.
8954 (record_is_async_p): Renamed to ...
8955 (record_full_is_async_p): ... this. Updated all users.
8956 (record_execution_direction): Renamed to ...
8957 (record_full_execution_direction): ... this. Updated all users.
8958 (record_info): Renamed to ...
8959 (record_full_info): ... this. Updated all users.
8960 (record_delete): Renamed to ...
8961 (record_full_delete): ... this. Updated all users.
8962 (record_is_replaying): Renamed to ...
8963 (record_full_is_replaying): ... this. Updated all users.
8964 (record_goto_entry): Renamed to ...
8965 (record_full_goto_entry): ... this. Updated all users.
8966 (record_goto_begin): Renamed to ...
8967 (record_full_goto_begin): ... this. Updated all users.
8968 (record_goto_end): Renamed to ...
8969 (record_full_goto_end): ... this. Updated all users.
8970 (record_goto): Renamed to ...
8971 (record_full_goto): ... this. Updated all users.
8972 (init_record_ops): Renamed to ...
8973 (init_record_full_ops): ... this. Updated all users.
8974 (record_core_resume): Renamed to ...
8975 (record_full_core_resume): ... this. Updated all users.
8976 (record_core_kill): Renamed to ...
8977 (record_full_core_kill): ... this. Updated all users.
8978 (record_core_fetch_registers): Renamed to ...
8979 (record_full_core_fetch_registers): ... this. Updated all users.
8980 (record_core_prepare_to_store): Renamed to ...
8981 (record_full_core_prepare_to_store): ... this. Updated all users.
8982 (record_core_store_registers): Renamed to ...
8983 (record_full_core_store_registers): ... this. Updated all users.
8984 (record_core_xfer_partial): Renamed to ...
8985 (record_full_core_xfer_partial): ... this. Updated all users.
8986 (record_core_insert_breakpoint): Renamed to ...
8987 (record_full_core_insert_breakpoint): ... this. Updated all users.
8988 (record_core_remove_breakpoint): Renamed to ...
8989 (record_full_core_remove_breakpoint): ... this. Updated all users.
8990 (record_core_has_execution): Renamed to ...
8991 (record_full_core_has_execution): ... this. Updated all users.
8992 (init_record_core_ops): Renamed to ...
8993 (init_record_full_core_ops): ... this. Updated all users.
8994 (cmd_record_restore): Renamed to ...
8995 (cmd_record_full_restore): ... this. Updated all users.
8996 (record_save_cleanups): Renamed to ...
8997 (record_full_save_cleanups): ... this. Updated all users.
8998 (cmd_record_start): Renamed to ...
8999 (cmd_record_full_start): ... this. Updated all users.
9000 (set_record_insn_max_num): Renamed to ...
9001 (set_record_full_insn_max_num): ... this. Updated all users.
9002 (set_record_command): Renamed to ...
9003 (set_record_full_command): ... this. Updated all users.
9004 (show_record_command): Renamed to ...
9005 (show_record_full_command): ... this. Updated all users.
9006 (_initialize_record): Renamed to ...
9007 (_initialize_record_full): ... this. Updated all users.
9008
9009 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9010
9011 * record.h: Split into this and ...
9012 * record-full.h: ... this.
9013 * record.c: Split into this and ...
9014 * record-full.c: ... this.
9015 * target.h (target_ops): Add new fields to_info_record,
9016 to_save_record, to_delete_record, to_record_is_replaying,
9017 to_goto_record_begin, to_goto_record_end, to_goto_record.
9018 (target_info_record): New.
9019 (target_save_record): New.
9020 (target_supports_delete_record): New.
9021 (target_delete_record): New.
9022 (target_record_is_replaying): New.
9023 (target_goto_record_begin): New.
9024 (target_goto_record_end): New.
9025 (target_goto_record): New.
9026 * target.c (target_info_record): New.
9027 (target_save_record): New.
9028 (target_supports_delete_record): New.
9029 (target_delete_record): New.
9030 (target_record_is_replaying): New.
9031 (target_goto_record_begin): New.
9032 (target_goto_record_end): New.
9033 (target_goto_record): New.
9034 * record.h: Declare struct cmd_list_element.
9035 (record_cmdlist): New declaration.
9036 (set_record_cmdlist): New declaration.
9037 (show_record_cmdlist): New declaration.
9038 (info_record_cmdlist): New declaration.
9039 (cmd_record_goto): New declaration.
9040 * record.c: Remove unnecessary includes.
9041 Include inferior.h.
9042 (cmd_record_goto): Remove declaration.
9043 (record_cmdlist): Now extern. Initialize.
9044 (set_record_cmdlist): Now extern. Initialize.
9045 (show_record_cmdlist): Now extern. Initialize.
9046 (info_record_cmdlist): Now extern. Initialize.
9047 (find_record_target): New.
9048 (require_record_target): New.
9049 (cmd_record_start): Update.
9050 (cmd_record_delete): Remove target-specific code.
9051 Call target_delete_record.
9052 (cmd_record_stop): Unpush any record target.
9053 (set_record_insn_max_num): Move to record-full.c
9054 (set_record_command): Add comment.
9055 (show_record_command): Add comment.
9056 (info_record_command): Update comment.
9057 Remove target-specific code.
9058 Call the record target's to_info_record.
9059 (cmd_record_start): New.
9060 (cmd_record_goto): Now extern.
9061 Remove target-specific code.
9062 Call target_goto_begin, target_goto_end, or target_goto.
9063 (_initialize_record): Move record target ops initialization to
9064 record-full.c.
9065 Change "record" command help text.
9066 Move "record restore", "record set", and "record show" commands to
9067 record-full.c.
9068 * Makefile.in (SFILES): Add record-full.c.
9069 (HFILES_NO_SRCDIR): Add record-full.h.
9070 (COMMON_OBS): Add record-full.o.
9071 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
9072 * arm-tdep.c: Include record-full.h.
9073 * i386-linux-tdep.c: Include record-full.h instead of record.h.
9074 * i386-tdep.c: Include record-full.h.
9075 * infrun.c: Include record-full.h.
9076 * linux-record.c: Include record-full.h.
9077 * moxie-tdep.c: Include record-full.h.
9078 * record-full.c: Include record-full.h.
9079 Change module comment.
9080 (set_record_full_cmdlist): New.
9081 (show_record_full_cmdlist): New.
9082 (record_full_cmdlist): New.
9083 (record_goto_insn): New declaration.
9084 (record_save): New declaration.
9085 (record_check_insn_num): Change query string.
9086 (record_info): New.
9087 (record_delete): New.
9088 (record_is_replaying): New.
9089 (record_goto_entry): New.
9090 (record_goto_begin): New.
9091 (record_goto_end): New.
9092 (record_goto): New.
9093 (init_record_ops): Update.
9094 (init_record_core_ops): Update.
9095 (cmd_record_save): Rename to record_save. Remove target and arg checks.
9096 (cmd_record_start): New.
9097 (set_record_insn_max_num): Moved from record.c
9098 (set_record_full_command): New.
9099 (show_record_full_command): New.
9100 (_initialize_record_full): New.
9101
9102 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9103
9104 * target.h (add_deprecated_target_alias): New.
9105 * target.c (add_deprecated_target_alias): New.
9106
9107 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9108
9109 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
9110 and signal.h.
9111 (linux_supports_btrace): Add kernel and
9112 cpuid check.
9113 (kernel_supports_btrace): New function.
9114 (cpu_supports_btrace): New function.
9115 (intel_supports_btrace): New function.
9116
9117 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9118
9119 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
9120 * remote.c: Include btrace.h.
9121 (struct btrace_target_info): New struct.
9122 (remote_supports_btrace): New function.
9123 (send_Qbtrace): New function.
9124 (remote_enable_btrace): New function.
9125 (remote_disable_btrace): New function.
9126 (remote_teardown_btrace): New function.
9127 (remote_read_btrace): New function.
9128 (init_remote_ops): Add btrace ops.
9129 (enum <unnamed>): Add btrace packets.
9130 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
9131 (_initialize_remote): Add packet configuration for branch tracing.
9132
9133 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9134
9135 * features/btrace.dtd: New file.
9136 * Makefile.in (XMLFILES): Add btrace.dtd.
9137 * btrace.h (parse_xml_btrace): New declaration.
9138 * btrace.c: Include xml-support.h.
9139 (parse_xml_btrace): New function.
9140 (parse_xml_btrace_block): New function.
9141 (block_attributes): New struct.
9142 (btrace_attributes): New struct.
9143 (btrace_children): New struct.
9144 (btrace_elements): New struct.
9145
9146 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9147
9148 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
9149 (amd64_linux_enable_btrace): New.
9150 (amd64_linux_disable_btrace): New.
9151 (amd64_linux_teardown_btrace): New.
9152 (_initialize_amd64_linux_nat): Initialize btrace ops.
9153 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
9154 (i386_linux_enable_btrace): New.
9155 (i386_linux_disable_btrace): New.
9156 (i386_linux_teardown_btrace): New.
9157 (_initialize_i386_linux_nat): Initialize btrace ops.
9158 * config/i386/linux.mh: Add linux-btrace.o.
9159 * config/i386/linux64.mh: Add linux-btrace.o.
9160
9161 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9162
9163 * common/linux_btrace.h: New file.
9164 * common/linux_btrace.c: New file.
9165 * Makefile.in (SFILES): Add btrace.c.
9166 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
9167 (COMMON_OBS): Add btrace.o.
9168 (linux-btrace.o): New rule.
9169
9170 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
9171
9172 * target.h: Include btrace.h.
9173 (struct target_ops) <to_supports_btrace, to_enable_btrace,
9174 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
9175 * target.c (target_supports_btrace): New function.
9176 (target_enable_btrace): New function.
9177 (target_disable_btrace): New function.
9178 (target_teardown_btrace): New function.
9179 (target_read_btrace): New function.
9180 * btrace.h: New file.
9181 * btrace.c: New file.
9182 * Makefile.in: Add btrace.c.
9183 * gdbthread.h: Include btrace.h.
9184 (struct thread_info): Add btrace field.
9185 * thread.c: Include btrace.h.
9186 (clear_thread_inferior_resources): Call target_teardown_btrace.
9187 * common/btrace-common.h: New file.
9188
9189 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9190
9191 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
9192 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
9193 kill_status to outer block.
9194
9195 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9196
9197 Fix entry-values if the callee called a noreturn function.
9198 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
9199 get_frame_address_in_block. Add new comment.
9200
9201 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9202
9203 Fix entry-values in C++ across CUs.
9204 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
9205 lookup_minimal_symbol. Add a comment.
9206 * dwarf2read.c
9207 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
9208 DW_AT_linkage_name.
9209
9210 2013-03-08 Yao Qi <yao@codesourcery.com>
9211
9212 * tracepoint.c (_initialize_tracepoint): Indent the code.
9213
9214 2013-03-08 Pedro Alves <palves@redhat.com>
9215
9216 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
9217 (parse_find_args, find_command): Change type of pattern buffer
9218 locals to 'gdb_byte *'.
9219
9220 2013-03-08 Stan Shebs <stan@codesourcery.com>
9221 Hafiz Abid Qadeer <abidh@codesourcery.com>
9222
9223 * NEWS: Mention set and show trace-buffer-size commands.
9224 Mention new packet.
9225 * target.h (struct target_ops): New method
9226 to_set_trace_buffer_size.
9227 (target_set_trace_buffer_size): New macro.
9228 * target.c (update_current_target): Set up new method.
9229 * tracepoint.c (trace_buffer_size): New global.
9230 (start_tracing): Send it to the target.
9231 (set_trace_buffer_size): New function.
9232 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
9233 * remote.c (remote_set_trace_buffer_size): New function.
9234 (_initialize_remote): Use it.
9235 (QTBuffer:size) New remote command.
9236 (PACKET_QTBuffer_size): New enum.
9237 (remote_protocol_features): Add an entry for
9238 PACKET_QTBuffer_size.
9239
9240 2013-03-08 Tom Tromey <tromey@redhat.com>
9241
9242 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
9243 variable.
9244
9245 2013-03-07 Pedro Alves <palves@redhat.com>
9246
9247 * target.c (target_read_stralloc, target_fileio_read_alloc):
9248 *Cast pointer to 'gdb_byte *' in target call.
9249
9250 2013-03-07 Pedro Alves <palves@redhat.com>
9251
9252 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
9253 call.
9254
9255 2013-03-07 Keith Seitz <keiths@redhat.com>
9256
9257 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
9258 (trace_pass_command): Likewise.
9259 * cli/cli-cmds.c: Include cli/cli-utils.h.
9260 (source_command): Use skip-spaces.
9261 (disassemble_command): Likewise.
9262 * findcmd.c: Include cli/cli-utils.h.
9263 (parse_find_args): Use skip_spaces.
9264 * go32-nat.c: Include cli/cli-utils.h.
9265 (go32_sldt): Use skip_spaces.
9266 (go32_sgdt): Likewise.
9267 (go32_sidt): Likewise.
9268 (go32_pde): Likewise.
9269 (go32_pte): Likewise.
9270 (go32_pte_for_address): Likewise.
9271 * infcmd.c: Include cli/cli-utils.h.
9272 (registers_info): Use skip_spaces.
9273 * linux-tdep.c (read_mapping): Use skip_spaces_const.
9274 (linux_info_proc): Likewise.
9275 * linux-thread-db.c: Include cli/cli-utils.h.
9276 (info_auto_load_libthread_db): Use skip_spaces_const.
9277 * m32r-rom.c: Include cli/cli-utils.h.
9278 (m32r_upload_command): Use skip_spaces.
9279 * maint.c: Include cli/cli-utils.h.
9280 (maintenance_translate_address): Use skip_spaces.
9281 * mi/mi-parse.c: Include cli/cli-utils.h.
9282 (mi_parse_argv): Use skip_spaces.
9283 (mi_parse): Likewise.
9284 * minsyms.c: Include cli/cli-utils.h.
9285 (msymbol_hash_iw): Use skip_spaces_const.
9286 * objc-lang.c: Include cli/cli-utils.h.
9287 (parse_selector): Use skip_spaces.
9288 (parse_method): Likewise.
9289 * python/python.c: Include cli/cli-utils.h.
9290 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
9291 (python_command)[HAVE_PYTHON]: Likewise.
9292 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
9293 * remote-m32r-sdi.c: Include cli/cli-utils.h.
9294 (m32r_load): Use skip_spaces.
9295 * serial.c: Include cli/cli-utils.h.
9296 (serial_open): Use skip_spaces_const.
9297 * stack.c: Include cli/cli-utils.h.
9298 (parse_frame_specification_1): Use skip_spaces_const.
9299 * symfile.c: Include cli/cli-utils.h.
9300 (set_ext_lang_command): Use skip_spaces.
9301 * symtab.c: Include cli/cli-utils.h.
9302 (rbreak_command): Use skip_spaces.
9303 * thread.c (thread_name_command): Use skip_spaces.
9304 * tracepoint.c (validate_actionline): Use skip_spaces.
9305 (encode_actions_1): Likewise.
9306 (trace_find_range_command): Likewise.
9307 (trace_find_outside_command): Likewise.
9308 (trace_dump_actions): Likewise.
9309
9310 2013-03-07 Pedro Alves <palves@redhat.com>
9311
9312 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
9313 * expprint.c (print_subexp_standard): Likewise.
9314 * utils.c (host_char_to_target): Likewise.
9315 * valprint.c (generic_emit_char, generic_printstr): Likewise.
9316 * varobj.c (value_get_print_value): Change type of local to char*.
9317 Cast it gdb_byte * in call to language printer.
9318
9319 2013-03-07 Pedro Alves <palves@redhat.com>
9320
9321 * charset.c (struct wchar_iterator) <input>: Change type to 'const
9322 gdb_byte *'.
9323 (make_wchar_iterator): Remove cast to char*.
9324 (wchar_iterate): Change type of local.
9325
9326 2013-03-07 Pedro Alves <palves@redhat.com>
9327
9328 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
9329 for 'regcache->register_status'.
9330
9331 2013-03-07 Pedro Alves <palves@redhat.com>
9332
9333 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
9334 int.
9335
9336 2013-03-07 Pedro Alves <palves@redhat.com>
9337
9338 * stap-probe.c (handle_stap_probe): Add cast to char*.
9339
9340 2013-03-07 Pedro Alves <palves@redhat.com>
9341
9342 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
9343 RECORD_MSGRCV>: Pass a signed variable to
9344 regcache_raw_read_signed, instead of an unsigned one.
9345
9346 2013-03-07 Pedro Alves <palves@redhat.com>
9347
9348 * remote-notif.c (notif_debug): Change type to int.
9349 * remote-notif.h (notif_debug): Likewise.
9350
9351 2013-03-07 Pedro Alves <palves@redhat.com>
9352
9353 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
9354
9355 2013-03-07 Pedro Alves <palves@redhat.com>
9356
9357 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
9358 * remote.h (hex2bin, bin2hex): ... here.
9359 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
9360
9361 2013-03-07 Eli Zaretskii <eliz@gnu.org>
9362
9363 * utils.c (initialize_utils): Improve doc strings of "set/show
9364 width", "set/show height", and "set/show pagination".
9365
9366 2013-03-06 Keith Seitz <keiths@redhat.com>
9367
9368 * ax-gdb.c (gen_printf): Make FORMAT const.
9369 * ax-gdb.h (gen_printf): Likewise.
9370 * ax-general.c (ax_string): Make STR const.
9371 * ax.h (ax_string): Likewise.
9372
9373 2013-03-06 Doug Evans <dje@google.com>
9374
9375 * elfread.c (elf_symfile_read): Move debugging printf to more
9376 logical location.
9377
9378 2013-03-06 Pedro Alves <palves@redhat.com>
9379
9380 * python/py-utils.c (target_string_to_unicode): Delete function.
9381 * python/python-internal.h (target_string_to_unicode): Delete
9382 declaration.
9383
9384 2013-03-06 Pierre Muller <muller@sourceware.org>
9385
9386 * linespec.c (get_current_search_block): ARI fix, use (void)
9387 for empty parameter list.
9388
9389 2013-03-05 Doug Evans <dje@google.com>
9390
9391 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
9392 of old ada_lookup_symbol_list. In !full_search case, don't
9393 search superblocks.
9394 (ada_lookup_symbol_list): Delete arg full_search, all callers
9395 updated. Call ada_lookup_symbol_list_worker.
9396 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
9397 * ada-lang.h (ada_lookup_symbol_list): Update.
9398 * language.h (language_defn): Update comment for
9399 la_iterate_over_symbols.
9400 * linespec.c (iterate_over_file_blocks): New function.
9401 (iterate_over_all_matching_symtabs): Call it.
9402 (lookup_prefix_sym): Ditto.
9403 (get_current_search_block): New function.
9404 (get_search_block): Delete.
9405 (find_label_symbols): Call get_current_search_block.
9406 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
9407 * symtab.c (iterate_over_symbols): Don't search superblocks.
9408
9409 2013-03-05 Yao Qi <yao@codesourcery.com>
9410
9411 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
9412 parameter VAR's type from "unsigned int" to "int".
9413 * command.h (var_zuinteger_unlimited): Update its comments.
9414 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
9415
9416 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9417
9418 * NEWS: Mention new target x86_64-*-cygwin*.
9419
9420 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
9421
9422 * configure.host: Add x86_64-*-cygwin* as host.
9423 * configure.tgt: Add x86_64-*-cygwin* as target.
9424 * config/i386/cygwin64.mh: New file.
9425
9426 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9427
9428 * linespec.c (decode_line_2): Fix duplicate request off by two message.
9429
9430 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9431
9432 * linespec.c (struct linespec_canonical_name): New.
9433 (struct linespec_state): Change canonical_names type to it.
9434 (add_sal_to_sals): Change variable canonical_name to canonical. Change
9435 xrealloc element size. Initialize the different CANONICAL fields.
9436 (canonical_to_fullform): New.
9437 (filter_results): Use it. Add variables canonical, fullform and
9438 cleanup.
9439 (struct decode_line_2_item, decode_line_2_compare_items): New.
9440 (decode_line_2): Remove variables iter and item_names, add variables
9441 items and items_count. Modify the code for these new variables.
9442
9443 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
9444
9445 * coff-pe-read.c (read_pe_exported_syms): Don't return without
9446 calling do_cleanup.
9447
9448 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
9449
9450 * tracepoint.c (build_traceframe_info): Add code for byte order.
9451
9452 2013-03-02 Kevin Buettner <kevinb@redhat.com>
9453
9454 * v850-tdep.c: (v850e2_register_name): Revise system register
9455 names to match current V850E2M architecture specifications.
9456 Update register number enum comments too.
9457
9458 2013-03-01 Jiong Wang <jiwang@tilera.com>
9459 Pedro Alves <palves@redhat.com>
9460
9461 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
9462 to END_ADDR.
9463 (tilegx_skip_prologue): Limit prologue analysis to section end.
9464
9465 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9466
9467 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
9468 use it.
9469
9470 2013-03-01 Pedro Alves <palves@redhat.com>
9471
9472 Use gdb_byte for bytes from the program being debugged.
9473
9474 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
9475 Change type of local 'buf' to gdb_byte.
9476 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
9477 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
9478 * cris-tdep.c (cris_sigcontext_addr)
9479 (cris_sigtramp_frame_unwind_cache): Likewise.
9480 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
9481 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
9482 Likewise.
9483 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
9484 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
9485 (hppa32_hpux_search_dummy_call_sequence)
9486 (hppa_hpux_supply_save_state): Likewise.
9487 * hppa-linux-tdep.c (insns_match_pattern)
9488 (hppa_linux_find_global_pointer): Likewise.
9489 * hppa-tdep.c (hppa_in_function_epilogue_p)
9490 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
9491 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
9492 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
9493 (i386fbsd_collect_uthread): Likewise.
9494 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
9495 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
9496 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
9497 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
9498 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
9499 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
9500 (ia64_libunwind_frame_prev_register)
9501 (ia64_libunwind_sigtramp_frame_this_id)
9502 (ia64_find_global_pointer_from_dynamic_section)
9503 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
9504 (ia64_unwind_pc): Likewise.
9505 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
9506 * m68hc11-tdep.c (m68hc11_push_dummy_call)
9507 (m68hc11_extract_return_value): Likewise.
9508 * m68klinux-nat.c (fetch_register, store_register): Likewise.
9509 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
9510 (mep_get_insn, mep_push_dummy_call): Likewise.
9511 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
9512 (mips_linux_in_dynsym_stub): Likewise.
9513 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
9514 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
9515 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
9516 to gdb_byte.
9517 * remote-mips.c (mips_set_register): Likewise.
9518 * remote-sim.c (gdbsim_fetch_register): Likewise.
9519 * score-tdep.c (score7_fetch_inst): Change type of parameter
9520 'memblock' and local 'buf' to gdb_byte.
9521 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
9522 Change type of local 'buf' to gdb_byte. Adjust.
9523 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
9524 to gdb_byte**.
9525 (score7_analyze_prologue): Change type of 'memblock' and
9526 'memblock_ptr' locals to gdb_byte*.
9527 * sh64-tdep.c (sh64_extract_return_value)
9528 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
9529 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
9530 * solib-pa64.c (pa64_solib_create_inferior_hook)
9531 (pa64_open_symbol_file_object): Remove local 'buf'.
9532 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
9533 (som_open_symbol_file_object): Likewise.
9534 * solib-spu.c (spu_current_sos): Likewise.
9535 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
9536 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
9537 (spu_store_registers): Likewise.
9538 * target.c (debug_print_register): Likewise.
9539 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
9540 * xstormy16-tdep.c (xstormy16_store_return_value)
9541 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
9542 (xstormy16_find_jmp_table_entry): Likewise.
9543
9544 2013-03-01 Jiong Wang <jiwang@tilera.com>
9545
9546 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
9547 (tilegx_gdbarch_init): Install it.
9548
9549 2013-02-28 Tom Tromey <tromey@redhat.com>
9550
9551 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
9552 PyLong_Check.
9553
9554 2013-02-28 Doug Evans <dje@google.com>
9555
9556 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
9557 * python/python.c (gdbpy_find_pc_line): Ditto.
9558
9559 2013-02-28 Tom Tromey <tromey@redhat.com>
9560
9561 * contrib/excheck.py: New file.
9562 * contrib/exsummary.py: New file.
9563 * contrib/gcc-with-excheck: New file.
9564
9565 2013-02-28 Tom Tromey <tromey@redhat.com>
9566
9567 * python/python.c (gdbpy_print_stack): Call begin_line and
9568 fprintf_filtered inside TRY_CATCH.
9569
9570 2013-02-28 Tom Tromey <tromey@redhat.com>
9571
9572 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
9573 inside TRY_CATCH.
9574
9575 2013-02-28 Tom Tromey <tromey@redhat.com>
9576
9577 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
9578 frame_object_to_frame_info inside TRY_CATCH.
9579
9580 2013-02-28 Tom Tromey <tromey@redhat.com>
9581
9582 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
9583 TRY_CATCH.
9584
9585 2013-02-28 Tom Tromey <tromey@redhat.com>
9586
9587 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
9588
9589 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
9590
9591 * windows-nat.c: Throughout, fix format strings and casts of
9592 printf-like functions to avoid type related warnings on all
9593 platforms.
9594 (handle_output_debug_string): Fetch context information address
9595 from debug string using string_to_core_addr.
9596
9597 2013-02-27 Jiong Wang <jiwang@tilera.com>
9598
9599 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
9600 * regformats/reg-tilegx32.dat: New.
9601
9602 2013-02-27 Jiong Wang <jiwang@tilera.com>
9603
9604 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
9605
9606 2013-02-27 Jiong Wang <jiwang@tilera.com>
9607
9608 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
9609
9610 2013-02-27 Yao Qi <yao@codesourcery.com>
9611 Pedro Alves <palves@redhat.com>
9612
9613 * tracepoint.c (tfile_trace_find): For tfind
9614 pc/tp/range/outside, look for the next trace frame instead of
9615 always starting from frame 0.
9616
9617 2013-02-26 Anthony Green <green@moxielogic.com>
9618
9619 * configure.tgt: Add support for moxie-*-rtems* target.
9620
9621 2013-02-25 Pedro Alves <palves@redhat.com>
9622
9623 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
9624 warning text.
9625
9626 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
9627
9628 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
9629 if $fp is used as the virtual frame pointer.
9630
9631 2013-02-23 Alan Modra <amodra@gmail.com>
9632
9633 * elfread.c (elf_symtab_read): Do not use udata.p here to find
9634 symbol size.
9635 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
9636 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
9637 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
9638 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
9639
9640 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9641
9642 Code cleanup.
9643 * elfread.c (build_id_bfd_get): Make the return type const.
9644 (build_id_verify): Make the check parameter const.
9645 (build_id_to_debug_filename): Make the build_id parameter and variable
9646 data const.
9647 (find_separate_debug_file_by_buildid): Make the variable build_id const.
9648
9649 2013-02-21 Alan Modra <amodra@gmail.com>
9650
9651 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
9652
9653 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
9654
9655 Add a new method 'disassemble' to gdb.Architecture class.
9656 * python/py-arch.c (archpy_disassmble): Implementation of the
9657 new method gdb.Architecture.disassemble.
9658 (arch_object_methods): Add entry for the new method.
9659
9660 2013-02-20 Jiong Wang <jiwang@tilera.com>
9661
9662 * MAINTAINERS (Write After Approval): Add myself to the list.
9663
9664 2013-02-19 Pedro Alves <palves@redhat.com>
9665
9666 Garbage collect 'struct monitor_ops'::load_routine.
9667
9668 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
9669 * monitor.c (monitor_load): No longer call
9670 current_monitor->load_routine.
9671 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
9672 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
9673 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
9674
9675 2013-02-19 Pedro Alves <palves@redhat.com>
9676
9677 PR gdb/15161
9678
9679 Harmonize with generic_load.
9680
9681 * monitor.c: Include "readline/readline.h".
9682 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
9683 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
9684 long/strtol for the 'load_offset' local. Error out if no argument
9685 is given or if too many arguments are given. Tilde expand the
9686 passed in file name.
9687
9688 2013-02-19 Kai Tietz <ktietz@redhat.com>
9689
9690 PR gdb/15161
9691 * symfile.c (load_section_data): Change type of load_offset
9692 to CORE_ADDR.
9693 (generic_load): User strtoulst instead of strtoul for conversion
9694 of load_offset.
9695
9696 2013-02-19 Jiong Wang <jiwang@tilera.com>
9697
9698 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
9699 for return address, "lr" register, saved on stack.
9700 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
9701 after we invoke tilegx_analyze_prologue.
9702
9703 2013-02-19 Jiong Wang <jiwang@tilera.com>
9704
9705 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
9706
9707 2013-02-19 Jiong Wang <jiwang@tilera.com>
9708
9709 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
9710
9711 2013-02-19 Jiong Wang <jiwang@tilera.com>
9712
9713 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
9714 (tilegx_write_pc): New function.
9715 (tilegx_cannot_reference_register): Return zero if REGNO
9716 is TILEGX_FAULTNUM_REGNUM.
9717 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
9718 (tilegx_register_name): Add handling of "faultnum" register.
9719 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
9720 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
9721 handling of TILEGX_FAULTNUM_REGNUM.
9722 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
9723
9724 2013-02-19 Jiong Wang <jiwang@tilera.com>
9725
9726 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
9727 should be aligned to 64bit.
9728
9729 2013-02-19 Kai Tietz <ktietz@redhat.com>
9730
9731 * windows-nat.c (windows_xfer_memory): Fix debug-output
9732 for LLP64.
9733
9734 2013-02-19 Lei Liu <lei.liu2@windriver.com>
9735
9736 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
9737 Don't check DSP register number if HAVE_DSP is not set.
9738
9739 2013-02-19 Alan Modra <amodra@gmail.com>
9740
9741 * elfread.c (struct build_id): Delete. Use struct elf_build_id
9742 throughout file instead.
9743 (build_id_bfd_get): Update to use new elf_tdata build_id field.
9744 Don't xmalloc return value.
9745 (build_id_verify): Similarly. Don't xfree.
9746 (build_id_to_debug_filename): Update.
9747 (find_separate_debug_file_by_buildid): Update, don't xfree.
9748
9749 2013-02-18 Tom Tromey <tromey@redhat.com>
9750
9751 PR gdb/15102:
9752 * dwarf2read.c (read_subrange_type): Use result of
9753 'check_typedef'.
9754
9755 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
9756
9757 * frame.c: Remove one extra white space after #include
9758 directive.
9759
9760 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
9763
9764 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9765
9766 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
9767 and dir commands into an if block.
9768
9769 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
9770
9771 * python/py-breakpoint (struct pybp_code): Use int instead of
9772 enum type_code.
9773
9774 2013-02-15 Pedro Alves <pedro@codesourcery.com>
9775 Hafiz Abid Qadeer <abidh@codesourcery.com>
9776
9777 * NEWS: Mention new field "trace-file".
9778 * tracepoint.c (trace_status_mi): Output "trace-file" field.
9779 (tfile_open): Record the trace file's filename in the trace
9780 status.
9781 (tfile_files_info): Mention the name of the trace file.
9782 Check the "filename" field explicitely.
9783 (trace_status_command): Explicitely check "filename" field.
9784 (trace_find_command): Ditto.
9785 (trace_find_pc_command): Ditto.
9786 (trace_find_tracepoint_command): Ditto.
9787 (trace_find_line_command): Ditto.
9788 (trace_find_range_command): Ditto.
9789 (trace_find_outside_command): Ditto.
9790 * tracepoint.h (struct trace_status) <from_file>: Rename it
9791 to "filename" and make it hold the trace file's filename
9792 instead of a boolean.
9793 * remote.c (remote_get_trace_status): Initialize "filename"
9794 field with NULL instead of 0.
9795
9796 2013-02-15 Yao Qi <yao@codesourcery.com>
9797
9798 * remote.c: Fix a typo.
9799
9800 2013-02-14 Pierre Muller <muller@sourceware.org>
9801
9802 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
9803
9804 2013-02-14 Pedro Alves <palves@redhat.com>
9805
9806 * utils.c (savestring): Don't #undef it. Move function to
9807 common/common-utils.c.
9808 * common/common-utils.c: Include gdb_string.h.
9809 (savestring): Move here from utils.c.
9810 * common/common-utils.h (savestring): Declare.
9811
9812 2013-02-14 Pedro Alves <palves@redhat.com>
9813
9814 * utils.c (savestring): Rename parameter 'size' to 'len'.
9815
9816 2013-02-14 Pedro Alves <palves@redhat.com>
9817 Yufeng Zhang <yufeng.zhang@arm.com>
9818
9819 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
9820 (aarch64_inferior_data, struct aarch64_inferior_data):
9821 Delete.
9822 (struct aarch64_process_info): New.
9823 (aarch64_process_list): New global.
9824 (aarch64_find_process_pid, aarch64_add_process)
9825 (aarch64_process_info_get): New functions.
9826 (aarch64_inferior_data_get): Delete.
9827 (aarch64_process_info_get): New function.
9828 (aarch64_forget_process): New function.
9829 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
9830 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
9831 aarch64_get_debug_reg_state.
9832 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
9833 instead of linux_nat_iterate_watchpoint_lwps.
9834 (aarch64_linux_new_fork): New function.
9835 (aarch64_linux_child_post_startup_inferior): Use
9836 aarch64_forget_process instead of aarch64_init_debug_reg_state.
9837 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
9838 (aarch64_linux_remove_hw_breakpoint)
9839 (aarch64_handle_aligned_watchpoint)
9840 (aarch64_handle_unaligned_watchpoint)
9841 (aarch64_linux_insert_watchpoint)
9842 (aarch64_linux_remove_watchpoint)
9843 (aarch64_linux_stopped_data_address): Adjust to pass the current
9844 process id to aarch64_debug_reg_state.
9845 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
9846 linux_nat_new_fork hook, and aarch64_forget_process as
9847 linux_nat_forget_process hook; remove the call to
9848 register_inferior_data_with_cleanup.
9849
9850 2013-02-14 Pedro Alves <palves@redhat.com>
9851
9852 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
9853 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
9854 lval_memory.
9855
9856 2013-02-14 Pedro Alves <pedro@codesourcery.com>
9857 Hafiz Abid Qadeer <abidh@codesourcery.com>
9858
9859 * tracepoint.h (validate_trace_state_variable_name): Declare.
9860 * tracepoint.c (validate_trace_state_variable_name): New.
9861 (trace_variable_command): Parse the trace state variable's name
9862 without using parse_expression. Do several validations.
9863 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
9864 trace state variable's name with parse_expression. Validate it.
9865
9866 2013-02-14 Yao Qi <yao@codesourcery.com>
9867
9868 * infcmd.c (breakpoint_proceeded): Remove it.
9869
9870 2013-02-14 Yao Qi <yao@codesourcery.com>
9871
9872 * tracepoint.c (end_actions_pseudocommand): Make it static.
9873 (while_stepping_pseudocommand): Likewise.
9874 * tracepoint.h (end_actions_pseudocommand): Remove the
9875 declaration.
9876 (while_stepping_pseudocommand): Likewise.
9877
9878 2013-02-14 Yao Qi <yao@codesourcery.com>
9879
9880 * cli/cli-decode.c (help_cmd): Remove the declaration of
9881 "cmdlist".
9882 (help_all): Likewise.
9883
9884 2013-02-13 Pedro Alves <palves@redhat.com>
9885
9886 * amd64-linux-nat.c (update_debug_registers_callback):
9887 Update comment.
9888 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9889 iterate_over_lwps.
9890 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
9891 i386_debug_reg_state.
9892 (amd64_linux_new_fork): New function.
9893 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
9894 linux_nat_new_fork hook, and i386_forget_process as
9895 linux_nat_forget_process hook.
9896 * i386-linux-nat.c (update_debug_registers_callback):
9897 Update comment.
9898 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9899 iterate_over_lwps.
9900 (i386_linux_prepare_to_resume): Pass the lwp's pid to
9901 i386_debug_reg_state.
9902 (i386_linux_new_fork): New function.
9903 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
9904 linux_nat_new_fork hook, and i386_forget_process as
9905 linux_nat_forget_process hook.
9906 * i386-nat.c (i386_init_dregs): Delete.
9907 (i386_inferior_data, struct i386_inferior_data):
9908 Delete.
9909 (struct i386_process_info): New.
9910 (i386_process_list): New global.
9911 (i386_find_process_pid, i386_add_process, i386_process_info_get):
9912 New functions.
9913 (i386_inferior_data_get): Delete.
9914 (i386_process_info_get): New function.
9915 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
9916 (i386_forget_process): New function.
9917 (i386_cleanup_dregs): Rewrite.
9918 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
9919 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
9920 (i386_stopped_data_address, i386_insert_hw_breakpoint)
9921 (i386_remove_hw_breakpoint): Adjust to pass the current process id
9922 to i386_debug_reg_state.
9923 (i386_use_watchpoints): Don't register inferior data.
9924 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
9925 adjust comment.
9926 (i386_forget_process): Declare.
9927 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
9928 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
9929 New static globals.
9930 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
9931 (add_initial_lwp): New, factored out from ...
9932 (add_lwp): ... this. Don't check the number of lwps before
9933 calling linux_nat_new_thread.
9934 (linux_nat_iterate_watchpoint_lwps): Delete.
9935 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
9936 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
9937 forks and vforks.
9938 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
9939 initial lwp.
9940 (linux_nat_kill, linux_nat_mourn_inferior): Call
9941 linux_nat_forget_process.
9942 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9943 (linux_nat_forget_process): New functions.
9944 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
9945 type.
9946 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
9947 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
9948 types.
9949 (linux_nat_set_new_fork, linux_nat_set_forget_process)
9950 (linux_nat_forget_process): New declarations.
9951
9952 * amd64fbsd-nat.c (super_mourn_inferior): New global.
9953 (amd64fbsd_mourn_inferior): New function.
9954 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
9955 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
9956
9957 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9958
9959 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
9960 Adding _().
9961
9962 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9963
9964 * aarch64-linux-nat.c (debug_reg_change_callback)
9965 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
9966 %s and phex().
9967
9968 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
9969
9970 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
9971 with LONGEST.
9972
9973 2013-02-13 Pedro Alves <palves@redhat.com>
9974 Hafiz Abid Qadeer <abidh@codesourcery.com>
9975
9976 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
9977
9978 2013-02-12 Tom Tromey <tromey@redhat.com>
9979
9980 PR symtab/11464:
9981 * c-exp.y (lex_one_token): Initialize other fields of yylval on
9982 NAME return.
9983 (classify_inner_name): Remove 'first_name' argument, add
9984 'context'. Remove unused variable.
9985 (yylex): Explicitly maintain the context type. Exit loop earlier
9986 if NAME result is seen.
9987
9988 2013-02-12 Pedro Alves <palves@redhat.com>
9989
9990 * amd64-darwin-tdep.c: Add (C) after Copyright.
9991 * cli/cli-cmds.h: Ditto.
9992 * cli/cli-decode.c: Ditto.
9993 * cli/cli-decode.h: Ditto.
9994 * cli/cli-dump.c: Ditto.
9995 * cli/cli-dump.h: Ditto.
9996 * cli/cli-interp.c: Ditto.
9997 * cli/cli-logging.c: Ditto.
9998 * cli/cli-script.c: Ditto.
9999 * cli/cli-script.h: Ditto.
10000 * cli/cli-setshow.c: Ditto.
10001 * cli/cli-setshow.h: Ditto.
10002 * cli/cli-utils.c: Ditto.
10003 * cli/cli-utils.h: Ditto.
10004 * config/alpha/nm-osf3.h: Ditto.
10005 * config/djgpp/djconfig.sh: Ditto.
10006 * config/i386/nm-fbsd.h: Ditto.
10007 * config/i386/nm-i386gnu.h: Ditto.
10008 * config/nm-linux.h: Ditto.
10009 * config/nm-nto.h: Ditto.
10010 * config/rs6000/nm-rs6000.h: Ditto.
10011 * config/sparc/nm-sol2.h: Ditto.
10012 * darwin-nat-info.c: Ditto.
10013 * dfp.c: Ditto.
10014 * dfp.h: Ditto.
10015 * gdb-demangle.h: Ditto.
10016 * i386-darwin-nat.c: Ditto.
10017 * i386-darwin-tdep.c: Ditto.
10018 * linux-fork.h: Ditto.
10019 * m32c-tdep.c: Ditto.
10020 * microblaze-linux-tdep.c: Ditto.
10021 * microblaze-rom.c: Ditto.
10022 * microblaze-tdep.c: Ditto.
10023 * microblaze-tdep.h: Ditto.
10024 * mips-linux-tdep.h: Ditto.
10025 * ppc-ravenscar-thread.c: Ditto.
10026 * ppc-ravenscar-thread.h: Ditto.
10027 * prologue-value.c: Ditto.
10028 * prologue-value.h: Ditto.
10029 * ravenscar-thread.c: Ditto.
10030 * ravenscar-thread.h: Ditto.
10031 * sparc-ravenscar-thread.c: Ditto.
10032 * sparc-ravenscar-thread.h: Ditto.
10033 * tilegx-linux-tdep.c: Ditto.
10034 * unwind_stop_reasons.def: Ditto.
10035 * windows-nat.h: Ditto.
10036 * xtensa-linux-tdep.c: Ditto.
10037 * xtensa-xtregs.c: Ditto.
10038 * regformats/regdat.sh: Ditto.
10039 * regformats/regdef.h: Ditto.
10040
10041 2013-02-12 Pedro Alves <palves@redhat.com>
10042
10043 * break-catch-sig.c: Update copyright years.
10044
10045 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
10046
10047 Add support for a destructor for ui_out data and use it to
10048 provide a ui_out destructor.
10049 * ui-out.h: Declare the new ui_out destructor.
10050 (ui_out_impl): Add a field for data destructor in ui_out_impl.
10051 * ui-out.c (default_data_destroy): Add a default data destructor
10052 which does nothing.
10053 (default_ui_out_impl): Set the new data_destroy field to
10054 default_data_destroy
10055 (uo_data_destroy): Local function which invokes the data
10056 destructor if present.
10057 (clear_table): Local function which clears the table data of a
10058 ui_out object.
10059 (ui_out_destroy): Public function which frees a ui_out object.
10060 (ui_out_table_end): Use the new clear_table function.
10061 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
10062 NULL.
10063 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
10064 to NULL.
10065
10066 2013-02-11 Doug Evans <dje@google.com>
10067
10068 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
10069 (printf_decfloat): New function. Broken out from ui_printf.
10070 Remove unnecessary code to shift the entire format string down.
10071 (printf_pointer): New function.
10072 (ui_printf): Code to print C strings, wide C strings, decfloats,
10073 and pointers moved to separate functions.
10074
10075 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
10076
10077 * valops.c (value_assign): Handling bitfield offset in
10078 `lval_internalvar_component' case.
10079
10080 2013-02-08 Doug Evans <dje@google.com>
10081
10082 * common/format.c (parse_format_string): Fix whitespace.
10083
10084 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
10085
10086 * stack.c (return_command): Work around uninitialized variable
10087 warning.
10088
10089 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
10090
10091 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
10092 number of the registers from 36 to 34.
10093
10094 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10095
10096 * NEWS: Mention new AArch64 native and target support.
10097
10098 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
10099
10100 * MAINTAINERS (Write After Approval): Add myself.
10101
10102 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
10103 Marcus Shawcroft <marcus.shawcroft@arm.com>
10104 Nigel Stephens <nigel.stephens@arm.com>
10105 Yufeng Zhang <yufeng.zhang@arm.com>
10106
10107 * aarch64-linux-nat.c: New file.
10108 * config/aarch64/linux.mh: New file.
10109 * configure.host: Add AArch64.
10110 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
10111
10112 2013-02-07 Doug Evans <dje@google.com>
10113
10114 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
10115 disassemble command.
10116
10117 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
10118
10119 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
10120 set_gdbarch_fetch_tls_load_module_address.
10121
10122 2013-02-06 David S. Miller <davem@davemloft.net>
10123
10124 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
10125 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10126 * value.c (struct_return_convention): New function.
10127 (using_struct_return): Implement in terms of struct_return_convention.
10128 * value.h (struct_return_convention): Declare.
10129 * stack.c (return_command): Allow successful overriding of the return
10130 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
10131
10132 2013-02-06 Tom Tromey <tromey@redhat.com>
10133
10134 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
10135 outside of TRY_CATCH.
10136
10137 2013-02-06 Yao Qi <yao@codesourcery.com>
10138
10139 * mi/mi-interp.c: Include "tracepoint.h".
10140 (mi_tsv_modified): Declare.
10141 (mi_tsv_created, mi_tsv_deleted): Update declaration.
10142 (mi_interpreter_init): Call observer_attach_tsv_modified.
10143 (mi_tsv_modified): New.
10144 (mi_tsv_created, mi_tsv_deleted): Update.
10145 * tracepoint.c (trace_variable_command): Call
10146 observer_notify_tsv_modified if the initial value of tsv is
10147 changed.
10148 (delete_trace_state_variable): Call
10149 observer_notify_tsv_deleted earlier.
10150 (trace_variable_command): Caller update.
10151 (create_tsv_from_upload): Likewise.
10152 * observer.sh: Declare "struct trace_state_variable".
10153
10154 * NEWS: Mention the new MI notification "=tsv-modified".
10155
10156 2013-02-05 Doug Evans <dje@google.com>
10157
10158 * completer.c (location_completer): Fix typo in comment.
10159
10160 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10161
10162 * breakpoint.c (add_location_to_breakpoint): Insert the location with
10163 ADDRESS sorted.
10164
10165 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
10166
10167 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
10168 Refactor if statement to avoid trailing || operator.
10169
10170 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
10171
10172 * NEWS: Add PowerPC FreeBSD as a new native configuration.
10173
10174 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
10175
10176 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
10177 * configure.host: Add powerpc*-*-freebsd* target.
10178 * configure.tgt: Add target info for powerpc*-*-freebsd*.
10179 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
10180 * config/powerpc/fbsd.mh: New file.
10181
10182 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
10183 Denys Vlasenko <dvlasenk@redhat.com>
10184 Pedro Alves <palves@redhat.com>
10185
10186 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
10187 (struct elf_internal_linux_prpsinfo): Forward declare.
10188 * gdbarch.h, gdbarch.c: Regenerate.
10189 * linux-tdep.c: Include `cli/cli-utils.h'.
10190 (linux_fill_prpsinfo): New function.
10191 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
10192 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
10193 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
10194 depending on gdbarch pointer bitness.
10195 * ppc-linux-tdep.c: Include elf-bfd.h.
10196 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
10197 on 32-bit.
10198
10199 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10200 Marcus Shawcroft <marcus.shawcroft@arm.com>
10201 Nigel Stephens <nigel.stephens@arm.com>
10202 Yufeng Zhang <yufeng.zhang@arm.com>
10203
10204 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
10205
10206 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10207 Marcus Shawcroft <marcus.shawcroft@arm.com>
10208 Nigel Stephens <nigel.stephens@arm.com>
10209 Yufeng Zhang <yufeng.zhang@arm.com>
10210
10211 * aarch64-newlib-tdep.c: New file.
10212 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
10213 aarch64*-*-elf.
10214 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
10215 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
10216 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
10217 * osabi.c (gdb_osabi_names): Add "Newlib".
10218
10219 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10220 Marcus Shawcroft <marcus.shawcroft@arm.com>
10221 Nigel Stephens <nigel.stephens@arm.com>
10222 Yufeng Zhang <yufeng.zhang@arm.com>
10223
10224 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
10225 (ALLDEPFILES): Add aarch64-linux-tdep.c.
10226 * aarch64-linux-tdep.c: New file.
10227 * aarch64-linux-tdep.h: New file.
10228 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
10229 * configure.tgt: Add aarch64-none-linux-gnu.
10230
10231 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
10232 Marcus Shawcroft <marcus.shawcroft@arm.com>
10233 Nigel Stephens <nigel.stephens@arm.com>
10234 Yufeng Zhang <yufeng.zhang@arm.com>
10235
10236 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
10237 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
10238 (ALLDEPFILES): Add aarch64-tdep.c.
10239 * aarch64-tdep.c: New file.
10240 * aarch64-tdep.h: New file.
10241 * configure.tgt: Add AArch64.
10242 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
10243 (aarch64-expedite): New definition.
10244 * features/aarch64-core.xml: New file.
10245 * features/aarch64-fpu.xml: New file.
10246 * features/aarch64-without-fpu.c: New file (generated).
10247 * features/aarch64-without-fpu.xml: New file.
10248 * features/aarch64.c: New file (generated).
10249 * features/aarch64.xml: New file.
10250 * regformats/aarch64-without-fpu.dat: New file (generated).
10251 * regformats/aarch64.dat: New file (generated).
10252
10253 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10254
10255 * contrib/expect-read1.c: New file.
10256 * contrib/expect-read1.sh: New file.
10257
10258 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10259
10260 * dwarf2read.c (file_file_name): New function with code from
10261 file_full_name.
10262 (file_full_name): Move most of the code to file_file_name.
10263 (macro_start_file): Rename variable full_name to file_name and use
10264 file_file_name for it. Add comp_dir parameter to new_macro_table.
10265 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
10266 macro_source_file->filename access by macro_source_fullname call.
10267 * macroscope.c (_initialize_macroscope): Update the new_macro_table
10268 caller.
10269 * macrotab.c (struct macro_table): New field comp_dir.
10270 (macro_include): New variables link_fullname and source_fullname.
10271 Replace any macro_source_file->filename access by macro_source_fullname
10272 call.
10273 (macro_lookup_inclusion): Remove the partial filenames checking code.
10274 (check_for_redefinition): New variables source_fullname and
10275 found_key_fullname. Replace any macro_source_file->filename access by
10276 macro_source_fullname call.
10277 (macro_undef): New variables source_fullname and key_fullname. Replace
10278 any macro_source_file->filename access by macro_source_fullname call.
10279 (macro_lookup_definition): New variables retval and source_fullname.
10280 Replace any macro_source_file->filename access by macro_source_fullname
10281 call.
10282 (foreach_macro): New variable key_fullname. Replace any
10283 macro_source_file->filename access by macro_source_fullname call.
10284 (foreach_macro_in_scope): New variable datum_fullname. Replace any
10285 macro_source_file->filename access by macro_source_fullname call.
10286 (new_macro_table): Add parameter comp_dir. Initialize T with it.
10287 (macro_source_fullname): New function.
10288 * macrotab.h (struct macro_source_file): Extent the filename field
10289 comment.
10290 (new_macro_table): New parameter comp_dir, add a comment for it.
10291 (macro_source_fullname): new declaration.
10292
10293 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10294
10295 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
10296 this_real_name to outer block. Use it also for
10297 compare_filenames_for_search.
10298 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
10299 with dw2_get_real_path for file_matcher, considering also
10300 BASENAMES_MAY_DIFFER.
10301 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
10302
10303 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10304
10305 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
10306 to the file_matcher parameter. Pass 0 to it.
10307 (dwarf2_create_include_psymtab): Copy also DIRNAME.
10308 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
10309 NULL psymtab_to_fullname result.
10310 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
10311 an expected filename instead.
10312 (expand_symtabs_matching_via_partial): Add basenames parameter to the
10313 file_matcher parameter. Call also psymtab_to_fullname, after newly
10314 considering BASENAMES_MAY_DIFFER.
10315 * source.c (rewrite_source_path): Remove static.
10316 * source.h (rewrite_source_path): New declaration.
10317 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
10318 the expand_symtabs_matching field. Comment it.
10319 * symtab.c (file_matches): New function comment. Add parameter
10320 basenames, implement it.
10321 (search_symbols_file_matches): Add basenames parameter. Update the
10322 file_matches caller.
10323 (search_symbols): Match FILES also against symtab_to_fullname.
10324 Optimize it for BASENAMES_MAY_DIFFER.
10325
10326 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10327
10328 * source.c (print_source_lines_base): Print for TUI also "fullname".
10329 * tui/tui-data.c (init_content_element): Change tui_locator_element
10330 field to full_name.
10331 * tui/tui-data.h (struct tui_locator_element): Likewise.
10332 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
10333 tui_update_locator_filename calls to tui_update_locator_fullname.
10334 Replace symtab->filename refererence by symtab_to_fullname call.
10335 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
10336 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
10337 field to full_name. Replace symtab->filename refererence by
10338 symtab_to_fullname call.
10339 (tui_show_symtab_source): Rename parameter to fullname. Change
10340 tui_locator_element field to full_name.
10341 * tui/tui-stack.c: Include source.h.
10342 (tui_set_locator_filename): Rename the declaration to ...
10343 (tui_set_locator_fullname): ... here. Rename its parameter to
10344 fullname, updates its comment.
10345 (tui_set_locator_info): Rename its parameter to fullname.
10346 (tui_set_locator_filename): Rename the definition to ...
10347 (tui_set_locator_fullname): ... here. Rename its parameter to
10348 fullname, updates its comment. Change tui_locator_element field to
10349 full_name.
10350 (tui_set_locator_info): Rename its parameter to fullname.
10351 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
10352 (tui_update_locator_filename): Rename to ...
10353 (tui_update_locator_fullname): ... here. Rename callee to
10354 tui_set_locator_fullname.
10355 (tui_show_frame_info): Replace symtab->filename refererence by
10356 symtab_to_fullname call.
10357 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
10358 (tui_update_locator_fullname): ... here.
10359 * tui/tui-winsource.c (tui_display_main): Rename the callee to
10360 tui_update_locator_fullname. Replace symtab->filename refererence by
10361 symtab_to_fullname call.
10362 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
10363 Rename the callee to tui_update_locator_fullname.
10364 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
10365
10366 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10367
10368 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
10369 by symtab_to_filename_for_display calls.
10370 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
10371 (clear_command): New variable sal_fullname, initialize it. Replace
10372 compare_filenames_for_search by filename_cmp with sal_fullname.
10373 (say_where, update_static_tracepoint): Replace symtab->filename
10374 refererences by symtab_to_filename_for_display calls.
10375 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
10376 Likewise.
10377 * dwarf2read.c: Include source.h.
10378 (fixup_go_packaging): Replace symtab->filename refererences by
10379 symtab_to_filename_for_display calls.
10380 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
10381 Replace symtab->filename refererences by symtab_to_filename_for_display
10382 calls.
10383 (create_sals_line_offset, convert_linespec_to_sals): New variable
10384 fullname, initialize it, replace symtab->filename reference by the
10385 variable.
10386 * linux-fork.c: Include source.h.
10387 (info_checkpoints_command): Replace symtab->filename refererences by
10388 symtab_to_filename_for_display calls.
10389 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
10390 by symtab_to_filename_for_display calls.
10391 * mdebugread.c: Include source.h.
10392 (psymtab_to_symtab_1): Replace symtab->filename refererences by
10393 symtab_to_filename_for_display calls.
10394 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
10395 (mi_cmd_file_list_exec_source_files): Likewise.
10396 * printcmd.c: Include source.h.
10397 (build_address_symbolic): Replace symtab->filename refererences by
10398 symtab_to_filename_for_display calls.
10399 * psymtab.c (partial_map_symtabs_matching_filename)
10400 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
10401 with psymtab_to_fullname.
10402 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
10403 by symtab_to_filename_for_display calls.
10404 (stpy_get_filename): New variable filename, initialize it, use instead
10405 of symtab->filename refererences.
10406 (salpy_str): Make variable filename const char *. Replace
10407 symtab->filename refererences by symtab_to_filename_for_display calls.
10408 * skip.c: Include source.h and filenames.h.
10409 (skip_file_command): Remove const from the symtab variable. Replace
10410 symtab->filename refererences by symtab_to_fullname call.
10411 (function_name_is_marked_for_skip): New variables searched_for_fullname
10412 and fullname. Use them to search also with symtab's fullname.
10413 * source.c (find_source_lines): Replace symtab->filename refererences
10414 by symtab_to_filename_for_display calls.
10415 (print_source_lines_base): New variable filename, use it instead of
10416 symtab->filename. Replace symtab->filename refererences by
10417 symtab_to_filename_for_display calls.
10418 (line_info, forward_search_command): Replace symtab->filename
10419 refererences by symtab_to_filename_for_display calls.
10420 (reverse_search_command): Replace symtab->filename refererences by
10421 symtab_to_filename_for_display calls. New variable filename for it.
10422 * stack.c (frame_info): Likewise.
10423 * symmisc.c: Include source.h.
10424 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
10425 (maintenance_info_symtabs): Replace symtab->filename refererences by
10426 symtab_to_filename_for_display calls.
10427 * symtab.c (iterate_over_some_symtabs): Call
10428 compare_filenames_for_search also with symtab_to_fullname.
10429 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
10430 symtab->filename refererences by symtab_to_filename_for_display calls.
10431 (find_line_symtab): Replace symtab->filename refererences by
10432 symtab_to_filename_for_display calls.
10433 (file_matches): Replace filename_cmp by compare_filenames_for_search.
10434 (print_symbol_info): Make the last parameter const char *. New
10435 variable s_filename. Use it in the function.
10436 (symtab_symbol_info): Make the last_filename variable const char *.
10437 Replace symtab->filename refererences by symtab_to_filename_for_display
10438 calls.
10439 (rbreak_command): New variable fullname. Use it. Replace
10440 symtab->filename refererence by symtab_to_filename_for_display call.
10441 * tracepoint.c (set_traceframe_context, trace_find_line_command)
10442 (print_one_static_tracepoint_marker): Replace symtab->filename
10443 refererences by symtab_to_filename_for_display calls.
10444 * tui/tui-source.c (tui_set_source_content): New variables filename and
10445 s_filename. Replace symtab->filename refererences by this variable.
10446 Replace other symtab->filename refererences by
10447 symtab_to_filename_for_display calls.
10448
10449 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
10450 Jan Kratochvil <jan.kratochvil@redhat.com>
10451
10452 Add a new variable that controls a way in which filenames are
10453 displayed.
10454 * NEWS (set filename-display): New entry.
10455 * source.c (filename_display_basename, filename_display_relative)
10456 (filename_display_absolute, filename_display_kind_names)
10457 (filename_display_string, show_filename_display_string)
10458 (symtab_to_filename_for_display): New.
10459 (_initialize_source): Added initialization of 'filename-display'
10460 variable.
10461 * source.h (symtab_to_filename_for_display): Added declaration.
10462 * stack.c (print_frame): Added new variable and calling of a new
10463 function and condition with this variable. Changed third argument of
10464 calling of a function.
10465
10466 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10467
10468 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
10469 Rename field reference filename to fullname.
10470 * tui/tui-data.h (struct tui_source_info): Rename field filename to
10471 fullname. New comment for it.
10472 * tui/tui-source.c (tui_set_source_content): Rename field reference
10473 filename to fullname. Initialize field by symtab_to_fullname now.
10474 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
10475 reference filename to fullname. Use symtab_to_fullname during
10476 comparison.
10477
10478 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10479
10480 Code cleanup.
10481 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
10482 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
10483 filename to fullname. Rename variable this_name to this_fullname.
10484 Lowercase FILENAME_CMP call.
10485 (dw2_find_symbol_file): New comment for the returned string.
10486 (dwarf2_gdb_index_functions): Rename the function to
10487 dw2_expand_symtabs_with_fullname.
10488 * psymtab.c (read_psymtabs_with_filename): Rename to ...
10489 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
10490 fullname.
10491 (psym_functions): Rename the function to read_psymtabs_with_fullname.
10492 * symfile.h (struct quick_symbol_functions): Rename field
10493 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
10494 parameter filename to fullname. Document returned string meaning for
10495 find_symbol_file.
10496 * symtab.c (find_line_symtab): Rename the called function to
10497 expand_symtabs_with_fullname.
10498
10499 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10500
10501 Code cleanup.
10502 * breakpoint.c (clear_command): Remove variable is_abs, unify the
10503 call of filename_cmp with compare_filenames_for_search.
10504 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
10505 is_abs, unify the call of FILENAME_CMP with
10506 compare_filenames_for_search. New gdb_asserts for real_path and name.
10507 Unify the call of compare_filenames_for_search with FILENAME_CMP.
10508 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
10509 * symfile.h (struct quick_symbol_functions): Extend the comment for
10510 map_symtabs_matching_filename.
10511 * symtab.c (compare_filenames_for_search): Remove the function comment
10512 relative path requirement. Handle absolute filenames, with a comment.
10513 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
10514 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
10515 real_path and name. Unify the call of compare_filenames_for_search
10516 with FILENAME_CMP.
10517 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
10518
10519 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10520
10521 Code cleanup.
10522 * breakpoint.c (print_breakpoint_location): Replace bp_location field
10523 source_file references by symtab field references. Remove variables
10524 sal and fullname.
10525 (momentary_breakpoint_from_master, add_location_to_breakpoint):
10526 (clear_command, say_where): Replace bp_location field source_file
10527 references by symtab field references.
10528 (bp_location_dtor): Remove the source_file reference.
10529 (update_static_tracepoint): Replace bp_location field source_file
10530 references by symtab field references.
10531 (breakpoint_free_objfile): New function.
10532 * breakpoint.h (struct bp_location): Extend the comment for line_number.
10533 Replace the field source_file by field symtab, extend its comment.
10534 (breakpoint_free_objfile): New declaration.
10535 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
10536 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
10537 field source_file references by symtab field references.
10538
10539 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10540
10541 Replace xfullpath calls by gdb_realpath calls.
10542 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
10543 function comment.
10544 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
10545 Remove it from the iterate_over_some_symtabs call.
10546 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
10547 Remove it from the dw2_map_expand_apply calls, remove a block handling
10548 it.
10549 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
10550 Remove it from the iterate_over_some_symtabs call.
10551 (partial_map_symtabs_matching_filename): Remove parameter full_path.
10552 Remove it from the partial_map_expand_apply calls, remove a block
10553 handling it. Drop gdb_realpath call and cleanups from the real_path
10554 handling.
10555 * source.c (openp): Drop the comment part about xfullpath. Replace
10556 xfullpath calls by gdb_realpath calls.
10557 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
10558 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
10559 from method map_symtabs_matching_filename and its comment.
10560 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
10561 gdb_realpath call.
10562 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
10563 remove it also from the function comment, remove a block handling it.
10564 Drop gdb_realpath call and cleanups from the real_path handling.
10565 (iterate_over_symtabs): Drop variable full_path and its use.
10566 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
10567 * utils.c (xfullpath): Remove.
10568 * utils.h (xfullpath): Remove.
10569
10570 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
10571
10572 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
10573 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
10574 (ALLDEPFILES): Add ppc64-tdep.c.
10575 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
10576 ppc64-tdep.o to gdb_target_obs.
10577 * ppc64-tdep.h: New file.
10578 * ppc64-tdep.c: New file.
10579 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
10580 ppc-linux-tdep.c to here.
10581 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
10582 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
10583 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
10584 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
10585 from ppc-linux-tdep.c to here.
10586 (ppc64_convert_from_func_ptr_addr): Rename from
10587 ppc64_linux_convert_from_func_ptr_addr to
10588 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
10589 here.
10590 * rs6000-tdep.c:
10591 (read_insn): Move from ppc-linux-tdep.c to here.
10592 (insns_match_pattern, insn_d_field, insn_ds_field): Move
10593 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
10594 * ppc-linux-tdep.c: Include ppc64-tdep.h.
10595 Removed above functions.
10596 (ppc_linux_init_abi): Adjust.
10597
10598 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10599
10600 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
10601
10602 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
10603
10604 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
10605
10606 2013-02-01 Pedro Alves <palves@redhat.com>
10607
10608 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
10609 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
10610
10611 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10612
10613 * elfread.c (elf_symfile_read): Limit separate debug info additions to
10614 files with no separate debug info.
10615 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
10616 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
10617 only for files with no separate debug info.
10618
10619 2013-01-31 Tom Tromey <tromey@redhat.com>
10620
10621 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
10622 change type.
10623 (struct jit_program_space_data): Rename from jit_inferior_data.
10624 Update comments.
10625 (get_jit_program_space_data): Rename from get_jit_inferior_data.
10626 Change return type. Attach data to program space.
10627 (jit_program_space_data_cleanup): Rename from
10628 jit_inferior_data_cleanup; change argument type.
10629 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
10630 change type.
10631 (jit_register_code): Update.
10632 (jit_update_inferior_cache): Remove.
10633 (jit_breakpoint_deleted): Get jit data from the location's program
10634 space.
10635 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
10636 'ps_data', change type.
10637 (jit_inferior_init, jit_breakpoint_re_set_internal)
10638 (jit_event_handler): Update.
10639 (free_objfile_data): Get data from objfile's program space.
10640 (_initialize_jit): Update.
10641
10642 2013-01-31 Tom Tromey <tromey@redhat.com>
10643
10644 PR gdb/13987:
10645 * jit.c (struct jit_inferior_data) <cached_code_address,
10646 jit_breakpoint>: New fields.
10647 (jit_breakpoint_re_set_internal): Fix logging. Only create
10648 breakpoint if cached address has changed.
10649 (jit_update_inferior_cache, jit_breakpoint_deleted): New
10650 functions.
10651 (_initialize_jit): Register breakpoint deleted observer.
10652
10653 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10654
10655 * infrun.c (handle_syscall_event): Remove unused gdbarch.
10656 (save_infcall_suspend_state): Ifdef out unused inf.
10657 (restore_infcall_suspend_state): Ifdef out unused inf.
10658 * jit.c (jit_register_code): Remove unused i, b, inf_data.
10659 (jit_frame_sniffer): Remove unused inf_data.
10660
10661 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10662
10663 * c-exp.y (classify_inner_name): Remove unused type.
10664 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
10665 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
10666 need_escape.
10667 (c_get_string): Remove unused kind.
10668 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
10669
10670 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10671
10672 * charset.c (intermediate_encoding): Remove unused i.
10673 * completer.c (signal_completer): Remove unused i.
10674 * continuations.c (discard_my_continuations_1): Remove unused
10675 continuation_ptr.
10676 * corelow.c (core_close): Remove unuseD name.
10677 (get_core_siginfo): Remove unused pid.
10678 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
10679 i, cps.
10680 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
10681 (loclist_describe_location): Remove unused first.
10682 * event-top.c (command_line_handler): Remove unused got_eof.
10683 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
10684 (resize_section_table): Remove unused old_value.
10685 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
10686 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
10687 * i386-tdep.c (i386_process_record): Remove unused rex.
10688 * infcmd.c (get_return_value): Remove unused uiout.
10689 * jv-lang.c (type_from_class): Remove unused is_array.
10690 * jv-valprint.c (java_val_print): Remove unused i.
10691 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
10692 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
10693 * m2-typeprint.c (m2_print_type): Remove unused code.
10694 * macroexp.c (get_character_constant): Remove unused body_start.
10695 (macro_stringify): Remove unused result.
10696 * objc-lang.c (find_methods): Remove unused gdbarch.
10697 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
10698 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
10699 * stack.c (print_frame_args): Remove unused summary.
10700 * thread.c (thread_apply_command): Remove unused p.
10701 * valarith.c (value_x_unop): Remove unused mangle_ptr.
10702 * valops.c (search_struct_method): Remove unused skip.
10703 * valprint.c (generic_val_print): Remove unused byte_order.
10704 * varobj.c (varobj_update): Remove unused changed.
10705 * cli/cli-cmds.c (complete_command): Remove unused next_item.
10706 (alias_command): Remove unused c.
10707 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
10708 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
10709 format.
10710 (mi_cmd_data_write_memory): Remove unused word_format.
10711 (mi_cmd_data_write_memory_bytes): Remove unused r.
10712 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
10713 p_start, p_end.
10714 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
10715 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
10716 line_width.
10717
10718 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10719
10720 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
10721 * symtab.c (iterate_over_symtabs): Remove unused s.
10722 (find_pc_sect_symtab): Remove unused pspAce.
10723 (find_pc_sect_line): Remove unused alt_symtab.
10724 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
10725 (completion_list_add_name): Remove unused newsize.
10726
10727 2013-01-31 Tom Tromey <tromey@redhat.com>
10728
10729 PR c++/14998:
10730 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
10731 TYPE_CODE_FUNC.
10732
10733 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10734
10735 * target.c (target_read_string): Remove unused origlen.
10736
10737 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10738
10739 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
10740 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
10741 * ax-general.c (ax_print): Remove unused is_float.
10742 * blockframe.c (block_innermost_frame): Remove unused start, end.
10743 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
10744
10745 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
10746
10747 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
10748 (svr4_read_so_list): Remove unused lmo.
10749 * solib-target.c (solib_target_relocate_section_addresses): Remove
10750 unused flags.
10751
10752 2013-01-30 Tom Tromey <tromey@redhat.com>
10753
10754 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
10755
10756 2013-01-30 Tom Tromey <tromey@redhat.com>
10757
10758 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
10759 * utils.c (gnu_debuglink_crc32): Remove.
10760 * utils.h (gnu_debuglink_crc32): Don't declare.
10761
10762 2013-01-30 Tom Tromey <tromey@redhat.com>
10763
10764 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
10765 (read_structure_type, read_enumeration_type): Remove cast.
10766
10767 2013-01-30 Tom Tromey <tromey@redhat.com>
10768
10769 * dwarf2read.c (read_namespace_type): Remove cast.
10770 (read_typedef): Likewise.
10771
10772 2013-01-29 Tom Tromey <tromey@redhat.com>
10773
10774 * dwarf2read.c (free_dwo_file): Remove assert.
10775
10776 2013-01-29 Tom Tromey <tromey@redhat.com>
10777
10778 * value.c (deprecated_set_value_modifiable): Remove.
10779 * value.h (deprecated_set_value_modifiable): Remove.
10780
10781 2013-01-28 Doug Evans <dje@google.com>
10782
10783 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
10784 to addresses from dwo files.
10785
10786 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
10787
10788 * valops.c (find_overload_match): Remove unused argument 'lax'.
10789 * value.h: Remove unused argument 'lax' from the declaration of
10790 find_overload_match.
10791 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
10792 to find_overload_match.
10793 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
10794 argument to find_overload_match.
10795
10796 2013-01-25 Tom Tromey <tromey@redhat.com>
10797
10798 * dwarf2read.c (processing_has_namespace_info): Remove.
10799 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
10800 (process_die, read_func_scope, dwarf2_start_symtab)
10801 (new_symbol_full): Update.
10802
10803 2013-01-25 Tom Tromey <tromey@redhat.com>
10804
10805 * cp-namespace.c (cp_set_block_scope): Remove.
10806 * cp-support.h (cp_set_block_scope): Remove.
10807 * dbxread.c: Include block.h.
10808 (cp_set_block_scope): New function.
10809 (process_one_symbol): Update.
10810 * dwarf2read.c (read_func_scope): Use block_set_scope.
10811
10812 2013-01-25 Pedro Alves <palves@redhat.com>
10813
10814 * remote.c (add_current_inferior_and_thread): Tweak comment.
10815
10816 2013-01-25 Tom Tromey <tromey@redhat.com>
10817
10818 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
10819 (cp_add_using_directive): Add 'copy_names' argument.
10820 * cp-support.h (cp_add_using_directive): Update.
10821 (struct using_direct) <import_src, import_dest, alias,
10822 declaration>: Now const.
10823 * dwarf2read.c (read_import_statement): Use obconcat.
10824 Don't copy names passed to cp_add_using_directive.
10825
10826 2013-01-25 Tom Tromey <tromey@redhat.com>
10827
10828 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
10829
10830 2013-01-25 Pedro Alves <palves@redhat.com>
10831
10832 * remote.c (stop_reply_extract_thread): New.
10833 (add_current_inferior_and_thread): New parameter 'wait_status'.
10834 Handle it.
10835 (remote_start_remote): Pass wait status to
10836 add_current_inferior_and_thread.
10837 (extended_remote_run): Update comment.
10838 (extended_remote_create_inferior_1): Pass wait status to
10839 add_current_inferior_and_thread.
10840
10841 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
10842 Ulrich Weigand <uweigand@de.ibm.com>
10843
10844 * valarith.c (value_vector_widen): New function for replicating a
10845 scalar into a vector.
10846 (value_binop): Use value_vector_widen to widen scalar to vector
10847 rather than casting, this better matches gcc C behaviour.
10848 * valops.c (value_casst): Update logic for casting between vector
10849 types, and for casting from scalar to vector, try to match gcc C
10850 behaviour.
10851 * value.h (value_vector_widen): Declare.
10852 * opencl-lang.c (opencl_value_cast): New opencl specific casting
10853 function, handle special case for casting scalar to vector.
10854 (opencl_relop): Use opencl_value_cast.
10855 (evaluate_subexp_opencl): Use opencl_value_cast instead of
10856 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
10857 in order to use opencl_value_cast.
10858
10859 2013-01-25 Yao Qi <yao@codesourcery.com>
10860
10861 * event-loop.c: Include "queue.h".
10862 (gdb_event_p): New typedef.
10863 (DECLARE_QUEUE_P): Use.
10864 (DEFINE_QUEUE_P): Use.
10865 (async_queue_event): Remove.
10866 (gdb_event_xfree): New.
10867 (initialize_event_loop): New.
10868 (process_event): Use QUEUE macros.
10869 (event_queue): Remove.
10870 (gdb_wait_for_event): Caller update.
10871 (check_async_event_handlers): Likewise.
10872 (poll_timers): Likewise.
10873 * event-loop.h (initialize_event_loop): Declare.
10874 * event-loop.c (gdb_event_xfree): New.
10875 * top.c (gdb_init): Call initialize_event_loop.
10876
10877 2013-01-25 Yao Qi <yao@codesourcery.com>
10878
10879 * event-loop.c (async_queue_event): Remove one parameter
10880 'position'. Remove code handling 'position' == TAIL.
10881 (gdb_wait_for_event): Caller update.
10882 (check_async_event_handlers): Caller update.
10883 (poll_timers): Caller update.
10884 * event-loop.h (enum queue_position): Remove.
10885
10886 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
10887
10888 * MAINTAINERS: Update my email.
10889
10890 2013-01-25 Yao Qi <yao@codesourcery.com>
10891
10892 * main.c (print_gdb_help): Remove "--epoch" from the help
10893 message.
10894
10895 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
10896
10897 * symtab.c (skip_prologue_using_sal): Consider a file
10898 change the same as an increased line number
10899
10900 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
10901
10902 * MAINTAINERS (Write After Approval): Add myself to the list.
10903
10904 2013-01-24 Tom Tromey <tromey@redhat.com>
10905
10906 * ada-lang.h (ada_decode_symbol): Make return type const.
10907 * ada-lang.c (ada_decode_symbol): Likewise.
10908
10909 2013-01-23 Doug Evans <dje@google.com>
10910
10911 * linespec.c (find_linespec_symbols): Make static.
10912
10913 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
10914
10915 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
10916 type on float conversion for complex type.
10917
10918 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
10919
10920 Add a new class gdb.Architecture which exposes GDB's
10921 internal representation of architecture via GDB Python API.
10922 * Makefile.in: Add entries corresponding to the new file
10923 python/py-arch.c.
10924 * NEWS (Python Scripting): Add entries for the new class
10925 gdb.Architecture and the new method gdb.Frame.architecture.
10926 * python/py-arch.c: Implement gdb.Architecture class.
10927 * python/py-frame.c (frapy_arch): Implement the method
10928 gdb.Frame.architecture().
10929 (frame_object_methods): Add 'architecture' to the method table.
10930 * python/python-internal.h: Add declarations of new utility
10931 functions.
10932 * python/python.c (_initialize_python): Initialize
10933 gdb.Architecture class.
10934
10935 2013-01-23 Doug Evans <dje@google.com>
10936
10937 Work around binutils/15021.
10938 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
10939 type_unit_group out of union s. All uses updated.
10940 (read_index_from_section): Watch for index version 8.
10941 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
10942 an imported symtab.
10943 (write_psymtabs_to_index): Increment version number to 8.
10944
10945 2013-01-22 Pedro Alves <palves@redhat.com>
10946
10947 * annotate.c (breakpoint_changed): Skip if breakpoint is not
10948 user-visible.
10949
10950 2013-01-22 Pedro Alves <palves@redhat.com>
10951
10952 * annotate.c (annotate_breakpoints_changed): Rename to ...
10953 (annotate_breakpoints_invalid): ... this. Make static.
10954 (breakpoint_changed): Adjust.
10955 (_initialize_annotate): Always install the observers. Install a
10956 "breakpoint_created" observer.
10957 * annotate.h (annotate_breakpoints_changed): Delete declaration.
10958 * breakpoint.c (set_breakpoint_condition)
10959 (breakpoint_set_commands, do_map_commands_command)
10960 (init_raw_breakpoint, clear_command, set_ignore_count)
10961 (enable_breakpoint_disp): No longer call
10962 annotate_breakpoints_changed.
10963
10964 2013-01-22 Pedro Alves <palves@redhat.com>
10965
10966 * annotate.c: Include "inferior.h".
10967 (frames_invalid_emitted)
10968 (breakpoints_invalid_emitted): New globals.
10969 (async_background_execution_p): New function.
10970 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
10971 emitting the annotation if it has already been emitted.
10972 (annotate_display_prompt): New function.
10973 * annotate.h (annotate_display_prompt): New declaration.
10974 * event-top.c: Include annotate.h.
10975 (display_gdb_prompt): Call annotate_display_prompt.
10976
10977 2013-01-22 Pedro Alves <palves@redhat.com>
10978
10979 * annotate.c (ignore_count_changed): Delete.
10980 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
10981 (annotate_ignore_count_change): Delete.
10982 (annotate_stopped): Don't emit a delayed breakpoints-changed
10983 annotation.
10984 * annotate.h (annotate_ignore_count_change): Delete.
10985 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
10986 annotate_ignore_count_change.
10987
10988 2013-01-22 Tom Tromey <tromey@redhat.com>
10989
10990 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
10991 require_rvalue for a register location.
10992
10993 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
10994
10995 * breakpoint.c (print_one_breakpoint_location): Add MI
10996 field 'thread-groups' when printing a breakpoint.
10997 (output_thread_groups): New function.
10998
10999 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
11000
11001 * python/lib/gdb/commands/explore.py
11002 (CompoundExplorer.explore_expr): Correct the name of a method
11003 being invoked.
11004 (ExploreTypeCommand.invoke): Add a missing 'return'.
11005
11006 2013-01-21 Tom Tromey <tromey@redhat.com>
11007
11008 * gdb_obstack.h (obconcat): Move declaration here, from...
11009 * symfile.h (obconcat): ... here.
11010 * gdb_obstack.c: New file.
11011 (obconcat): Move from...
11012 * symfile.c (obconcat): ... here.
11013 * Makefile.in (SFILES): Add gdb_obstack.c.
11014 (COMMON_OBS): Add gdb_obstack.o.
11015
11016 2013-01-21 Tom Tromey <tromey@redhat.com>
11017
11018 * symfile.h (obsavestring): Don't declare.
11019 * symfile.c (obsavestring): Remove.
11020 * ada-exp.y: Use obstack_copy0, not obsavestring.
11021 * ada-lang.c: Use obstack_copy0, not obsavestring.
11022 * coffread.c: Use obstack_copy0, not obsavestring.
11023 * cp-namespace.c: Use obstack_copy0, not obsavestring.
11024 * dbxread.c: Use obstack_copy0, not obsavestring.
11025 * dwarf2read.c: Use obstack_copy0, not obsavestring.
11026 * jit.c: Use obstack_copy0, not obsavestring.
11027 * mdebugread.c: Use obstack_copy0, not obsavestring.
11028 * psymtab.c: Use obstack_copy0, not obsavestring.
11029 * stabsread.c: Use obstack_copy0, not obsavestring.
11030 * xcoffread.c: Use obstack_copy0, not obsavestring.
11031
11032 2013-01-21 Tom Tromey <tromey@redhat.com>
11033
11034 * dwarf2read.c (fixup_go_packaging): Save package name
11035 on objfile obstack.
11036 * gdbtypes.c (init_type): Don't copy name.
11037
11038 2013-01-21 Tom Tromey <tromey@redhat.com>
11039
11040 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
11041 const.
11042 (struct attribute) <u.str>: Now const.
11043 (struct fnfieldlist) <name>: Now const.
11044 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
11045 (partial_die_parent_scope): Make return type const.
11046 (partial_die_full_name, add_partial_symbol): Update.
11047 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
11048 'name' const.
11049 (find_file_and_directory): Make 'name' and 'comp_dir' const.
11050 (read_file_scope, read_func_scope, dwarf2_add_field)
11051 (dwarf2_add_member_fn, read_structure_type)
11052 (process_enumeration_scope, read_array_type, read_module_type)
11053 (read_base_type, read_subrange_type): Update.
11054 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
11055 (new_symbol_full, guess_full_die_structure_name): Update.
11056 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
11057 (dwarf2_name): Return const type.
11058 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
11059 const.
11060
11061 2013-01-21 Tom Tromey <tromey@redhat.com>
11062
11063 * gdbtypes.c (init_type): Make 'name' const.
11064 * gdbtypes.h (init_type): Update.
11065
11066 2013-01-21 Tom Tromey <tromey@redhat.com>
11067
11068 * buildsym.c (patch_subfile_names): Use set_last_source_file.
11069 (start_symtab): Make 'name' and 'dirname' const. Use
11070 set_last_source_file.
11071 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
11072 (last_source_file): Define. Now static.
11073 (set_last_source_file, get_last_source_file): New functions.
11074 * buildsym.h (last_source_file): Don't declare.
11075 (start_symtab): Update.
11076 (set_last_source_file, get_last_source_file): Declare.
11077 * coffread.c (complete_symtab): Use set_last_source_file.
11078 (coff_end_symtab): Likewise.
11079 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
11080 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
11081 set_last_source_file.
11082 (process_one_symbol): Use get_last_source_file.
11083 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
11084 (psymtab_to_symtab_1): Use get_last_source_file.
11085 * xcoffread.c (process_linenos): Use get_last_source_file.
11086 (complete_symtab): Use set_last_source_file.
11087 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
11088 (scan_xcoff_symtab): Use set_last_source_file.
11089
11090 2013-01-21 Tom Tromey <tromey@redhat.com>
11091
11092 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
11093 (symbol_set_names): Remove casts. Handle field const-ness.
11094
11095 2013-01-21 Tom Tromey <tromey@redhat.com>
11096
11097 * dwarf2read.c (new_symbol_full): Remove cast.
11098 * symtab.c (symbol_set_demangled_name): Make 'name' const.
11099 * symtab.h (symbol_set_demangled_name): Update.
11100
11101 2013-01-21 Tom Tromey <tromey@redhat.com>
11102
11103 * main.c (captured_main): Call bfd_init.
11104
11105 2013-01-21 Tom Tromey <tromey@redhat.com>
11106
11107 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
11108 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
11109 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
11110 * NEWS: Update.
11111
11112 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11113
11114 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
11115
11116 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11117
11118 Fix gdb.fortran/common-block.exp crash in PIE mode.
11119 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
11120 LOC_COMMON_BLOCK.
11121 * f-valprint.c (info_common_command_for_block): Expect
11122 LOC_COMMON_BLOCK in gdb_assert.
11123 * symtab.h (struct general_symbol_info): Update comment for the
11124 common_block member.
11125 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
11126 (enum address_class): New member LOC_COMMON_BLOCK.
11127
11128 2013-01-18 David Blaikie <dblaikie@gmail.com>
11129
11130 * MAINTAINERS (Write After Approval): Add "David Blaikie".
11131
11132 2013-01-18 Tom Tromey <tromey@redhat.com>
11133
11134 PR c++/14999:
11135 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
11136 Call require_rvalue.
11137
11138 2013-01-18 Yao Qi <yao@codesourcery.com>
11139
11140 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
11141 (dbx_read_symtab): New declaration.
11142 (dbx_psymtab_to_symtab): Delete.
11143 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
11144 Rename parameter PST to SELF. Exchanged two parameters.
11145 (start_psymtab): Caller update.
11146 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
11147 (dwarf2_read_symtab): New declaration.
11148 (dwarf2_psymtab_to_symtab): Delete.
11149 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
11150 Rename parameter PST to SELF. Exchanged two parameters.
11151 (create_partial_symtab): Caller update.
11152 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
11153 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
11154 Rename parameter PST to SELF. Exchanged two parameters.
11155 (parse_partial_symbols, new_psymtab): Caller update.
11156 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
11157 two parameters.
11158 * psymtab.c (psymtab_to_symtab): Caller update.
11159 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
11160 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
11161 Rename parameter PST to SELF. Exchanged two parameters.
11162 (xcoff_start_psymtab): Caller update.
11163
11164 2013-01-18 Yao Qi <yao@codesourcery.com>
11165
11166 * infrun.c (proceed): Rename local variable 'oneproc' to
11167 'force_step'.
11168
11169 2013-01-17 Doug Evans <dje@google.com>
11170
11171 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
11172 (dw2_build_type_unit_groups): Delete. All uses updated.
11173
11174 * symtab.h (struct symbol_search): Add comment.
11175
11176 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11177
11178 * symtab.c (compare_filenames_for_search): New comment for
11179 HAS_DRIVE_SPEC.
11180
11181 2013-01-17 Tom Tromey <tromey@redhat.com>
11182
11183 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
11184
11185 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11186
11187 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
11188 initialize it by existing make_cleanup. Call new do_cleanups.
11189
11190 2013-01-17 Tom Tromey <tromey@redhat.com>
11191
11192 * cp-abi.c (cp_abi_completer): New function.
11193 (_initialize_cp_abi): Set completer for "set cp-abi".
11194
11195 2013-01-17 Tom Tromey <tromey@redhat.com>
11196
11197 * mem-break.c: Remove obsolete comment.
11198 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
11199
11200 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11201
11202 * jit.c (jit_reader_load_command): Interpret the jit reader name
11203 as an absolute path if it begins with a forward slash.
11204
11205 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
11206
11207 PR gdb/14550
11208
11209 * jit.c (finalize_symtab): Ensure that only the global block has a
11210 NULL superblock.
11211
11212 2013-01-17 Pedro Alves <palves@redhat.com>
11213
11214 * acinclude.m4: Include ../config/plugins.m4,
11215 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
11216 * Makefile.in (aclocal_m4_deps): Update.
11217 * aclocal.m4: Renegerate.
11218
11219 2013-01-16 Doug Evans <dje@google.com>
11220
11221 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
11222
11223 2013-01-16 Pedro Alves <palves@redhat.com>
11224 Tom Tromey <tromey@redhat.com>
11225
11226 PR cli/7221:
11227 * NEWS: Add "catch signal".
11228 * breakpoint.c (base_breakpoint_ops): No longer static.
11229 (bpstat_explains_signal): New function.
11230 (init_catchpoint): No longer static.
11231 (base_breakpoint_explains_signal): New function.
11232 (base_breakpoint_ops): Initialize new field.
11233 * breakpoint.h (enum bpstat_signal_value): New.
11234 (struct breakpoint_ops) <explains_signal>: New field.
11235 (bpstat_explains_signal): Remove macro, declare as function.
11236 (base_breakpoint_ops, init_catchpoint): Declare.
11237 * break-catch-sig.c: New file.
11238 * inferior.h (signal_catch_update): Declare.
11239 * infrun.c (signal_catch): New global.
11240 (handle_syscall_event): Update for change to
11241 bpstat_explains_signal.
11242 (handle_inferior_event): Likewise. Always handle random signals
11243 via bpstats.
11244 (signal_cache_update): Check signal_catch.
11245 (signal_catch_update): New function.
11246 (_initialize_infrun): Initialize signal_catch.
11247 * Makefile.in (SFILES): Add break-catch-sig.c.
11248 (COMMON_OBS): Add break-catch-sig.o.
11249
11250 2013-01-16 Tom Tromey <tromey@redhat.com>
11251
11252 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
11253 (print_one_catch_solib, print_one_catch_syscall)
11254 (print_one_catch_exec, print_one_exception_catchpoint): Emit
11255 "catch-type".
11256
11257 2013-01-16 Yao Qi <yao@codesourcery.com>
11258
11259 * printcmd.c (current_display_number): Make it static.
11260
11261 2013-01-16 Yao Qi <yao@codesourcery.com>
11262
11263 * infcmd.c (step_once): Don't check '!single_inst' as it was
11264 checked before.
11265
11266 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11267
11268 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
11269
11270 2013-01-14 Tom Tromey <tromey@redhat.com>
11271
11272 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
11273 set command.
11274 * command.h (add_setshow_string_noescape_cmd): Update.
11275 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
11276 (complete_set_gnutarget): New function.
11277 (_initialize_core): Set the "set gnutarget" completer.
11278
11279 2013-01-14 Tom Tromey <tromey@redhat.com>
11280
11281 PR symtab/14442:
11282 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
11283 (c_type_print_modifier): Likewise.
11284 * dwarf2read.c (read_tag_restrict_type): New function.
11285 (read_type_die_1): Handle DW_TAG_restrict_type.
11286 * gdbtypes.c (make_restrict_type): New function.
11287 (recursive_dump_type): Handle TYPE_RESTRICT.
11288 * gdbtypes.h (enum type_flag_values): Renumber.
11289 (enum type_instance_flag_value): Add
11290 TYPE_INSTANCE_FLAG_RESTRICT.
11291 (TYPE_RESTRICT): New macro.
11292 (make_restrict_type): Declare.
11293
11294 2013-01-14 Tom Tromey <tromey@redhat.com>
11295
11296 PR symtab/14931:
11297 * psymtab.c (struct psymtab_state): New.
11298 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
11299 functions.
11300 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
11301 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
11302
11303 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
11304 Pedro Alves <palves@redhat.com>
11305
11306 PR remote/14786
11307
11308 * remote.c (remote_threads_info): Make a copy of the reply from
11309 qfThreadInfo and use that instead of rs->buf.
11310
11311 2013-01-14 Yao Qi <yao@codesourcery.com>
11312
11313 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
11314 (dbx_psymtab_to_symtab): Likewise.
11315 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
11316 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
11317 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
11318
11319 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11320
11321 * parse.c (parse_exp_in_context): New variable inner_chain. Call
11322 make_cleanup_restore_current_language. Call set_language. Move
11323 OLD_CHAIN and INNER_CHAIN cleanups.
11324 * utils.c (do_restore_current_language)
11325 (make_cleanup_restore_current_language): New functions.
11326 * utils.h (make_cleanup_restore_current_language): New declaration.
11327
11328 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11329
11330 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
11331 non-existing files.
11332
11333 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
11334 non-existing files if FILENAME is already absolute.
11335
11336 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11337
11338 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
11339 fputs_filtered. Append trailing newline.
11340
11341 2013-01-11 Yao Qi <yao@codesourcery.com>
11342 Stan Shebs <stan@codesourcery.com>
11343
11344 * psymtab.c (init_psymbol_list): Clarify the comment.
11345
11346 2013-01-11 Yao Qi <yao@codesourcery.com>
11347
11348 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
11349 (update_dprintf_command_list): Assert that 'printf_line' is
11350 non-null. Remove condition check.
11351
11352 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11353
11354 Code cleanup.
11355 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
11356 type const char *.
11357 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
11358 const char *.
11359 * tui/tui-source.h (tui_source_is_displayed): Likewise.
11360
11361 2013-01-09 Anthony Green <green@moxielogic.com>
11362
11363 * cp-abi.c (cplus_print_vtable): Don't return value from void
11364 function.
11365 * ada-lang.c (re_set_catch_assert): Ditto.
11366
11367 2013-01-09 Doug Evans <dje@google.com>
11368
11369 * symfile.h (quick_symbol_functions): Delete member
11370 pre_expand_symtabs_matching. All uses removed.
11371 * dwarf2read.c (dw2_lookup_symbol): Implement.
11372 (dw2_do_expand_symtabs_matching): Delete.
11373 (dw2_pre_expand_symtabs_matching): Delete.
11374 (struct dw2_symtab_iterator): New type.
11375 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
11376 (dw2_expand_symtabs_for_function): Rewrite.
11377 (dwarf2_gdb_index_functions): Update.
11378 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
11379 (psym_functions): Update.
11380
11381 2013-01-09 Tom Tromey <tromey@redhat.com>
11382
11383 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
11384 * configure: Rebuild.
11385 * configure.ac: Add somread.o to the build if BFD has SOM
11386 support.
11387 * somread.c: Include som/aout.h, not syms.h.
11388 (som_symtab_read): Use som_external_symbol_dictionary_record.
11389 Unpack records manually.
11390 (_initialize_somread): Declare.
11391
11392 2012-01-08 Mike Frysinger <vapier@gentoo.org>
11393
11394 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
11395 Cast return_address to 64bits.
11396
11397 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
11398
11399 * printcmd.c: Remove define of function output_command.
11400 * tracepoint.c: Remove extern of function output_command.
11401 * valprint.h: (output_command): New extern.
11402
11403 2013-01-07 Tom Tromey <tromey@redhat.com>
11404
11405 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
11406 Remove.
11407 (objc_language_defn): Use c_printchar, c_printstr,
11408 c_emit_char.
11409
11410 2013-01-07 Tom Tromey <tromey@redhat.com>
11411
11412 PR cli/7719:
11413 * NEWS: Update.
11414 * ada-valprint.c (printstr, print_field_values): Remove
11415 "inspect_it" code.
11416 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
11417 code.
11418 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
11419 code.
11420 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
11421 * main.c (captured_main): Remove "epoch" argument.
11422 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
11423 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
11424 * p-valprint.c (pascal_object_print_value_fields): Remove
11425 "inspect_it" code.
11426 * printcmd.c (print_command_1): Remove 'inspect' argument.
11427 (print_command, call_command): Update.
11428 (inspect_command): Remove.
11429 (_initialize_printcmd): Make "inspect" an alias for "print".
11430 * top.c (epoch_interface): Remove.
11431 * top.h (epoch_interface): Remove.
11432 * valprint.c (user_print_options): Update.
11433 (print_converted_chars_to_obstack): Remove "inspect_it" code.
11434 * valprint.h (struct value_print_options) <inspect_it>: Remove
11435 field.
11436
11437 2013-01-04 Tom Tromey <tromey@redhat.com>
11438
11439 * valprint.h (read_string): Add 'extern'.
11440
11441 2013-01-07 Joel Brobecker <brobecker@adacore.com>
11442
11443 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
11444 used to decide whether to define darwin_read_dyld_info or not.
11445
11446 2013-01-03 Pierre Muller <muller@sourceware.org>
11447
11448 * main.c (relocate_gdb_directory): Avoid calling stat function
11449 if DIR is empty.
11450
11451 2013-01-03 Yao Qi <yao@codesourcery.com>
11452
11453 * psymtab.c (fixup_psymbol_section): Update declaration.
11454 (fixup_psymbol_section): Remove code returning value.
11455
11456 2013-01-03 Yao Qi <yao@codesourcery.com>
11457
11458 * symtab.h: Remove some out of date comments.
11459 (enum exception_event_kind): Move it ...
11460 * breakpoint.c: ... here.
11461
11462 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
11463
11464 PR gdb/14405
11465 * darwin-nat.c (darwin_read_dyld_info): Only build if
11466 TASK_DYLD_INFO_COUNT is defined.
11467 (darwin_xfer_partial): Call darwin_read_dyld_info only if
11468 TASK_DYLD_INFO_COUNT is defined.
11469
11470 2013-01-02 Tom Tromey <tromey@redhat.com>
11471
11472 * symfile.h (struct ecoff_debug_hack): Remove.
11473 * objfiles.c: Don't include mdebugread.h.
11474
11475 2013-01-02 Tom Tromey <tromey@redhat.com>
11476
11477 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
11478 * configure.ac: Check for Mach-O support in BFD. Update
11479 CONFIG_OBS.
11480 * configure: Rebuild.
11481
11482 2013-01-02 Tom Tromey <tromey@redhat.com>
11483
11484 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
11485 * configure.ac: Use GDB_AC_CHECK_BFD.
11486 * configure: Rebuild.
11487
11488 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
11489
11490 * MAINTAINERS: Update my email.
11491
11492 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11493
11494 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
11495
11496 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11497
11498 * rs6000-nat.c (bss_data_overlap): New function.
11499 (vmap_symtab): Use it to adjust the .bss section's offset.
11500
11501 2013-01-01 Joel Brobecker <brobecker@adacore.com>
11502
11503 Update year range in copyright notice of all files.
11504
11505 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
11506
11507 * top.c (print_gdb_version): Update copyright year.
11508
11509 For older changes see ChangeLog-2012.
11510 \f
11511 Local Variables:
11512 mode: change-log
11513 left-margin: 8
11514 fill-column: 74
11515 version-control: never
11516 coding: utf-8
11517 End:
This page took 0.273213 seconds and 4 git commands to generate.