PR symtab/15885
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2013-08-26 Doug Evans <dje@google.com>
2
3 PR symtab/15885
4 * dwarf2read.c (dw2_dump): Print some minimal information indicating
5 .gdb_index is in use.
6 * symfile.c (reread_symbols): Reset objfile->sf.
7
8 * NEWS: Document "mt print objfiles" now takes optional regexp.
9 * symmisc.c (maintenance_print_objfiles): Argument is now an optional
10 regexp of objfiles to print.
11 (_initialize_symmisc): Update doc string for "mt print objfiles".
12
13 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead of
14 missing debug info checks.
15
16 2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
17 Ulrich Weigand <uweigand@de.ibm.com>
18
19 * xcoffread.c (arrange_linetable): Add fix to correctly handle
20 line tables generated by XLC compiled binaries.
21
22 2013-08-23 Doug Evans <dje@google.com>
23
24 * symmisc.c (dump_symtab): Delete prototype.
25 (dump_msymbols, dump_objfile): Ditto.
26 (maintenance_info_symtabs): Mark as dont_repeat.
27 (_initialize_symmisc): Improve doc string for "mt info symtabs".
28
29 * elfread.c (elf_symfile_read): Move "Done reading minimal symbols"
30 debugging printf to better location.
31
32 2013-08-23 Pedro Alves <palves@redhat.com>
33
34 * target.c (target_read_live_memory): Change type of 'ret' local
35 to LONGEST.
36
37 2013-08-23 Pedro Alves <palves@redhat.com>
38
39 * remote.c (remote_write_bytes_aux, remote_write_bytes)
40 (remote_read_bytes): Change return type to LONGEST, and adjust to
41 return a target_xfer_error on error.
42 (remote_xfer_memory): Delete.
43 (remote_flash_write): Change type of 'ret' local to LONGEST.
44 (remote_xfer_partial, remote_xfer_partial): Adjust.
45 (init_remote_ops): Don't install a deprecated_xfer_memory hook.
46
47 2013-08-23 Pierre Muller <muller@sourceware.org>
48
49 ARI fix: Push # directives to start of line.
50 * rs6000-nat.c (rs6000_ptrace32, rs6000_ptrace64): Rule applied.
51
52 2013-08-12 Muhammad Waqas <mwaqas@codesourcery.com>
53
54 PR gdb/15501
55 * breakpoint.c (enable_command, disable_command): Iterate over
56 all specified breakpoint locations.
57
58 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
59
60 * common/linux-ptrace.c (linux_fork_to_function): Push #
61 directives to the start of the line.
62 (linux_check_ptrace_features): Fix warning message to use
63 the "_" markup.
64
65 2013-08-22 Luis Machado <lgustavo@codesourcery.com>
66
67 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-nat.h and
68 nat/linux-waitpid.h.
69 (linux-waitpid.o): New object file rule.
70 * common/linux-ptrace.c: Include nat/linux-waitpid.h.
71 (current_ptrace_options): Moved from linux-nat.c.
72 (linux_ptrace_test_ret_to_nx): Use type casts for ptrace
73 parameters.
74 (linux_fork_to_function): New function.
75 (linux_grandchild_function): Likewise.
76 (linux_child_function): Likewise.
77 (linux_check_ptrace_features): New function, heavily
78 based on linux-nat.c:linux_test_for_tracefork.
79 (linux_enable_event_reporting): New function.
80 (ptrace_supports_feature): Likewise.
81 (linux_supports_tracefork): Likewise.
82 (linux_supports_traceclone): Likewise.
83 (linux_supports_tracevforkdone): Likewise.
84 (linux_supports_tracesysgood): Likewise.
85 * common/linux-ptrace.h (HAS_NOMMU): Moved from
86 gdbserver/linux-low.c.
87 (linux_enable_event_reporting): New declaration.
88 (linux_supports_tracefork): Likewise.
89 (linux_supports_traceclone): Likewise.
90 (linux_supports_tracevforkdone): Likewise.
91 (linux_supports_tracesysgood): Likewise.
92 * config.in (PTRACE_TYPE_ARG4): Regenerate.
93 * config/aarch64/linux.mh (NATDEPFILES): Add linux-waitpid.o.
94 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
95 * config/arm/linux.mh (NATDEPFILES): Likewise.
96 * config/i386/linux.mh (NATDEPFILES): Likewise.
97 * config/i386/linux64.mh (NATDEPFILES): Likewise.
98 * config/ia64/linux.mh (NATDEPFILES): Likewise.
99 * config/m32r/linux.mh (NATDEPFILES): Likewise.
100 * config/m68k/linux.mh (NATDEPFILES): Likewise.
101 * config/mips/linux.mh (NATDEPFILES): Likewise.
102 * config/pa/linux.mh (NATDEPFILES): Likewise..
103 * config/powerpc/linux.mh (NATDEPFILES): Likewise..
104 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
105 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
106 * config/sparc/linux.mh (NATDEPFILES): Likewise.
107 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
108 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
109 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
110 * configure.ac (AC_CACHE_CHECK): Add void * to the list of
111 ptrace's 4th argument's types.
112 Check the type of PTRACE_TYPE_ARG4.
113 * configure: Regenerate.
114 * linux-nat.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
115 (SYSCALL_SIGTRAP): Moved to nat/linux-nat.h.
116 (linux_supports_tracefork_flag): Remove.
117 (linux_supports_tracesysgood_flag): Likewise.
118 (linux_supports_tracevforkdone_flag): Likewise.
119 (current_ptrace_options): Moved to
120 common/linux-ptrace.c.
121 (linux_tracefork_child): Remove.
122 (my_waitpid): Remove.
123 (linux_test_for_tracefork): Renamed to
124 linux_check_ptrace_features and moved to common/linux-ptrace.c.
125 (linux_test_for_tracesysgood): Remove.
126 (linux_supports_tracesysgood): Remove.
127 (linux_supports_tracefork): Remove.
128 (linux_supports_tracevforkdone): Remove.
129 (linux_enable_tracesysgood): Remove.
130 (linux_enable_event_reporting): Remove.
131 (linux_init_ptrace): New function.
132 (linux_child_post_attach): Call linux_init_ptrace.
133 (linux_child_post_startup_inferior): Call linux_init_ptrace.
134 (linux_child_follow_fork): Call linux_supports_tracefork
135 and linux_supports_tracevforkdone.
136 (linux_child_insert_fork_catchpoint): Call
137 linux_supports_tracefork.
138 (linux_child_insert_vfork_catchpoint): Likewise.
139 (linux_child_set_syscall_catchpoint): Call
140 linux_supports_tracesysgood.
141 (lin_lwp_attach_lwp): Call linux_supports_tracefork.
142 * nat/linux-nat.h: New file.
143 * nat/linux-waitpid.c: New file.
144 * nat/linux-waitpid.h: New file.
145
146 2013-08-22 Samuel Bronson <naesten@gmail.com>
147
148 ARM Linux support for `catch syscall'.
149 * syscalls/arm-linux.py: New file.
150 * syscalls/arm-linux.xml: Likewise.
151 * arm-linux-tdep.c (arm_linux_get_syscall_number): New function.
152 (arm_linux_init_abi): Register the new function and syscall xml file.
153 * data-directory/Makefile.in: Install the new syscall xml file.
154 * NEWS: Brag about this.
155
156 2013-08-22 Pedro Alves <palves@redhat.com>
157
158 PR gdb/15871
159 * corefile.c (target_xfer_memory_error): New function.
160 (memory_error): Defer EIO to target_memory_error.
161 (read_memory): Use target_xfer_partial, and handle finer-grained
162 target xfer errors.
163 * target.c (target_xfer_error_to_string): New function.
164 (memory_xfer_partial_1): If memory is known to be
165 unavailable, return TARGET_XFER_E_UNAVAILABLE instead of -1.
166 (target_xfer_partial): Make extern.
167 * target.h (enum target_xfer_error): New enum.
168 (target_xfer_error_to_string): Declare function.
169 (target_xfer_partial): Declare function.
170 (struct target_ops) <xfer_partial>: Adjust describing comment.
171
172 2013-08-22 Alan Modra <amodra@gmail.com>
173
174 * configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
175 * configure.tgt: Likewise as targets.
176
177 2013-08-20 Doug Evans <dje@google.com>
178
179 * buildsym.c (subfile_stack): Move here from buildsym.h.
180 (pending_macros): Ditto.
181 (get_macro_table): New function.
182 (buildsym_init): Initialize subfile_stack.
183 * coffread.c (type_vector,type_vector_length): Moved here from
184 buildsym.h.
185 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
186 (coff_symtab_read): Use it.
187 * dbxread.c (read_ofile_symtab): Delete init of subfile_stack.
188 * dwarf2read.c (macro_start_file): Replace uses of pending_macros
189 with call to get_macro_table.
190 * stabsread.c (type_vector,type_vector_length): Moved here from
191 buildsym.h.
192 (INITIAL_TYPE_VECTOR_LENGTH): Ditto.
193 * buildsym.h (get_macro_table): Declare.
194
195 2013-08-20 Tom Tromey <tromey@redhat.com>
196
197 * dbxread.c (record_minimal_symbol): Make 'name' argument const.
198 Update.
199 (read_dbx_dynamic_symtab): Make 'name' const. Remove casts.
200
201 2013-08-20 Doug Evans <dje@google.com>
202
203 * blockframe.c: Remove #include "psymtab.h".
204 * cp-support.c: Ditto.
205 * source.c: Ditto.
206 * stack.c: Ditto.
207
208 2013-08-20 Tom Tromey <tromey@redhat.com>
209
210 PR python/15816:
211 * exceptions.h (return_mask): Now an enum.
212 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL): Now
213 enum constants.
214
215 2013-08-20 Tom Tromey <tromey@redhat.com>
216
217 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Use
218 get_objfile_arch.
219 * elfread.c (elf_rel_plt_read, elf_gnu_ifunc_record_cache)
220 (elf_gnu_ifunc_resolve_by_got): Use get_objfile_arch.
221 * jit.c (jit_object_close_impl): Update.
222 * jv-lang.c (get_dynamics_objfile): Update.
223 * linespec.c (add_minsym): Use get_dynamics_objfile.
224 * objfiles.c (get_objfile_bfd_data): Initialize 'gdbarch' field.
225 (allocate_objfile): Don't initialize 'gdbarch' field.
226 (get_objfile_arch): Update.
227 * objfiles.h (struct objfile_per_bfd_storage) <gdbarch>: New field,
228 moved from...
229 (struct objfile) <gdbarch>: ... here. Remove.
230 * stap-probe.c (stap_can_evaluate_probe_arguments): Use
231 get_objfile_arch.
232 * symfile.c (init_entry_point_info): Use get_objfile_arch.
233
234 2013-08-20 Alan Modra <amodra@gmail.com>
235
236 * doublest.c (convert_floatformat_to_doublest): Use fmt->split_half
237 for IBM long double nan and inf.
238 (floatformat_is_negative, floatformat_classify,
239 floatformat_mantissa): Similarly.
240 (floatformat_ieee_single, floatformat_ieee_double,
241 floatformat_ieee_quad, floatformat_arm_ext,
242 floatformat_ia64_spill): Delete unused vars.
243 (_initialize_doublest): Delete unused function.
244 * gdbtypes.c (floatformats_ibm_long_double): Use new big- and
245 little-endian variants of floatformat_ibm_long_double.
246
247 2013-08-19 Luis Machado <lgustavo@codesourcery.com>
248
249 * Makefile.in (SFILES): Remove common/target-common.c and
250 add target/waitstatus.c.
251 (HFILES_NO_SRCDIR): Remove common/target-common.h and add
252 target/resume.h, target/wait.h and target/waitstatus.h.
253 (COMMON_OBS): Remove target-common.o and add
254 waitstatus.o.
255 (target-common.o): Remove.
256 (waitstatus.o): New target object file.
257 * common/target-common.c: Move contents to
258 target/waitstatus.c and remove.
259 * common/target-common.h: Move contents to other files and
260 remove.
261 (enum resume_kind: Move to target/resume.h.
262 (TARGET_WNOHANG): Move to target/wait.h.
263 (enum target_waitkind): Move to target/waitstatus.h.
264 (struct target_waitstatus): Likewise.
265 * target.h: Do not include target-common.h and
266 include target/resume.h, target/wait.h and
267 target/waitstatus.h.
268 * target/resume.h: New file.
269 * target/wait.h: New file.
270 * target/waitstatus.h: New file.
271 * target/waitstatus.c: New file.
272
273 2013-08-19 Pedro Alves <palves@redhat.com>
274
275 * linux-nat.c (linux_test_for_tracefork)
276 (linux_test_for_tracesysgood, linux_child_follow_fork)
277 (lin_lwp_attach_lwp, linux_nat_resume): Don't block child signals.
278 (linux_nat_wait_1): Extend comment.
279 (linux_async_pipe): Add comment.
280
281 2013-08-15 Kevin Buettner <kevinb@redhat.com>
282
283 * rl78-tdep.c (RL78_RAW_PC_REGNUM): New enum.
284 (RL78_PC_REGNUM): Move to list of pseudo-register enums.
285 (rl78_register_type, rl78_register_name, rl78_register_reggroup_p):
286 Update to account for fact that PC is now a pseudo-register.
287 (rl78_pseudo_register_write, rl78_pseudo_register_read): Add
288 cases for RL78_PC_REGNUM.
289
290 2013-08-15 Muhammad Bilal <mbilal@codesourcery.com>
291
292 PR cli/15841
293 * top.c (quit_force): Skip writing history file
294 if input is not from terminal.
295
296 2013-08-14 Tom Tromey <tromey@redhat.com>
297
298 * remote.c (struct remote_state) <echo_nextthread, nextthread,
299 resultthreadlist>: New fields.
300 (OPAQUETHREADBYTES, threadref, MAXTHREADLISTRESULTS): Move earlier.
301 (remote_get_threadlist, remote_threadlist_iterator): Use
302 new fields. Remove static variables.
303
304 2013-08-14 Tom Tromey <tromey@redhat.com>
305
306 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p,
307 remote_watch_data_address>: New fields.
308 (remote_stopped_by_watchpoint_p, remote_watch_data_address): Remove.
309 (process_stop_reply, remote_wait_as)
310 (remote_check_watch_resources, remote_stopped_data_address): Update.
311
312 2013-08-14 Tom Tromey <tromey@redhat.com>
313
314 * remote.c (struct remote_state) <async_client_callback,
315 async_client_context>: New fields.
316 (async_client_callback, async_client_context): Remove.
317 (remote_async_serial_handler, remote_async): Update.
318
319 2013-08-14 Tom Tromey <tromey@redhat.com>
320
321 * remote.c (sizeof_pkt): Remove.
322 (remote_trace_find): Use rs->buf_size, not sizeof_pkt.
323
324 2013-08-14 Tom Tromey <tromey@redhat.com>
325
326 * remote.c (struct remote_state) <use_threadinfo_query,
327 use_threadextra_query>: New fields.
328 (remote_threads_info, remote_threads_extra_info)
329 (remote_open_1): Update.
330
331 2013-08-14 Tom Tromey <tromey@redhat.com>
332
333 * remote.c (struct remote_state) <finished_object,
334 finished_annex, finished_offset>: New fields.
335 (remote_read_qxfer): Use remote_state fields; remove static
336 variables.
337
338 2013-08-14 Tom Tromey <tromey@redhat.com>
339
340 * remote.c (struct remote_state) <last_sent_step>:
341 New field.
342 (last_sent_step): Remove.
343 (remote_resume, remote_wait_as): Update.
344
345 2013-08-14 Tom Tromey <tromey@redhat.com>
346
347 * remote.c (struct remote_state) <last_sent_signal>:
348 New field.
349 (last_sent_signal): Remove.
350 (new_remote_state, remote_resume, remote_wait_as): Update.
351
352 2013-08-14 Tom Tromey <tromey@redhat.com>
353
354 * remote.c (struct remote_state) <last_program_signals_packet>:
355 New field.
356 (last_program_signals_packet): Remove.
357 (remote_program_signals, remote_open_1): Update.
358
359 2013-08-14 Tom Tromey <tromey@redhat.com>
360
361 * remote.c (struct remote_state) <last_pass_packet>:
362 New field.
363 (last_pass_packet): Remove.
364 (remote_pass_signals, remote_open_1): Update.
365
366 2013-08-14 Tom Tromey <tromey@redhat.com>
367
368 * remote.c (struct remote_state) <remote_traceframe_number>:
369 New field.
370 (remote_traceframe_number): Remove.
371 (new_remote_state, remote_open_1, set_remote_traceframe)
372 (remote_trace_find): Update.
373
374 2013-08-14 Tom Tromey <tromey@redhat.com>
375
376 * remote.c (struct remote_state) <general_thread, continue_thread>:
377 New fields.
378 (general_thread, continue_thread): Remove.
379 (record_currthread, set_thread, set_general_process)
380 (remote_open_1, extended_remote_attach_1, remote_wait_as)
381 (extended_remote_mourn_1): Update.
382
383 2013-08-14 Tom Tromey <tromey@redhat.com>
384
385 * remote.c (struct remote_state) <remote_desc>: New field.
386 (remote_desc): Remove.
387 (remote_threads_info, remote_threads_extra_info, remote_close)
388 (send_interrupt_sequence, remote_start_remote, remote_open_1)
389 (readchar, remote_xfer_partial, remote_rcmd, packet_command)
390 (remote_hostio_send_command, remote_file_put, remote_file_get)
391 (remote_file_delete, remote_can_async_p, remote_is_async_p)
392 (remote_async, remote_new_objfile, set_range_stepping): Update.
393
394 2013-08-14 Tom Tromey <tromey@redhat.com>
395
396 * remote.c (remote_state): Now a pointer.
397 (get_remote_state_raw): Update.
398 (new_remote_state): New function.
399 (_initialize_remote): Use new_remote_state.
400
401 2013-08-14 Tom Tromey <tromey@redhat.com>
402
403 * remote.c (remote_protocol_features): Now const.
404
405 2013-08-14 Tom Tromey <tromey@redhat.com>
406
407 * remote.c (crc32_table, crc32): Remove.
408 (remote_verify_memory): Use xcrc32.
409
410 2013-08-13 Sergio Durigan Junior <sergiodj@redhat.com>
411
412 * value.h (create_internalvar_type_lazy): Adjust prototype
413 declaration.
414
415 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
416
417 * common/format.c (parse_format_string): Don't allow '#' flag for
418 pointer arguments in format string.
419
420 2013-08-13 Pierre Muller <muller@sourceware.org>
421
422 * utils.c (init_page_info): Only call tgetnum function
423 if rl_get_screen_size did not return useful values.
424
425 2013-08-12 Ali Anwar <ali_anwar@codesourcery.com>
426
427 PR breakpoints/15117
428 * linespec.c (linespec_parse_basic): Check for convenience
429 variable or history value while parsing.
430
431 2013-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
432
433 Revert implementation of gdbarch_gdb_signal_{to,from}_target for
434 AVR.
435 * avr-tdep.c: Remove include of "linux-tdep.h". Remove enum with
436 different signals between the generic Linux kernel implementation
437 and AVR's.
438 (avr_linux_gdb_signal_from_target): Delete.
439 (avr_linux_gdb_signal_to_target): Delete.
440 (avr_gdbarch_init): Don't set gdbarch_gdb_signal_{to,from}_target.
441
442 2013-08-09 Doug Evans <dje@google.com>
443
444 * dwarf2read.c (create_addrmap_from_index): Ignore bad address table
445 entries.
446
447 2013-08-09 Sergio Durigan Junior <sergiodj@redhat.com>
448
449 * linux-tdep.c: Define enum with generic signal numbers.
450 (linux_gdb_signal_from_target): New function.
451 (linux_gdb_signal_to_target): Likewise.
452 (linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
453 methods to the functions above.
454 * linux-tdep.h (linux_gdb_signal_from_target): New prototype.
455 (linux_gdb_signal_to_target): Likewise.
456 * alpha-linux-tdep.c: Define new enum with signals different
457 from generic Linux kernel.
458 (alpha_linux_gdb_signal_from_target): New function.
459 (alpha_linux_gdb_signal_to_target): Likewise.
460 (alpha_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
461 with the functions mentioned above.
462 * avr-tdep.c: Define enum with differences between Linux kernel
463 and AVR signals.
464 (avr_linux_gdb_signal_from_target): New function.
465 (avr_linux_gdb_signal_to_target): Likewise.
466 (avr_gdbarch_init): Set gdbarch_gdb_signal_{to,from}_target to
467 the functions mentioned above.
468 * sparc-linux-tdep.c: Define enum with differences between SPARC
469 and generic Linux kernel signal numbers.
470 (sparc32_linux_gdb_signal_from_target): New function.
471 (sparc32_linux_gdb_signal_to_target): Likewise.
472 (sparc32_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
473 to the functions defined above.
474 * xtensa-linux-tdep.c: Define enum with differences between
475 Xtensa and Linux kernel generic signals.
476 (xtensa_linux_gdb_signal_from_target): New function.
477 (xtensa_linux_gdb_signal_to_target): Likewise.
478 (xtensa_linux_init_abi): Set gdbarch_gdb_signal_to_target
479 to the functions defined above.
480 * mips-linux-tdep.c: Define enum with differences between
481 signals in MIPS and Linux kernel generic ones.
482 (mips_gdb_signal_to_target): New function.
483 (mips_gdb_signal_from_target): Redefine to use new enum, handle
484 only different signals from the Linux kernel generic.
485 (mips_linux_init_abi): Set gdbarch_gdb_signal_{to,from}_target
486 the functions defined above.
487 * mips-linux-tdep.h (enum mips_signals): Remove.
488
489 2013-08-09 Pedro Alves <palves@redhat.com>
490
491 * avr-tdep.c (XMALLOC): Delete macro.
492 * cli/cli-dump.c (XMALLOC): Delete macro.
493
494 2013-08-09 Pedro Alves <palves@redhat.com>
495
496 * cli/cli-dump.c: Don't include cli/cli-dump.h.
497 (scan_expression_with_cleanup, scan_filename_with_cleanup)
498 (fopen_with_cleanup, add_dump_command): Make static.
499 * cli/cli-dump.h: Delete file.
500 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to
501 cli/cli-dump.h.
502
503 2013-08-09 Pedro Alves <palves@redhat.com>
504
505 * tracepoint.c (tfile_start): Show tilde-expanded filename in
506 error message.
507
508 2013-08-09 Pedro Alves <palves@redhat.com>
509
510 * breakpoint.c (save_breakpoints): Show tilde-expanded filename in
511 error message.
512
513 2013-08-09 Pedro Alves <palves@redhat.com>
514
515 * gcore.c (create_gcore_bfd): Don't use tilde_expand here.
516 (gcore_command): Use tilde_expand here, and when showing the
517 filename to the user, show the expanded version.
518
519 2013-08-09 Yao Qi <yao@codesourcery.com>
520
521 * stack.c (read_frame_arg): Set 'entryval_error' to NULL if
522 'entryval' is set.
523
524 2013-08-08 Azat Khuzhin <a3at.mail@gmail.com> (tiny change)
525
526 * gcore.c (create_gcore_bfd): Use tilde_expand.
527
528 2013-08-08 Yao Qi <yao@codesourcery.com>
529
530 * frame.h (read_frame_local): Declare.
531 * mi/mi-cmd-stack.c (list_args_or_locals): Call
532 read_frame_local.
533 * stack.c (read_frame_local): New.
534
535 2013-08-08 Yao Qi <yao@codesourcery.com>
536
537 * mi/mi-cmd-stack.c: Update comments to function
538 list_args_or_locals.
539
540 2013-08-07 Tom Tromey <tromey@redhat.com>
541
542 PR symtab/15028:
543 * dwarf2read.c (struct process_psymtab_comp_unit_data): New.
544 (process_psymtab_comp_unit_reader): Use it.
545 (process_psymtab_comp_unit): Update. Add "pretend_language"
546 argument.
547 (dwarf2_build_psymtabs_hard): Update.
548 (scan_partial_symbols): Pass CU's language to
549 process_psymtab_comp_unit.
550
551 2013-08-07 Tom Tromey <tromey@redhat.com>
552
553 * dwarf2read.c (dw2_get_primary_filename_reader): Remove.
554 (dwarf2_gdb_index_functions): Update.
555 * psymtab.c (find_symbol_file_from_partial): Remove.
556 (psym_functions): Update.
557 * symfile.h (struct quick_symbol_functions) <find_symbol_file>:
558 Remove.
559
560 2013-08-07 Tom Tromey <tromey@redhat.com>
561
562 * symfile.c (set_initial_language): Look up "main" symbol
563 and use its language.
564 * symtab.c (find_main_filename): Remove.
565 * symtab.h (find_main_filename): Remove.
566
567 2013-08-07 Tom Tromey <tromey@redhat.com>
568
569 * dwarf2read.c (recursively_compute_inclusions): Add
570 "immediate_parent" argument. Set symtab's "user" field
571 if not set.
572 (compute_symtab_includes): Update.
573
574 2013-08-07 Tom Tromey <tromey@redhat.com>
575
576 * linespec.c (convert_linespec_to_sals): Use maybe_add_address
577 when adding label symbols.
578
579 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
580 Ulrich Weigand <uweigand@de.ibm.com>
581
582 * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix.
583 * configure.host (powerpc64-*-aix*): Likewise.
584
585 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
586 Ulrich Weigand <uweigand@de.ibm.com>
587
588 * gdb_ptrace.h: Use ptrace64 instead of ptrace if HAVE_PTRACE64
589 is defined.
590 * rs6000-nat.c: Check for __ld_info64_ if compiling 64 BIT gdb.
591 (rs6000_ptrace32): Call ptrace64 instead of ptrace if present.
592 (rs6000_ptrace64): Call ptace64 instead of ptracex if present.
593 * configure.ac: Check for ptrace64.
594 * configure, config.in: Regenerate.
595
596 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
597 Ulrich Weigand <uweigand@de.ibm.com>
598
599 * aixthread.c: Call ptrace64 instead of ptracex if defined.
600 Call ptrace64 instead of ptrace if defined.
601 Add macro addr_ptr to take care of ptrace address argument.
602 (pdc_read_regs): Likewise.
603 (pdc_write_regs): Likewise.
604 (aix_thread_resume): Likewise.
605 (fetch_regs_kernel_thread): Likewise.
606 (store_regs_kernel_thread): Likewise.
607
608 2013-08-07 Anton Blanchard <anton@samba.org>
609
610 * MAINTAINERS: Add myself to Write After Approval.
611
612 2013-08-05 Tom Tromey <tromey@redhat.com>
613
614 * aix-thread.c (_initialize_aix_thread): Use
615 complete_target_initialization.
616 * bsd-uthread.c (_initialize_bsd_uthread): Use
617 complete_target_initialization.
618 * dec-thread.c (_initialize_dec_thread): Use
619 complete_target_initialization.
620 * ravenscar-thread.c (_initialize_ravenscar): Use
621 complete_target_initialization.
622 * sol-thread.c (_initialize_sol_thread): Use
623 complete_target_initialization.
624 * spu-multiarch.c (_initialize_spu_multiarch): Use
625 complete_target_initialization.
626
627 2013-08-05 Tom Tromey <tromey@redhat.com>
628
629 * ada-exp.y (write_var_or_type): Use bound_minimal_symbol.
630 * ada-lang.c (ada_lookup_simple_minsym): Return
631 bound_minimal_symbol.
632 * ada-lang.h (ada_lookup_simple_minsym): Update.
633 * c-exp.y (variable): Use lookup_bound_minimal_symbol.
634 * f-exp.y (variable): Use lookup_bound_minimal_symbol.
635 * go-exp.y (variable): Use lookup_bound_minimal_symbol.
636 * jv-exp.y (push_expression_name): Use lookup_bound_minimal_symbol.
637 * m2-exp.y (variable): Use lookup_bound_minimal_symbol.
638 * minsyms.c (msymbol_objfile): Remove.
639 (lookup_minimal_symbol_internal): New function, from
640 lookup_minimal_symbol.
641 (lookup_minimal_symbol): Rewrite using
642 lookup_minimal_symbol_internal.
643 (lookup_bound_minimal_symbol): New function.
644 * minsyms.h (msymbol_objfile): Remove.
645 (lookup_bound_minimal_symbol): Declare.
646 * p-exp.y (variable): Use lookup_bound_minimal_symbol.
647 * parse.c (write_exp_msymbol): Change parameter to a
648 bound_minimal_symbol.
649 (write_dollar_variable): Use lookup_bound_minimal_symbol.
650 * parser-defs.h (write_exp_msymbol): Update.
651 * printcmd.c (address_info): Use lookup_bound_minimal_symbol.
652 * symfile.c (simple_read_overlay_table): Use
653 lookup_bound_minimal_symbol.
654 * symtab.c (skip_prologue_sal): Don't use msymbol_objfile.
655 (search_symbols): Likewise.
656 (print_msymbol_info): Take a bound_minimal_symbol argument.
657 (symtab_symbol_info, rbreak_command): Update.
658 * symtab.h (struct symbol_search) <msymbol>: Change type
659 to bound_minimal_symbol.
660 * valops.c (find_function_in_inferior): Use
661 lookup_bound_minimal_symbol.
662 * value.c (value_fn_field): Use lookup_bound_minimal_symbol.
663
664 2013-08-05 Jan Kratochvil <jan.kratochvil@redhat.com>
665
666 Code cleanup.
667 * remote.c (cleanup_sigint_signal_handler): Rename the declaration
668 to ...
669 (async_cleanup_sigint_signal_handler): ... this.
670 (initialize_sigint_signal_handler): Remove declaration.
671 (handle_remote_sigint): Rename the declaration to ...
672 (async_handle_remote_sigint): ... this.
673 (handle_remote_sigint_twice): Rename the declaration to ...
674 (async_handle_remote_sigint_twice): ... this.
675 (async_remote_interrupt, async_remote_interrupt_twice)
676 (remote_interrupt): Remove the declarations.
677 (remote_interrupt_twice): Rename the declaration ...
678 (sync_remote_interrupt_twice): ... this.
679 (sigint_remote_twice_token): Rename the variable to ...
680 (async_sigint_remote_twice_token): ... this.
681 (sigint_remote_token): Rename the variable to ...
682 (async_sigint_remote_token): ... this.
683 (initialize_sigint_signal_handler): Rename the function to ...
684 (async_initialize_sigint_signal_handler): ... this. Update the name
685 inside.
686 (handle_remote_sigint): Rename the function to ...
687 (async_handle_remote_sigint): ... this. Update the names inside.
688 (handle_remote_sigint_twice): Rename the function to ...
689 (async_handle_remote_sigint_twice): ... this. Update the names inside.
690 (cleanup_sigint_signal_handler): Rename the function to ...
691 (async_cleanup_sigint_signal_handler): ... this.
692 (remote_interrupt): Rename the function to ...
693 (sync_remote_interrupt): this. Update the names inside.
694 (remote_interrupt_twice): Rename the function to ...
695 (sync_remote_interrupt_twice): this. Update the names inside.
696 (remote_terminal_inferior, remote_terminal_ours, remote_wait_as)
697 (_initialize_remote): Update the names inside.
698
699 2013-08-02 Tom Tromey <tromey@redhat.com>
700
701 PR symtab/15719:
702 * breakpoint.c (update_watchpoint, watchpoint_check)
703 (watch_command_1): Update.
704 * eval.c (fetch_subexp_value): Add "preserve_errors"
705 parameter.
706 * ppc-linux-nat.c (check_condition): Update.
707 * value.h (fetch_subexp_value): Update.
708
709 2013-08-02 Andrew Burgess <aburgess@broadcom.com>
710
711 * mi/mi-interp.c (mi_interpreter_resume): Remove call to
712 add_file_handler.
713
714 2013-08-01 Doug Evans <dje@google.com>
715
716 PR symtab/15691
717 * dwarf2read.c (struct dwarf2_per_cu_data): New member tu_read.
718 (fill_in_sig_entry_from_dwo_entry): Reorganize asserts.
719 Add assert of sig_entry->dwo_unit == NULL.
720 (lookup_dwo_signatured_type): Don't assign TU to a DWO if the TU
721 had already been read.
722 (read_signatured_type): Set per_cu.tu_read.
723
724 PR symtab/15695
725 * valops.c (value_struct_elt): Add missing call to check_typedef.
726 (value_find_oload_method_list): Ditto.
727
728 * symtab.c (do_free_search_symbols_cleanup): Change arg to,
729 effectively, struct symbol_search **.
730 (make_cleanup_free_search_symbols): Change arg to struct
731 symbol_search **. All callers updated.
732 (compare_search_syms): Compare symtab file name and block as well.
733 (search_symbols_equal): New function.
734 (sort_search_symbols_remove_dups): Renamed from sort_search_symbols.
735 New args new_head, new_tail. Result is now void. Remove dups after
736 sorting the symbols.
737 (search_symbols): Sort all found symbols once, after all have been
738 found, and remove duplicates. Simplify cleanup tracking of result.
739 * symtab.h (make_cleanup_free_search_symbols): Update prototype.
740
741 Further workarounds for binutils/15021.
742 * dwarf2read.c (recursively_compute_inclusions): Change type of result
743 parameter to VEC (symtab_ptr) **. New parameter all_type_symtabs.
744 Watch for duplicate symtabs coming from type units.
745 (compute_symtab_includes): Update call to
746 recursively_compute_inclusions. Build vector of included symtabs
747 instead of per_cus.
748 * symtab.h (symtab_ptr): New typedef.
749 (DEF_VEC_P (symtab_ptr)): New VEC type.
750 * linespec.c (symtab_p): Delete. All uses updated to use symtab_ptr
751 instead.
752
753 2013-08-01 Andrew Burgess <aburgess@broadcom.com>
754
755 * cli/cli-script.c (script_from_file): Remove use of
756 error_pre_print.
757 * main.c (captured_main): Remove use of error_pre_print and
758 quit_pre_print.
759 * utils.c (error_pre_print, quit_pre_print): Remove.
760 * utils.h (error_pre_print, quit_pre_print): Likewise.
761
762 2013-08-01 Yao Qi <yao@codesourcery.com>
763
764 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Parse argv
765 with mi_getopt.
766 (mi_cmd_stack_list_variables): Likewise.
767
768 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
769
770 * exceptions.c (deprecated_throw_reason): Remove.
771 * exceptions.h (deprecated_throw_reason): Remove.
772
773 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
774
775 * remote-mips.c (mips_error): Replace use of
776 deprecated_throw_reason with throw_verror. Use the error message
777 passed to mips_error as the error message for throw_verror.
778
779 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
780
781 * monitor.c (monitor_interrupt_query): Replace use of
782 deprecated_throw_reason with quit.
783 * nto-procfs.c (interrupt_query): Likewise.
784 * remote-fileio.c (remote_fileio_sig_exit): Likewise.
785 * remote-mips.c (mips_kill): Likewise.
786 * remote.c (interrupt_query): Likewise.
787
788 2013-07-31 Andrew Burgess <aburgess@broadcom.com>
789
790 * utils.c (internal_verror): Replace use of deprecated_throw_reason
791 with call to fatal.
792
793 2013-07-31 Pedro Alves <pedro@codesourcery.com>
794 Yao Qi <yao@codesourcery.com>
795
796 * tracepoint.c (trace_dump_command): Select the current frame.
797
798 2013-07-30 Doug Evans <dje@google.com>
799
800 * dwarf2read.c (process_queue): Add type signature to debug output.
801
802 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
803
804 * value.c (value_fetch_lazy): Mark optimized out values as such
805 rather than raising an error.
806
807 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
808
809 * value.c (value_fetch_lazy): Ensure parent value is not lazy
810 before checking which bits of the parent, not the child, value are
811 valid.
812
813 2013-07-30 Muhammad Bilal <mbilal@codesorcery.com>
814
815 PR gdb/15715
816 * top.c: Include "filenames.h".
817 (set_history_filename): New function.
818 (init_main): Install it as set hook of the "set history filename"
819 command.
820
821 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
822
823 * dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
824 attribute parameter.
825 (dwarf2_const_value_data): Constify struct attribute parameter.
826 (dwarf2_const_value): Constify struct attribute parameter.
827 (dwarf2_const_value_attr): Constify struct attribute parameter.
828 (lookup_die_type): Constify struct attribute parameter.
829 (dwarf2_get_attr_constant_value): Constify struct attribute parameter.
830 (follow_die_ref_or_sig): Constify struct attribute parameter.
831 (follow_die_ref): Constify struct attribute parameter.
832 (follow_die_sig): Constify struct attribute parameter.
833 (get_DW_AT_signature_type): Constify struct attribute parameter.
834 (get_type_unit_group): Constify struct attribute parameter.
835 (fill_in_loclist_baton): Constify struct attribute parameter.
836 (dwarf2_symbol_mark_computed): Constify struct attribute parameter.
837 (type_unit_group): Constify struct attribute parameter.
838
839 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
840
841 * dwarf2read.c (attr_form_is_block): Make argument const.
842 (attr_form_is_section_offset): Make argument const.
843 (attr_form_is_constant): Make argument const.
844 (attr_form_is_ref): Make argument const.
845
846 2013-07-30 Sanimir Agovic <sanimir.agovic@intel.com>
847
848 * dwarf2read.c (attr_is_ref): Rename to attr_form_is_ref.
849 All uses updated.
850 (attr_form_is_ref): Moved below attr_form_is_constant.
851
852 2013-07-29 Doug Evans <dje@google.com>
853
854 * main.c (captured_command_loop): Tweak comment.
855
856 * target.c (target_async_permitted_1): Fix comment.
857
858 * symtab.c (iterate_over_some_symtabs): Add comment.
859
860 * symtab.c (iterate_over_some_symtabs): Fix indentation.
861
862 2013-07-27 Yao Qi <yao@codesourcery.com>
863
864 * NEWS: Mention that GDBserver now supports hardware
865 watchpoints on the MIPS GNU/Linux target.
866
867 2013-07-27 Yao Qi <yao@codesourcery.com>
868
869 * Makefile.in (HFILES_NO_SRCDIR): Add
870 common/mips-linux-watch.h.
871 (mips-linux-watch.o): New rule.
872 * common/mips-linux-watch.c: New.
873 * common/mips-linux-watch.h: New.
874 * config/mips/linux.mh (NATDEPFILES): Add mips-linux-watch.o
875 * mips-linux-nat.c: Include mips-linux-watch.h.
876 (W_BIT, R_BIT, I_BIT, W_MASK, R_MASK, I_MASK, IRW_MASK): Move
877 to common/mips-linux-watch.h.
878 (MAX_DEBUG_REGISTER): Likewise.
879 (enum pt_watch_style): Likewise.
880 (struct mips32_watch_regs): Likewise.
881 (struct mips64_watch_regs): Likewise.
882 (struct pt_watch_regs): Likewise.
883 (struct mips_watchpoint): Likewise.
884 (mips_linux_watch_get_irw_mask): Move to
885 common/mips-linux-watch.c.
886 (get_reg_mask, mips_linux_watch_get_num_valid): Likewise.
887 (mips_linux_watch_get_watchlo): Likewise.
888 (mips_linux_watch_set_watchlo): Likewise.
889 (mips_linux_watch_get_watchhi): Likewise.
890 (mips_linux_watch_set_watchhi): Likewise.
891 (mips_linux_read_watch_registers): Likewise.
892 (mips_linux_watch_type_to_irw): Likewise.
893 (mips_linux_stopped_data_address, fill_mask): Likewise.
894 (mips_linux_watch_try_one_watch): Likewise.
895 (mips_linux_watch_populate_regs): Likewise.
896
897 2013-07-27 Yao Qi <yao@codesourcery.com>
898
899 * mips-linux-nat.c (get_irw_mask): Rename to ...
900 (mips_linux_watch_get_irw_mask): ... this. Rename parameter
901 'set' to 'n'. Update function comment. All callers changed.
902 (get_reg_mask): Rename parameter 'set' to 'n'. Update
903 function comment. All callers changed.
904 (get_num_valid): Rename to ...
905 (mips_linux_watch_get_num_valid): ... this. Rename parameter
906 'set' to 'n'. Update function comment. All callers changed.
907 (get_watchlo): Rename to ...
908 (mips_linux_watch_get_watchlo): ... this. Rename parameter
909 'set' to 'n'. Update function comment. All callers changed.
910 (set_watchlo): Rename to ...
911 (mips_linux_watch_set_watchlo): ... this. Rename parameter
912 'set' to 'n'. Update function comment. All callers changed.
913 (get_watchhi): Rename to ...
914 (mips_linux_watch_get_watchhi): ... this. Update function
915 comment. All callers changed.
916 (set_watchhi): Rename to ...
917 (mips_linux_watch_set_watchhi): ... this. Update function
918 comment. All callers changed.
919 (mips_linux_read_watch_registers): Update function comment.
920 Add new parameters 'lwpid', 'watch_readback', and
921 'watch_readback_valid'. Update.
922 (type_to_irw): Rename to ...
923 (mips_linux_watch_type_to_irw): ... this. Update function
924 comment. All callers changed.
925 (fill_mask): Update function comment.
926 (try_one_watch): Rename to ...
927 (mips_linux_watch_try_one_watch): ... this. Change the type
928 of parameter 'irw' from 'unsigned' to 'uint32_t'.
929 (populate_regs_from_watches): Rename to ...
930 (mips_linux_watch_populate_regs): ... this. Add parameter
931 'current_watches'. All callers changed.
932
933 2013-07-27 Yao Qi <yao@codesourcery.com>
934
935 * mips-linux-nat.c (MAX_DEBUG_REGISTER): Move it earlier in
936 the code.
937 (PTRACE_SET_WATCH_REGS, enum pt_watch_style): Remove.
938 (struct mips32_watch_regs, struct mips64_watch_regs): Remove.
939 (struct pt_watch_regs): Likewise.
940 [!PTRACE_GET_WATCH_REGS] (PTRACE_SET_WATCH_REGS): New macro.
941 [!PTRACE_GET_WATCH_REGS] (enum pt_watch_style): New.
942 [!PTRACE_GET_WATCH_REGS] (struct mips32_watch_regs): New.
943 [!PTRACE_GET_WATCH_REGS] (struct mips64_watch_regs): New.
944 [!PTRACE_GET_WATCH_REGS] (struct pt_watch_regs): New.
945
946 2013-07-27 Yao Qi <yao@codesourcery.com>
947
948 * breakpoint.h: Include break-common.h.
949 (enum target_hw_bp_type): Move to ...
950 * common/break-common.h: ... here. New.
951
952 2013-07-26 Cyril Nikolaev <cyril@nichtverstehen.de>
953
954 * inflow.c (terminal_init_inferior_with_pgrp): Save inferior
955 process group regardless of having tty on stdin.
956
957 2013-07-25 Doug Evans <dje@google.com>
958
959 * linux-fork.h (detach_fork): Delete.
960
961 2013-07-25 Tom Tromey <tromey@redhat.com>
962
963 PR remote/15256, PR remote/15266:
964 * bfd-target.c (target_bfd_reopen): Initialize to_magic.
965 * monitor.c (monitor_detach): Use unpush_target.
966 * remote-m32r-sdi.c (m32r_detach): Use unpush_target.
967 * remote-mips.c (mips_detach): Use unpush_target. Don't
968 call mips_close.
969 * remote-sim.c (gdbsim_detach): Use unpush_target.
970 * target.c (pop_target): Remove.
971 (pop_all_targets_above): Don't call target_close.
972 (target_close): Assert that the target is unpushed.
973 * target.h (pop_target): Don't declare.
974 * tracepoint.c (tfile_open): Use unpush_target.
975
976 2013-07-25 Tom Tromey <tromey@redhat.com>
977
978 * linux-thread-db.c (init_thread_db_ops): Call
979 complete_target_initialization.
980 (_initialize_thread_db): Don't call add_target.
981 * target.c (complete_target_initialization): New function.
982 (add_target_with_completer): Call it.
983 * target.h (complete_target_initialization): Declare.
984
985 2013-07-25 Mark Kettenis <kettenis@gnu.org>
986
987 * hppa-tdep.h (enum hppa_regnum): Add members for all space registers.
988 * hppaobsd-tdep.c (HPPAOBSD_SIZEOF_GREGS): Add comment.
989 (HPPANBSD_SIZEOF_GREGS): New define.
990 (hppaobsd_supply_gregset): Handle additional registers.
991 * hppabsd-nat.c (hppabsd_gregset_supplies_p): Adjust to indicate
992 we provide more registers now.
993 (hppabsd_supply_gregset): Supply additional registers.
994 (hppabsd_collect_gregset): Collect additional registers.
995
996 2013-07-25 Mark Kettenis <kettenis@gnu.org>
997
998 * hppabsd-tdep.c: Include "dwarf2-frame.h".
999 (hppabsd_dwarf2_frame_init_reg): New function.
1000 (hppabsd_init_abi): Hook in the DWARF CFI frame unwinder.
1001
1002 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1003
1004 * mi/mi-main.c (output_register): Make MI 'r' format use standard
1005 'z' format code. Remove error for optimized out values, standard
1006 code will handle these fine.
1007
1008 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1009
1010 * NEWS: Mention new 'z' formatter.
1011 * printcmd.c (print_scalar_formatted): Add new 'z' formatter.
1012 (_initialize_printcmd): Mention 'z' formatter in help text of the
1013 'x' command.
1014
1015 2013-07-24 Maciej W. Rozycki <macro@codesourcery.com>
1016
1017 * mips-tdep.c (micromips_deal_with_atomic_sequence): Correct
1018 formatting.
1019
1020 2013-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
1021
1022 * breakpoint.c (create_longjmp_master_breakpoint): Check if probe
1023 interface can evaluate arguments. Fallback to the old mode if it
1024 cannot.
1025 (create_exception_master_breakpoint): Likewise.
1026 * elfread.c (elf_can_evaluate_probe_arguments): New function.
1027 (struct sym_probe_fns elf_probe_fns): Export function above to the
1028 probe interface.
1029 * probe.c (can_evaluate_probe_arguments): New function.
1030 * probe.h (struct probe_ops) <can_evaluate_probe_arguments>: New
1031 function pointer.
1032 (can_evaluate_probe_arguments): New function prototype.
1033 * solib-svr4.c (svr4_create_solib_event_breakpoints): Check if
1034 probe interface can evaluate arguments. Fallback to the old mode
1035 if it cannot.
1036 * stap-probe.c (stap_get_probe_argument_count): Check if probe
1037 interface can evaluate arguments. Warning the user if it cannot.
1038 (stap_can_evaluate_probe_arguments): New function.
1039 (struct probe_ops stap_probe_ops): Export function above to the
1040 probe interface.
1041 * symfile.h (struct sym_probe_fns) <can_evaluate_probe_arguments>:
1042 New function pointer.
1043
1044 2013-07-24 Luis Machado <lgustavo@codesourcery.com>
1045
1046 * Makefile.in (SFILES): Add common/target-common.c.
1047 Add common/target-common.h to headers.
1048 (COMMON_OBS): Add target-common.o.
1049 (target-common.o): New target.
1050 * linux-nat.h (resume_kind): Move to common/target-common.h.
1051 * target.c (target_waitstatus_to_string): Move to
1052 common/target-common.c.
1053 * target.h: Include target-common.h.
1054 (target_waitkind): Move to common/target-common.h.
1055 (target_waitstatus): Likewise.
1056 (TARGET_WNOHANG): Likewise.
1057 * common/target-common.c: New file.
1058 * common/target-common.h: New file.
1059
1060 2013-07-24 Doug Evans <dje@google.com>
1061
1062 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint to
1063 a warning.
1064
1065 2013-07-23 Yao Qi <yao@codesourcery.com>
1066
1067 * i386-tdep.c (i386_in_stack_tramp_p): Remove unused
1068 parameter 'gdbarch'.
1069 (i386_stack_tramp_frame_sniffer): Caller update.
1070 * i386-linux-tdep.c (i386_linux_core_read_xcr0): Remove
1071 parameter 'gdbarch' and 'target'.
1072 (i386_linux_core_read_description): Caller update.
1073 * amd64-linux-tdep.c (amd64_linux_core_read_description):
1074 Likewise.
1075 * i386-linux-tdep.h (i386_linux_core_read_xcr0): Update
1076 declaration.
1077
1078 2013-07-23 Tom Tromey <tromey@redhat.com>
1079
1080 * dwarf2read.c (init_cutu_and_read_dies): Revert patch from
1081 2013-07-22.
1082
1083 2013-07-22 Doug Evans <dje@google.com>
1084
1085 * exec.h (remove_target_sections): Delete arg abfd.
1086 * exec.c (exec_close): Update call to remove_target_sections.
1087 (remove_target_sections): Delete arg abfd.
1088 * solib.c (update_solib_list): Ditto.
1089 (reload_shared_libraries_1): Ditto.
1090 (clear_solib): Ditto, and unconditionally call remove_target_sections.
1091 * target.h (struct target_section): Rename key to owner.
1092 All uses updated.
1093
1094 2013-07-22 Tom Tromey <tromey@redhat.com>
1095
1096 * solib-som.c (som_open_symbol_file_object): Call do_cleanups.
1097
1098 2013-07-22 Tom Tromey <tromey@redhat.com>
1099
1100 * dwarf2read.c (init_cutu_and_read_dies): Remove 'free_cu_cleanup'.
1101 Simplify cleanup handling.
1102
1103 2013-07-22 Tom Tromey <tromey@redhat.com>
1104
1105 * dwarf2read.c (dwarf_decode_line_header): Call do_cleanups
1106 on all return paths.
1107
1108 2013-07-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1109
1110 * ppc-linux-nat.c (PPC_DEBUG_FEATURE_DATA_BP_DAWR): New define.
1111 (ppc_linux_region_ok_for_hw_watchpoint): Add checking to use the new
1112 DAWR interface for longer ranges hardware watchpoint (up to 512 bytes).
1113
1114 2013-07-22 Phil Muldoon <pmuldoon@redhat.com>
1115
1116 * top.c (print_gdb_version): Add help, apropos description and
1117 url to online documentation.
1118
1119 2013-07-19 Hui Zhu <hui@codesourcery.com>
1120
1121 PR gdb/15692
1122 * mi/mi-cmd-break.c (mi_argv_to_format): Handle double quotes.
1123
1124 2013-07-19 Yao Qi <yao@codesourcery.com>
1125
1126 * target.c (update_current_target): Change the default action
1127 of 'to_traceframe_info' from tcomplain to return_zero.
1128 * target.h (struct target_ops) <to_traceframe_info>: Add more
1129 comments.
1130 * valops.c (read_value_memory): Call
1131 traceframe_available_memory unconditionally.
1132
1133 2013-07-18 Yao Qi <yao@codesourcery.com>
1134
1135 * coffread.c (coff_symfile_read): Iterate over minimal symbols,
1136 if the name is prefixed by "__imp_" or "_imp_", look for minimal
1137 symbol without prefix. If found, set its type to
1138 'mst_solib_trampoline'.
1139
1140 2013-07-17 Doug Evans <dje@google.com>
1141
1142 * NEWS: Mention "set print raw frame-arguments".
1143 * gdbcmd.h (setprintrawlist, showprintrawlist): Declare.
1144 * stack.c (print_raw_frame_arguments): New static global.
1145 (print_frame_arg): Set opts.raw from print_raw_frame_arguments.
1146 (_initialize_stack): New command "set/show print raw frame-arguments".
1147 * valprint.c (setprintrawlist, showprintrawlist): New globals.
1148 (set_print_raw, show_print_raw): New functions.
1149 (_initialize_valprint): New prefix command "set/show print raw".
1150 * valprint.h (value_print_options): Improve comments.
1151
1152 * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization
1153 of all *list variables.
1154
1155 * gdbcmd.h (togglelist): Delete.
1156 * cli/cli-cmds.c (togglelist): Delete.
1157 (init_cmd_lists): Update.
1158 * cli/cli-cmds.h (togglelist): Delete.
1159
1160 2013-07-17 Tom Tromey <tromey@redhat.com>
1161
1162 * dwarf2read.c (dwarf2_per_objfile_free): Clear
1163 dwarf2_per_objfile.
1164
1165 2013-07-16 Doug Evans <dje@google.com>
1166
1167 * nto-tdep.c (nto_relocate_section_addresses): Update,
1168 target_section.bfd deleted.
1169 * ppc64-tdep.c (ppc64_convert_from_func_ptr_addr): Ditto.
1170 * s390-tdep.c (s390_load): Ditto.
1171 * solib-aix.c (solib_aix_relocate_section_addresses): Ditto.
1172
1173 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
1174
1175 * common/format.c (parse_format_string): Add checks for NULL
1176 character before calling strchr.
1177
1178 2013-07-16 Doug Evans <dje@google.com>
1179
1180 * solist.h (target_so_ops.find_and_open_solib): Clarify usage of
1181 temp_pathname argument.
1182 * nto-tdep.c (nto_find_and_open_solib): Fix setting of temp_pathname
1183 when opening the file fails.
1184
1185 * target.h (struct target_section): Delete member bfd.
1186 All users updated to use the_bfd_section->owner instead.
1187 * exec.c (add_to_section_table): Assert bfd is expected value.
1188 Remove initialization of target_section.bfd.
1189 (remove_target_sections): Update.
1190 (section_table_available_memory): Update.
1191 (section_table_xfer_memory_partial): Update.
1192 (print_section_info): Update.
1193 (exec_set_section_address): Update.
1194 * record-full.c (record_full_core_xfer_partial): Update.
1195 * solib-svr4.c (svr4_relocate_section_addresses): Update.
1196 * solib-target.c (solib_target_relocate_section_addresses): Update.
1197 * symfile.c (build_section_addr_info_from_section_table): Update.
1198 * target.c (memory_xfer_live_readonly_partial): Update.
1199 (memory_xfer_partial_1): Update.
1200
1201 2013-07-15 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1202
1203 * ppc-linux-nat.c: Since the new PowerPC specific ptrace interface is
1204 now available for embedded (BookE) and server (BookS) processors,
1205 correct mentions of 'booke' and adjust comments accordingly in order to
1206 avoid confusion. Rename struct 'booke_debug_info' to 'hwdebug_info'.
1207 (have_ptrace_booke_interface): Rename function and variable
1208 'have_ptrace_booke_interface' to 'have_ptrace_hwdebug_interface'.
1209 Rename struct 'booke_debug_info' to 'hwdebug_info'. Update all uses.
1210 (booke_cmp_hw_point): Rename function 'booke_cmp_hw_point' to
1211 'hwdebug_point_cmp'. Update all uses.
1212 (booke_find_thread_points_by_tid): Rename function
1213 'booke_find_thread_points_by_tid' to
1214 'hwdebug_find_thread_points_by_tid'. Update all uses.
1215 (booke_insert_point): Rename function 'booke_insert_point' to
1216 'hwdebug_insert_point'. Update all uses.
1217 (booke_remove_point): Rename function 'booke_remove_point' to
1218 'hwdebug_remove_point'. Update all uses.
1219
1220 2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
1221
1222 * mips-tdep.c (mips_gdbarch_init): Replace hardcoded magic
1223 numbers with enum values.
1224
1225 2013-07-15 Ali Anwar <ali_anwar@codesourcery.com>
1226
1227 PR threads/13217
1228 * thread.c (thread_apply_all_command): Check for valid threads
1229 and thread count.
1230 (thread_array_cleanup): New struct.
1231 (set_thread_refcount): New function.
1232
1233 2013-07-11 Andrew Burgess <aburgess@broadcom.com>
1234
1235 * infcmd.c (default_print_one_register_info): Reuse function
1236 print_hex_chars.
1237
1238 2013-07-10 Tom Tromey <tromey@redhat.com>
1239
1240 * Makefile.in (GDB_WARN_CFLAGS_NO_DEFS, ADA_EXP_C): New macros.
1241 (ada-exp.o): New target.
1242
1243 2013-07-10 Sergio Durigan Junior <sergiodj@redhat.com>
1244
1245 * mt-tdep.c (mt_registers_info): Call
1246 get_no_prettyformat_print_options instead of
1247 get_raw_print_options (regression by last patch from Doug
1248 Evans).
1249
1250 2013-07-09 Pedro Alves <palves@redhat.com>
1251
1252 Checked in by Joel Brobecker <brobecker@adacore.com>.
1253 * ada-lang.c (coerce_unspec_val_to_type): Use
1254 value_optimized_out_const.
1255 * value.c (value_optimized_out_const): New function.
1256 * value.h (value_optimized_out_const): New declaration.
1257
1258 2013-07-09 Doug Evans <dje@google.com>
1259
1260 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.
1261 Enum values rename as well. All uses updated.
1262 * valprint.h (value_print_options): Rename member pretty to
1263 pretty format. Rename member prettyprint_arrays to
1264 prettyformat_arrays. Rename member prettyprint_structs to
1265 prettyformat_structs. All uses updated.
1266 (get_no_prettyformat_print_options): Renamed from
1267 get_raw_print_options.
1268 * valprint.c (get_no_prettyformat_print_options): Renamed from
1269 get_raw_print_options. All callers updated.
1270 (show_prettyformat_structs): Renamed from show_prettyprint_structs.
1271 All callers updated.
1272 (show_prettyformat_arrays): Renamed from show_prettyprint_arrays.
1273 All callers updated.
1274 (_initialize_valprint): Improve help text for "set print pretty" and
1275 "set print arrays".
1276
1277 2013-07-09 Andrew Burgess <aburgess@broadcom.com>
1278
1279 * value.c (value_bits_valid): Revert previous change, and change
1280 by Pedro on 2013-07-04, due to regressions in
1281 gdb.dwarf2/implptr.exp and gdb.dwarf2/pieces.exp.
1282
1283 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
1284 Pedro Alves <palves@redhat.com>
1285
1286 * value.c (value_bits_valid): If the value is not lval_computed
1287 or has no check validity handler then the answer is the
1288 optimized_out flag, otherwise defer to the handler.
1289
1290 2013-07-06 Eli Zaretskii <eliz@gnu.org>
1291
1292 * top.c (print_gdb_configuration): Explain in output of
1293 --configuration what does "relocatable" mean.
1294
1295 * main.c (print_gdb_help): Regroup options in the --help text.
1296 See http://sourceware.org/ml/gdb-patches/2013-04/msg00362.html for
1297 the relevant discussions.
1298
1299 2013-07-06 Yao Qi <yao@codesourcery.com>
1300
1301 * breakpoint.h (struct breakpoint_ops) <create_breakpoints_sal>:
1302 Remove parameter 'lsal'.
1303 * breakpoint.c (create_breakpoint): Move local variable 'lsal'
1304 to inner block. Caller update.
1305 (base_breakpoint_create_breakpoints_sal): Update.
1306 (bkpt_create_breakpoints_sal): Likewise.
1307 (tracepoint_create_breakpoints_sal): Likewise.
1308 (strace_marker_create_breakpoints_sal): Get 'lsal' from the
1309 element 0 of vector 'canonical->sals'.
1310
1311 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
1312
1313 * rs6000-tdep.c (rs6000_stab_reg_to_regnum): Return the real
1314 register number instead of the pseudo register one.
1315 (rs6000_dwarf2_reg_to_regnum): Likewise.
1316
1317 2013-07-04 Pedro Alves <palves@redhat.com>
1318
1319 * findvar.c (value_of_register): Use allocate_optimized_out_value
1320 if the register has been optimized out, instead of
1321 set_value_optimized_out.
1322 * frame-unwind.c (frame_unwind_got_optimized): Use
1323 allocate_optimized_out_value.
1324
1325 2013-07-04 Pedro Alves <palves@redhat.com>
1326
1327 * value.c (value_bits_valid): If the value is not lval_computed,
1328 or doesn't have a check_validity hook, assume the value is entirely
1329 valid.
1330
1331 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
1332
1333 * stack.c (read_frame_arg): No longer fetch lazy values.
1334 * value.c (value_optimized_out): If the value is not already
1335 marked optimized out, and is lazy then fetch it.
1336 (value_primitive_field): Move optimized out check to later in the
1337 function, after we have loaded any lazy values.
1338 (value_fetch_lazy): Use optimized out flag directly rather than
1339 calling optimized_out method.
1340
1341 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
1342
1343 * valops.c: Don't include "user-regs.h".
1344 (value_fetch_lazy): Moved to value.c.
1345 * value.c: Include "user-regs.h".
1346 (value_fetch_lazy): Moved from valops.c.
1347
1348 2013-07-04 Yao Qi <yao@codesourcery.com>
1349
1350 Revert:
1351 2013-06-27 Yao Qi <yao@codesourcery.com>
1352
1353 * common/create-version.sh: Update comments. Handle the case
1354 that TARGET_ALIAS is empty.
1355
1356 2013-07-03 Pedro Alves <palves@redhat.com>
1357
1358 * Makefile.in (config.status): Depend on development.sh.
1359 (aclocal_m4_deps): Add libmcheck.m4.
1360 * acinclude.m4: Include libmcheck.m4.
1361 * configure.ac: Source development.sh instead of setting
1362 'development' here. --enable-libmcheck/--disable-libmcheck code
1363 factored out to GDB_AC_LIBMCHECK. Run it.
1364 * development.sh: New file.
1365 * libmcheck.m4: New file.
1366 * configure: Regenerate.
1367
1368 2013-07-02 Tom Tromey <tromey@redhat.com>
1369
1370 * contrib/ari/update-web-ari.sh: Update for version.in change.
1371
1372 2013-07-02 Tom Tromey <tromey@redhat.com>
1373
1374 * common/ptid.h: Comment fixes.
1375
1376 2013-07-01 Tom Tromey <tromey@redhat.com>
1377
1378 * dwarf2read.c (dwarf2_get_dwz_file): Return NULL if
1379 .gnu_debugaltlink not found. Use bfd_get_alt_debug_link_info.
1380 (dwarf2_read_index, create_all_comp_units): Update.
1381
1382 2013-07-01 Tom Tromey <tromey@redhat.com>
1383
1384 * configure.ac (build_warnings): Add -Wold-style-definition.
1385 * configure: Rebuild.
1386 * machoread.c (_initialize_machoread): Use "(void)".
1387 * macrocmd.c (macro_inform_no_debuginfo): Fix formatting;
1388 use "(void)".
1389
1390 2013-07-01 Tom Tromey <tromey@redhat.com>
1391
1392 * configure.ac (build_warnings): Add -Wold-style-declaration.
1393 * configure: Rebuild.
1394 * dsrec.c (make_srec): Use "static const", not "const static".
1395 * h8300-tdep.c (h8300_breakpoint_from_pc): Use "static const",
1396 not "const static".
1397 * mi/mi-parse.c (mi_no_values, mi_simple_values, mi_all_values):
1398 Use "static const", not "const static".
1399 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Use "static const",
1400 not "const static".
1401 * moxie-tdep.c (moxie_breakpoint_from_pc): Use "static const",
1402 not "const static".
1403 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Use "static const",
1404 not "const static".
1405 * v850-tdep.c (v850_breakpoint_from_pc): Use "static const",
1406 not "const static".
1407 (v850_dbtrap_breakpoint_from_pc): Likewise.
1408 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Use "static const",
1409 not "const static".
1410
1411 2013-07-01 Tom Tromey <tromey@redhat.com>
1412
1413 * configure.ac (build_warnings): Add -Wmissing-parameter-type.
1414 * configure: Rebuild.
1415
1416 2013-07-01 Pedro Alves <palves@redhat.com>
1417
1418 * defs.h: Include "pathmax.h".
1419 * utils.c: Don't include sys/param.h.
1420 (gdb_realpath): Remove code that checks for MAXPATHLEN.
1421 * solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
1422 instead of MAXPATHLEN.
1423 * solib-sunos.c: Don't include sys/param.h.
1424 * xcoffread.c: Don't include sys/param.h.
1425 * bsd-kvm.c: Don't include sys/param.h.
1426 * darwin-nat.c: Don't include sys/param.h.
1427 (darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
1428 * darwin-nat-info.c: Don't include sys/param.h.
1429 * fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
1430 MAXPATHLEN.
1431 * i386obsd-nat.c: Don't include sys/param.h.
1432 * inf-child.c: Don't include sys/param.h.
1433 (inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
1434 * linux-fork.c: Don't include sys/param.h.
1435 (fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
1436 * linux-nat.c: Don't include sys/param.h.
1437 (linux_child_pid_to_exec_file, linux_proc_pending_signals)
1438 (linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
1439 * m68klinux-nat.c: Don't include sys/param.h.
1440 * nbsd-nat.c: Don't include sys/param.h.
1441 (nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
1442 * ppc-linux-nat.c: Don't include sys/param.h.
1443 * rs6000-nat.c: Don't include sys/param.h.
1444 * spu-linux-nat.c. Don't include sys/param.h.
1445 * windows-nat.c: Don't include sys/param.h.
1446 * xtensa-linux-nat.c: Don't include sys/param.h.
1447 * config/i386/nm-fbsd.h: Don't include sys/param.h.
1448
1449 2013-07-01 Pedro Alves <palves@redhat.com>
1450
1451 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
1452 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
1453 * gnulib/aclocal.m4: Regenerate.
1454 * gnulib/config.in: Regenerate.
1455 * gnulib/configure: Regenerate.
1456 * gnulib/import/pathmax.h: New file.
1457 * gnulib/import/Makefile.am: Regenerate.
1458 * gnulib/import/Makefile.in: Regenerate.
1459 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
1460 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
1461 * gnulib/import/m4/pathmax.m4: New file.
1462
1463 2013-07-01 Pedro Alves <palves@redhat.com>
1464
1465 * configure.ac (GDBINIT): Define, depending on host.
1466 * go32-nat.c (init_go32_ops): Don't override gdbinit here.
1467 * top.c (PATH_MAX): Delete fallback definition.
1468 (GDBINIT_FILENAME): Delete.
1469 (gdbinit): Reimplement as const char array set to the GDBINIT
1470 string constant.
1471 * top.h (gdbinit): Make const.
1472 * configure, config.in: Regenerate.
1473
1474 2013-07-01 Pedro Alves <palves@redhat.com>
1475
1476 * cli/cli-cmds.c (source_script): Make 'file' parameter const.
1477 * cli/cli-cmds.h (source_script): Likewise.
1478 * exceptions.c (catch_command_errors_const): New function.
1479 * exceptions.h (catch_command_errors_const): Declare.
1480 * main.c (get_init_files): Make parameters const, and adjust.
1481 (captured_main): Make 'system_gdbinit', 'home_gdbinit' and
1482 'local_gdbinit' locals const. Adjust to use
1483 catch_command_errors_const.
1484 (print_gdb_help): Make 'system_gdbinit', 'home_gdbinit' and
1485 'local_gdbinit' locals const.
1486
1487 2013-07-01 Pedro Alves <palves@redhat.com>
1488
1489 * defs.h: Don't check HAVE_UNISTD_H before including <unistd.h>.
1490 (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Delete.
1491 * tracepoint.c: Don't check HAVE_UNISTD_H before including
1492 <unistd.h>.
1493
1494 2013-07-01 Pedro Alves <palves@redhat.com>
1495
1496 Import the "unistd" gnulib module.
1497 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add "unistd".
1498 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/off_t.m4,
1499 import/m4/ssize_t.m4, import/m4/sys_types_h.m4 and
1500 import/m4/unistd_h.m4.
1501 * gnulib/aclocal.m4: Renenerate.
1502 * gnulib/config.in: Renenerate.
1503 * gnulib/configure: Renenerate.
1504 * gnulib/import/Makefile.am: Renenerate.
1505 * gnulib/import/Makefile.in: Renenerate.
1506 * gnulib/import/m4/gnulib-cache.m4: Renenerate.
1507 * gnulib/import/m4/gnulib-comp.m4: Renenerate.
1508 * gnulib/import/m4/off_t.m4: New file.
1509 * gnulib/import/m4/ssize_t.m4: New file.
1510 * gnulib/import/m4/sys_types_h.m4: New file.
1511 * gnulib/import/m4/unistd_h.m4: New file.
1512 * gnulib/import/sys_types.in.h: New file.
1513 * gnulib/import/unistd.c: New file.
1514 * gnulib/import/unistd.in.h: New file.
1515
1516 2013-07-01 Pedro Alves <palves@redhat.com>
1517
1518 * utils.c <pathconf/_PC_PATH_MAX use>: Check if _PC_PATH_MAX is
1519 defined instead of checking HAVE_UNISTD_H.
1520
1521 2013-07-01 Pedro Alves <palves@redhat.com>
1522
1523 Reimport gnulib from scratch.
1524 * gnulib/Makefile.in (aclocal_m4_deps): Remove reference to
1525 import/m4/onceonly.m4.
1526 * gnulib/aclocal.m4: Renegerate.
1527 * gnulib/config.in: Renegerate.
1528 * gnulib/configure: Renegerate.
1529 * gnulib/import/Makefile.in: Renegerate.
1530 * gnulib/import/extra/update-copyright: Renegerate.
1531 * gnulib/import/m4/onceonly.m4: Delete.
1532
1533 2013-07-01 Pedro Alves <palves@redhat.com>
1534
1535 * tui/tui-regs.c (pagination_enabled): Delete declaration.
1536
1537 2013-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1538
1539 Code cleanup.
1540 * remote.c (async_remote_interrupt_twice): Make it static.
1541 * remote.h (async_remote_interrupt_twice): Remove the declaration.
1542
1543 2013-06-29 Sergio Durigan Junior <sergiodj@redhat.com>
1544
1545 * ia64-linux-tdep.c: Include <ctype.h>.
1546 (ia64_linux_stap_is_single_operand): New function.
1547 (ia64_linux_init_abi): Initialize SystemTap related attributes.
1548
1549 2013-06-28 Tom Tromey <tromey@redhat.com>
1550
1551 * Makefile.in (version.c): Use version.in, not
1552 common/version.in.
1553 * common/create-version.sh: Likewise.
1554 * common/version.in: Move...
1555 * version.in: ...here.
1556
1557 2013-06-28 Pedro Alves <palves@redhat.com>
1558
1559 * infrun.c (set_observer_mode): Don't declare pagination_enabled
1560 here.
1561 * utils.h (pagination_enabled): Declare.
1562
1563 2013-06-28 Pedro Alves <palves@redhat.com>
1564
1565 * infrun.c (non_stop, non_stop_1, set_non_stop, show_non_stop):
1566 Move higher up in file.
1567
1568 2013-06-28 Tom Tromey <tromey@redhat.com>
1569
1570 * tracepoint.c (deprecated_readline_begin_hook)
1571 (deprecated_readline_hook, deprecated_readline_end_hook): Don't
1572 declare.
1573
1574 2013-06-28 Pedro Alves <palves@redhat.com>
1575
1576 PR tui/14880
1577 * tui/tui-regs.c (tui_get_register): Fetch value contents before
1578 checking if they're available.
1579 * value.c (value_available_contents_eq): Change comment.
1580 * value.h (value_available_contents_eq): Expand comment.
1581
1582 2013-06-27 Tom Tromey <tromey@redhat.com>
1583
1584 * target.c (find_run_target): Remove.
1585 * target.h (find_run_target): Remove.
1586
1587 2013-06-27 Tom Tromey <tromey@redhat.com>
1588
1589 * corelow.c (core_gdbarch): Now static.
1590
1591 2013-06-27 Tom Tromey <tromey@redhat.com>
1592
1593 * target.c (target_struct_index): Remove.
1594
1595 2013-06-27 Pedro Alves <palves@redhat.com>
1596
1597 * infrun.c: Remove comment describing the 'stepping over runtime
1598 loader dynamic symbol resolution code' mechanism; moved to
1599 gdbint.texinfo.
1600
1601 2013-06-27 Pedro Alves <palves@redhat.com>
1602
1603 * exceptions.c (catch_command_errors): Remove spurious space.
1604 * exceptions.h (catch_command_errors): Second parameter is "arg",
1605 not "command".
1606
1607 2013-06-27 Yao Qi <yao@codesourcery.com>
1608
1609 * common/create-version.sh: Update comments. Handle the case
1610 that TARGET_ALIAS is empty.
1611
1612 2013-06-26 Pedro Alves <palves@redhat.com>
1613
1614 * infrun.c (SOLIB_IN_DYNAMIC_LINKER): Delete macro and describing
1615 comment.
1616
1617 2013-06-26 Pedro Alves <palves@redhat.com>
1618
1619 * infrun.c: Update comments on stepping over runtime loader
1620 dynamic symbol resolution code.
1621
1622 2013-06-26 Sergio Durigan Junior <sergiodj@redhat.com>
1623
1624 * ax-gdb.h (union exp_element): Forward declare.
1625 * parser-defs.h: Include expression.h.
1626
1627 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
1628
1629 * mips-tdep.c (fetch_mips_16): Use unmake_compact_addr.
1630
1631 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
1632
1633 * tracepoint.c (trace_save): Extend tsave to save starttime, stoptime.
1634
1635 2013-06-26 Dmitry Kozlov <ddk@codesourcery.com>
1636
1637 Fix trace-status to output proper start-time and stop-time.
1638 * tracepoint.c (trace_status_command): Fix type of printf arg to
1639 prevent improper type conversion.
1640 (trace_status_mi): Likewise.
1641
1642 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
1643
1644 * mips-tdep.c (mips_next_pc): Fix a typo.
1645
1646 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
1647
1648 * mips-tdep.c (micromips_scan_prologue): Fix a typo.
1649
1650 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1651 Yao Qi <yao@codesourcery.com>
1652
1653 * mi/mi-cmds.c (mi_cmds): Register -trace-frame-collected.
1654 * mi/mi-cmds.h (mi_cmd_trace_frame_collected): Declare.
1655 * mi/mi-main.c (print_variable_or_computed): New function.
1656 (mi_cmd_trace_frame_collected): New function.
1657 * tracepoint.c (find_trace_state_variable_by_number): New.
1658 (struct traceframe_info): Move to tracepoint.h
1659 (struct collection_list): Likewise.
1660 (do_collect_symbol): Include locals and arguments in the
1661 collected variables list.
1662 (clear_collection_list): Clear wholly collected variables list
1663 and computed variables list.
1664 (append_exp): New function.
1665 (encode_actions_1): Include variables in the wholly
1666 collected variables list. Include memory ranges and
1667 full-fledged expressions in the computed expressions list.
1668 (encode_actions): Move some code to ...
1669 Return the cleanup chain.
1670 (encode_actions_rsp): ... here. New function.
1671 (get_traceframe_location, get_traceframe_info): Remove static.
1672 * tracepoint.h (struct memrange): Moved from tracepoint.c.
1673 (struct collection_list): Moved from tracepoint.c. Add two
1674 new fields 'wholly_collected' and 'computed'.
1675 (find_trace_state_variable_by_number): Declare.
1676 (encode_actions): Adjust declaration.
1677 (encode_actions_rsp): Declare.
1678 (get_traceframe_info, get_traceframe_location): Declare.
1679
1680 * NEWS: Mention new MI command -trace-frame-collected.
1681
1682 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1683 Yao Qi <yao@codesourcery.com>
1684
1685 * ctf.c (ctf_traceframe_info): Push trace state variables
1686 present in the trace data into the traceframe info object.
1687 * breakpoint.c (DEF_VEC_I): Remove.
1688 * common/filestuff.c (DEF_VEC_I): Likewise.
1689 * dwarf2loc.c (DEF_VEC_I): Likewise.
1690 * mi/mi-main.c (DEF_VEC_I): Likewise.
1691 * common/gdb_vecs.h (DEF_VEC_I): Define vector for int.
1692 * features/traceframe-info.dtd: Add tvar element and its
1693 attributes.
1694 * tracepoint.c (free_traceframe_info): Free vector 'tvars'.
1695 (build_traceframe_info): Push trace state variables present in
1696 the trace data into the traceframe info object.
1697 (traceframe_info_start_tvar): New function.
1698 (tvar_attributes): New.
1699 (traceframe_info_children): Add "tvar" element.
1700 * tracepoint.h (struct traceframe_info) <tvars>: New field.
1701
1702 * NEWS: Mention the change in GDB and GDBserver.
1703
1704 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1705 Yao Qi <yao@codesourcery.com>
1706
1707 * tracepoint.c (trace_dump_command): Move code to ...
1708 (get_traceframe_location): ... here. New.
1709
1710 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1711 Yao Qi <yao@codesourcery.com>
1712
1713 * tracepoint.c (trace_dump_command): GDB emits an error
1714 instead of a warning when a traceframe is not selected.
1715
1716 2013-06-26 Pedro Alves <pedro@codesourcery.com>
1717 Yao Qi <yao@codesourcery.com>
1718
1719 * tracepoint.c (tracepoint_list, stepping_list): Remove.
1720 (clear_collection_list): Free fields 'aexpre_list' and 'list'
1721 in collection_list.
1722 (do_clear_collection_list, init_collection_list): New.
1723 (encode_actions): Add local variables 'tracepoint_list' and
1724 'stepping_list'. Call init_collection_list and make cleanup
1725 which calls do_clear_collection_list. Don't call
1726 clear_collection_list.
1727 (_initialize_tracepoint): Delete references to
1728 'tracepoint_list' and 'stepping_list'.
1729
1730 2013-06-25 Tom Tromey <tromey@redhat.com>
1731
1732 * common/create-version.sh (date): Use "$", not "$$" in sed
1733 expression.
1734
1735 2013-06-25 Kevin Buettner <kevinb@redhat.com>
1736
1737 * NEWS (New targets): Add entry for TI MSP430.
1738
1739 2013-06-25 Yao Qi <yao@codesourcery.com>
1740
1741 * remote.c (remote_start_remote): Move code to upload tsv
1742 earlier.
1743
1744 2013-06-25 Yao Qi <yao@codesourcery.com>
1745 Hui Zhu <hui@codesourcery.com>
1746 Pedro Alves <palves@redhat.com>
1747
1748 PR breakpoints/15075
1749 PR breakpoints/15434
1750 * breakpoint.c (bpstat_stop_status): Call
1751 b->ops->after_condition_true.
1752 (update_dprintf_command_list): Don't append "continue" command
1753 to the command list of dprintf breakpoint.
1754 (base_breakpoint_after_condition_true): New function.
1755 (base_breakpoint_ops): Add base_breakpoint_after_condition_true.
1756 (dprintf_after_condition_true): New function.
1757 (initialize_breakpoint_ops): Set dprintf_after_condition_true.
1758 * breakpoint.h (breakpoint_ops): Add after_condition_true.
1759
1760 2013-06-24 Kevin Buettner <kevinb@redhat.com>
1761
1762 * Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
1763 (ALLDEPFILES): Add msp430-tdep.c.
1764 * configure.tgt (msp430*-*-elf): New target.
1765 * msp430-tdep.c: New file.
1766
1767 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
1768
1769 * mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
1770 microMIPS synthetic symbols.
1771
1772 2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
1773
1774 * objfiles.h (pc_in_section): New prototype.
1775 (in_plt_section): Remove name argument, replace prototype with
1776 static inline function.
1777 * mips-tdep.h: Include "objfiles.h".
1778 (in_mips_stubs_section): New function.
1779 * hppa-tdep.h (gdbarch_tdep): Remove name argument of
1780 in_solib_call_trampoline member.
1781 (hppa_in_solib_call_trampoline): Remove name argument.
1782 * objfiles.c (pc_in_section): New function.
1783 (in_plt_section): Remove function.
1784 * mips-linux-tdep.c: Include "objfiles.h".
1785 (mips_linux_in_dynsym_stub): Call in_mips_stubs_section. Remove
1786 name argument. Return 1 rather than the low 16-bit halfword of
1787 any instruction examined.
1788 (mips_linux_in_dynsym_resolve_code): Update
1789 mips_linux_in_dynsym_stub call accordingly.
1790 * mips-tdep.c (mips_stub_frame_sniffer): Use in_mips_stubs_section
1791 rather than an equivalent hand-coded sequence.
1792 * hppa-hpux-tdep.c (in_opd_section): Remove function.
1793 (hppa32_hpux_in_solib_call_trampoline): Remove name argument.
1794 (hppa64_hpux_in_solib_call_trampoline): Likewise.
1795 (hppa64_hpux_find_global_pointer): Use pc_in_section rather than
1796 in_opd_section.
1797 * hppa-tdep.c (hppa_stub_unwind_sniffer): Remove name argument
1798 on call to tdep->in_solib_call_trampoline.
1799 (hppa_in_solib_call_trampoline): Remove name argument, update
1800 according to in_plt_section change.
1801 (hppa_skip_trampoline_code): Update according to in_plt_section
1802 change.
1803 * aarch64-tdep.c (aarch64_stub_unwind_sniffer): Likewise.
1804 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code):
1805 Likewise.
1806 * arm-tdep.c (arm_stub_unwind_sniffer): Likewise.
1807 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): Likewise.
1808 * hppabsd-tdep.c (hppabsd_find_global_pointer): Likewise.
1809 * nios2-tdep.c (nios2_stub_frame_sniffer): Likewise.
1810 * nto-tdep.c (nto_relocate_section_addresses): Likewise.
1811 * s390-tdep.c (s390_stub_frame_sniffer): Likewise.
1812 * sh-tdep.c (sh_stub_unwind_sniffer): Likewise.
1813 * solib-dsbt.c (dsbt_in_dynsym_resolve_code): Likewise.
1814 * solib-frv.c (frv_in_dynsym_resolve_code): Likewise.
1815 * solib-svr4.c (svr4_in_dynsym_resolve_code): Likewise.
1816 * solib-target.c (solib_target_in_dynsym_resolve_code): Likewise.
1817 * sparc-tdep.c (sparc_analyze_prologue): Likewise.
1818 * tic6x-tdep.c (tic6x_stub_unwind_sniffer): Likewise.
1819
1820 2013-06-24 Joel Brobecker <brobecker@adacore.com>
1821
1822 * common/create-version.sh: Fix expansion of $host_alias
1823 and $target_alias in generation of HOST_NAME and TARGET_NAME
1824 (resp.).
1825
1826 2013-06-24 Tom Tromey <tromey@redhat.com>
1827
1828 * common/create-version.sh: New file.
1829 * Makefile.in (version.c): Use bfd/version.h, common/version.in,
1830 create-version.sh.
1831 (HFILES_NO_SRCDIR): Use common/version.h.
1832 * version.in: Move to ...
1833 * common/version.in: ... here. Replace date with "DATE".
1834 * version.h: Move to ...
1835 * common/version.h: ... here.
1836
1837 2013-06-21 Joel Brobecker <brobecker@adacore.com>
1838
1839 * gdb/gnulib/Makefile.in: Update date in copyright header.
1840 * gdb/gnulib/configure.ac: Ditto.
1841 * gdb/gnulib/update-gnulib.sh: Ditto.
1842
1843 2013-06-21 Joel Brobecker <brobecker@adacore.com>
1844
1845 * copyright.py (EXCLUDE_LIST): Replace "gdb/gnulib" by
1846 "gdb/gnulib/import".
1847
1848 2013-06-21 Will Newton <will.newton@linaro.org>
1849
1850 * doublest.c (ldfrexp): Remove function.
1851 (convert_doublest_to_floatformat): Call frexpl instead of
1852 ldfrexp.
1853
1854 2013-06-21 Will Newton <will.newton@linaro.org>
1855
1856 * gnulib/update-gnulib.sh(IMPORTED_GNULIB_MODULES): Add frexpl.
1857 * gnulib/aclocal.m4: Regenerate.
1858 * gnulib/config.in: Regenerate.
1859 * gnulib/configure: Regenerate.
1860 * gnulib/import/Makefile.am: Update.
1861 * gnulib/import/Makefile.in: Update.
1862 * gnulib/import/m4/gnulib-cache.m4: Update.
1863 * gnulib/import/m4/gnulib-comp.m4: Update.
1864 * gnulib/import/float+.h: Import.
1865 * gnulib/import/float.c: Import.
1866 * gnulib/import/float.in.h: Import.
1867 * gnulib/import/fpucw.h: Import.
1868 * gnulib/import/frexp.c: Import.
1869 * gnulib/import/frexpl.c: Import.
1870 * gnulib/import/isnan.c: Import.
1871 * gnulib/import/isnand-nolibm.h: Import.
1872 * gnulib/import/isnand.c: Import.
1873 * gnulib/import/isnanl-nolibm.h: Import.
1874 * gnulib/import/isnanl.c: Import.
1875 * gnulib/import/itold.c: Import.
1876 * gnulib/import/m4/exponentd.m4: Import.
1877 * gnulib/import/m4/exponentl.m4: Import.
1878 * gnulib/import/m4/float_h.m4: Import.
1879 * gnulib/import/m4/fpieee.m4: Import.
1880 * gnulib/import/m4/frexp.m4: Import.
1881 * gnulib/import/m4/frexpl.m4: Import.
1882 * gnulib/import/m4/isnand.m4: Import.
1883 * gnulib/import/m4/isnanl.m4: Import.
1884 * gnulib/import/m4/math_h.m4: Import.
1885 * gnulib/import/math.c: Import.
1886 * gnulib/import/math.in.h: Import.
1887
1888 2013-06-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1889
1890 * common/linux-btrace.c (cpu_supports_btrace): Remove variable vendor,
1891 replace strcmp with signature_INTEL_ebx, signature_INTEL_ecx and
1892 signature_INTEL_edx comparisons.
1893
1894 2013-06-20 Doug Evans <dje@google.com>
1895
1896 symtab/15652
1897 * dwarf2read.c (try_open_dwop_file): New arg search_cwd.
1898 All callers updated.
1899 (open_dwp_file): If we can't find the dwp file, search the basename
1900 in debug-file-directory.
1901
1902 * dwarf2read.c (struct dwp_file): Fix comment.
1903 (open_and_init_dwp_file): Set dwp_file->name to bfd's file name.
1904
1905 * source.c (openp): Document OPF_TRY_CWD_FIRST+OPF_SEARCH_IN_PATH
1906 better.
1907
1908 2013-06-20 Yao Qi <yao@codesourcery.com>
1909
1910 * breakpoint.c (create_breakpoint): Fix code indentation.
1911
1912 2013-06-20 Yao Qi <yao@codesourcery.com>
1913
1914 * breakpoint.c (create_breakpoints_sal_default): Remove
1915 parameter 'lsal'. Update declaration.
1916 (bkpt_create_breakpoints_sal): Caller update.
1917 (tracepoint_create_breakpoints_sal): Likewise.
1918
1919 2013-06-20 Pedro Alves <pedro@codesourcery.com>
1920 Yao Qi <yao@codesourcery.com>
1921
1922 * NEWS: Mention the new option '--skip-unavailable' of command
1923 -data-list-register-values.
1924 * mi/mi-main.c (mi_cmd_data_list_register_values): Accept the
1925 --skip-unavailable option. Adjust to use output_register.
1926 (output_register): Add new 'skip_unavailable' parameter.
1927 Handle it.
1928
1929 2013-06-19 Mike Frysinger <vapier@gentoo.org>
1930
1931 * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
1932 common/i386-gcc-cpuid.h.
1933 * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
1934 * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
1935 Copy the latest version from upstream gcc.
1936 * common/linux-btrace.c: Include i386-cpuid.h.
1937 (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
1938 call to i386_cpuid.
1939 (cpu_supports_btrace): Likewise.
1940 * go32-nat.c: Include i386-cpuid.h.
1941 (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
1942
1943 2013-06-19 Doug Evans <dje@google.com>
1944
1945 * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
1946 (get_section_index): Ditto.
1947
1948 2013-06-19 Tom Tromey <tromey@redhat.com>
1949
1950 * breakpoint.c (_initialize_breakpoint): Remove trailing \n from
1951 "dprintf" help.
1952
1953 2013-06-18 Doug Evans <dje@google.com>
1954
1955 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index
1956 before using it.
1957 (dw2_expand_symtabs_matching): Fix symbol kind validity check.
1958 Move test of cu_index closer to use. Print complaint if cu_index
1959 is bad.
1960
1961 2013-06-18 Joel Brobecker <brobecker@adacore.com>
1962
1963 * machoread.c (oso_vector): Delete this global.
1964 (macho_register_oso): Add new parameter "oso_vector_ptr".
1965 Use it instead of the "oso_vector" global.
1966 (macho_symtab_read, macho_symfile_read_all_oso): Likewise.
1967 (macho_symfile_read): Use a local oso_vector, to be free'ed
1968 at the end of this function, in place of the old "oso_vector"
1969 global. Update various function calls accordingly. Use one
1970 single cleanup chain for the entire function.
1971
1972 2013-06-18 Joel Brobecker <brobecker@adacore.com>
1973
1974 * dwarf2read.c (dwarf2_per_objfile_free): Replace uses of
1975 DWARF2_PER_OBJFILE by uses of DATA instead.
1976
1977 2013-06-18 Tom Tromey <tromey@redhat.com>
1978
1979 * break-catch-sig.c (signal_catchpoint_explains_signal): Add 'sig'
1980 argument.
1981 * breakpoint.c (bpstat_explains_signal): Add 'sig' argument.
1982 Special case signals other than GDB_SIGNAL_TRAP.
1983 (explains_signal_watchpoint): New function.
1984 (base_breakpoint_explains_signal): Add 'sig' argument.
1985 (initialize_breakpoint_ops): Set 'explains_signal' method for
1986 watchpoints.
1987 * breakpoint.h (struct breakpoint_ops) <explains_signal>: Add
1988 signal argument.
1989 (bpstat_explains_signal): Likewise.
1990 * infrun.c (handle_syscall_event, handle_inferior_event): Update.
1991
1992 2013-06-18 Tom Tromey <tromey@redhat.com>
1993
1994 * python/py-inferior.c (gdbpy_selected_inferior): Don't incref.
1995
1996 2013-06-18 Tom Tromey <tromey@redhat.com>
1997
1998 * python/python.c (finish_python_initialization): Decref
1999 'pythondir' on failure path as well.
2000
2001 2013-06-18 Tom Tromey <tromey@redhat.com>
2002
2003 PR symtab/15391:
2004 * dwarf2loc.c (read_pieced_value): Truncate this_size_bits
2005 after taking bits_to_skip into account. Sign extend byte_offset.
2006 * utils.h (gdb_sign_extend): Declare.
2007 * utils.c (gdb_sign_extend): New function.
2008
2009 2013-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2010
2011 * dwarf2read.c (write_psymtabs_to_index): Ignore NULL PSYMTAB.
2012
2013 2013-06-17 Pierre Muller <muller@sourceware.org>
2014
2015 * corelow.c (core_open): Print GDB signal name instead of target
2016 signal number.
2017
2018 2013-06-17 Mike Frysinger <vapier@gentoo.org>
2019
2020 * .gitignore: Add /gcore.
2021
2022 2013-06-13 Doug Evans <dje@google.com>
2023
2024 * dwarf2read.c (try_open_dwop_file): Work around behaviour of
2025 OPF_TRY_CWD_FIRST to not search path if the file contains a '/'.
2026
2027 2013-06-12 Phil Muldoon <pmuldoon@redhat.com>
2028
2029 * stack.c (backtrace_command_1): Fix indentation.
2030
2031 2013-06-11 Joel Brobecker <brobecker@adacore.com>
2032
2033 * window-nat.c (thread_rec): Add missing empty line after
2034 local variable declaration.
2035
2036 2013-06-11 Joel Brobecker <brobecker@adacore.com>
2037
2038 * windows-nat.c (thread_rec): Revert format used to print
2039 error code returned by SuspendThread from %d back to %u.
2040
2041 2013-06-11 Joel Brobecker <brobecker@adacore.com>
2042
2043 * windows-nat.c (windows_continue): Add "0x" prefix for thread
2044 ID in debug trace.
2045 (get_windows_debug_event): Likewise, for all debug traces.
2046
2047 2013-06-11 Joel Brobecker <brobecker@adacore.com>
2048
2049 * window-nat.c (thread_rec): Add thread ID in SuspendThread
2050 warning message.
2051
2052 2013-06-08 Pedro Alves <pedro@codesourcery.com>
2053 Yao Qi <yao@codesourcery.com>
2054
2055 * mi/mi-main.c (get_register): Remove declaration.
2056 (output_register): Declare.
2057 (mi_cmd_data_list_register_values): Remove local variable
2058 'tuple_cleanup'. Move some code into output_register.
2059 (get_register): Renamed to ...
2060 (output_register): ... this. Output the register's
2061 "number" ui_out tuple here.
2062
2063 2013-06-07 Pedro Alves <palves@redhat.com>
2064
2065 * darwin-nat.c: Fix formating in copyright header.
2066 * darwin-nat.h: Likewise.
2067 * gnu-nat.c: Likewise.
2068 * machoread.c: Likewise.
2069
2070 2013-06-07 Pedro Alves <palves@redhat.com>
2071
2072 PR server/14823
2073 * regformats/regdat.sh: Output #include tdesc.h. Make globals
2074 static. Output a global target description pointer.
2075 (init_registers_${name}): Adjust to initialize a
2076 target description structure.
2077
2078 2013-06-07 Will Newton <will.newton@linaro.org>
2079
2080 * printcmd.c (build_address_symbolic): Call
2081 gdbarch_addr_bits_remove for text minimal symbols.
2082
2083 2013-06-07 Will Newton <will.newton@linaro.org>
2084
2085 * MAINTAINERS: Add myself to Write After Approval.
2086
2087 2013-06-07 Yao Qi <yao@codesourcery.com>
2088
2089 * tracepoint.c (start_tracing): Move code to ...
2090 (trace_reset_local_state): ... here. New.
2091 (disconnect_tracing): Don't call set_current_traceframe,
2092 set_tracepoint_num, and set_traceframe_context. Call
2093 trace_reset_local_state instead.
2094 (tfile_close): Call trace_reset_local_state.
2095 * ctf.c (ctf_close): Likewise.
2096 * remote.c (remote_close): Likewise.
2097 * tracepoint.h (trace_reset_local_state): Declare.
2098
2099 2013-06-06 Doug Evans <dje@google.com>
2100
2101 * dwarf2read.c: Whitespace fixes for DWP file format documentation,
2102 and fix header docs.
2103
2104 2013-06-05 Doug Evans <dje@google.com>
2105 Keith Seitz <keiths@redhat.com>
2106
2107 PR 15519
2108 * cp-namespace.c (find_symbol_in_baseclass): Call
2109 cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
2110 Check result of call to lookup_symbol_static.
2111 Call lookup_static_symbol_aux unconditionally.
2112 Call check_typedef on base types before accessing them.
2113 (cp_lookup_nested_symbol): Fix comment.
2114
2115 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
2116
2117 * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk
2118 minimal symbols pointing to function descriptors.
2119
2120 2013-06-05 Tom Tromey <tromey@redhat.com>
2121
2122 * python/py-utils.c (gdb_pymodule_addobject): Cast away const.
2123
2124 2013-06-04 Sergio Durigan Junior <sergiodj@redhat.com>
2125 Pedro Alves <palves@redhat.com>
2126
2127 * remote.c (remote_wait_as): Restore signal handler before returning
2128 when GDB gets a notification.
2129
2130 2013-06-04 Gary Benson <gbenson@redhat.com>
2131
2132 PR 2328
2133 * breakpoint.h (handle_solib_event): Moved function declaration
2134 to solib.h.
2135 * breakpoint.c (handle_solib_event): Moved function to solib.c.
2136 (bpstat_stop_status): Pass new argument to handle_solib_event.
2137 * solib.h (update_solib_breakpoints): New function declaration.
2138 (handle_solib_event): Moved function declaration from
2139 breakpoint.h.
2140 * solib.c (update_solib_breakpoints): New function.
2141 (handle_solib_event): Moved function from breakpoint.c.
2142 Updated to call solib_ops->handle_event if not NULL.
2143 * solist.h (target_so_ops): New fields "update_breakpoints" and
2144 "handle_event".
2145 * infrun.c (set_stop_on_solib_events): New function.
2146 (_initialize_infrun): Use the above for "set
2147 stop-on-solib-events".
2148 (handle_inferior_event): Pass new argument to handle_solib_event.
2149 * solib-svr4.c (probe.h): New include.
2150 (svr4_free_library_list): New forward declaration.
2151 (probe_action): New enum.
2152 (probe_info): New struct.
2153 (probe_info): New static variable.
2154 (NUM_PROBES): New definition.
2155 (svr4_info): New fields "using_xfer", "probes_table" and
2156 "solib_list".
2157 (free_probes_table): New function.
2158 (free_solib_list): New function.
2159 (svr4_pspace_data_cleanup): Free probes table and solib list.
2160 (svr4_copy_library_list): New function.
2161 (svr4_current_sos_via_xfer_libraries): New parameter "annex".
2162 (svr4_read_so_list): New parameter "prev_lm".
2163 (svr4_current_sos_direct): Renamed from "svr4_current_sos".
2164 (svr4_current_sos): New function.
2165 (probe_and_action): New struct.
2166 (hash_probe_and_action): New function.
2167 (equal_probe_and_action): Likewise.
2168 (register_solib_event_probe): Likewise.
2169 (solib_event_probe_at): Likewise.
2170 (solib_event_probe_action): Likewise.
2171 (solist_update_full): Likewise.
2172 (solist_update_incremental): Likewise.
2173 (disable_probes_interface_cleanup): Likewise.
2174 (svr4_handle_solib_event): Likewise.
2175 (svr4_update_solib_event_breakpoint): Likewise.
2176 (svr4_update_solib_event_breakpoints): Likewise.
2177 (svr4_create_solib_event_breakpoints): Likewise.
2178 (enable_break): Free probes table before creating breakpoints.
2179 Use svr4_create_solib_event_breakpoints to create breakpoints.
2180 (svr4_solib_create_inferior_hook): Free the solib list.
2181 (_initialize_svr4_solib): Initialise
2182 svr4_so_ops.handle_solib_event and svr4_so_ops.update_breakpoints.
2183
2184 2013-06-04 Gary Benson <gbenson@redhat.com>
2185
2186 * target.h (target_ops): New field
2187 "to_augmented_libraries_svr4_read".
2188 (target_augmented_libraries_svr4_read): New macro.
2189 * target.c (update_current_target): Handle
2190 to_augmented_libraries_svr4_read.
2191 * remote.c (remote_state): New field
2192 "augmented_libraries_svr4_read".
2193 (remote_augmented_libraries_svr4_read_feature): New function.
2194 (remote_protocol_features): Add entry for
2195 "augmented-libraries-svr4-read".
2196 (remote_augmented_libraries_svr4_read): New function.
2197 (init_remote_ops): Initialize
2198 remote_ops.to_augmented_libraries_svr4_read.
2199
2200 2013-06-04 Gary Benson <gbenson@redhat.com>
2201
2202 * NEWS: Update.
2203
2204 2013-06-04 Gary Benson <gbenson@redhat.com>
2205
2206 * objfiles.h (inhibit_section_map_updates): New function
2207 declaration.
2208 (resume_section_map_updates): Likewise.
2209 (resume_section_map_updates_cleanup): Likewise.
2210 * objfiles.c (objfile_pspace_info): Removed field
2211 "objfiles_changed_p". New fields "new_objfiles_available",
2212 "section_map_dirty" and "inhibit_updates".
2213 (allocate_objfile): Set new_objfiles_available.
2214 (free_objfile): Set section_map_dirty.
2215 (objfile_relocate1): Likewise.
2216 (in_plt_section): Likewise.
2217 (find_pc_section): Update the conditions under which the
2218 section map will be updated.
2219 (inhibit_section_map_updates): New function.
2220 (resume_section_map_updates): Likewise.
2221 (resume_section_map_updates_cleanup): Likewise.
2222
2223 2013-06-04 Gary Benson <gbenson@redhat.com>
2224
2225 * probe.h (get_probe_argument_count): New declaration.
2226 (evaluate_probe_argument): Likewise.
2227 * probe.c (get_probe_argument_count): New function.
2228 (evaluate_probe_argument): Likewise.
2229 (probe_safe_evaluate_at_pc): Use the above new functions.
2230
2231 2013-06-04 Alan Modra <amodra@gmail.com>
2232
2233 * ppc-tdep.h (ppc_insns_match_pattern): Update prototype.
2234 * rs6000-tdep.c (read_insn): Add frame param, don't assume big-endian.
2235 (ppc_insns_match_pattern): Add frame param. Avoid multiple
2236 target mem reads on optional insns.
2237 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Update
2238 ppc_insns_match_pattern calls.
2239 * ppc64-tdep.c (ppc64_standard_linkage2, ppc64_standard_linkage3):
2240 Add match for power7 thread safety insns, and new order of
2241 std 2,40(1) insn. Correct code shown for _dl_runtime_resolve
2242 invocation in comment, and update rest of comment.
2243 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN,
2244 PPC64_STANDARD_LINKAGE3_LEN): Delete.
2245 (ppc64_standard_linkage2_target): Update insn offsets.
2246 (ppc64_skip_trampoline_code): Use a single insn buffer. Match newer
2247 stubs first. Update calls.
2248
2249 2013-06-04 Yao Qi <yao@codesourcery.com>
2250
2251 * solib.c (solib_find): Don't need dir separator if path has
2252 drive spec.
2253
2254 2013-06-03 Joel Brobecker <brobecker@adacore.com>
2255
2256 Revert (indirectly causes a SIGSEGV):
2257 * machoread.c (macho_symfile_read): Assign first cleanup to
2258 'back_to'.
2259
2260 2013-06-03 Yao Qi <yao@codesourcery.com>
2261
2262 * mi/mi-cmd-var.c (mi_no_values, mi_simple_values): Move to
2263 mi-parse.c. Make them static.
2264 (mi_all_values): Likewise.
2265 (mi_parse_values_option): Move to mi-parse.c. Rename it to
2266 mi_parse_print_values. Make it external.
2267 * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values):
2268 Remove the declarations.
2269 * mi/mi-parse.c (mi_parse_print_values): Moved from mi-cmd-var.c.
2270 * mi/mi-parse.h (mi_parse_print_values): Declare.
2271 * mi/mi-cmd-stack.c: Include mi-parse.h.
2272 (parse_print_values): Remove
2273 (mi_cmd_stack_list_locals): Call mi_parse_print_values instead
2274 of parse_print_values.
2275 (mi_cmd_stack_list_args, mi_cmd_stack_list_variables): Likewise.
2276
2277 2013-05-31 Pedro Alves <pedro@codesourcery.com>
2278 Yao Qi <yao@codesourcery.com>
2279
2280 * tracepoint.c (all_tracepoint_actions_and_cleanup): Declare.
2281 (encode_actions): Move code to ...
2282 (all_tracepoint_actions_and_cleanup): ... here. New.
2283 (trace_dump_command): Likewise.
2284
2285 2013-05-30 Tom Tromey <tromey@redhat.com>
2286
2287 * symmisc.c (maintenance_expand_symtabs): Call do_cleanups.
2288
2289 2013-05-30 Tom Tromey <tromey@redhat.com>
2290
2291 * xml-support.c (gdb_xml_create_parser_and_cleanup): Rename from
2292 gdb_xml_create_parser_and_cleanup_1. Return a cleanup. Remove
2293 'old_chain' argument. Add 'parser_result' argument.
2294 (gdb_xml_create_parser_and_cleanup): Remove old version.
2295 (gdb_xml_parse_quick): Update.
2296 (xml_process_xincludes): Update.
2297 * xml-support.h (gdb_xml_create_parser_and_cleanup): Don't
2298 declare.
2299
2300 2013-05-30 Tom Tromey <tromey@redhat.com>
2301
2302 * probe.c (collect_probes): Check arguments for NULL before
2303 calling compile_rx_or_error.
2304 * utils.c (compile_rx_or_error): Require 'rx' to be non-NULL.
2305 Remove NULL return.
2306
2307 2013-05-30 Tom Tromey <tromey@redhat.com>
2308
2309 * infrun.c (adjust_pc_after_break): Introduce an outer null
2310 cleanup.
2311
2312 2013-05-30 Tom Tromey <tromey@redhat.com>
2313
2314 * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
2315
2316 2013-05-30 Tom Tromey <tromey@redhat.com>
2317
2318 * cli/cli-script.c (read_command_lines_1): Use a null cleanup
2319 for 'old_chain'. Do not check 'head' before processing
2320 cleanups.
2321
2322 2013-05-30 Tom Tromey <tromey@redhat.com>
2323
2324 * mi/mi-cmd-stack.c (list_arg_or_local): Remove
2325 "cleanup_tuple".
2326
2327 2013-05-30 Tom Tromey <tromey@redhat.com>
2328
2329 * dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
2330 inner scope. Unconditionally call do_cleanups.
2331
2332 2013-05-30 Tom Tromey <tromey@redhat.com>
2333
2334 * source.c (find_and_open_source): Call do_cleanups.
2335
2336 2013-05-30 Tom Tromey <tromey@redhat.com>
2337
2338 * linux-thread-db.c (thread_db_load_search): Unconditionally
2339 call do_cleanups.
2340
2341 2013-05-30 Tom Tromey <tromey@redhat.com>
2342
2343 * solib-aix.c (solib_aix_bfd_open): Don't use a null cleanup
2344 for 'cleanup'; instead use a later one.
2345
2346 2013-05-30 Tom Tromey <tromey@redhat.com>
2347
2348 * python/py-breakpoint.c (bppy_get_commands): Use
2349 explicit, unconditional return.
2350 * python/py-frame.c (frapy_read_var): Likewise.
2351 * python/python.c (gdbpy_decode_line): Likewise.
2352
2353 2013-05-30 Tom Tromey <tromey@redhat.com>
2354
2355 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Call
2356 do_cleanups on all return paths.
2357
2358 2013-05-30 Tom Tromey <tromey@redhat.com>
2359
2360 * top.c (execute_command): Discard 'cleanup_if_error' cleanups.
2361
2362 2013-05-30 Tom Tromey <tromey@redhat.com>
2363
2364 * stabsread.c (read_struct_type): Call do_cleanups along
2365 all return paths.
2366
2367 2013-05-30 Maciej W. Rozycki <macro@codesourcery.com>
2368
2369 * mips-linux-tdep.c: Adjust formatting throughout.
2370
2371 2013-05-30 Tom Tromey <tromey@redhat.com>
2372
2373 * mipsread.c (read_alphacoff_dynamic_symtab): Call do_cleanups
2374 along all return paths.
2375
2376 2013-05-30 Tom Tromey <tromey@redhat.com>
2377
2378 * symfile.c (find_separate_debug_file): Call do_cleanups
2379 along all return paths.
2380
2381 2013-05-30 Tom Tromey <tromey@redhat.com>
2382
2383 * symtab.c (search_symbols): Introduce a null cleanup for
2384 'retval_chain'.
2385
2386 2013-05-30 Tom Tromey <tromey@redhat.com>
2387
2388 * python/py-value.c (valpy_binop): Call do_cleanups before
2389 exiting loop.
2390
2391 2013-05-30 Tom Tromey <tromey@redhat.com>
2392
2393 * python/py-prettyprint.c (print_children): Remove extra
2394 do_cleanups call.
2395
2396 2013-05-30 Tom Tromey <tromey@redhat.com>
2397
2398 * python/py-frame.c (frapy_read_var): Call do_cleanups along
2399 all return paths.
2400
2401 2013-05-30 Tom Tromey <tromey@redhat.com>
2402
2403 * python/py-breakpoint.c (bppy_get_commands): Call do_cleanups
2404 along all return paths.
2405
2406 2013-05-30 Tom Tromey <tromey@redhat.com>
2407
2408 * cli/cli-logging.c (set_logging_redirect): Unconditionally
2409 call do_cleanups.
2410
2411 2013-05-30 Tom Tromey <tromey@redhat.com>
2412
2413 * varobj.c (c_value_of_root): Call do_cleanups along all
2414 return paths.
2415
2416 2013-05-30 Tom Tromey <tromey@redhat.com>
2417
2418 * tracepoint.c (trace_dump_command): Unconditionally call
2419 do_cleanups.
2420
2421 2013-05-30 Tom Tromey <tromey@redhat.com>
2422
2423 * breakpoint.c (output_thread_groups, parse_cmd_to_aexpr): Call
2424 do_cleanups earlier.
2425
2426 2013-05-30 Tom Tromey <tromey@redhat.com>
2427
2428 * machoread.c (macho_symfile_read): Assign first cleanup to
2429 'back_to'.
2430
2431 2013-05-30 Tom Tromey <tromey@redhat.com>
2432
2433 * m32r-rom.c (m32r_load): Call do_cleanups at all returns.
2434
2435 2013-05-30 Tom Tromey <tromey@redhat.com>
2436
2437 * mi/mi-main.c (list_available_thread_groups): Call do_cleanups.
2438
2439 2013-05-30 Tom Tromey <tromey@redhat.com>
2440
2441 * inf-ptrace.c (inf_ptrace_create_inferior): Unconditionally
2442 call discard_cleanups.
2443 (inf_ptrace_attach): Likewise.
2444
2445 2013-05-30 Tom Tromey <tromey@redhat.com>
2446
2447 * remote-mips.c (mips_exit_debug): Call do_cleanups on all
2448 return paths.
2449 (mips_initialize): Likewise.
2450 (common_open): Call do_cleanups.
2451
2452 2013-05-30 Tom Tromey <tromey@redhat.com>
2453
2454 * utils.c (internal_vproblem): Call do_cleanups.
2455
2456 2013-05-30 Tom Tromey <tromey@redhat.com>
2457
2458 * linespec.c (find_linespec_symbols): Don't reassign to 'cleanup'.
2459
2460 2013-05-30 Tom Tromey <tromey@redhat.com>
2461
2462 * cli/cli-script.c (setup_user_args): Don't return after error.
2463
2464 2013-05-30 Tom Tromey <tromey@redhat.com>
2465
2466 * somread.c (som_symtab_read): Call do_cleanups.
2467
2468 2013-05-30 Tom Tromey <tromey@redhat.com>
2469
2470 * printcmd.c (print_command_1): Unconditionally call do_cleanups.
2471
2472 2013-05-30 Tom Tromey <tromey@redhat.com>
2473
2474 * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups.
2475 * cli/cli-dump.c (restore_binary_file): Call do_cleanups.
2476 * interps.c (interpreter_exec_cmd): Call do_cleanups.
2477 * source.c (show_substitute_path_command): Call do_cleanups.
2478 (unset_substitute_path_command, set_substitute_path_command):
2479 Likewise.
2480 * symfile.c (load_command): Call do_cleanups.
2481
2482 2013-05-30 Tom Tromey <tromey@redhat.com>
2483
2484 * contrib/cleanup_check.py: New file.
2485 * contrib/gcc-with-excheck: Add option parsing.
2486
2487 2013-05-30 Joel Brobecker <brobecker@adacore.com>
2488
2489 * windows-nat.c (windows_delete_thread): Add missing space
2490 in cast expression.
2491
2492 2013-05-30 Hafiz Abid Qadeer <abidh@codesourcery.com>
2493
2494 * inferior.c (top level): Include tilde.h.
2495 (add_inferior_command): Call tilde_expand on the value of 'exec'
2496 argument.
2497
2498 2013-05-30 Pedro Alves <pedro@codesourcery.com>
2499 Yao Qi <yao@codesourcery.com>
2500
2501 * tracepoint.c (encode_actions_1): Remove parameter 't'.
2502 Caller update.
2503 (encode_actions): Likewise.
2504 * remote.c (remote_download_tracepoint): Caller update.
2505 * tracepoint.h (encode_actions): Update declaration.
2506
2507 2013-05-30 Pedro Alves <palves@redhat.com>
2508
2509 * python/python-internal.h (gdb_Py_DECREF): Cast OP to PyObject
2510 pointer.
2511
2512 2013-05-30 Yao Qi <yao@codesourcery.com>
2513
2514 * remote.c (remote_check_symbols): Remove unused parameter
2515 'objfile'.
2516 Declaration update.
2517 (remote_start_remote, remote_new_objfile): Caller update.
2518
2519 2013-05-30 Yao Qi <yao@codesourcery.com>
2520
2521 * mi/mi-cmds.c (mi_cmds): Define MI command
2522 '-exec-arguments' by macro DEF_MI_CMD_CLI_1 instead of
2523 DEF_MI_CMD_CLI.
2524
2525 2013-05-29 Pedro Alves <palves@redhat.com>
2526
2527 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint)
2528 (remote_insert_watchpoint, remote_remove_watchpoint)
2529 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
2530 (remote_verify_memory, compare_sections_command)
2531 (remote_search_memory): Set the general process/thread on the
2532 remote side.
2533
2534 2013-05-29 Pedro Alves <palves@redhat.com>
2535
2536 * aarch64-tdep.c: Don't include "features/aarch64-without-fpu.c".
2537 (_initialize_aarch64_tdep): Don't call
2538 initialize_tdesc_aarch64_without_fpu.
2539 * features/Makefile (WHICH): Remove reference to
2540 aarch64-without-fpu.
2541 * features/aarch64-without-fpu.c: Delete file.
2542 * regformats/aarch64-without-fpu.dat: Delete file.
2543
2544 2013-05-28 Yao Qi <yao@codesourcery.com>
2545
2546 * tracepoint.c (stringify_collection_list): Remove parameter
2547 'string'.
2548 (encode_actions): Caller update. Remove local variables.
2549
2550 2013-05-24 Yao Qi <yao@codesourcery.com>
2551
2552 * tracepoint.c (TFILE_PID): Remove.
2553 (tfile_open): Don't add thread and inferior.
2554 (tfile_close): Don't set 'inferior_ptid'. Don't call
2555 exit_inferior_silent.
2556 (tfile_thread_alive): Remove.
2557 (init_tfile_ops): Don't set field 'to_thread_alive' of
2558 tfile_ops.
2559
2560 2013-05-23 Doug Evans <dje@google.com>
2561
2562 * contrib/cc-with-tweaks.sh (-p): Handle no dwo files.
2563
2564 2013-05-23 Pedro Alves <palves@redhat.com>
2565
2566 * common/filestuff.c [USE_WIN32API]: Define HAVE_SOCKETS.
2567 [HAVE_SYS_SOCKET_H]: Define HAVE_SOCKETS.
2568 (socket_mark_cloexec, gdb_socketpair_cloexec, gdb_socket_cloexec):
2569 Only define if HAVE_SOCKETS is defined.
2570 * configure.ac: Check for sys/socket.h.
2571 * config.in, configure: Regenerate.
2572
2573 2013-05-23 Pedro Alves <palves@redhat.com>
2574
2575 * dwarf2read.c (create_dwp_hash_table, create_dwo_in_dwp)
2576 (open_and_init_dwp_file): Use %s/pulongest instead of %u for
2577 printing uint32_t variables.
2578
2579 2013-05-23 Pedro Alves <palves@redhat.com>
2580
2581 * NEWS: Mention GDBserver range stepping support.
2582
2583 2013-05-23 Yao Qi <yao@codesourcery.com>
2584 Pedro Alves <palves@redhat.com>
2585
2586 * gdbthread.h (struct thread_control_state) <may_range_step>: New
2587 field.
2588 * infcmd.c (step_once, until_next_command): Enable range stepping.
2589 * infrun.c (displaced_step_prepare): Disable range stepping.
2590 (resume): Disable range stepping if stepping over a breakpoint or
2591 we have software watchpoints. If range stepping is enabled,
2592 assert the thread is in the stepping range.
2593 (clear_proceed_status_thread): Clear may_range_step.
2594 (handle_inferior_event): Disable range stepping as soon as we know
2595 the thread that hit the event. Re-enable it whenever we're going
2596 to step with a step range.
2597 * remote.c (struct vCont_action_support) <r>: New field.
2598 (use_range_stepping): New global.
2599 (remote_vcont_probe): Handle 'r' action.
2600 (append_resumption): Append an 'r' action if the thread may range
2601 step.
2602 (show_range_stepping): New function.
2603 (set_range_stepping): New function.
2604 (_initialize_remote): Call add_setshow_boolean_cmd to register the
2605 'set range-stepping' and 'show range-stepping' commands.
2606 * NEWS: Mention range stepping, the new vCont;r action, and the
2607 new "set/show range-stepping" commands.
2608
2609 2013-05-23 Yao Qi <yao@codesourcery.com>
2610 Pedro Alves <palves@redhat.com>
2611
2612 * remote.c (struct vCont_action_support): New struct.
2613 (struct remote_state) <support_vCont_t>: Remove field.
2614 <vCont_actions_support>: New field.
2615 (remote_vcont_probe, remote_stop_ns): Update.
2616
2617 2013-05-23 Yao Qi <yao@codesourcery.com>
2618 Pedro Alves <palves@redhat.com>
2619
2620 * gdbthread.h (pc_in_thread_step_range): New declaration.
2621 * thread.c (pc_in_thread_step_range): New function.
2622 * infrun.c (handle_inferior_event): Use it.
2623
2624 2013-05-23 Joel Brobecker <brobecker@adacore.com>
2625
2626 * mi/mi-cmd-break.c (mi_argv_to_format): Use xsnprintf instead
2627 of sprintf.
2628
2629 2013-05-22 Keith Seitz <keiths@redhat.com>
2630
2631 * ada-lang.c (is_known_support_routine): Add explicit free of
2632 'func_name' from find_frame_funname.
2633 (ada_unhandled_exception_name_addr_from_raise): Add cleanups
2634 for func_name from find_frame_funname.
2635 * python/py-frame.c (frapy_name): Add explicit free of
2636 'name' from find_frame_funname.
2637 * stack.c (find_frame_funname): Add comment explaining that
2638 funcp must be freed by the caller.
2639 Return copy of symbol names instead of pointers.
2640 (print_frame): Add a cleanup for 'funname' from
2641 find_frame_funname.
2642 * stack.h (find_frame_funname): Remove "const" from
2643 'funname' parameter.
2644
2645 2013-05-22 Tom Tromey <tromey@redhat.com>
2646
2647 PR c++/15401:
2648 * c-valprint.c (c_value_print): Use value_addr for
2649 references. Convert back to reference type with value_ref.
2650
2651 2013-05-22 Eli Zaretskii <eliz@gnu.org>
2652
2653 * windows-nat.c (handle_unload_dll): Don't call solib_add for the
2654 unloaded DLL, it will be done by handle_solib_event. See
2655 http://sourceware.org/ml/gdb-patches/2013-05/msg00713.html for the
2656 details.
2657
2658 2013-05-22 Phil Muldoon <pmuldoon@redhat.com>
2659
2660 * ui-out.c: Create typedef ui_out_level_p and define vector
2661 operations for that type.
2662 (struct ui_out): Use a vector instead of an array.
2663 (current_level): Return level from a vector.
2664 (push_level): Create a level in a vector.
2665 (pop_level): Delete a level in a vector.
2666 (ui_out_new): Create initial level zero level, and store in a
2667 vector.
2668 (ui_out_destroy): Add vector cleanup.
2669
2670 2013-05-22 Pedro Alves <palves@redhat.com>
2671
2672 * python/python-internal.h (gdb_Py_DECREF): Tag with
2673 "ARI: editCase function".
2674
2675 2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2676
2677 * solib-svr4.c (svr4_free_so): Protect against NULL dereference.
2678
2679 2013-05-21 Pedro Alves <palves@redhat.com>
2680
2681 * python/py-prettyprint.c (apply_val_pretty_printer): Check
2682 whether PRINTER is NULL before installing a Py_DECREF cleanup.
2683 * python/py-utils.c (py_decref): Don't check for NULL before
2684 calling Py_DECREF.
2685
2686 2013-05-21 Pedro Alves <palves@redhat.com>
2687
2688 * python/py-utils.c (py_decref): Remove extra braces.
2689 (gdb_pymodule_addobject): Remove extra braces.
2690 * python-internal.h (gdb_Py_DECREF): New static inline function.
2691 (Py_DECREF): Redefine as calling gdb_Py_DECREF.
2692
2693 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2694
2695 * breakpoints.c (detach_breakpoints): Do not
2696 detach breakpoints locations with loc_type bp_loc_other.
2697
2698 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2699
2700 Workaround Python 2.6.
2701 * python/py-utils.c (gdb_pymodule_addobject): Wrap Py_DECREF into
2702 a block.
2703
2704 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2705
2706 Code cleanup: constification.
2707 * solib.c (solib_ops): Make return type and ops variable type const.
2708 (set_solib_ops): Make the new_ops parameter and ops variable const.
2709 (solib_find, solib_map_sections, clear_so, free_so, update_solib_list)
2710 (solib_add, solib_keep_data_in_core, clear_solib)
2711 (solib_create_inferior_hook, in_solib_dynsym_resolve_code)
2712 (reload_shared_libraries, solib_global_lookup): Make the ops variable
2713 const.
2714 * solib.h (set_solib_ops): Make the new_ops parameter const.
2715
2716 2013-05-21 Joel Brobecker <brobecker@adacore.com>
2717
2718 * data-directory/Makefile.in (SYSTEM_GDBINIT_SRCDIR): New
2719 variable.
2720 (VPATH): Add SYSTEM_GDBINIT_SRCDIR.
2721 (SYSTEM_GDBINIT_DIR, SYSTEM_GDBINIT_INSTALL_DIR)
2722 (SYSTEM_GDBINIT_FILES): New variables.
2723 (all): Add stamp-system-gdbinit.
2724 (stamp-system-gdbinit): New rule.
2725 (clean-system-gdbinit, install-system-gdbinit)
2726 (uninstall-system-gdbinit): New rules. Make them .PHONY.
2727 (install-only): Add dependency on install-system-gdbinit.
2728 (uninstall): Add dependency on uninstall-system-gdbinit.
2729 (clean): Add dependency on clean-system-gdbinit.
2730 * system-gdbinit/elinos.py: New file.
2731 * system-gdbinit/wrs-linux.py: New file.
2732
2733 2013-05-21 Joel Brobecker <brobecker@adacore.com>
2734
2735 * ada-lang.c (old_renaming_is_invisible): Fix cleanup leak.
2736
2737 2013-05-21 Hui Zhu <hui@codesourcery.com>
2738
2739 * breakpoint.c (dprintf_breakpoint_ops): Remove its static.
2740 * breakpoint.h (dprintf_breakpoint_ops): Add extern.
2741 * mi/mi-cmd-break.c (ctype.h): New include.
2742 (gdb_obstack.h): New include.
2743 (mi_argv_to_format, mi_cmd_break_insert_1): New.
2744 (mi_cmd_break_insert): Call mi_cmd_break_insert_1.
2745 (mi_cmd_dprintf_insert): New.
2746 * mi/mi-cmds.c (mi_cmds): Add "dprintf-insert".
2747 * mi/mi-cmds.h (mi_cmd_dprintf_insert): New extern.
2748
2749 2013-05-20 Tom Tromey <tromey@redhat.com>
2750
2751 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.
2752
2753 2013-05-20 Tom Tromey <tromey@redhat.com>
2754
2755 * python/py-value.c (valpy_get_dynamic_type): Simplify
2756 dynamic_type assignment. Use Py_XINCREF.
2757
2758 2013-05-20 Tom Tromey <tromey@redhat.com>
2759
2760 * python/py-type.c (typy_fields): Unconditionally decref 'r'.
2761
2762 2013-05-20 Tom Tromey <tromey@redhat.com>
2763
2764 * python/py-frame.c (frapy_older, frapy_newer, gdbpy_newest_frame)
2765 (gdbpy_selected_frame): Move object-construction code
2766 out of TRY_CATCH.
2767
2768 2013-05-20 Tom Tromey <tromey@redhat.com>
2769
2770 * python/py-arch.c (gdbpy_initialize_arch): Use
2771 gdb_pymodule_addobject.
2772 * python/py-block.c (gdbpy_initialize_blocks): Use
2773 gdb_pymodule_addobject.
2774 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Use
2775 gdb_pymodule_addobject.
2776 * python/py-cmd.c (gdbpy_initialize_breakpoints): Use
2777 gdb_pymodule_addobject.
2778 * python/py-event.c (gdbpy_initialize_event_generic): Use
2779 gdb_pymodule_addobject.
2780 * python/py-evtregistry.c (gdbpy_initialize_eventregistry): Use
2781 gdb_pymodule_addobject.
2782 * python/py-evts.c (add_new_registry): Use
2783 gdb_pymodule_addobject.
2784 (gdbpy_initialize_py_events): Likewise.
2785 * python/py-finishbreakpoint.c
2786 (gdbpy_initialize_finishbreakpoints): Use
2787 gdb_pymodule_addobject.
2788 * python/py-frame.c (gdbpy_initialize_frames): Use
2789 gdb_pymodule_addobject.
2790 * python/py-function.c (gdbpy_initialize_functions): Use
2791 gdb_pymodule_addobject.
2792 * python/py-inferior.c (gdbpy_initialize_inferior): Use
2793 gdb_pymodule_addobject.
2794 * python/py-infthread.c (gdbpy_initialize_thread): Use
2795 gdb_pymodule_addobject.
2796 * python/py-objfile.c (gdbpy_initialize_objfile): Use
2797 gdb_pymodule_addobject.
2798 * python/py-param.c (gdbpy_initialize_parameters): Use
2799 gdb_pymodule_addobject.
2800 * python/py-progspace.c (gdbpy_initialize_pspace): Use
2801 gdb_pymodule_addobject.
2802 * python/py-symbol.c (gdbpy_initialize_symbols): Use
2803 gdb_pymodule_addobject.
2804 * python/py-symtab.c (gdbpy_initialize_symtabs): Use
2805 gdb_pymodule_addobject.
2806 * python/py-type.c (gdbpy_initialize_types): Use
2807 gdb_pymodule_addobject.
2808 * python/py-utils.c (gdb_pymodule_addobject): New function.
2809 * python/py-value.c (gdbpy_initialize_values): Use
2810 gdb_pymodule_addobject.
2811 * python/python-internal.h (gdb_pymodule_addobject): Declare.
2812 * python/python.c (_initialize_python): Use
2813 gdb_pymodule_addobject.
2814
2815 2013-05-20 Tom Tromey <tromey@redhat.com>
2816
2817 * python/py-cmd.c (cmdpy_completer): Use explicit decref.
2818 * python/py-param.c (get_set_value, get_show_value): Use
2819 explicit decrefs.
2820 * python/python.c (start_type_printers, apply_type_printers):
2821 Use explicit decrefs.
2822
2823 2013-05-20 Tom Tromey <tromey@redhat.com>
2824
2825 * python/py-evts.c (gdbpy_initialize_py_events): Don't
2826 incref the module.
2827
2828 2013-05-20 Tom Tromey <tromey@redhat.com>
2829
2830 * python/python.c (gdbpy_run_events): Decref the result
2831 of PyObject_CallObject.
2832
2833 2013-05-20 Tom Tromey <tromey@redhat.com>
2834
2835 * python/py-symtab.c (set_sal): Use
2836 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION. Return -1 on error.
2837 (symtab_and_line_to_sal_object): Update.
2838
2839 2013-05-20 Tom Tromey <tromey@redhat.com>
2840
2841 * python/py-param.c (compute_enum_values): Decref 'item'.
2842
2843 2013-05-20 Tom Tromey <tromey@redhat.com>
2844
2845 * mi/mi-main.c: Include python-internal.h.
2846 (mi_cmd_list_features): Check gdb_python_initialized.
2847 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
2848 (python_inferior_exit, python_new_objfile, add_thread_object)
2849 (delete_thread_object, py_free_inferior): Check
2850 gdb_python_initialized.
2851 * python/py-prettyprint.c (apply_val_pretty_printer): Check
2852 gdb_python_initialized.
2853 * python/py-type.c (save_objfile_types): Check
2854 gdb_python_initialized.
2855 * python/python-internal.h (gdb_python_initialized): Declare.
2856 * python/python.c (ensure_python_env): Throw exception if
2857 Python not initialized.
2858 (before_prompt_hook, source_python_script_for_objfile)
2859 (start_type_printers, apply_type_printers,
2860 free_type_printers): Check gdb_python_initialized.
2861 * varobj.c (varobj_get_display_hint)
2862 (dynamic_varobj_has_child_method, update_dynamic_varobj_children)
2863 (install_new_value_visualizer, varobj_set_visualizer)
2864 (value_get_print_value): Check gdb_python_initialized.
2865
2866 2013-05-20 Tom Tromey <tromey@redhat.com>
2867
2868 * python/py-arch.c (gdbpy_initialize_arch): Return 'int'.
2869 Check errors.
2870 * python/py-auto-load.c (gdbpy_initialize_auto_load): Return 'int'.
2871 * python/py-block.c (gdbpy_initialize_blocks): Return 'int'.
2872 Check errors.
2873 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Return 'int'.
2874 Check errors.
2875 * python/py-cmd.c (gdbpy_initialize_commands): Return 'int'.
2876 Check errors.
2877 * python/py-event.c (gdbpy_initialize_event): Return 'int'.
2878 Check errors.
2879 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Change generated
2880 init function to return 'int'.
2881 * python/py-evtregistry.c (gdbpy_initialize_eventregistry):
2882 Return 'int'. Check errors.
2883 * python/py-evts.c (gdbpy_initialize_py_events): Return 'int'.
2884 Check errors.
2885 * python/py-finishbreakpoint.c (gdbpy_initialize_finishbreakpoints):
2886 Return 'int'. Check errors.
2887 * python/py-frame.c (gdbpy_initialize_frames): Return 'int'.
2888 Check errors.
2889 * python/py-function.c (gdbpy_initialize_functions): Return 'int'.
2890 Check errors.
2891 * python/py-gdb-readline.c (gdbpy_initialize_gdb_readline):
2892 Check errors.
2893 * python/py-inferior.c (gdbpy_initialize_inferior): Return 'int'.
2894 Check errors.
2895 * python/py-infthread.c (gdbpy_initialize_thread): Return 'int'.
2896 Check errors.
2897 * python/py-lazy-string.c (gdbpy_initialize_lazy_string): Return 'int'.
2898 Check errors.
2899 * python/py-objfile.c (gdbpy_initialize_objfile): Return 'int'.
2900 Check errors.
2901 * python/py-param.c (gdbpy_initialize_parameters): Return 'int'.
2902 Check errors.
2903 * python/py-progspace.c (gdbpy_initialize_pspace): Return 'int'.
2904 Check errors.
2905 * python/py-symbol.c (gdbpy_initialize_symbols): Return 'int'.
2906 Check errors.
2907 * python/py-symtab.c (gdbpy_initialize_symtabs): Return 'int'.
2908 Check errors.
2909 * python/py-type.c (gdbpy_initialize_types): Return 'int'.
2910 Check errors.
2911 * python/py-value.c (gdbpy_initialize_values): Return 'int'.
2912 Check errors.
2913 * python/python-internal.h (gdbpy_initialize_auto_load,
2914 gdbpy_initialize_values, gdbpy_initialize_frames,
2915 gdbpy_initialize_symtabs, gdbpy_initialize_commands,
2916 gdbpy_initialize_symbols, gdbpy_initialize_symtabs,
2917 gdbpy_initialize_blocks, gdbpy_initialize_types,
2918 gdbpy_initialize_functions, gdbpy_initialize_pspace,
2919 gdbpy_initialize_objfile, gdbpy_initialize_breakpoints,
2920 gdbpy_initialize_finishbreakpoints,
2921 gdbpy_initialize_lazy_string, gdbpy_initialize_parameters,
2922 gdbpy_initialize_thread, gdbpy_initialize_inferior,
2923 gdbpy_initialize_eventregistry, gdbpy_initialize_event,
2924 gdbpy_initialize_py_events, gdbpy_initialize_stop_event,
2925 gdbpy_initialize_signal_event,
2926 gdbpy_initialize_breakpoint_event,
2927 gdbpy_initialize_continue_event,
2928 gdbpy_initialize_exited_event, gdbpy_initialize_thread_event,
2929 gdbpy_initialize_new_objfile_event, gdbpy_initialize_arch):
2930 Update. Use CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2931 * python/python.c (gdb_python_initialized): New global.
2932 (gdbpy_initialize_events): Return 'int'. Check errors.
2933 (_initialize_python): Check errors. Set
2934 gdb_python_initialized.
2935
2936 2013-05-20 Tom Tromey <tromey@redhat.com>
2937
2938 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope):
2939 Decref the reslut of PyObject_CallMethod.
2940
2941 2013-05-20 Tom Tromey <tromey@redhat.com>
2942
2943 * python/py-event.c (gdbpy_initialize_event_generic): Return
2944 early if PyType_Ready fails.
2945
2946 2013-05-20 Tom Tromey <tromey@redhat.com>
2947
2948 * python/py-type.c (make_fielditem): Add gdb_assert_not_reached
2949 as 'default' in the switch.
2950
2951 2013-05-20 Tom Tromey <tromey@redhat.com>
2952
2953 * python/py-inferior.c (gdbpy_inferiors): Update. Hoist
2954 get_addr_from_python calls out of TRY_CATCH.
2955 (infpy_write_memory, infpy_search_memory): Likewise.
2956 * python/py-utils.c (get_addr_from_python): Return negative
2957 value on error. Use TRY_CATCH.
2958 * python/python-internal.h (get_addr_from_python): Use
2959 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2960
2961 2013-05-20 Tom Tromey <tromey@redhat.com>
2962
2963 * python/py-event.c (evpy_emit_event): Decref the
2964 result of PyObject_CallFunctionObjArgs.
2965
2966 2013-05-20 Tom Tromey <tromey@redhat.com>
2967
2968 * python/py-cmd.c (cmdpy_completer): Use iterator protocol.
2969 Correctly decref.
2970
2971 2013-05-20 Tom Tromey <tromey@redhat.com>
2972
2973 * python/py-cmd.c (cmdpy_init): Decref 'ds_obj'.
2974
2975 2013-05-20 Tom Tromey <tromey@redhat.com>
2976
2977 * python/py-event.h (gdbpy_initialize_event_generic): Use
2978 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2979 * python/py-evts.c (add_new_registry): Use
2980 CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION.
2981 * python/python-internal.h
2982 (CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION): New macro.
2983
2984 2013-05-20 Tom Tromey <tromey@redhat.com>
2985
2986 * python/py-arch.c (archpy_disassemble): Update.
2987 * python/py-type.c (typy_get_composite, typy_lookup_typename)
2988 (typy_lookup_type): Use GDB_PY_HANDLE_EXCEPTION.
2989 * python/py-utils.c (gdbpy_convert_exception): Return 'void'.
2990 * python/python-internal.h (CPYCHECKER_SETS_EXCEPTION): New
2991 macro.
2992 (GDB_PY_HANDLE_EXCEPTION): Update.
2993 (gdbpy_convert_exception): Update. Use CPYCHECKER_SETS_EXCEPTION.
2994
2995 2013-05-20 Tom Tromey <tromey@redhat.com>
2996
2997 * python/python-internal.h (events_object_type): Remove.
2998
2999 2013-05-20 Tom Tromey <tromey@redhat.com>
3000
3001 * python/py-event.h (evpy_emit_event): Use
3002 CPYCHECKER_STEALS_REFERENCE_TO_ARG.
3003 * python/python-internal.h (CPYCHECKER_STEALS_REFERENCE_TO_ARG):
3004 New macro.
3005
3006 2013-05-20 Tom Tromey <tromey@redhat.com>
3007
3008 * py-evtregistry.c (create_event_object): Decref
3009 eventregistry_object if PyList_New fails.
3010
3011 2013-05-20 Tom Tromey <tromey@redhat.com>
3012
3013 * py-cmd.c (gdbpy_string_to_argv): Check result of
3014 PyList_New.
3015
3016 2013-05-20 Tom Tromey <tromey@redhat.com>
3017
3018 * python/python.c (before_prompt_hook): Add cleanup to
3019 decref 'hook'.
3020
3021 2013-05-20 Tom Tromey <tromey@redhat.com>
3022
3023 * python/py-function.c (fnpy_init): Decref result of
3024 PyObject_GetAttrString.
3025
3026 2013-05-20 Tom Tromey <tromey@redhat.com>
3027
3028 * python/py-threadevent.c (get_event_thread): Use
3029 CPYCHECKER_RETURNS_BORROWED_REF.
3030 * python/python-internal.h (CPYCHECKER_RETURNS_BORROWED_REF):
3031 New define.
3032 (pspace_to_pspace_object, objfile_to_objfile_object)
3033 (find_thread_object): Use it.
3034
3035 2013-05-20 Tom Tromey <tromey@redhat.com>
3036
3037 * python/py-arch.c (arch_object_type): Use
3038 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3039 * python/py-block.c (block_syms_iterator_object_type):
3040 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3041 * python/py-bpevent.c (breakpoint_event_object_type):
3042 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3043 * python/py-cmd.c (cmdpy_object_type): Use
3044 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3045 * python/py-continueevent.c (continue_event_object_type):
3046 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3047 * python/py-event.h (GDBPY_NEW_EVENT_TYPE):
3048 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3049 * python/py-events.h (thread_event_object_type):
3050 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3051 * python/py-evtregistry.c (eventregistry_object_type): Use
3052 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3053 * python/py-exitedevent.c (exited_event_object_type):
3054 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3055 * python/py-finishbreakpoint.c (finish_breakpoint_object_type):
3056 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3057 * python/py-function.c (fnpy_object_type): Use
3058 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3059 * python/py-inferior.c (inferior_object_type, membuf_object_type):
3060 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3061 * python/py-infthread.c (thread_object_type): Use
3062 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3063 * python/py-lazy-string.c (lazy_string_object_type):
3064 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3065 * python/py-newobjfileevent.c (new_objfile_event_object_type):
3066 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3067 * python/py-objfile.c (objfile_object_type): Use
3068 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3069 * python/py-param.c (parmpy_object_type):
3070 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3071 * python/py-progspace.c (pspace_object_type):
3072 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3073 * python/py-signalevent.c (signal_event_object_type):
3074 Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3075 * python/py-symtab.c (symtab_object_type, sal_object_type): Use
3076 CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3077 * python/py-type.c (type_object_type, field_object_type)
3078 (type_iterator_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3079 * python/py-internal.h (CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF): New
3080 define.
3081 (value_object_type, block_object_type, symbol_object_type)
3082 (event_object_type, stop_event_object_type, breakpoint_object_type)
3083 (frame_object_type): Use CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF.
3084
3085 2013-05-20 Andreas Tobler <andreas@fgznet.ch>
3086
3087 * Makefile.in (ALL_TARGET_OBS): Add ppcfbsd-tdep.o.
3088 (ALLDEPFILES): Add ppcfbsd-nat.c and ppcfbsd-tdep.c.
3089
3090 2013-05-20 Doug Evans <dje@google.com>
3091
3092 When reading CU, stay in DWO. Be more tolerent of bad debug info.
3093 For Fission.
3094 * dwarf2read.c (struct dwarf2_per_cu_data): New member
3095 reading_dwo_directly.
3096 (struct signatured_type): New member dwo_unit.
3097 (struct die_reader_specs): New member comp_dir.
3098 (create_signatured_type_table_from_index): Use malloc for
3099 all_type_units instead of objfile's obstack.
3100 (create_all_type_units): Ditto.
3101 (fill_in_sig_entry_from_dwo_entry): New function.
3102 (add_type_unit): New function.
3103 (lookup_dwo_signatured_type): New function.
3104 (lookup_dwp_signatured_type): New function.
3105 (lookup_signatured_type): New arg cu. All callers updated.
3106 (init_cu_die_reader): Initialize comp_dir.
3107 (read_cutu_die_from_dwo): New arg stub_comp_dir. All callers updated.
3108 Change assert of matching type signatures to call error on mismatch.
3109 (lookup_dwo_unit): Add assert.
3110 (init_tu_and_read_dwo_dies): New function.
3111 (init_cutu_and_read_dies): Call it.
3112 (build_type_unit_groups): Handle case of no type unit groups created.
3113 (hash_dwo_file, eq_dwo_file): Handle missing comp_dir.
3114 (lookup_dwo_cutu): Tweak complaint.
3115 (dwarf2_free_abbrev_table): Check for NULL abbrev_table.
3116 (dwarf2_per_objfile_free): Free all_type_units.
3117
3118 2013-05-20 Joel Brobecker <brobecker@adacore.com>
3119
3120 * windows-nat.c (handle_unload_dll): Add missing empty line.
3121
3122 2013-05-20 Joel Brobecker <brobecker@adacore.com>
3123
3124 * dwarf2read.c (prototyped_function_p): New function.
3125 (read_subroutine_type): Use it.
3126
3127 2013-05-20 Joel Brobecker <brobecker@adacore.com>
3128
3129 * rs6000-aix-tdep.c: De-indent some example code provided
3130 as a comment.
3131
3132 2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
3133
3134 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
3135 region is ok for a hardware watchpoint using the new ptrace interface
3136 on Power servers.
3137
3138 2013-05-17 Doug Evans <dje@google.com>
3139
3140 * NEWS: Mention new maintenance commands check-symtabs, and
3141 expand-symtabs, and renamed check-psymtabs.
3142 * psymtab.c (maintenance_check_psymtabs): Renamed from
3143 maintenance_check_symtabs. Only process already-expanded symbol
3144 tables.
3145 (_initialize_psymtab): Update.
3146 * symmisc.c (maintenance_check_symtabs): New function.
3147 (maintenance_expand_name_matcher): New function
3148 (maintenance_expand_file_matcher): New function
3149 (maintenance_expand_symtabs): New function.
3150 (_initialize_symmisc): Add "mt check-symtabs" and "mt expand-symtabs"
3151 commands.
3152
3153 2013-05-17 Tom Tromey <tromey@redhat.com>
3154
3155 * python/py-inferior.c (infpy_read_memory): Don't call
3156 PyErr_SetString if PyObject_New fails.
3157 * python/py-frame.c (frame_info_to_frame_object): Don't call
3158 PyErr_SetString if PyObject_New fails.
3159
3160 2013-05-17 Pavel Chupin <pavel.v.chupin@intel.com>
3161
3162 * acinclude.m4: Add check for dlopen in libdl.
3163 * configure.ac: Ditto.
3164 * configure: Regenerate.
3165
3166 2013-05-17 Phil Muldoon <pmuldoon@redhat.com>
3167
3168 * frame.c (frame_stash): Convert to htab.
3169 (frame_addr_hash): New function.
3170 (frame_addr_hash_eq): New function.
3171 (frame_stash_create): Convert function to create
3172 a hash table.
3173 (frame_stash_add): Convert function to add an entry to a hash
3174 table.
3175 (frame_stash_find): Convert function to search the hash table.
3176 (frame_stash_invalidate): Convert function to empty the hash
3177 table.
3178 (get_frame_id): Only add to stash if a frame_id is created.
3179 (_initialize_frame): Call frame_stash_create.
3180
3181 2013-05-16 Yue Lu <hacklu.newborn@gmail.com> (tiny change)
3182
3183 * configure.ac: Ensure MIG is available when building for GNU Hurd
3184 hosts.
3185 * configure: Regenerate.
3186
3187 2013-05-16 Joel Brobecker <brobecker@adacore.com>
3188
3189 * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
3190
3191 2013-05-16 Joel Brobecker <brobecker@adacore.com>
3192
3193 * ada-lang.c (ada_make_symbol_completion_list): Make sure
3194 all cleanups are done before returning from this function.
3195
3196 2013-05-15 Joel Brobecker <brobecker@adacore.com>
3197
3198 * utils.h: #include "exceptions.h".
3199 (enum errors): Remove partial declaration.
3200
3201 2013-05-15 Joel Brobecker <brobecker@adacore.com>
3202
3203 * gdbarch.sh (core_xfer_shared_libraries_aix): New method.
3204 * gdbarch.h, gdbarch.c: Regenerate.
3205 * corelow.c (core_xfer_partial): Add TARGET_OBJECT_LIBRARIES_AIX
3206 handling.
3207
3208 * rs6000-aix-tdep.h: New file.
3209 * Makefile.in (HFILES_NO_SRCDIR): Add rs6000-aix-tdep.h.
3210 * rs6000-aix-tdep.c: Include "rs6000-aix-tdep.h" and
3211 "xml-utils.h".
3212 (struct field_info, struct ld_info_desc): New types.
3213 (ld_info32_desc, ld_info64_desc): New static constants.
3214 (struct ld_info): New type.
3215 (rs6000_aix_extract_ld_info): New function.
3216 (rs6000_aix_shared_library_to_xml): Likewise.
3217 (rs6000_aix_ld_info_to_xml): Likewise.
3218 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
3219 (rs6000_aix_init_osabi): Add call to
3220 set_gdbarch_core_xfer_shared_libraries_aix.
3221 * rs6000-nat.c: Add "rs6000-aix-tdep.h" include.
3222 Remove "xml-utils.h" include.
3223 (LdInfo): Delete typedef.
3224 (ARCH64_DECL, LDI_FIELD, LDI_NEXT, LDI_FD, LDI_FILENAME):
3225 Delete macros.
3226 (rs6000_ptrace_ldinfo): Change return type to gdb_byte *.
3227 Adjust code accordingly.
3228 (rs6000_core_ldinfo): Delete, folded into
3229 rs6000_aix_core_xfer_shared_libraries_aix.
3230 (rs6000_xfer_shared_library): Delete.
3231 (rs6000_xfer_shared_libraries): Reimplement.
3232
3233 2013-05-15 Markus Metzger <markus.t.metzger@intel.com>
3234
3235 * record.c (record_goto_cmdlist): New.
3236 (cmd_record_goto): Split into this ...
3237 (cmd_record_goto_begin): ... this
3238 (cmd_record_goto_end): ... and this.
3239 (_initialize_record): Change "record goto" to prefix command.
3240 Add commands for "record goto begin" and "record goto end".
3241 Add an alias for "record goto start" to "record goto begin".
3242
3243 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3244
3245 * linespec.c (convert_linespec_to_sals): New comment for
3246 SOURCE_FILENAME assignment.
3247
3248 2013-05-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3249
3250 * cleanups.c (restore_my_cleanups): Replace gdb_assert by
3251 internal_warning.
3252
3253 2013-05-14 Tom Tromey <tromey@redhat.com>
3254
3255 * eval.c (parse_and_eval_long): Make 'exp' const.
3256 * value.h (parse_and_eval_long): Update.
3257
3258 2013-05-14 Tom Tromey <tromey@redhat.com>
3259
3260 * ui-file.c (gdb_fopen): Make arguments const.
3261 * ui-file.h (gdb_fopen): Make arguments const.
3262
3263 2013-05-14 Tom Tromey <tromey@redhat.com>
3264
3265 * remote.c (remote_set_trace_notes): Make arguments const.
3266 * target.c (update_current_target): Update cast.
3267 * target.h (to_set_trace_notes): Make arguments const.
3268
3269 2013-05-14 Tom Tromey <tromey@redhat.com>
3270
3271 * go32-nat.c (go32_terminal_info): Make 'args' const.
3272 * inferior.h (child_terminal_info): Update.
3273 * inflow.c (child_terminal_info): Make 'args' const.
3274 * target.c (default_terminal_info): Make 'args' const.
3275 (debug_to_terminal_save_ours): Likewise.
3276 * target.h (struct target_ops) <to_terminal_info>: Make argument
3277 const.
3278
3279 2013-05-13 Tom Tromey <tromey@redhat.com>
3280
3281 * gcore.c (create_gcore_bfd): Make 'filename' const.
3282 * gcore.h (create_gcore_bfd): Make 'filename' const.
3283 * record-full.c (record_full_save): Make 'recfilename' const.
3284 * target.c (target_save_record): Make 'filename' const.
3285 * target.h (struct target_ops) <to_save_record>: Make 'filename'
3286 const.
3287 (target_save_record): Likewise.
3288
3289 2013-05-13 Tom Tromey <tromey@redhat.com>
3290
3291 PR gdb/15338:
3292 * dwarf2read.c (dwarf2_record_block_ranges): Ensure that the
3293 ranges section has been read.
3294
3295 2013-05-13 Tom Tromey <tromey@redhat.com>
3296
3297 PR exp/15364:
3298 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
3299 STRUCTOP_PTR>: Return a not_lval value for
3300 EVAL_AVOID_SIDE_EFFECTS.
3301 * opencl-lang.c (evaluate_subexp_opencl): Return a not_lval value
3302 for EVAL_AVOID_SIDE_EFFECTS.
3303
3304 2013-05-13 Joel Brobecker <brobecker@adacore.com>
3305
3306 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Convert
3307 floating point registers to register type before storing
3308 value.
3309 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call):
3310 Likewise.
3311
3312 2013-05-10 Joel Brobecker <brobecker@adacore.com>
3313 Tom Tromey <tromey@redhat.com>
3314
3315 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
3316 New functions.
3317 * common/filestuff.c (mark_fd_no_cloexec, unmark_fd_no_cloexec):
3318 Declare.
3319 * darwin-nat.c (darwin_pre_ptrace): Use mark_fd_no_cloexec.
3320 (darwin_ptrace_him): Use unmark_fd_no_cloexec.
3321 * inf-ttrace.c (do_cleanup_pfds): Use unmark_fd_no_cloexec.
3322 (inf_ttrace_prepare): Use mark_fd_no_cloexec.
3323
3324 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
3325 Tom Tromey <tromey@redhat.com>
3326
3327 PR build/15414:
3328 * configure: Rebuild.
3329 * configure.ac (build_warnings): Do not use -Wformat-nonliteral
3330 with -Wno-format.
3331
3332 2013-05-10 Pedro Alves <palves@redhat.com>
3333
3334 * remote.c (_initialize_remote): Fix spelling of
3335 qXfer:traceframe-info:read packet in packet config command.
3336
3337 2013-05-10 David Taylor <dtaylor@emc.com>
3338
3339 PR remote/15455
3340
3341 * remote.c (remote_trace_set_readonly_regions): Do not overwrite
3342 "QTro" at start of packet.
3343
3344 2013-05-10 Joel Brobecker <brobecker@adacore.com>
3345
3346 * solib-aix.c (solib_aix_relocate_section_addresses):
3347 For the .bss section action, apply the same offset as
3348 the .data section.
3349
3350 2013-05-10 Joel Brobecker <brobecker@adacore.com>
3351
3352 * solib-aix.c (solib_aix_relocate_section_addresses):
3353 Remove FIXME comment.
3354
3355 2013-05-10 Joel Brobecker <brobecker@adacore.com>
3356
3357 PR tdep/15420:
3358 * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
3359 New functions, directly copied from sparc-sol-thread.c.
3360 * sparc-sol-thread.c: Delete.
3361 * configure.ac: Remove code handling sparc-solaris-thread.c.
3362 * configure: Regenerate.
3363
3364 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3365
3366 * stack.c (backtrace_command_1): Add "no-filters", and Python frame
3367 filter logic.
3368 (backtrace_command): Add "no-filters" option parsing.
3369 (_initialize_stack): Alter help to reflect "no-filters" option.
3370 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
3371 (SUBDIR_PYTHON_SRCS): Add py-framefilter.c
3372 (py-frame.o): Add target
3373 * data-directory/Makefile.in (PYTHON_DIR): Add Python frame
3374 filter files.
3375 * python/python.h: Add new frame filter constants, and flag enum.
3376 (apply_frame_filter): Add definition.
3377 * python/python.c (apply_frame_filter): New non-Python
3378 enabled function.
3379 * python/py-utils.c (py_xdecref): New function.
3380 (make_cleanup_py_xdecref): Ditto.
3381 * python/py-objfile.c: Declare frame_filters dictionary.
3382 (objfpy_dealloc): Add frame_filters dealloc.
3383 (objfpy_new): Initialize frame_filters attribute.
3384 (objfile_to_objfile_object): Ditto.
3385 (objfpy_get_frame_filters): New function.
3386 (objfpy_set_frame_filters): New function.
3387 * python/py-progspace.c: Declare frame_filters dictionary.
3388 (pspy_dealloc): Add frame_filters dealloc.
3389 (pspy_new): Initialize frame_filters attribute.
3390 (pspacee_to_pspace_object): Ditto.
3391 (pspy_get_frame_filters): New function.
3392 (pspy_set_frame_filters): New function.
3393 * python/py-framefilter.c: New file.
3394 * python/lib/gdb/command/frame_filters.py: New file.
3395 * python/lib/gdb/frames.py: New file.
3396 * python/lib/gdb/__init__.py: Initialize global frame_filters
3397 dictionary
3398 * python/lib/gdb/FrameDecorator.py: New file.
3399 * python/lib/gdb/FrameIterator.py: New file.
3400 * mi/mi-cmds.c (mi_cmds): Add frame filters command.
3401 * mi/mi-cmds.h: Declare.
3402 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Add
3403 --no-frame-filter logic, and Python frame filter logic.
3404 (stack_enable_frame_filters): New function.
3405 (parse_no_frame_option): Ditto.
3406 (mi_cmd_stack_list_frames): Add --no-frame-filter and Python frame
3407 filter logic.
3408 (mi_cmd_stack_list_locals): Ditto.
3409 (mi_cmd_stack_list_args): Ditto.
3410 (mi_cmd_stack_list_variables): Ditto.
3411 * NEWS: Add frame filter note.
3412
3413 2013-05-09 Doug Evans <dje@google.com>
3414
3415 * symfile.c (syms_from_objfile_1): Delete args offsets, num_offsets.
3416 All callers updated.
3417 (syms_from_objfile): Ditto. Make static.
3418 (symbol_file_add_with_addrs): Renamed from
3419 symbol_file_add_with_addrs_or_offsets. Delete args offsets,
3420 num_offsets. All callers updated.
3421 * symfile.h (syms_from_objfile): Delete.
3422
3423 * symfile.c (decrement_reading_symtab): Add assert.
3424 (increment_reading_symtab): Ditto.
3425
3426 2013-05-09 Joel Brobecker <brobecker@adacore.com>
3427
3428 * source.c (forward_search_command): Replace call to getc
3429 by call to fgetc.
3430 (reverse_search_command): Likewise.
3431
3432 2013-05-08 Doug Evans <dje@google.com>
3433
3434 * psymtab.c (expand_symtabs_matching_via_partial): Fix file name
3435 matching test.
3436
3437 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3438
3439 * sol-thread.c (info_cb): Factorize the code a little.
3440
3441 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3442
3443 * sol-thread.c (info_cb): Rework the output of the "maintenance
3444 info sol-threads" command a bit.
3445
3446 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3447
3448 * sol-thread.c (info_cb) [ti.ti_state == TD_THR_SLEEP]:
3449 Replace ti.ti_startfunc by ti.ti_pc.
3450
3451 2013-05-08 Joel Brobecker <brobecker@adacore.com>
3452
3453 * solib-aix.c (solib_aix_free_library_list): New function
3454 for the case where HAVE_LIBEXPAT is not defined.
3455
3456 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
3457
3458 PR breakpoints/15413:
3459 * breakpoint.c (condition_completer): Simplify the code to
3460 disconsider multiple locations of breakpoints when completing the
3461 "condition" command.
3462
3463 2013-05-07 Pierre Muller <muller@sourceware.org>
3464
3465 * common/linux-btrace.c: ARI fix: Include "gdb_wait.h"
3466 instead of <sys/wait.h>.
3467
3468 2013-05-07 Pierre Muller <muller@sourceware.org>
3469
3470 * nios2-tdep.c (nios2_dwarf_reg_to_regnum): ARI fix: remove
3471 trailing new line from warning message.
3472
3473 2013-05-07 Pierre Muller <muller@sourceware.org>
3474
3475 * contrib/ari/gdb_ari.sh (SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK)
3476 (PC_SOLIB): Change type from ari_deprecate to ari_regression.
3477
3478 2013-05-07 Joel Brobecker <brobecker@adacore.com>
3479
3480 * rs6000-nat.c (rs6000_core_ldinfo): Remove '\n' at end of
3481 error message (ARI fix).
3482
3483 2013-05-07 Joel Brobecker <brobecker@adacore.com>
3484
3485 * features/library-list-aix.dtd: Replace library-list by
3486 library-list-aix.
3487 * rs6000-nat.c: Replace library-list by library-list-aix
3488 throughout.
3489 * solib-aix.c: Likewise.
3490
3491 2013-05-07 Joel Brobecker <brobecker@adacore.com>
3492
3493 * target.h (enum target_object) [TARGET_OBJECT_LIBRARIES_AIX]:
3494 Renames TARGET_OBJECT_AIX_LIBRARIES.
3495 * rs6000-nat.c: Replace TARGET_OBJECT_AIX_LIBRARIES with
3496 TARGET_OBJECT_LIBRARIES_AIX throughout.
3497 * solib-aix.c: Likwise.
3498
3499 2013-05-07 Yao Qi <yao@codesourcery.com>
3500
3501 * solib-dsbt.c (struct dsbt_info) <enable_break2_done>: Remove.
3502 (get_dsbt_info, enable_break, dsbt_clear_solib): Update.
3503
3504 2013-05-07 Yao Qi <yao@codesourcery.com>
3505
3506 * solib-dsbt.c (enable_break): Declare.
3507 (dsbt_current_sos): Remove call to enable_break2.
3508 (enable_break2): Rename to enable_break. Set solib breakpoint
3509 on '_dl_debug_state'.
3510 (enable_break): Remove.
3511
3512 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
3513
3514 * ppc-linux-nat.c (ppc_linux_new_thread): Clear the new thread's
3515 debug state prior to replicating existing hardware watchpoints or
3516 breakpoints.
3517
3518 2013-05-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3519
3520 * gcore.c (gcore_create_callback): Ignore sections with
3521 separate_debug_objfile_backlink != NULL.
3522
3523 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3524 Andrew Jenner <andrew@codesourcery.com>
3525 Chung-Lin Tang <cltang@codesourcery.com>
3526 Julian Brown <julian@codesourcery.com>
3527
3528 Based on the nios2-elf port from Altera Corporation.
3529
3530 * Makefile.in (ALL_TARGET_OBS): Add nios2-tdep.o and
3531 nios2-linux-tdep.o.
3532 (HFILES_NO_SRCDIR): Add nios2-tdep.h.
3533 (ALLDEPFILES): Add nios2-tdep.c and nios2-linux-tdep.c.
3534 * configure.tgt: Add nios2*-*-linux* and nios2*-*-* targets.
3535 * nios2-tdep.h: New.
3536 * nios2-tdep.c: New.
3537 * nios2-linux-tdep.c: New.
3538 * features/Makefile (WHICH): Add nios2-linux.
3539 (nios2-linux-expedite): Set.
3540 * features/nios2-cpu.xml: New.
3541 * features/nios2.xml: New.
3542 * features/nios2-linux.xml: New.
3543 * features/nios2.c: New (autogenerated).
3544 * features/nios2-linux.c: New (autogenerated).
3545 * regformats/nios2-linux.dat: New (autogenerated).
3546 * NEWS (Changes since GDB 7.6): Add new Nios II targets
3547 and commands.
3548
3549 2013-05-06 Doug Evans <dje@google.com>
3550
3551 * symfile.c: Whitespace cleanup.
3552
3553 * solist.h (struct target_so_ops): New member clear_so.
3554 * solib-svr4.c (svr4_clear_so): New function.
3555 (_initialize_svr4_solib): Set svr4_so_ops.clear_so.
3556 * solib.c (clear_so): Renamed from free_so_symbols.
3557 All callers updated. Call target clear_so if it exists.
3558
3559 2013-05-06 Tom Tromey <tromey@redhat.com>
3560
3561 * ada-lang.c (ada_value_primitive_packed_val): Don't
3562 call value_incref.
3563 * value.c (set_value_parent): Incref the new parent and decref
3564 the old parent.
3565 (value_copy, value_primitive_field): Use set_value_parent.
3566
3567 2013-05-06 Tom Tromey <tromey@redhat.com>
3568
3569 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.
3570 (indirect_pieced_value): Call dwarf2_fetch_constant_bytes
3571 if needed.
3572 * dwarf2loc.h (dwarf2_fetch_constant_bytes): Declare.
3573 * dwarf2read.c (write_constant_as_bytes)
3574 (dwarf2_fetch_constant_bytes): New functions.
3575
3576 2013-05-06 Tom Tromey <tromey@redhat.com>
3577
3578 * dwarf2read.c (dwarf2_const_value_data): Remove unused
3579 parameters.
3580 (dwarf2_const_value_attr): Update.
3581
3582 2013-05-06 Tom Tromey <tromey@redhat.com>
3583
3584 * somread.c (som_symfile_offsets): Add 'const' to addrs.
3585 * machoread.c (macho_symfile_offsets): Add 'const' to addrs.
3586 * xcoffread.c (xcoff_symfile_offsets): Add 'const' to addrs.
3587 Remove declaration.
3588
3589 2013-05-06 Tom Tromey <tromey@redhat.com>
3590
3591 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not
3592 objfile's obstack.
3593
3594 2013-05-06 Doug Evans <dje@google.com>
3595
3596 * dbxread.c (process_one_symbol): Constify section_offsets parameter.
3597 * stabsread.h (process_one_symbol): Update declaration.
3598 * dwarf2read.c (dw2_relocate): Constify new_offsets, delta parameters.
3599 * elfread.c (elf_symfile_relocate_probe): Ditto.
3600 * psymtab.c (relocate_psymtabs): Ditto.
3601 * objfiles.c (objfile_relocate1): Constify new_offsets parameter.
3602 (objfile_relocate): Ditto.
3603 * objfiles.h (objfile_relocate): Update declaration.
3604 * symfile.c (relative_addr_info_to_section_offsets): Constify
3605 addrs parameter.
3606 (default_symfile_offsets): Ditto.
3607 (syms_from_objfile_1): Constify offsets parameter.
3608 (syms_from_objfile): Ditto.
3609 (symbol_file_add_with_addrs_or_offsets): Ditto.
3610 (symfile_map_offsets_to_segments): Constify data parameter.
3611 * symfile.h (struct quick_symbol_functions): Constify new_offsets,
3612 delta parameters of member relocate.
3613 (struct sym_probe_fns): Constify new_offsets,
3614 delta parameters of member sym_relocate_probe.
3615 (struct sym_fns): Constify section_addr_info parameter of member
3616 sym_offsets.
3617 (relative_addr_info_to_section_offsets): Update declaration.
3618 (default_symfile_offsets): Ditto.
3619 (syms_from_objfile): Ditto.
3620 (symfile_map_offsets_to_segments): Ditto.
3621
3622 * symfile.c (syms_from_objfile_1): Use correct section count when
3623 objfile->sf == NULL.
3624
3625 2013-05-06 Mike Frysinger <vapier@gentoo.org>
3626
3627 * common/linux-btrace.c (intel_supports_btrace): Fix indentation.
3628
3629 2013-05-06 Doug Evans <dje@google.com>
3630
3631 * psympriv.h (struct partial_symtab): Augment comment for member
3632 section_offsets.
3633
3634 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3635
3636 Reimplement shared library support on ppc-aix...
3637 * target.h (TARGET_OBJECT_AIX_LIBRARIES): New target_object enum.
3638 * features/library-list-aix.dtd: New file.
3639 * solib-aix.h, solib-aix.c: New file.
3640 * rs6000-aix-tdep.c: #include "solib.h" and "solib-aix.h".
3641 (rs6000_find_toc_address_hook): Delete.
3642 (rs6000_push_dummy_call): Rewrite code setting the TOC value.
3643 (rs6000_aix_init_osabi): Register solib_aix_so_ops.
3644 * rs6000-nat.c: Remove "xcoffsolib.h" include. Include
3645 "xml-utils.h".
3646 (map_vmap, vmap_exec, vmap_ldinfo, add_vmap, objfile_symbol_add)
3647 (vmap_symtab, fixup_breakpoints): Delete.
3648 (rs6000_xfer_shared_libraries): New function.
3649 (rs6000_xfer_partial): Add TARGET_OBJECT_AIX_LIBRARIES handling.
3650 (vmap_secs, bss_data_overlap, vmap_add_symbols): Delete.
3651 (xcoff_relocate_symtab, xcoff_relocate_core): Delete.
3652 (rs6000_ptrace_ldinfo, rs6000_core_ldinfo)
3653 (rs6000_xfer_shared_library): New function.
3654 (find_toc_address): Delete.
3655 (_initialize_rs6000_nat): Do not set rs6000_find_toc_address_hook.
3656 * rs6000-tdep.h (rs6000_find_toc_address_hook): Remove.
3657 * xcoffread.c (record_minimal_symbol): Reloate symbol address
3658 before creating minimal symbol. Adjust function description
3659 accordingly.
3660 (scan_xcoff_symtab): Replace call to
3661 prim_record_minimal_symbol_and_info by call to
3662 record_minimal_symbol.
3663 (xcoff_symfile_offsets): Reimplement mostly as a wrapper
3664 around default_symfile_offsets.
3665 * configure.tgt: Add solib-aix.o to gdb_target_obs for
3666 powerpc-aix targets.
3667 * config/rs6000/nm-rs6000.h: Delete.
3668 * config/powerpc/aix.mh (NAT_FILE): Delete.
3669 (NATDEPFILES): Remove xcoffsolib.o.
3670 * Makefile.in (XMLFILES): Add library-list-aix.dtd.
3671 (ALL_TARGET_OBS): Add solib-aix.o.
3672 (HFILES_NO_SRCDIR): Remove xcoffsolib.h and
3673 config/rs6000/nm-rs6000.h. Add solib-aix.h.
3674 (ALLDEPFILES): Add solib-aix.c. Remove xcoffsolib.c.
3675 * xcoffsolib.h, xcoffsolib.c: Delete.
3676
3677 * solib.c (reload_shared_libraries): Remove reference to
3678 SOLIB_CREATE_INFERIOR_HOOK.
3679 * breakpoint.c (handle_solib_event): Remove reference to SOLIB_ADD.
3680 (disable_breakpoints_in_shlibs): Remove reference to PC_SOLIB.
3681 (momentary_bkpt_re_set): Replace SOLIB_ADD by solib_add in
3682 comment.
3683 * corelow.c (deprecated_core_resize_section_table): Delete.
3684 * exec.c: Remove include of xcoffsolib.h".
3685 (map_vmap, vmap): Delete.
3686 (exec_close_1): Remove references to vmap.
3687 (exec_file_attach): Remove vmap handling code, and reference
3688 to DEPRECATED_IBM6000_TARGET.
3689 (bfdsec_to_vmap): Delete.
3690 (exec_files_info): Remove block of code handling VMAP.
3691 * infcmd.c (post_create_inferior): Remove reference to
3692 SOLIB_CREATE_INFERIOR_HOOK and SOLIB_ADD.
3693 * infrun.c (follow_exec): Remove reference to
3694 SOLIB_CREATE_INFERIOR_HOOK.
3695 * stack.c (print_frame): Remove reference to PC_SOLIB.
3696 * solib-dsbt.c (dsbt_current_sos): Adjust comment.
3697 (dsbt_relocate_main_executable): Likewise.
3698 * solib-frv.c (frv_current_sos): Likewise.
3699
3700 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3701
3702 * sol-thread.c (rw_common): Cast BUF to "gdb_byte *" in calls
3703 to target_write_memory and target_read_memory.
3704
3705 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3706
3707 * darwin-nat.c (darwin_setup_fake_stop_event): New function.
3708 (darwin_attach): Adjust using darwin_setup_fake_stop_event.
3709
3710 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3711
3712 * darwin-nat.c: Replace all "%x" instances in format strings
3713 into "0x%x" throughout.
3714
3715 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3716
3717 * darwin-nat.c (darwin_mourn_inferior): Replace call to
3718 gdb_assert by call to MACH_CHECK_ERROR.
3719 (darwin_attach_pid): Raise an error rather than a failed
3720 assertion when various system calls failed. Report a warning
3721 instead of raising a failed assertion when PREV_NOT is not NULL
3722 after call to mach_port_request_notification.
3723 (darwin_ptrace_me): Raise an error rather than a failed
3724 assertion when read returns nonzero.
3725
3726 2013-05-06 Joel Brobecker <brobecker@adacore.com>
3727
3728 * amd64-darwin-tdep.c: Remove #include "gdb_assert.h".
3729
3730 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3731
3732 * cleanups.c (restore_my_cleanups): New gdb_assert for SENTINEL_CLEANUP.
3733
3734 2013-05-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3735
3736 * event-top.c (display_gdb_prompt): Call missing do_cleanups.
3737 * infcmd.c (get_return_value) <!stop_regs>: Do not overwrite CLEANUP.
3738 * symfile.c (symfile_bfd_open): New variable back_to. Do not leave
3739 a stale cleanup. Fix double free of NAME.
3740
3741 2013-05-04 Eli Zaretskii <eliz@gnu.org>
3742
3743 * windows-nat.c (windows_delete_thread): Accept an additional
3744 argument, the thread's exit code, and announce thread death when
3745 print_thread_events is non-zero and we are deleting a thread that
3746 is not the main thread.
3747 (get_windows_debug_event): Pass thread exit code to
3748 windows_delete_thread.
3749
3750 2013-05-03 Kevin Buettner <kevinb@redhat.com>
3751
3752 * v850-tdep.c (elf-bfd.h, elf/v850.h): Include.
3753 (R_149_REGNUM, E_NUM_OF_V850E2_REGS, E_SELID_1_R0_REGNUM)
3754 (E_SELID_1_R31_REGNUM, E_SELID_2_R0_REGNUM, E_SELID_2_R31_REGNUM)
3755 (E_SELID_3_R0_REGNUM, E_SELID_3_R31_REGNUM, E_SELID_4_R0_REGNUM)
3756 (E_SELID_4_R31_REGNUM, E_SELID_5_R0_REGNUM, E_SELID_5_R31_REGNUM)
3757 (E_SELID_6_R0_REGNUM, E_SELID_6_R31_REGNUM, E_SELID_7_R0_REGNUM, E_SELID_7_R31_REGNUM)
3758 (E_VR0_REGNUM, E_VR31_REGNUM, E_NUM_OF_V850E3V5_REGS): Define.
3759 (v850_abi, V850_ABI_GCC, V850_ABI_RH850): New enum and constants.
3760 (gdbarch_tdep): New struct.
3761 (v850e2_register_name): Use E_NUM_OF_V850E2_REGS instead of
3762 E_NUM_REGS.
3763 (v850e3v5_register_name): New function.
3764 (v850_register_type): v850e3v5 vector registers are 64-bits wide.
3765 (v850_use_struct_convention): Add `gdbarch' parameter. Add new
3766 code handling the struct return conventions for the RH850 ABI.
3767 Update all callers.
3768 (v850_eight_byte_align_p): New function.
3769 (v850_push_call_dummy): Push structs by value, not by reference
3770 for the RH850 ABI. Add support for eight byte alignment.
3771 (v850_dbtrap_breakpoint_from_pc): New function.
3772 (v850_gdbarch_init): Add ABI detection code. Register
3773 v850e3v5_register_name for the v850e3v5 architecture. Set the
3774 number of registers for v850e3v5. Register
3775 v850_dbtrap_breakpoint_from_pc as appropriate.
3776 (_initialize_gdbarch_init): Registration bfd_arch_v850_rh850.
3777
3778 2013-05-03 Doug Evans <dje@google.com>
3779
3780 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections instead
3781 of bfd_count_sections.
3782 * solib-target.c (solib_target_relocate_section_addresses): Ditto.
3783 * symfile.c (default_symfile_offsets): Ditto.
3784 (syms_from_objfile_1): Ditto. Make dummy addrs list an array of
3785 one entry, not bfd_count_sections entries.
3786
3787 2013-05-03 Kevin Buettner <kevinb@redhat.com>
3788
3789 * rl78-tdep.c (rl78_register_reggroup_p): Include SP in the
3790 `save' and `restore' register groups. Don't include SPL
3791 or SPH in these groups.
3792 (rl78_dwarf_reg_to_regnum): Adjust mapping for
3793 RL78_PC_REGNUM. Add mappings for RL78_PSW_REGNUM,
3794 RL78_ES_REGNUM, and RL78_CS_REGNUM.
3795 (rl78_gdbarch_init): Set `dwarf2_addr_size' to 4. Invoke
3796 dwarf2_append_unwinders().
3797
3798 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3799
3800 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Do not
3801 ignore SIGINT and SIGTRAP in case these internal signals are
3802 caught explicitely.
3803
3804 2013-05-01 Joel Brobecker <brobecker@adacore.com>
3805
3806 * darwin-nat.c (darwin_read_write_inferior): Change types
3807 of parameters rdaddr and wraddr to "gdb_byte *". Change type
3808 of copy_count to "mach_msg_type_number_t".
3809 (darwin_read_dyld_info): Change type of parameter
3810 rdaddr to "gdb_byte *".
3811
3812 2013-05-01 Joel Brobecker <brobecker@adacore.com>
3813
3814 * solib-ia64-hpux.c (ia64_hpux_read_dynamic_info): Change cast
3815 of &info->load_map from "char *" to "gdb_byte *".
3816
3817 2013-05-01 Joel Brobecker <brobecker@adacore.com>
3818
3819 * ia64-tdep.c (ia64_access_fpreg): Change cast of val
3820 from "char *" to "gdb_byte *".
3821 (ia64_access_rse_fpreg, ia64_access_mem): Likewise.
3822
3823 2013-04-30 Doug Evans <dje@google.com>
3824
3825 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.
3826 (init_cutu_and_read_dies): Flag a complaint, not error, for bad
3827 DWO stub. If DWO isn't found, just use stub.
3828 (lookup_dwo_cutu): Don't try DWO if there's a DWP file.
3829
3830 * dwarf2read.c (dw2_find_symbol_file): Initialize filename before
3831 calling init_cutu_and_read_dies.
3832
3833 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3834
3835 * target-descriptions.c (maint_print_c_tdesc_cmd):
3836 Add case to parse structures as register types and
3837 bitfields.
3838
3839 2013-04-30 Walfred Tedeschi <walfred.tedeschi@intel.com>
3840
3841 * MAINTAINERS (Write After Approval): Add myself to the list.
3842
3843 2013-04-30 Joel Brobecker <brobecker@adacore.com>
3844
3845 * sol-thread.c (rw_common): Change type of parameter "buf"
3846 to "gdb_byte *".
3847 (ps_pdwrite, ps_ptwrite): Cast parameter "buf" in call to
3848 rw_common to "gdb_byte *" instead of "char *".
3849
3850 2013-04-30 Joel Brobecker <brobecker@adacore.com>
3851
3852 * sol-thread.c (info_cb) [ti.ti_startfunc != 0]: Change type
3853 of local variable msym to const struct bound_minimal_symbol.
3854 Adjust use accordingly.
3855 [ti.ti_state == TD_THR_SLEEP]: Likewise.
3856
3857 2013-04-30 Samuel Thibault <samuel.thibault@gnu.org>
3858
3859 * i386gnu-nat.c (CREG_OFFSET): New macro.
3860 (creg_offset): New array.
3861 (CREG_ADDR): Use creg_offset instead of reg_offset.
3862
3863 2013-04-30 Joel Brobecker <brobecker@adacore.com>
3864
3865 * mep-tdep.c (mep_write_pc): Delete.
3866 (mep_gdbarch_init): Remove call to set_gdbarch_write_pc.
3867 Add call to set_gdbarch_pc_regnum.
3868
3869 2013-04-30 Joel Brobecker <brobecker@adacore.com>
3870
3871 * common/filestuff.c: Replace #include <dirent.h> by
3872 #include "gdb_dirent.h".
3873
3874 2013-04-30 Joel Brobecker <brobecker@adacore.com>
3875
3876 * common/filestuff.c: Replace #include <sys/stat.h> by
3877 #include "gdb_stat.h".
3878
3879 2013-04-29 Pierre Muller <muller@sourceware.org>
3880
3881 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for
3882 editCase function rule.
3883 (get_DW_AT_signature_type): Likewise.
3884
3885 2013-04-29 Joel Brobecker <brobecker@adacore.com>
3886
3887 * m32r-tdep.c (m32r_write_pc): Delete.
3888 (m32r_gdbarch_init): Remove call to set_gdbarch_write_pc.
3889 Add call to set_gdbarch_pc_regnum.
3890
3891 2013-04-29 Pierre Muller <muller@sourceware.org>
3892
3893 * ./contrib/ari/gdb_ari.sh (editCase rule): Fix spelling error.
3894
3895 2013-04-29 Joel Brobecker <brobecker@adacore.com>
3896
3897 * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
3898
3899 2013-04-28 Yao Qi <yao@codesourcery.com>
3900
3901 * solib-dsbt.c (fetch_loadmap): Re-indent.
3902 (displacement_from_map, enable_break2): Likewise.
3903 (dsbt_relocate_section_addresses): Likewise.
3904
3905 2013-04-26 Joel Brobecker <brobecker@adacore.com>
3906
3907 GDB 7.6 released.
3908
3909 2013-04-25 Andreas Kaufmann <Andreas.Kaufmann@synopsys.com>
3910
3911 PR corefiles/14983:
3912 * dwarf2read.c (process_full_comp_unit): Always create a static
3913 block.
3914
3915 2013-04-25 Hui Zhu <hui@codesourcery.com>
3916
3917 * breakpoint.c (build_target_command_list): Change loc->cond_bytecode
3918 to loc->cmd_bytecode.
3919
3920 2013-04-24 Doug Evans <dje@google.com>
3921
3922 * dwarf2read.c (setup_type_unit_groups): Fix comment.
3923
3924 2013-04-22 Keith Seitz <keiths@redhat.com>
3925
3926 * tracepoint.c (trace_save): Call the writer's start method.
3927
3928 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
3929
3930 PR gdb/10462
3931 * cli/cli-decode.c (lookup_command): Show an error if there is no space
3932 before argument.
3933
3934 2013-04-23 Tom Tromey <tromey@redhat.com>
3935
3936 * common/filestuff.c: Check USE_WIN32API before including
3937 sys/socket.h.
3938 (HAVE_F_GETFD): New define.
3939 (mark_cloexec): Check HAVE_F_GETFD.
3940 (gdb_open_cloexec): Change 'mode' to unsigned long.
3941 (gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
3942 (gdb_pipe_cloexec): Check HAVE_PIPE.
3943 * common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
3944 long.
3945
3946 2013-04-23 Hui Zhu <hui@codesourcery.com>
3947
3948 PR gdb/15293
3949 * breakpoint.c (bpstat_what): Add BPSTAT_WHAT_SINGLE to bp_dprintf.
3950
3951 2013-04-23 Hui Zhu <hui@codesourcery.com>
3952
3953 PR gdb/15165
3954 * breakpoint.c (dprintf_print_recreate): New.
3955 (save_breakpoints): Let it not save dprintf commands.
3956 (initialize_breakpoint_ops): Set dprintf_print_recreate.
3957
3958 2013-04-22 Tom Tromey <tromey@redhat.com>
3959
3960 PR gdb/7912:
3961 * Makefile.in (SFILES): Add filestuff.c
3962 (COMMON_OBS): Add filestuff.o.
3963 (filestuff.o): New target.
3964 * auto-load.c (auto_load_objfile_script_1): Use
3965 gdb_fopen_cloexec.
3966 * auxv.c (procfs_xfer_auxv): Use gdb_open_cloexec.
3967 * cli/cli-cmds.c (shell_escape): Call close_most_fds.
3968 * cli/cli-dump.c (fopen_with_cleanup): Use gdb_fopen_cloexec.
3969 * common/agent.c (gdb_connect_sync_socket): Use
3970 gdb_socket_cloexec.
3971 * common/filestuff.c: New file.
3972 * common/filestuff.h: New file.
3973 * common/linux-osdata.c (linux_common_core_of_thread)
3974 (command_from_pid, commandline_from_pid, print_source_lines)
3975 (linux_xfer_osdata_shm, linux_xfer_osdata_sem)
3976 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Use
3977 gdb_fopen_cloexec.
3978 * common/linux-procfs.c (linux_proc_get_int)
3979 (linux_proc_pid_has_state): Use gdb_fopen_cloexec.
3980 * config.in, configure: Rebuild.
3981 * configure.ac: Don't check for sys/socket.h. Check for
3982 fdwalk, pipe2.
3983 * corelow.c (core_open): Use gdb_open_cloexec.
3984 * dwarf2read.c (write_psymtabs_to_index): Use gdb_fopen_cloexec.
3985 * fork-child.c (fork_inferior): Call close_most_fds.
3986 * gdb_bfd.c (gdb_bfd_open): Use gdb_open_cloexec.
3987 * inf-child.c (inf_child_fileio_readlink): Use gdb_open_cloexec.
3988 * linux-nat.c (linux_nat_thread_name, linux_proc_pending_signals):
3989 Use gdb_fopen_cloexec.
3990 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use
3991 gdb_open_cloexec.
3992 (linux_async_pipe): Use gdb_pipe_cloexec.
3993 * remote-fileio.c (remote_fileio_func_open): Use
3994 gdb_open_cloexec.
3995 * remote.c (remote_file_put, remote_file_get): Use
3996 gdb_fopen_cloexec.
3997 * ser-pipe.c (pipe_open): Use gdb_socketpair_cloexec,
3998 close_most_fds.
3999 * ser-tcp.c (net_open): Use gdb_socket_cloexec.
4000 * ser-unix.c (hardwire_open): Use gdb_open_cloexec.
4001 * solib.c (solib_find): Use gdb_open_cloexec.
4002 * source.c (openp, find_and_open_source): Use gdb_open_cloexec.
4003 * tracepoint.c (tfile_start): Use gdb_fopen_cloexec.
4004 (tfile_open): Use gdb_open_cloexec.
4005 * tui/tui-io.c (tui_initialize_io): Use gdb_pipe_cloexec.
4006 * ui-file.c (gdb_fopen): Use gdb_fopen_cloexec.
4007 * xml-support.c (xml_fetch_content_from_file): Use
4008 gdb_fopen_cloexec.
4009 * main.c (captured_main): Call notice_open_fds.
4010
4011 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com>
4012
4013 * remote-sim.c (dump_mem): Change the type of 'buf' parameter from
4014 'char *' to 'gdb_byte *'.
4015 (gdbsim_store_register): Change the type of 'tmp' from 'char' to
4016 'gdb_byte'.
4017
4018 2013-04-22 Yao Qi <yao@codesourcery.com>
4019
4020 * infrun.c: Fix typo in comment.
4021
4022 2013-04-22 Andrew Haley <aph@redhat.com>
4023
4024 * arm-tdep.c (BranchDest): Cast result as "unsigned long",
4025 instead of "long".
4026
4027 2013-04-20 Yao Qi <yao@codesourcery.com>
4028
4029 * ctf.c (ctf_fetch_registers): Change the type of 'regs' from
4030 'char *' to 'gdb_byte *'. Cast the return value of
4031 'bt_ctf_get_char_array' to 'gdb_byte *'.
4032
4033 2013-04-19 Pedro Alves <palves@redhat.com>
4034
4035 * configure.ac (build_warnings): Replace -Wno-pointer-sign with
4036 -Wpointer-sign.
4037 * configure: Regenerate.
4038
4039 2013-04-19 Pedro Alves <palves@redhat.com>
4040
4041 * ser-tcp.c (net_read_prim): Cast second argument to recv to
4042 'void *'.
4043
4044 2013-04-19 Pedro Alves <palves@redhat.com>
4045
4046 * monitor.c (monitor_write_memory, monitor_write_memory_bytes):
4047 Change type of 'myaddr' parameter to gdb_byte pointer.
4048 (monitor_write_memory_longlongs): Likewise. Cast 'myaddr' pointer
4049 to 'long long' pointer instead of to 'unsigned long long'.
4050 (monitor_write_memory_block, monitor_read_memory_single)
4051 (monitor_read_memory): Change type of 'myaddr' parameter to
4052 gdb_byte pointer.
4053
4054 2013-04-19 Pedro Alves <palves@redhat.com>
4055
4056 * record.c (validate_history_size): Make parameter 'setting'
4057 unsigned.
4058
4059 2013-04-19 Pedro Alves <palves@redhat.com>
4060
4061 * ctf.c (ctf_write_uploaded_tsv, ctf_write_uploaded_tp): Add casts
4062 to 'gdb_byte *'.
4063
4064 2013-04-19 Pedro Alves <palves@redhat.com>
4065
4066 * cp-valprint.c (cp_print_class_member): Change type of 'fieldno'
4067 local to int.
4068
4069 2013-04-19 Pedro Alves <palves@redhat.com>
4070
4071 * ada-lang.c (print_it_exception): Add cast to gdb_byte *.
4072 * ada-tasks.c (read_fat_string_value): Likewise.
4073
4074 2013-04-19 Pedro Alves <palves@redhat.com>
4075
4076 * dwarf2-frame.c (execute_cfa_program): Make 'bytes_read' local
4077 unsigned. Pass 'tmp' to safe_read_uleb128 instead of the signed
4078 'offset', and adjust.
4079
4080 2013-04-19 Pedro Alves <palves@redhat.com>
4081
4082 * dwarf2read.c (dwarf2_get_dwz_file): Add cast to const char *.
4083 (read_index_from_section): Add cast to 'char *'.
4084
4085 2013-04-19 Pedro Alves <palves@redhat.com>
4086
4087 * xcoffread.c (xcoff_initial_scan): Add cast to 'char *'.
4088
4089 2013-04-19 Pedro Alves <palves@redhat.com>
4090
4091 * coff-pe-read.c (read_pe_exported_syms): Handle strings as char.
4092
4093 2013-04-19 Pedro Alves <palves@redhat.com>
4094
4095 * record-full.c (record_full_get_bookmark): Change local 'ret'
4096 type to char * and add cast to gdb_byte *.
4097 (record_full_goto_bookmark): Handle 'bookmark' argument as a
4098 string.
4099 * reverse.c (goto_bookmark_command): Add casts to gdb_byte *.
4100
4101 2013-04-19 Pedro Alves <palves@redhat.com>
4102
4103 * python/py-inferior.c (infpy_write_memory): Add cast to gdb_byte
4104 * python/py-prettyprint.c (print_string_repr): Change type of
4105 'output' local to char *. Add cast to gdb_byte * in
4106 LA_PRINT_STRING call.
4107 (print_children): Change type of 'output' local to char *.
4108 * python/py-value.c (valpy_string): Add cast to const char * in
4109 PyUnicode_Decode call.
4110
4111 2013-04-19 Pedro Alves <palves@redhat.com>
4112
4113 * remote-mips.c (mips_cksum): Rename 'data' parameter to 'datastr'
4114 and change its type to 'const char *'. Adjust.
4115 (mips_send_packet): Add cast to 'char *', and remove cast to
4116 'unsigned char *'.
4117 (mips_receive_packet): Remove cast to 'unsigned char *'.
4118 (mips_load_srec): Use bfd_byte.
4119 (pmon_makeb64, pmon_zeroset): Make 'chksum' parameter unsigned.
4120 (pmon_checkset): Make 'value' parameter unsigned.
4121
4122 2013-04-19 Pedro Alves <palves@redhat.com>
4123
4124 * common/agent.c (agent_run_command): Add cast to gdb_byte *.
4125
4126 2013-04-19 Pedro Alves <palves@redhat.com>
4127
4128 * remote.c (remote_write_bytes_aux, compare_sections_command)
4129 (remote_read_qxfer)
4130 (remote_search_memory, remote_hostio_pwrite, remote_hostio_pread)
4131 (remote_hostio_readlink, remote_bfd_iovec_pread)
4132 (remote_set_trace_notes): Use gdb_byte when RSP buffer is used as
4133 binary buffer, and char when buffer is used as string.
4134 * tracepoint.c (encode_source_string, tfile_write_uploaded_tp)
4135 (trace_save, tfile_open, traceframe_walk_blocks)
4136 (tfile_fetch_registers): Likewise.
4137
4138 2013-04-19 Pedro Alves <palves@redhat.com>
4139
4140 * ser-base.c (ser_base_write): Change prototype -- take 'void *'
4141 buffer and size_t size. Adjust.
4142 * ser-base.h (ser_base_write): Adjust.
4143 * ser-go32.c (cnts): Change type to size_t.
4144 (dos_write): Change prototype -- take 'void *'
4145 buffer and size_t size. Adjust.
4146 (dos_info): Print elements of 'cnts' as unsigned long.
4147 * serial.c (serial_write): Likewise.
4148 * serial.h (serial_write): Adjust.
4149 (struct serial_ops) <write>: Change prototype -- take 'void *'
4150 buffer and size_t size. Adjust.
4151
4152 2013-04-19 Pedro Alves <palves@redhat.com>
4153
4154 * c-lang.c (evaluate_subexp_c): Cast result of obstack_base to
4155 gdb_byte *.
4156 * linux-tdep.c (linux_make_mappings_corefile_notes): Likewise.
4157
4158 2013-04-19 Pedro Alves <palves@redhat.com>
4159
4160 * alpha-tdep.c (alpha_extract_return_value): Use
4161 regcache_cooked_read_unsigned to read 'v0'.
4162
4163 2013-04-19 Pedro Alves <palves@redhat.com>
4164
4165 * xtensa-tdep.c (execute_l32e, execute_s32e): Change type of
4166 parameters 'at', 'as' and 'offset' to uint32_t.
4167
4168 2013-04-19 Pedro Alves <palves@redhat.com>
4169
4170 * aarch64-tdep.c (aarch64_analyze_prologue): Change type of local
4171 'is64' to signed 'int'.
4172
4173 2013-04-19 Pedro Alves <palves@redhat.com>
4174
4175 * s390-tdep.c (is_rs, is_rsy, is_rx, is_rxy): Change type of 'd2'
4176 parameter to int *.
4177
4178 2013-04-19 Pedro Alves <palves@redhat.com>
4179
4180 * ppc-linux-tdep.c (ppc_skip_trampoline_code): Change local
4181 'insnbuf' buffer type to unsigned int[].
4182
4183 2013-04-19 Pedro Alves <palves@redhat.com>
4184
4185 * mips-tdep.c (mips_read_pc): Change local 'pc' type to LONGEST.
4186
4187 2013-04-19 Pedro Alves <palves@redhat.com>
4188
4189 * mep-tdep.c (mep_get_insn): Change 'insn' parameter type to
4190 unsigned long *.
4191
4192 2013-04-19 Pedro Alves <palves@redhat.com>
4193
4194 * alpha-tdep.c (heuristic_fence_post): Change type to int.
4195 (alpha_heuristic_proc_start): Adjust to check -1 instead of
4196 UINT_MAX.
4197 * mips-tdep.c (heuristic_fence_post): Change type to int.
4198 (heuristic_proc_start): Adjust to check -1 instead of UINT_MAX.
4199
4200 2013-04-19 Pedro Alves <palves@redhat.com>
4201
4202 * cris-tdep.c (usr_cmd_cris_version): Make unsigned.
4203 (struct gdbarch_tdep) <cris_version>: Make unsigned.
4204 (cris_spec_reg_applicable, cris_gdbarch_init): Adjust locals.
4205
4206 2013-04-19 Pedro Alves <palves@redhat.com>
4207
4208 * avr-tdep.c (avr_io_reg_read_command): New local 'bufstr'. Use
4209 it to get a string view of the byte buffer.
4210 * i386-cygwin-tdep.c (core_process_module_section): Change local 'buf'
4211 type to gdb_byte *. Adjust.
4212 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full):
4213 Change local to char *.
4214 * solib-darwin.c (find_program_interpreter): Change return type to
4215 char *. Adjust.
4216 (darwin_solib_get_all_image_info_addr_at_init): Adjust.
4217 * solib-dsbt.c (enable_break2): Change local 'buf' to char *.
4218 * solib-frv.c (enable_break2): Change local 'buf' to char *.
4219 * solib-spu.c (spu_current_sos): Add gdb_byte * cast.
4220 * solib-svr4.c (find_program_interpreter): Change return type to
4221 char *. Adjust.
4222 (enable_break): Change local 'interp_name' to char *.
4223 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
4224 * spu-tdep.c (spu_pseudo_register_read_spu): Add cast to 'char *'.
4225 (spu_pseudo_register_write_spu): Use char for string buffer.
4226 Adjust.
4227 (info_spu_event_command, info_spu_signal_command): Add casts to
4228 'char *'.
4229
4230 2013-04-19 Pedro Alves <palves@redhat.com>
4231
4232 * aarch64-tdep.c (aarch64_default_breakpoint): Change type to
4233 gdb_byte[].
4234 (aarch64_breakpoint_from_pc): Change return type to gdb_byte *.
4235 * ada-lang.c (ada_value_assign): Use gdb_byte.
4236 * alphanbsd-tdep.c (sigtramp_retcode): Change type to gdb_byte[].
4237 (alphanbsd_sigtramp_offset): Use gdb_byte.
4238 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint)
4239 (arm_linux_arm_be_breakpoint, eabi_linux_arm_le_breakpoint)
4240 (eabi_linux_arm_be_breakpoint, arm_linux_thumb_be_breakpoint)
4241 (arm_linux_thumb_le_breakpoint, arm_linux_thumb2_be_breakpoint)
4242 (arm_linux_thumb2_le_breakpoint): Change type to gdb_byte[].
4243 * arm-tdep.c (arm_stub_unwind_sniffer)
4244 (arm_displaced_init_closure): Use gdb_byte.
4245 (arm_default_arm_le_breakpoint, arm_default_arm_be_breakpoint)
4246 (arm_default_thumb_le_breakpoint)
4247 (arm_default_thumb_be_breakpoint): Change type to gdb_byte[].
4248 * arm-tdep.h (struct gdbarch_tdep) <arm_breakpoint,
4249 thumb_breakpoint, thumb2_breakpoint>: Change type to gdb_byte *.
4250 * arm-wince-tdep.c (arm_wince_le_breakpoint)
4251 (arm_wince_thumb_le_breakpoint): Change type to gdb_byte[].
4252 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint)
4253 (arm_nbsd_arm_be_breakpoint, arm_nbsd_thumb_le_breakpoint)
4254 (arm_nbsd_thumb_be_breakpoint): Change type to gdb_byte[].
4255 * armobsd-tdep.c (arm_obsd_thumb_le_breakpoint)
4256 (arm_obsd_thumb_be_breakpoint): Change type to gdb_byte[].
4257 * cris-tdep.c (push_stack_item, cris_push_dummy_call)
4258 (cris_store_return_value, cris_extract_return_value): Use
4259 gdb_byte.
4260 (constraint): Change type of parameter to char * from signed
4261 char*. Use gdb_byte.
4262 * dwarf2loc.c (read_pieced_value, write_pieced_value): Change type
4263 of local buffer to gdb_byte *.
4264 * dwarf2read.c (read_index_from_section): Use gdb_byte.
4265 (create_dwp_hash_table): Change type of locals to gdb_byte *.
4266 (add_address_entry): Change type of local buffer to gdb_byte[].
4267 * frv-tdep.c (frv_adjust_breakpoint_address, find_func_descr)
4268 (frv_push_dummy_call): Use gdb_byte.
4269 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code)
4270 (hppa_hpux_supply_ss_fpblock, hppa_hpux_supply_ss_wide)
4271 (hppa_hpux_supply_save_state): Use gdb_byte.
4272 * hppa-tdep.c (hppa32_push_dummy_call)
4273 (hppa64_convert_code_addr_to_fptr): Use gdb_byte.
4274 * ia64-tdep.c (extract_bit_field, replace_bit_field)
4275 (slotN_contents, replace_slotN_contents): Change type of parameter
4276 to gdb_byte *.
4277 (fetch_instruction, ia64_pseudo_register_write)
4278 (ia64_register_to_value, ia64_value_to_register)
4279 (ia64_extract_return_value, ia64_store_return_value)
4280 (ia64_push_dummy_call): Use gdb_byte.
4281 * m32c-tdep.c (m32c_return_value): Remove cast.
4282 * m68hc11-tdep.c (m68hc11_pseudo_register_write)
4283 (m68hc11_push_dummy_call, m68hc11_store_return_value): Use
4284 gdb_byte.
4285 * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Use gdb_byte.
4286 * mn10300-tdep.c (mn10300_store_return_value)
4287 (mn10300_breakpoint_from_pc, mn10300_push_dummy_call): Use
4288 gdb_byte.
4289 * moxie-tdep.c (moxie_process_readu): Use gdb_byte.
4290 (moxie_process_record): Remove casts.
4291 * ppc-ravenscar-thread.c (supply_register_at_address)
4292 (ppc_ravenscar_generic_store_registers): Use gdb_byte.
4293 * ravenscar-thread.c (get_running_thread_id): Use gdb_byte.
4294 * remote-m32r-sdi.c (m32r_fetch_register): Use gdb_byte.
4295 * remote-mips.c (mips_xfer_memory): Use gdb_byte.
4296 * remote.c (compare_sections_command): Use gdb_byte.
4297 * score-tdep.c (score7_free_memblock): Change type of parameter to
4298 gdb_byte *.
4299 * sh-tdep.c (sh_justify_value_in_reg): Change return type to
4300 gdb_byte *. Use gdb_byte.
4301 (sh_push_dummy_call_fpu): Use gdb_byte.
4302 (sh_extract_return_value_nofpu, sh_extract_return_value_fpu)
4303 (sh_store_return_value_nofpu, sh_store_return_value_fpu)
4304 (sh_register_convert_to_virtual, sh_register_convert_to_raw):
4305 Change parameter type to 'gdb_byte *'. Use gdb_byte.
4306 (sh_pseudo_register_read, sh_pseudo_register_write): Use gdb_byte.
4307 * sh64-tdep.c (sh64_push_dummy_call): Use gdb_byte.
4308 (sh64_store_return_value, sh64_register_convert_to_virtual):
4309 Change parameter type to 'gdb_byte *'. Use gdb_byte.
4310 (sh64_pseudo_register_write): Use gdb_byte.
4311 * solib-darwin.c (darwin_current_sos): Add casts to 'gdb_byte *'.
4312 * solib-irix.c (fetch_lm_info): Likewise. Use gdb_byte for byte
4313 buffer.
4314 (irix_current_sos): Use gdb_byte.
4315 * solib-som.c (som_current_sos): Use gdb_byte.
4316 * sparc-ravenscar-thread.c (supply_register_at_address)
4317 (sparc_ravenscar_generic_store_registers): Use gdb_byte.
4318 * spu-multiarch.c (spu_xfer_partial): Add cast to 'char *'.
4319 * spu-tdep.c (spu_get_overlay_table): Use gdb_byte.
4320 * tic6x-tdep.c (tic6x_breakpoint_from_pc): Change return type to
4321 'gdb_byte *'.
4322 * tic6x-tdep.h (struct gdbarch_tdep) <breakpoint>: Change type to
4323 'gdb_byte *'.
4324 * tracepoint.c (tfile_fetch_registers): Use gdb_byte.
4325 * xstormy16-tdep.c (xstormy16_extract_return_value)
4326 (xstormy16_store_return_value): Change parameter type to
4327 'gdb_byte *'. Adjust.
4328 (xstormy16_push_dummy_call): Use gdb_byte.
4329 * xtensa-tdep.c (xtensa_scan_prologue, call0_ret)
4330 (call0_analyze_prologue, execute_code): Use gdb_byte.
4331
4332 2013-04-19 Vladimir Kargov <kargov@gmail.com>
4333 Pedro Alves <palves@redhat.com>
4334
4335 * i387-tdep.c (i387_print_float_info): Use gdb_byte for pointer to
4336 value contents.
4337
4338 2013-04-17 Doug Evans <dje@google.com>
4339
4340 * dwarf2read.c (struct signatured_type): New member type.
4341 (struct attribute): Replace member signatured_type with signature.
4342 (DW_SIGNATURE): Replaces DW_SIGNATURE_TYPE.
4343 (read_call_site_scope): Call follow_die_ref instead of
4344 follow_die_ref_or_sig.
4345 (read_structure_type): Rewrite handling of signatured types.
4346 (read_enumeration_type): Ditto.
4347 (read_attribute_value): Update.
4348 (build_error_marker_type): New function.
4349 (lookup_die_type): Add assert. Rewrite handling of signatured types.
4350 Don't call error for bad types, just build an error marker type.
4351 (dump_die_shallow): Update.
4352 (follow_die_sig_1): Renamed from follow_die_sig.
4353 Don't call error for bad types, instead return NULL.
4354 (follow_die_sig): New function.
4355 (get_signatured_type, get_DW_AT_signature_type): New functions.
4356
4357 2013-04-17 Yufeng Zhang <yufeng.zhang@arm.com>
4358
4359 * aarch64-tdep.c (aarch64_write_pc): Removed.
4360 (aarch64_gdbarch_init): Remove set_gdbarch_write_pc of the above
4361 function.
4362
4363 2013-04-17 Yao Qi <yao@codesourcery.com>
4364
4365 * top.c (print_gdb_configuration): Print configure-time
4366 parameter on using libbabeltrace or not.
4367
4368 2013-04-16 Pedro Alves <palves@redhat.com>
4369
4370 * copyright.py (EXCLUDE_LIST): Add gdb/common/glibc_thread_db.h.
4371
4372 2013-04-16 Pedro Alves <palves@redhat.com>
4373
4374 * common/glibc_thread_db.h: Update from upstream glibc
4375 (git 568035b7874a099087b77f7bba3e36a1173787b0).
4376
4377 2013-04-16 Pedro Alves <palves@redhat.com>
4378
4379 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: Factor out to ...
4380 * common/glibc_thread_db.h: ... this new file ...
4381 * common/gdb_thread_db.h [!HAVE_THREAD_DB_H]: ... and include it.
4382
4383 2013-04-16 Will Newton <will.newton@gmail.com>
4384 Pedro Alves <palves@redhat.com>
4385
4386 PR build/11881
4387
4388 * common/gdb_thread_db.h (LIBTHREAD_DB_SO)
4389 (LIBTHREAD_DB_SEARCH_PATH): Move outside of #ifdef
4390 HAVE_THREAD_DB_H.
4391
4392 2013-04-16 Pedro Alves <palves@redhat.com>
4393 Eli Zaretskii <eliz@gnu.org>
4394
4395 * NEWS: Mention "set foo unlimited".
4396
4397 2013-04-15 Doug Evans <dje@google.com>
4398
4399 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".
4400 (struct create_dwo_cu_data): Renamed from create_dwo_info_table_data.
4401 (create_dwo_cu_reader): Renamed from
4402 create_dwo_debug_info_hash_table_reader.
4403 (create_dwo_cu): Renamed from create_dwo_debug_info_hash_table.
4404 Remove support for multiple CUs in a DWO file.
4405 (open_and_init_dwo_file, lookup_dwo_cutu): Update.
4406
4407 * dwarf2read.c (create_debug_types_hash_table): Use hex_string
4408 instead of phex.
4409 (lookup_dwo_unit, create_dwo_debug_info_hash_table_reader): Ditto.
4410 (create_dwo_in_dwp): Ditto.
4411
4412 2013-04-15 Tom Tromey <tromey@redhat.com>
4413
4414 * NEWS: Move recent entries into "since 7.6" section.
4415
4416 2013-04-15 Tom Tromey <tromey@redhat.com>
4417
4418 PR c++/13588:
4419 * NEWS: Update.
4420 * break-catch-throw.c (struct exception_catchpoint)
4421 <exception_rx, pattern>: New fields.
4422 (fetch_probe_arguments, dtor_exception_catchpoint)
4423 (check_status_exception_catchpoint)
4424 (print_one_detail_exception_catchpoint): New functions.
4425 (handle_gnu_v3_exceptions): Add "except_rx" argument.
4426 Compile regular expression if needed.
4427 (extract_exception_regexp): New function.
4428 (catch_exception_command_1): Use extract_exception_regexp.
4429 (compute_exception): Use fetch_probe_arguments.
4430 (initialize_throw_catchpoint_ops): Set dtor, print_one_detail,
4431 and check_status fields.
4432 * cp-abi.c (cplus_typename_from_type_info): New function.
4433 * cp-abi.h (cplus_typename_from_type_info): Declare.
4434 (struct cp_abi_ops) <get_typename_from_type_info>: New field.
4435 * gdb_regex.h (compile_rx_or_error): Declare.
4436 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info): Update
4437 comment.
4438 (init_gnuv3_ops): Set get_type_from_type_info field.
4439 * probe.c (compile_rx_or_error): Move...
4440 * utils.c (compile_rx_or_error): ... here.
4441
4442 2013-04-15 Tom Tromey <tromey@redhat.com>
4443
4444 PR c++/15176:
4445 * NEWS: Update.
4446 * break-catch-throw.c (compute_exception): New function.
4447 (exception_funcs): New global.
4448 (_initialize_break_catch_throw): Create $_exception.
4449 * cp-abi.c (cplus_type_from_type_info): New function.
4450 * cp-abi.h (cplus_type_from_type_info): Declare.
4451 (struct cp_abi_ops) <get_type_from_type_info>: New field.
4452 * gnu-v3-abi.c (gnuv3_get_typename_from_type_info)
4453 (gnuv3_get_type_from_type_info): New functions.
4454 (init_gnuv3_ops): Set get_type_from_type_info ABI field.
4455
4456 2013-04-15 Tom Tromey <tromey@redhat.com>
4457
4458 * break-catch-throw.c (struct exception_names): New.
4459 (exception_functions): Change type.
4460 (re_set_exception_catchpoint): Look for SDT probes.
4461
4462 2013-04-15 Tom Tromey <tromey@redhat.com>
4463
4464 PR c++/10119:
4465 * break-catch-throw.c (exception_functions): New global.
4466 (gnu_v3_exception_catchpoint_ops): Move earlier.
4467 (struct exception_catchpoint): New.
4468 (classify_exception_breakpoint): Rewrite.
4469 (re_set_exception_catchpoint): New function.
4470 (handle_gnu_v3_exceptions): Return void. Use init_catchpoint.
4471 Allocate a struct exception_catchpoint.
4472 (catch_exception_command_1): Update.
4473 (initialize_throw_catchpoint_ops): Set 're_set' method.
4474
4475 2013-04-15 Tom Tromey <tromey@redhat.com>
4476
4477 * Makefile.in (SFILES): Add break-catch-throw.c
4478 (COMMON_OBS): Add break-catch-throw.o.
4479 * break-catch-throw.c: New file.
4480 * breakpoint.c: Move exception-catching code to new file.
4481 (ep_parse_optional_if_clause): No longer static.
4482 * breakpoint.h (ep_parse_optional_if_clause): Declare.
4483
4484 2013-04-15 Tom Tromey <tromey@redhat.com>
4485
4486 PR c++/9065:
4487 * NEWS: Update.
4488 * breakpoint.c (watchpoint_exp_is_const): Add OP_TYPEID.
4489 * c-exp.y (TYPEID): New token.
4490 (exp): Add new TYPEID productions.
4491 (ident_tokens): Add "typeid".
4492 * cp-abi.c (cplus_typeid, cplus_typeid_type): New functions.
4493 * cp-abi.h (cplus_typeid, cplus_typeid_type): Declare.
4494 (struct cp_abi_ops) <get_typeid, get_typeid_type>: New fields.
4495 * eval.c (evaluate_subexp_standard) <OP_TYPEID>: New case.
4496 * expprint.c (dump_subexp_body_standard) <OP_TYPEID>: New
4497 case.
4498 * gnu-v3-abi.c (std_type_info_gdbarch_data): New global.
4499 (build_std_type_info_type, gnuv3_get_typeid_type)
4500 (gnuv3_get_typeid): New functions.
4501 (init_gnuv3_ops): Initialize std_type_info_gdbarch_data. Set
4502 new fields on ABI object.
4503 * parse.c (operator_length_standard) <OP_TYPEID>: New case.
4504 * std-operator.def (OP_TYPEID): New.
4505
4506 2013-04-15 Tom Tromey <tromey@redhat.com>
4507
4508 * elfread.c (elf_symtab_read): Install versioned symbol under
4509 unversioned name as well.
4510
4511 2013-04-15 Tom Tromey <tromey@redhat.com>
4512
4513 PR c++/11990:
4514 * c-lang.c (cplus_language_defn): Use gdb_demangle.
4515 * c-typeprint.c (c_type_print_base): Use gdb_demangle.
4516 * cp-support.c (mangled_name_to_comp): Use gdb_demangle.
4517 (gdb_demangle): New function.
4518 * cp-support.h (gdb_demangle): Declare.
4519 * dwarf2read.c (dwarf2_physname, fixup_partial_die)
4520 (dwarf2_name): Use gdb_demangle.
4521 * gdbtypes.c (check_stub_method): Use gdb_demangle.
4522 * gnu-v3-abi.c (gnuv3_rtti_type): Strip @plt and version
4523 suffixes from name.
4524 (gnuv3_print_method_ptr): Use gdb_demangle.
4525 * jv-lang.c (java_demangle): Use gdb_demangle.
4526 * jv-typeprint.c (java_type_print_base): Use gdb_demangle.
4527 * language.c (unk_lang_demangle): Use gdb_demangle.
4528 * symtab.c (symbol_find_demangled_name)
4529 (demangle_for_lookup): Use gdb_demangle.
4530
4531 2013-04-15 Tom Tromey <tromey@redhat.com>
4532
4533 PR c++/12824:
4534 * NEWS: Update.
4535 * breakpoint.c (enum exception_event_kind) <EX_EVENT_RETHROW>:
4536 New constant.
4537 (classify_exception_breakpoint): New function.
4538 (print_it_exception_catchpoint, print_one_exception_catchpoint)
4539 (print_mention_exception_catchpoint)
4540 (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions)
4541 (catch_exception_command_1): Handle "rethrow" catchpoint.
4542 (catch_rethrow_command): New function.
4543 (_initialize_breakpoint): Add "catch rethrow" command.
4544
4545 2013-04-15 Pierre Muller <muller@sourceware.org>
4546
4547 * contrib/ari/gdb_ari.sh (write_pc rule): Do not consider
4548 set_gdbarch_write_pc as deprecated anymore.
4549
4550 2013-04-15 Joel Brobecker <brobecker@adacore.com>
4551
4552 * spu-tdep.c (spu_write_pc): Add empty line after local variable
4553 declarations.
4554
4555 2013-04-13 Yao Qi <yao@codesourcery.com>
4556
4557 * ctf.c (_initialize_ctf): Include "completer.h".
4558 Call add_target_with_completer instead of add_target.
4559
4560 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4561
4562 Fix GDB regression related to PR binutils/14813.
4563 * jit.c (mem_bfd_iovec_close): Return 0 for success.
4564 * minidebug.c (lzma_close): Add return value comment.
4565 * remote.c (remote_bfd_iovec_close): Return 0 for success.
4566 * solib-spu.c (spu_bfd_iovec_close): Likewise.
4567 * spu-linux-nat.c (spu_bfd_iovec_close): Likewise.
4568
4569 2013-04-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4570
4571 * config.in: Regenerate.
4572
4573 2013-04-12 Tom Tromey <tromey@redhat.com>
4574
4575 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now
4576 const.
4577 * dwarf2read.c (struct dwarf2_section_info) <buffer>: Now const.
4578 (struct die_reader_specs) <buffer>: Likewise.
4579 (die_reader_func_ftype): Make 'info_ptr' const.
4580 (struct line_header) <include_dirs, statement_program_start,
4581 statement_program_end>: Now const.
4582 (struct file_entry) <name>: Likewise.
4583 (struct partial_die_info) <sibling>: Likewise.
4584 (struct dwarf_block) <data>: Likewise.
4585 (dwarf2_read_section): Remove cast.
4586 (dwarf2_get_section_info): Make 'bufp' const.
4587 (read_index_from_section): Constify.
4588 (dw2_get_file_names_reader): Make 'info_ptr' const.
4589 (dw2_get_primary_filename_reader): Likewise.
4590 (read_comp_unit_head): Make 'info_ptr' and return type const.
4591 (read_and_check_comp_unit_head, read_and_check_type_unit_head):
4592 Likewise.
4593 (read_abbrev_offset): Constify.
4594 (dwarf2_create_include_psymtab): Make 'name' const.
4595 (create_debug_types_hash_table): Update.
4596 (read_cutu_die_from_dwo): Make 'result_info_ptr' const.
4597 (init_cutu_and_read_dies, init_cutu_and_read_dies_no_follow):
4598 Constify.
4599 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader)
4600 (load_partial_comp_unit_reader): Make 'info_ptr' const.
4601 (read_comp_units_from_section): Constify.
4602 (peek_abbrev_code, peek_die_abbrev, skip_children, skip_one_die)
4603 (locate_pdi_sibling, load_full_comp_unit_reader): Make 'info_ptr'
4604 const.
4605 (dwarf2_compute_name, setup_type_unit_groups): Constify.
4606 (create_dwo_debug_info_hash_table): Make 'info_ptr' const.
4607 (create_dwp_hash_table, dwarf2_ranges_read)
4608 (dwarf2_record_block_ranges): Constify.
4609 (read_die_and_children, read_die_and_siblings_1)
4610 (read_die_and_siblings): Make 'info_ptr' and 'new_info_ptr'
4611 const.
4612 (read_full_die_1, read_full_die): Make 'info_ptr' const.
4613 (abbrev_table_read_table): Constify.
4614 (load_partial_dies): Make 'info_ptr' const.
4615 (read_partial_die, read_attribute_value, read_attribute): Make
4616 'info_ptr' and return type const.
4617 (read_address, read_initial_length)
4618 (read_checked_initial_length_and_offset, read_offset)
4619 (read_offset_1, read_n_bytes, read_direct_string): Make 'buf'
4620 const.
4621 (read_direct_string): Make 'buf' and return type const.
4622 (read_indirect_string_at_offset, read_indirect_string_from_dwz)
4623 (read_indirect_string): Make return type const.
4624 (read_unsigned_leb128, read_signed_leb128): Make 'buf' const.
4625 (read_addr_index_from_leb128, dwarf2_read_addr_index_reader): Make
4626 'info_ptr' const.
4627 (read_str_index): Make return type const.
4628 (add_include_dir): Make 'include_dir' const.
4629 (add_file_name): Make 'name' const.
4630 (dwarf_decode_line_header): Constify.
4631 (psymtab_include_file_name): Make return type const.
4632 (dwarf_decode_lines_1, dwarf_decode_lines): Constify.
4633 (dwarf2_start_subfile): Make 'filename' const.
4634 (dwarf2_const_value_attr): Make 'bytes' const.
4635 (read_signatured_type_reader): Make 'info_ptr' const.
4636 (decode_locdesc): Constify.
4637 (skip_form_bytes): Make 'bytes', 'buffer_end', and return type
4638 const.
4639 (skip_unknown_opcode): Make 'opcode_definitions', 'mac_ptr',
4640 'mac_end', and return type const.
4641 (dwarf_parse_macro_header): Make 'mac_ptr' and return type const.
4642 (dwarf_decode_macro_bytes): Make 'mac_ptr', 'mac_end', and return
4643 type const.
4644 (per_cu_header_read_in): Constify.
4645 * symfile.h (dwarf2_get_section_info): Update.
4646
4647 2013-04-12 Tom Tromey <tromey@redhat.com>
4648
4649 * symtab.h (struct general_symbol_info) <value.bytes>: Make const.
4650
4651 2013-04-12 Eli Zaretskii <eliz@gnu.org>
4652
4653 * NEWS: Mention "show configuration", --configuration.
4654 * top.c (print_gdb_configuration): New function, displays the
4655 details about GDB configure-time parameters.
4656 (print_gdb_version): Mention "show configuration".
4657 * cli/cli-cmds.c (show_configuration): New function.
4658 (_initialize_cli_cmds): Add the "show configuration" command.
4659 * main.c (captured_main) <print_configuration>: New static var.
4660 <long_options>: Use it.
4661 If --configuration was given, call print_gdb_configuration.
4662
4663 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4664 Pedro Alves <palves@redhat.com>
4665
4666 * Makefile.in (HAVE_NATIVE_GCORE_TARGET): New.
4667 (generated_files): Add gcore.
4668 (install-only, uninstall): Add gcore if HAVE_NATIVE_GCORE_TARGET or
4669 HAVE_NATIVE_GCORE_HOST.
4670 (gcore): New.
4671 * NEWS (Changes since GDB 7.6): Mention newly installed gcore.
4672 * config/alpha/alpha-osf3.mh, config/i386/fbsd.mh,
4673 config/i386/fbsd64.mh, config/i386/i386gnu.mh, config/i386/i386sol2.mh,
4674 config/i386/sol2-64.mh, config/mips/irix5.mh, config/mips/irix6.mh,
4675 config/powerpc/fbsd.mh, config/sparc/fbsd.mh, config/sparc/sol2.mh:
4676 Add HAVE_NATIVE_GCORE_HOST.
4677 * configure: Regenerate.
4678 * configure.ac (HAVE_NATIVE_GCORE_TARGET): New, set it, AC_SUBST it.
4679 New AC_SUBST fir GDB_TRANSFORM_NAME and GCORE_TRANSFORM_NAME. New
4680 AC_CONFIG_FILES for gcore.
4681 * configure.tgt: Add gdb_have_gcore to the initial comment. Set
4682 gdb_have_gcore.
4683 * gdb_gcore.sh: Rename to ...
4684 * gcore.in: ... here. Remove gcore.sh comment. Use GDB_TRANSFORM_NAME
4685 and GCORE_TRANSFORM_NAME substitutions.
4686
4687 Fix parsing tabs in ${gdb_target_obs}.
4688 * configure.tgt (gdb_have_gcore): Replace case with for and if.
4689
4690 2013-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4691
4692 * remote.c (unpush_and_perror): Add output message final dot.
4693
4694 2013-04-11 Yao Qi <yao@codesourcery.com>
4695
4696 * tracepoint.c (tfile_interp_line): Fit parameters line and
4697 utpp in one line.
4698
4699 2013-04-10 Joel Brobecker <brobecker@adacore.com>
4700
4701 * solib.c (solib_map_sections): Remove code overwriting
4702 SO->SO_NAME with the bfd's filename.
4703
4704 2013-04-10 Pedro Alves <palves@redhat.com>
4705
4706 * cli/cli-decode.c (integer_unlimited_completer): New function.
4707 (add_setshow_integer_cmd, add_setshow_uinteger_cmd)
4708 (add_setshow_zuinteger_unlimited_cmd): Install the "unlimited"
4709 completer.
4710 * cli/cli-setshow.c: Include "cli/cli-utils.h".
4711 (is_unlimited_literal): New function.
4712 (do_set_command): Handle literal "unlimited" arguments.
4713 * frame.c (_initialize_frame) <set backtrace limit>: Document
4714 "unlimited".
4715 * printcmd.c (_initialize_printcmd) <set print
4716 max-symbolic-offset>: Add help text.
4717 * record-full.c (_initialize_record_full) <set record full
4718 insn-number-max>: Likewise.
4719 * record.c (_initialize_record) <set record
4720 instruction-history-size, set record function-call-history-size>:
4721 Add help text.
4722 * ser-tcp.c (_initialize_ser_tcp) <set tcp connect-timeout>: Add
4723 help text.
4724 * tracepoint.c (_initialize_tracepoint) <set trace-buffer-size>:
4725 Likewise.
4726 * source.c (_initialize_source) <set listsize>: Add help text.
4727 * utils.c (initialize_utils) <set height, set width>: Likewise.
4728 <set pagination>: Mention "set height unlimited".
4729 * valprint.c (_initialize_valprint) <set print elements, set print
4730 repeats>: Document "unlimited".
4731
4732 2013-04-10 Pedro Alves <palves@redhat.com>
4733
4734 * cli/cli-cmds.c (quit_command): Call query_if_trace_running
4735 instead of disconnect_tracing.
4736 * infcmd.c (detach_command, disconnect_command): Call
4737 query_if_trace_running. Adjust.
4738 * top.c: Include "tracepoint.h".
4739 (quit_target): Delete. Contents moved ...
4740 (quit_force): ... here. Wrap each stage of teardown in
4741 TRY_CATCH. Call disconnect_tracing before detaching.
4742
4743 2013-04-10 Hui Zhu <hui@codesourcery.com>
4744 Yao Qi <yao@codesourcery.com>
4745
4746 * configure.ac: Check libbabeltrace is installed.
4747 * config.in: Regenerate.
4748 * configure: Regenerate.
4749 * Makefile.in (LIBBABELTRACE): New.
4750 (CLIBS): Add LIBBABELTRACE.
4751 * ctf.c: Include "exec.h".
4752 (CTF_EVENT_ID_STATUS, CTF_EVENT_ID_TSV_DEF): New macros.
4753 (CTF_EVENT_ID_TP_DEF, ctf_save_write_int32): New macros.
4754 (ctf_save_metadata_header): Define new type aliases in
4755 metadata.
4756 (ctf_write_header): Define event type "tsv_def" and "tp_def"
4757 in metadata. Start a new faked packet for trace status.
4758 (ctf_write_status): Write trace status to CTF.
4759 (ctf_write_uploaded_tsv): Write TSV to CTF.
4760 (ctf_write_uploaded_tp): Write tracepoint definition to CTF.
4761 (ctf_write_definition_end): End the faked packet.
4762
4763 (ctx, ctf_iter, trace_dirname): New.
4764 (start_pos): New variable.
4765 (ctf_destroy, ctf_open_dir, ctf_open): New.
4766 (SET_INT32_FIELD, SET_ARRAY_FIELD, SET_STRING_FIELD): New
4767 macros.
4768 (ctf_read_tsv, ctf_read_tp, ctf_close, ctf_files_info): New.
4769 (ctf_fetch_registers, ctf_xfer_partial): New.
4770 (ctf_get_trace_state_variable_value): New.
4771 (ctf_get_tpnum_from_frame_event): New.
4772 (ctf_get_traceframe_address): New.
4773 (ctf_trace_find, ctf_has_stack): New.
4774 (ctf_has_registers, ctf_traceframe_info, init_ctf_ops): New.
4775 (ctf_get_trace_status, ctf_read_status): New.
4776 (_initialize_ctf): New.
4777 * tracepoint.c (get_tracepoint_number): New
4778 (get_uploaded_tsv): Remove 'static'.
4779 (struct traceframe_info, trace_regblock_size): Move it to ...
4780 * tracepoint.h: ... here.
4781 (get_tracepoint_number): Declare it.
4782 (get_uploaded_tsv): Declare it.
4783
4784 * NEWS: Mention new configure option.
4785
4786 2013-04-10 Pedro Alves <palves@redhat.com>
4787 Hui Zhu <hui@codesourcery.com>
4788
4789 * breakpoint.c (dprintf_re_set): New.
4790 (initialize_breakpoint_ops): Set dprintf_breakpoint_ops re_set
4791 to dprintf_re_set.
4792
4793 2013-04-09 Joel Brobecker <brobecker@adacore.com>
4794
4795 * configure.tgt (gdb_target_obs) <powerpc-*-aix* | rs6000-*-*>:
4796 Remove solib-svr4.o from the list.
4797
4798 2013-04-09 Joel Brobecker <brobecker@adacore.com>
4799
4800 * varobj.c (update_dynamic_varobj_children) [!HAVE_PYTHON]:
4801 Use gdb_assert_not_reached instead of invalid boolean expression.
4802
4803 2013-04-09 Pedro Alves <palves@redhat.com>
4804
4805 * remote.c (unpush_and_perror): New function.
4806 (readchar, remote_serial_write): Use it.
4807
4808 2013-04-09 Markus Metzger <markus.t.metzger@intel.com>
4809
4810 * NEWS: Mention new btrace RSP packets.
4811
4812 2013-04-08 Tom Tromey <tromey@redhat.com>
4813
4814 * symmisc.c (dump_msymbols): Cast fprintf_filtered argument to
4815 long.
4816
4817 2013-04-08 Tom Tromey <tromey@redhat.com>
4818
4819 * maint.c (print_bfd_section_info): Print the section index.
4820 * symmisc.c (dump_msymbols): Print the section index.
4821
4822 2013-04-08 Tom Tromey <tromey@redhat.com>
4823
4824 PR symtab/8424:
4825 * blockframe.c (find_pc_partial_function_gnu_ifunc): Check
4826 SYMBOL_SECTION, not SYMBOL_OBJ_SECTION.
4827 * breakpoint.c (resolve_sal_pc): Update.
4828 * elfread.c (elf_gnu_ifunc_record_cache): Update.
4829 * findvar.c (struct minsym_lookup_data) <objfile>: New field.
4830 (minsym_lookup_iterator_cb): Use it.
4831 (default_read_var_value): Update.
4832 * hppa-hpux-tdep.c (hppa64_hpux_in_solib_call_trampoline):
4833 Update.
4834 * infcmd.c (jump_command): Update.
4835 * linespec.c (minsym_found): Update.
4836 * maint.c (maintenance_translate_address): Update.
4837 * minsyms.c (lookup_minimal_symbol_by_pc_section_1): Update.
4838 (prim_record_minimal_symbol_full): Don't set SYMBOL_OBJ_SECTION.
4839 * parse.c (write_exp_msymbol): Update.
4840 * printcmd.c (address_info): Update.
4841 * psymtab.c (find_pc_sect_psymbol): Update.
4842 (fixup_psymbol_section): Check SYMBOL_SECTION, not
4843 SYMBOL_OBJ_SECTION.
4844 (add_psymbol_to_bcache): Correctly initialize SYMBOL_SECTION.
4845 Don't initialize SYMBOL_OBJ_SECTION.
4846 * spu-tdep.c (spu_catch_start): Update.
4847 * stabsread.c (define_symbol): Don't set SYMBOL_SECTION.
4848 * symmisc.c (dump_msymbols, print_symbol): Update.
4849 * symtab.c (fixup_section): Don't set 'obj_section'. Change
4850 how fallback section is computed.
4851 (fixup_symbol_section): Update.
4852 (find_pc_sect_symtab, find_function_start_sal, skip_prologue_sal):
4853 Update.
4854 (allocate_symbol, initialize_symbol, allocate_template_symbol):
4855 Initialize SYMBOL_SECTION.
4856 * symtab.h (struct general_symbol_info) <section>: Update comment.
4857 <obj_section>: Remove.
4858 (SYMBOL_OBJ_SECTION): Add 'objfile' argument. Rewrite.
4859 (SYMBOL_OBJFILE): New macro.
4860
4861 2013-04-08 Tom Tromey <tromey@redhat.com>
4862
4863 * coffread.c (record_minimal_symbol): Update.
4864 * dbxread.c (record_minimal_symbol): Update.
4865 * elfread.c (record_minimal_symbol): Update.
4866 * machoread.c (macho_symtab_add_minsym): Update.
4867 * mdebugread.c (record_minimal_symbol, parse_partial_symbols):
4868 Update.
4869 * minsyms.c (prim_record_minimal_symbol): Update.
4870 (prim_record_minimal_symbol_full): Remove 'bfd_section'
4871 argument.
4872 (prim_record_minimal_symbol_and_info): Likewise.
4873 * minsyms.h (prim_record_minimal_symbol_full)
4874 (prim_record_minimal_symbol_and_info): Update.
4875 * symtab.c (allocate_symbol, initialize_symbol)
4876 (allocate_template_symbol): Initialize SYMBOL_SECTION.
4877 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab):
4878 Update.
4879
4880 2013-04-08 Tom Tromey <tromey@redhat.com>
4881
4882 PR symtab/8423:
4883 * solib-som.c (som_solib_section_offsets): Use BFD section
4884 indices. Set offsets for all sections.
4885 * somread.c (som_symtab_read): Compute BFD section for
4886 symbol. Use prim_record_minimal_symbol_and_info.
4887 (som_symfile_read): Fix comment.
4888 (struct find_section_offset_arg): New.
4889 (find_section_offset, set_section_index): New functions.
4890 (som_symfile_offsets): Use set_section_index to compute
4891 section indices.
4892
4893 2013-04-08 Tom Tromey <tromey@redhat.com>
4894
4895 * coffread.c (cs_to_section): Use gdb_bfd_section_index.
4896 * elfread.c (record_minimal_symbol, elf_symtab_read): Use
4897 gdb_bfd_section_index.
4898 * gdb_bfd.c (gdb_bfd_section_index, gdb_bfd_count_sections):
4899 New functions.
4900 * gdb_bfd.h (gdb_bfd_section_index, gdb_bfd_count_sections):
4901 Declare.
4902 * machoread.c (macho_symtab_add_minsym, macho_symfile_offsets):
4903 Update.
4904 * objfiles.c (add_to_objfile_sections_full): New function.
4905 (add_to_objfile_sections): Use it.
4906 (build_section_table): Rewrite.
4907 (objfile_relocate1): Use gdb_bfd_section_index. Update.
4908 * objfiles.h (obj_section_offset): Use gdb_bfd_section_index.
4909 (struct objfile) <sections>: Update comment.
4910 (ALL_OBJFILE_OSECTIONS): Skip sections where the_bfd_section
4911 is NULL.
4912 (ALL_OBJSECTIONS): Use it.
4913 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
4914 * solib-frv.c (frv_relocate_main_executable): Update.
4915 * solib-target.c (solib_target_relocate_section_addresses):
4916 Use gdb_bfd_section_index.
4917 * symfile.c (build_section_addr_info_from_section_table):
4918 Use gdb_bfd_section_index.
4919 (build_section_addr_info_from_bfd, place_section): Likewise.
4920 * symtab.c (fixup_section): Update.
4921 * xcoffread.c (find_targ_sec): Use gdb_bfd_section_index.
4922
4923 2013-04-08 Tom Tromey <tromey@redhat.com>
4924
4925 * minsyms.h (struct bound_minimal_symbol): New.
4926 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
4927 Remove objfile argument.
4928 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
4929 Return bound_minimal_symbol.
4930 * minsyms.c (lookup_minimal_symbol_by_pc_1)
4931 (lookup_minimal_symbol_by_pc_section, lookup_minimal_symbol_by_pc):
4932 Return bound_minimal_symbol.
4933 (in_gnu_ifunc_stub): Update.
4934 (lookup_minimal_symbol_and_objfile): Return bound_minimal_symbol.
4935 Remove 'objfile_p' argument.
4936 (lookup_solib_trampoline_symbol_by_pc): Update.
4937 * ada-tasks.c, amd64-windows-tdep.c, arm-tdep.c,
4938 arm-wince-tdep.c, block.c, blockframe.c, breakpoint.c, btrace.c,
4939 c-valprint.c, dwarf2loc.c, elfread.c, frame.c, frv-tdep.c,
4940 glibc-tdep.c, gnu-v2-abi.c, gnu-v3-abi.c, hppa-hpux-tdep.c,
4941 i386-tdep.c, ia64-tdep.c, infcall.c, infcmd.c, jit.c,
4942 linux-fork.c, m32c-tdep.c, m68hc11-tdep.c, maint.c,
4943 mips-tdep.c, p-valprint.c, parse.c, ppc-linux-tdep.c,
4944 ppc-sysv-tdep.c, printcmd.c, rs6000-tdep.c, sh64-tdep.c,
4945 stack.c, symtab.c, tui/tui-disasm.c: Update.
4946
4947 2013-04-08 Tom Tromey <tromey@redhat.com>
4948
4949 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.
4950 Use symbol's obstack, not an objfile.
4951 * coffread.c (process_coff_symbol): Update.
4952 * dwarf2read.c (fixup_go_packaging, new_symbol_full): Update.
4953 * jv-lang.c (add_class_symbol): Update.
4954 * mdebugread.c (new_symbol): Update.
4955 * minsyms.c (prim_record_minimal_symbol_full)
4956 (terminate_minimal_symbol_table): Update.
4957 * psymtab.c (add_psymbol_to_bcache): Clear entire symbol. Update.
4958 * stabsread.c (define_symbol, read_enum_type): Update.
4959 * symtab.c (symbol_set_demangled_name, symbol_get_demangled_name):
4960 Handle Ada specially.
4961 (symbol_set_language): Add 'obstack' argument.
4962 (symbol_set_names): Update.
4963 (symbol_natural_name, symbol_demangled_name): Always use
4964 ada_decode_symbol.
4965 * symtab.h (struct general_symbol_info)
4966 <language_specific::obstack>: New field.
4967 <ada_mangled>: New field.
4968 (SYMBOL_SET_LANGUAGE): Add 'obstack' argument.
4969 (symbol_set_language): Update.
4970
4971 2013-04-08 Tom Tromey <tromey@redhat.com>
4972
4973 * symtab.c (symbol_init_cplus_specific, symbol_set_demangled_name):
4974 Take an obstack, not an objfile.
4975 (symbol_set_names): Update.
4976 * symtab.h (symbol_set_demangled_name): Update.
4977
4978 2013-04-08 Tom Tromey <tromey@redhat.com>
4979
4980 * coffread.c (process_coff_symbol, coff_read_enum_type): Call
4981 allocate_symbol.
4982 * dwarf2read.c (fixup_go_packaging): Call allocate_symbol.
4983 (read_func_scope): Call allocate_template_symbol.
4984 (new_symbol_full): Call allocate_symbol.
4985 * jit.c (finalize_symtab): Call allocate_symbol.
4986 * jv-lang.c (add_class_symbol): Call allocate_symbol.
4987 * mdebugread.c (parse_symbol, new_block): Call allocate_symbol.
4988 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
4989 (common_block_end): Call allocate_symbol.
4990 * symtab.c (allocate_symbol, initialize_symbol)
4991 (allocate_template_symbol): New functions.
4992 * symtab.c (allocate_symbol, initialize_symbol)
4993 (allocate_template_symbol): Declare.
4994 * xcoffread.c (process_xcoff_symbol): Call initialize_symbol.
4995
4996 2013-04-08 Pedro Alves <palves@redhat.com>
4997 Keith Seitz <keiths@redhat.com>
4998
4999 * breakpoint.c (create_breakpoint): Rename
5000 "parse_condition_and_thread" parameter to "parse_arg". Update
5001 describing comment. If !PARSE_ARG, then error out if ARG is not
5002 the empty string after extracting the location.
5003 * breakpoint.h (create_breakpoint): Rename
5004 "parse_condition_and_thread" parameter to "parse_arg".
5005
5006 2013-04-08 Aleksandar Ristovski <aristovski@qnx.com
5007
5008 * solib-svr4.c (lm_addr_check): Add const qualifier to 'so' arg.
5009
5010 2013-04-07 Yao Qi <yao@codesourcery.com>
5011
5012 * remote.c (remote_trace_find): Change type of parameters 'addr1'
5013 and 'addr2' to CORE_ADDR.
5014 * target.c (update_current_target): Update.
5015 * target.h (struct target_ops) <to_trace_find>: Change parameter
5016 type to CORE_ADDR.
5017 * tracepoint.c (tfind_1): Change type of parameters 'addr1' and
5018 'addr2' to CORE_ADDR.
5019 (tfile_trace_find): Likewise.
5020 (tfile_get_traceframe_address): Change return type to CORE_ADDR.
5021 Change local variable 'addr' to type CORE_ADDR.
5022 * tracepoint.h (tfind_1): Update declaration.
5023
5024 2013-04-06 Eli Zaretskii <eliz@gnu.org>
5025
5026 * windows-nat.c (windows_get_absolute_argv0): Move from here...
5027 * mingw-hdep.c (windows_get_absolute_argv0): ...to here.
5028 Include main.h.
5029
5030 * windows-nat.h (windows_get_absolute_argv0): Move prototype from
5031 here...
5032 * main.h (windows_get_absolute_argv0): ...to here.
5033
5034 2013-04-05 Doug Evans <dje@google.com>
5035
5036 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.
5037 (read_cutu_die_from_dwo): Add comments.
5038 (read_structure_type): Update comment.
5039 (read_enumeration_type, read_namespace_type): Update comment.
5040 (read_die_type, get_die_type_at_offset, get_die_type): Update comment.
5041
5042 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5043
5044 Convert man pages to texinfo, new gdbinit.5 texinfo page.
5045 * Makefile.in (gdb.z): Remove.
5046 (install-only): Remove $(man1dir) and gdb.1 installation.
5047 * gdb.1: Remove.
5048
5049 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5050
5051 Fix compatibility with Linux kernel 3.8.3.
5052 * linux-tdep.c (linux_find_memory_regions_full): Move variable number
5053 to more inner block. Remove parsing of NUMBER from outer block.
5054 Parse NUMBER only if KEYWORD has been identified.
5055
5056 2013-04-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5057
5058 Fix variable name shadowing.
5059 * linux-tdep.c (linux_find_memory_regions_full): Rename outer variable
5060 filename to mapsfilename and update its uses.
5061
5062 2013-04-05 Eli Zaretskii <eliz@gnu.org>
5063
5064 * Makefile.in (TAGS): Avoid warning from etags when $GDB_NM_FILE is
5065 empty. See http://sourceware.org/ml/gdb-patches/2012-08/msg00504.html
5066 and http://sourceware.org/ml/gdb-patches/2013-04/msg00055.html for
5067 details of the problem.
5068
5069 2013-04-04 Pedro Alves <palves@redhat.com>
5070 Hui Zhu <hui@codesourcery.com>
5071
5072 * breakpoint.c (validate_commands_for_breakpoint): If validating a
5073 tracepoint, reset its STEP_COUNT and call validate_actionline.
5074
5075 2013-04-03 Doug Evans <dje@google.com>
5076
5077 * dwarf2read.c (read_die_and_siblings_1): Renamed from
5078 read_die_and_siblings.
5079 (read_die_and_siblings): New function.
5080 (read_cutu_die_from_dwo): Dump die if requested.
5081 (read_die_and_children): Call read_full_die_1 and
5082 read_die_and_siblings_1.
5083 (read_full_die): Dump die if requested.
5084
5085 * dwarf2read.c (read_comp_units_from_section): Add debugging printf.
5086
5087 * dwarf2read.c (struct dwo_file): New member comp_dir.
5088 Rename member name to dwo_name. All uses updated.
5089 (hash_dwo_file): Include comp_dir in computation.
5090 (eq_dwo_file): Ditto.
5091 (lookup_dwo_file_slot): New arg comp_dir. All callers updated.
5092 (create_dwo_in_dwp, lookup_dwo_in_dwp, open_and_init_dwo_file): Ditto.
5093
5094 * psymtab.c (read_psymtabs_with_fullname): Don't call
5095 psymtab_to_fullname if the basenames are different.
5096
5097 2013-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5098
5099 * NEWS (Changes in GDB 7.6): Update the data-disassemble for "fullname".
5100 New entry about "fullname" presence.
5101
5102 2013-04-03 Pedro Alves <palves@redhat.com>
5103
5104 * NEWS: Mention x86_64/Cygwin as new native configuration.
5105
5106 2013-04-02 Doug Evans <dje@google.com>
5107
5108 * dwarf2read.c (read_structure_type): Fix typo in comment.
5109
5110 2013-04-02 Pedro Alves <palves@redhat.com>
5111
5112 * NEWS: Mention "set/show debug aarch64", "set/show debug
5113 coff-pe-read" and "set/show debug mach-o".
5114
5115 2013-04-02 Pedro Alves <palves@redhat.com>
5116
5117 * NEWS: Mention "set/show remote trace-buffer-size-packet".
5118
5119 2013-04-02 Eli Zaretskii <eliz@gnu.org>
5120
5121 * Makefile.in (HFILES_NO_SRCDIR): Remove call-cmds.h.
5122 gdb_string.h is now in common/.
5123
5124 2013-04-02 Pedro Alves <palves@redhat.com>
5125
5126 * NEWS: Move "set debug notification" and "set trace-buffer-size"
5127 under "New options".
5128
5129 2013-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5130
5131 Revert this patch:
5132 PR gdb/15275
5133 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
5134
5135 2013-04-02 Pedro Alves <palves@redhat.com>
5136
5137 PR gdb/15275
5138
5139 * remote.c (send_interrupt_sequence): Use remote_serial_write.
5140 (remote_serial_write): New function.
5141 (putpkt_binary, getpkt_or_notif_sane_1): Use remote_serial_write.
5142
5143 2013-04-01 Jiong Wang <jiwang@tilera.com>
5144
5145 * NEWS: Mention TILE-Gx in "New native configurations" and
5146 "New targets" sections.
5147
5148 2013-04-01 Doug Evans <dje@google.com>
5149
5150 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.
5151 (process_enumeration_scope): Simplify.
5152
5153 * dwarf2read.c (struct dwarf2_per_cu_data): Move member
5154 type_unit_group ...
5155 (struct signatured_type): ... to here.
5156 (sig_type_ptr): New typedef.
5157 (type_unit_group): Delete member 't.first_cu'. Move member 'tus'
5158 out of union 't'. All uses updated.
5159 (dw2_get_file_names_reader): Assert not called for a type unit.
5160 (dw2_get_file_names): Assert not called for a type unit or type
5161 unit group.
5162 (build_type_psymtabs_reader): Assert called for a type unit.
5163 (build_type_psymtab_dependencies): Assert called for a type unit group.
5164
5165 * dwarf2read.c (free_dwo_file): Add comment.
5166 (dwarf2_per_objfile_free): Unref dwp bfd.
5167
5168 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5169
5170 * coff-pe-read.c (add_pe_exported_sym): Remove unused 'dll_name_len'.
5171 (add_pe_forwarded_sym): Remove unused 'section', 'dll_name_len'.
5172 (read_pe_exported_syms): Remove unused 'exportix'.
5173 (pe_text_section_offset): Remove unused 'opthdr_ofs', 'num_entries',
5174 'export_rva', 'export_size', 'expptr', 'exp_funcbase', 'expdata',
5175 'erva', 'name_rvas', 'ordinals', 'nexp', 'ordbase', 'dll_name'.
5176
5177 2013-04-01 Aleksandar Ristovski <aristovski@qnx.com>
5178
5179 * breakpoint.c (parse_cond_to_aexpr): Remove unused 'old_chain'.
5180 (print_it_watchpoint): Remove unused 'bl'.
5181 (say_where): Remove unused 'uiout'.
5182 (bpstat_remove_breakpoint_callback): Remove unused 'uiout'.
5183 (bkpt_breakpoint_hit): Remove unused 'b'.
5184 (internal_bkpt_print_it): Remove unused 'uiout'.
5185 * buildsym.c (augment_type_symtab): Remove unused 'i'.
5186
5187 2013-03-31 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
5188
5189 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_float): New function.
5190 (ppc64_sysv_abi_push_dummy_call): Handle complex arguments.
5191
5192 2013-03-29 Doug Evans <dje@google.com>
5193
5194 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.
5195 Delete arg is_dwp. All callers updated.
5196 (open_dwp_file): New function.
5197 (open_and_init_dwp_file): Call it.
5198 (get_dwp_file): New function.
5199 (lookup_dwo_cutu): Call it.
5200
5201 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and
5202 unnecessary, cleanup.
5203
5204 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.
5205
5206 * dwarf2read.c (read_cutu_die_from_dwo): New function.
5207 (lookup_dwo_unit): New function.
5208 (init_cutu_and_read_dies): Move DWO handling to new functions.
5209
5210 * dwarf2read.c (struct signatured_type): Tweak comment.
5211 (struct dwo_unit): Tweak comment.
5212 (create_debug_types_hash_table): Tweak comment. Reformat long line.
5213 (create_dwo_debug_info_hash_table): Tweak comment.
5214 (dwarf2_per_cu_offset_and_type): Tweak comment.
5215
5216 * dwarf2read.c (lookup_signatured_type): Remove complaint about
5217 missing .debug_types section.
5218
5219 2013-03-29 Yao Qi <yao@codesourcery.com>
5220
5221 * corelow.c: Include "completer.h".
5222 (_initialize_corelow): Call add_target_with_completer with
5223 argument 'filename_completer'.
5224 * tracepoint.c: Likewise.
5225 * exec.c (_initialize_exec): Likewise.
5226 * target.c (add_target): Rename to ...
5227 (add_target_with_completer): ... this. Call set_cmd_completer
5228 if parameter completer is not NULL.
5229 (add_target): New.
5230 * target.h: Include "command.h".
5231 (add_target_with_completer): Declare it.
5232
5233 2013-03-28 Joel Brobecker <brobecker@adacore.com>
5234
5235 * coffread.c (is_import_fixup_symbol): New function.
5236 (record_minimal_symbol): Use is_import_fixup_symbol to
5237 detect import fixup symbols, and discard them.
5238
5239 2013-03-28 Doug Evans <dje@google.com>
5240
5241 * dwarf2read.c (create_debug_types_hash_table): Don't allocate the
5242 types hash table until we know we need it.
5243
5244 * dwarf2read.c (create_addrmap_from_index): Complain about bad CU
5245 index numbers.
5246
5247 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".
5248 All callers updated.
5249 (dw2_print_stats): Print #read CUs too.
5250 (dump_die_shallow): Print signatured types better.
5251
5252 * dwarf2read.c (struct dwarf2_per_cu_data): Rename member
5253 info_or_types_section to section. All uses updated.
5254 (struct dwo_unit): Ditto.
5255
5256 2013-03-28 Pedro Alves <palves@redhat.com>
5257
5258 * NEWS (New options): New section.
5259 (New options): Mention set/show remote trace-status-packet.
5260 * remote.c (PACKET_qTStatus): New enumeration value.
5261 (remote_get_trace_status): Skip sending qTStatus if the packet is
5262 disabled. Use packet_ok.
5263 (_initialize_remote): Register a configuration command for
5264 qTStatus packet.
5265
5266 2013-03-28 Doug Evans <dje@google.com>
5267
5268 * symfile.c (find_separate_debug_file): Add comment.
5269 (terminate_after_last_dir_separator): Tweak comment.
5270
5271 * dwarf2read.c (create_partial_symtab): Add forward decl.
5272 (create_partial_symtab): Move to be closer to other psymtab functions.
5273 (process_psymtab_comp_unit_reader, process_psymtab_comp_unit): Ditto.
5274
5275 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.
5276 (compute_symtab_includes): Remove unnecessary forward declaration.
5277 (die_needs_namespace): Add comment marking group of functions for
5278 dwarf2 name computation.
5279
5280 * typeprint.c (_initialize_typeprint): Improve type help text.
5281
5282 * python/python.c (finish_python_initialization): Provide suggestion
5283 for how to tell gdb to find its python files.
5284
5285 2013-03-28 Pedro Alves <palves@redhat.com>
5286
5287 PR gdb/15294
5288
5289 * source.c (_initialize_source): Change back "set listsize" to an
5290 integer command.
5291
5292 2013-03-27 Gareth McMullin <gareth@blacksphere.co.nz>
5293
5294 PR gdb/15275
5295 * remote.c (remote_get_trace_status): Include putpkt in TRY_CATCH.
5296
5297 2013-03-27 Pedro Alves <palves@redhat.com>
5298
5299 * top.c (history_size): Rename to ...
5300 (history_size_setshow_var): ... this. Add comment.
5301 (show_commands): Use readline's 'history_length' instead of
5302 computing the history length by calling history_get in a loop.
5303 (set_history_size_command): Error out for sizes over INT_MAX.
5304 Restore previous history size on invalid size.
5305 (init_history): If HISTSIZE is negative, leave the history size as
5306 zero. Add comments.
5307 (init_main): Adjust.
5308
5309 2013-03-27 Pedro Alves <palves@redhat.com>
5310
5311 * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
5312 coff_pe_read" command to "set debug coff-pe-read".
5313
5314 2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
5315
5316 * record.c (command_size_to_target_size): Fix size comparison.
5317 Change parameter type from pointer to integer to integer.
5318 Update all users.
5319
5320 2013-03-27 Pierre Muller <muller@sourceware.org>
5321
5322 * windows-nat.c (handle_output_debug_string): Avoid typecast
5323 from integer of different size warning.
5324
5325 2013-03-26 Joel Brobecker <brobecker@adacore.com>
5326
5327 * windows-nat.c (handle_output_debug_string): Add empty line
5328 after local block variable definition.
5329
5330 2013-03-26 Pedro Alves <palves@redhat.com>
5331
5332 * ser-tcp.c (wait_for_connect): Make 'polls' parameter unsigned.
5333 (net_open): Make 'polls' local unsigned.
5334
5335 2013-03-26 Pedro Alves <palves@redhat.com>
5336
5337 * remote.c (_initialize_remote): Make "set remoteaddresssize"
5338 a zuinteger command instead of uinteger.
5339
5340 2013-03-26 Pedro Alves <palves@redhat.com>
5341
5342 * record-full.c (record_full_insn_num): Make it unsigned.
5343 (record_full_check_insn_num, record_full_message)
5344 (record_full_registers_change, record_full_xfer_partial): Remove
5345 record_full_insn_max_num check (it's always != 0).
5346 (record_full_info, record_full_restore): Use %u as format string.
5347 (): Use %u as format string.
5348 (set_record_full_insn_max_num): Remove record_full_insn_max_num
5349 check (it's always != 0).
5350
5351 2013-03-26 Pedro Alves <palves@redhat.com>
5352
5353 * dcache.c (_initialize_dcache): Make the "set dcache line-size"
5354 and "set dcache size" commands zuinteger instead of uinteger.
5355
5356 2013-03-26 Pedro Alves <palves@redhat.com>
5357
5358 * cris-tdep.c (_initialize_cris_tdep): Make the "set cris-version"
5359 command zuinteger instead of uinteger.
5360
5361 2013-03-26 Pedro Alves <palves@redhat.com>
5362
5363 * coff-pe-read.c (_initialize_coff_pe_read): Make the command
5364 zuinteger instead of uinteger.
5365
5366 2013-03-26 Pedro Alves <palves@redhat.com>
5367
5368 * record.c (record_insn_history_size_setshow_var)
5369 (record_call_history_size_setshow_var): New globals.
5370 (command_size_to_target_size): New function.
5371 (cmd_record_insn_history, cmd_record_call_history): Use
5372 command_size_to_target_size instead of cast.
5373 (validate_history_size, set_record_insn_history_size)
5374 (set_record_call_history_size): New functions.
5375 (_initialize_record): Install set_record_insn_history_size and
5376 set_record_call_history_size as "set" hooks of "set record
5377 instruction-history-size" and "set record
5378 function-call-history-size".
5379
5380 2013-03-26 Pedro Alves <palves@redhat.com>
5381
5382 * top.c (gdb_rl_operate_and_get_next): Replace max_input_history
5383 use with history_max_entries use. Remove FIXME note.
5384
5385 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
5386
5387 * record-btrace.c (record_btrace_close): Call
5388 record_btrace_auto_disable.
5389
5390 2013-03-25 Joel Brobecker <brobecker@adacore.com>
5391
5392 * rs6000-nat.c (fixup_breakpoints): Delete declaration.
5393
5394 2013-03-25 Doug Evans <dje@google.com>
5395
5396 * contrib/cc-with-tweaks.sh: Check exit code of dwp.
5397
5398 2013-03-25 Tom Tromey <tromey@redhat.com>
5399
5400 PR symtab/11462:
5401 * c-exp.y (exp): Add new productions for destructors after '.' and
5402 '->'.
5403 (write_destructor_name): New function.
5404
5405 2013-03-25 Tom Tromey <tromey@redhat.com>
5406
5407 PR c++/9197:
5408 * opencl-lang.c (evaluate_subexp_opencl) <STRUCTOP_STRUCT>: Use
5409 value_struct_elt, not lookup_struct_elt_type.
5410 * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT,
5411 STRUCTOP_PTR>: Use value_struct_elt, not lookup_struct_elt_type.
5412 * expression.h (EVAL_AVOID_SIDE_EFFECTS): Update comment.
5413
5414 2013-03-25 Yao Qi <yao@codesourcery.com>
5415
5416 * ctf.c [USE_WIN32API]: Undef 'mkdir' and use 'mkdir'
5417 instead of '_mkdir'.
5418
5419 2013-03-23 Eli Zaretskii <eliz@gnu.org>
5420
5421 * windows-nat.c (windows_get_absolute_argv0): New function.
5422 * windows-nat.h: Add its prototype.
5423
5424 * main.c (get_init_files): Use filename_ncmp instead of strncmp.
5425 Use IS_DIR_SEPARATOR instead of looking for a character inside
5426 SLASH_STRING. Include filenames.h.
5427 (captured_main) [__MINGW32__]: Make argv[0] absolute, so that
5428 relocate_gdb_directory works when passed gdb_program_name.
5429 Include windows-nat.h.
5430
5431 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5432
5433 * exceptions.h (enum errors): New entry TARGET_CLOSE_ERROR.
5434 * remote.c (trace_error): Remove the special handling of '2'.
5435 (readchar) <SERIAL_EOF>
5436 (readchar) <SERIAL_ERROR>
5437 (getpkt_or_notif_sane_1): Use TARGET_CLOSE_ERROR for them.
5438 (remote_get_trace_status): Call throw_exception if EX is
5439 TARGET_CLOSE_ERROR.
5440 * utils.c (perror_with_name): Rename to ...
5441 (throw_perror_with_name): ... here. New parameter errcode, describe it
5442 in the function comment.
5443 (perror_with_name): New function wrapper.
5444 * utils.h (enum errors): New stub declaration.
5445 (throw_perror_with_name): New declaration.
5446
5447 2013-03-22 Pedro Alves <palves@redhat.com>
5448 Yao Qi <yao@codesourcery.com>
5449 Mark Kettenis <kettenis@gnu.org>
5450
5451 * cli/cli-setshow.c (do_set_command) <var_uinteger>:
5452 Don't let the user set the value to UINT_MAX directly.
5453 <var_integer>: Don't let the user set the value to INT_MAX
5454 directly.
5455
5456 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5457
5458 * remote.c (remote_unpush_target): New function.
5459 (remote_open_1): Remove two pop_target calls, update one comment, add
5460 comment to target_preopen call. Replace pop_target call by
5461 remote_unpush_target call.
5462 (interrupt_query, readchar, getpkt_or_notif_sane_1): Replace
5463 pop_target calls by remote_unpush_target calls.
5464
5465 2013-03-22 Pedro Alves <palves@redhat.com>
5466
5467 * linux-nat.c (linux_child_follow_fork): Don't call
5468 linux_enable_event_reporting.
5469 (linux_handle_extended_wait): Don't call
5470 linux_enable_event_reporting.
5471
5472 2013-03-22 Pedro Alves <palves@redhat.com>
5473
5474 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Define INSN macro,
5475 use it to rewrite the trampoline buffers with type gdb_byte[], and
5476 undefine the macro. Remove char* cast.
5477
5478 2013-03-21 Doug Evans <dje@google.com>
5479
5480 New commands "mt set per-command {space,time,symtab} {on,off}".
5481 * NEWS: Add entry.
5482 * event-top.c: #include "maint.h".
5483 * main.c: #include "maint.h".
5484 * maint.c: #include <sys/time.h>, <time.h>, block.h, top.h,
5485 timeval-utils.h, maint.h, cli/cli-setshow.h.
5486 (per_command_time, per_command_space): New static globals.
5487 (per_command_symtab): New static global.
5488 (per_command_setlist, per_command_showlist): New static globals.
5489 (struct cmd_stats): Move here from utils.c.
5490 (set_per_command_time): Renamed from set_display_time in utils.c
5491 and moved here. All callers updated.
5492 (set_per_command_space): Renamed from set_display_space in utils.c
5493 and moved here. All callers updated.
5494 (count_symtabs_and_blocks): New function.
5495 (report_command_stats): Moved here from utils.c. Add support for
5496 printing symtab stats. Only print data if enabled before command
5497 executed.
5498 (make_command_stats_cleanup): Ditto.
5499 (sert_per_command_cmd, show_per_command_cmd): New functions.
5500 (_initialize_maint_cmds): Add new commands
5501 mt set per-command {space,time,symtab} {on,off}.
5502 * maint.h: New file.
5503 * top.c: #include "maint.h".
5504 * utils.c (reset_prompt_for_continue_wait_time): New function.
5505 (get_prompt_for_continue_wait_time): New function.
5506 * utils.h (reset_prompt_for_continue_wait_time): Declare
5507 (get_prompt_for_continue_wait_time): Declare.
5508 (make_command_stats_cleanup): Moved to maint.h.
5509 (set_display_time, set_display_space): Moved to maint.h and renamed
5510 to set_per_command_time, set_per_command_space.
5511 * cli/cli-setshow.c (parse_cli_boolean_value): Renamed from
5512 parse_binary_operation and made non-static. Don't call error,
5513 just return an error marker. All callers updated.
5514 * cli/cli-setshow.h (parse_cli_boolean_value): Declare.
5515
5516 2013-03-21 Tom Tromey <tromey@redhat.com>
5517
5518 * symfile.c (alloc_section_addr_info): Update header. Don't set
5519 'num_sections' field.
5520 (build_section_addr_info_from_section_table): Set 'num_sections'.
5521 (build_section_addr_info_from_bfd): Likewise.
5522 (build_section_addr_info_from_objfile): Remove dead loop
5523 condition.
5524 (free_section_addr_info): Unconditionally call xfree.
5525 (relative_addr_info_to_section_offsets, addrs_section_sort)
5526 (addr_info_make_relative, syms_from_objfile_1): Remove dead loop
5527 condition.
5528 (syms_from_objfile_1): Remove dead 'if' condition. Check
5529 'num_sections'.
5530 (add_symbol_file_command): Set 'num_sections'.
5531 * symfile-mem.c (symbol_file_add_from_memory): Set
5532 'num_sections'.
5533 * somread.c (som_symfile_offsets): Remove dead loop condition.
5534 * machoread.c (macho_symfile_offsets): Remove dead 'if'.
5535 * jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
5536
5537 2013-03-21 Tom Tromey <tromey@redhat.com>
5538
5539 * tracepoint.h (decode_agent_options): Add 'trace_string'
5540 argument.
5541 * tracepoint.c (decode_agent_options): Add 'trace_string'
5542 argument.
5543 (validate_actionline): Update.
5544 (collect_symbol): Add 'trace_string' argument.
5545 (struct add_local_symbols_data) <trace_string>: New field.
5546 (do_collect_symbol): Update.
5547 (add_local_symbols): Add 'trace_string' argument.
5548 (encode_actions_1): Update.
5549 (trace_dump_actions): Update.
5550 * dwarf2loc.c (access_memory): Update.
5551 * ax.h (struct agent_expr) <tracing, trace_string>: New fields.
5552 * ax-general.c (new_agent_expr): Update.
5553 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
5554 (gen_trace_for_return_address): Add argument.
5555 (trace_kludge, trace_string_kludge): Remove.
5556 * ax-gdb.c (trace_kludge, trace_string_kludge): Remove.
5557 (gen_traced_pop, gen_fetch, gen_bitfield_ref, gen_expr): Update.
5558 (gen_trace_for_var): Add 'trace_string' argument.
5559 (gen_trace_for_expr, gen_trace_for_return_address): Likewise.
5560 (gen_printf, agent_eval_command_one): Update.
5561
5562 2013-03-21 Tom Tromey <tromey@redhat.com>
5563
5564 PR exp/15109:
5565 * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
5566 Handle FILENAME token.
5567
5568 2013-03-21 Tom Tromey <tromey@redhat.com>
5569
5570 * c-exp.y (YYPRINT): Define.
5571 (c_print_token): New function.
5572
5573 2013-03-21 Tom Tromey <tromey@redhat.com>
5574
5575 * c-exp.y (%union) <sym, ivar, ivec>: Remove.
5576
5577 2013-03-21 Yao Qi <yao@codesourcery.com>
5578
5579 * ctf.c: Include "gdb_stat.h".
5580 [USE_WIN32API]: New macro 'mkdir'.
5581 (ctf_start): Use permission bits macros if they are defined.
5582
5583 2013-03-20 Keith Seitz <keiths@redhat.com>
5584
5585 * breakpoint.h (struct breakpoint): Add comment to
5586 extra_string indicating that this member is mallod'd.
5587 * breakpoint.c (base_breakpoint_dtor): Free extra_string.
5588
5589 2013-03-20 Pedro Alves <palves@redhat.com>
5590
5591 PR gdb/15289
5592
5593 * cli/cli-setshow.c (do_set_command)
5594 <var_uinteger, var_zuinteger>: Use LONGEST for variable holding
5595 the result of parsing the command argument. Throw error if the
5596 value is greater than UINT_MAX. Print the invalid value with
5597 plongest.
5598 <var_integer, var_zinteger>: Use LONGEST for variable holding the
5599 result of parsing the command argument. Throw error if the value
5600 is greater than INT_MAX, not greater or equal. Also throw error
5601 if the value is less than INT_MIN. Print the invalid value with
5602 plongest.
5603 <var_zuinteger_unlimited>: Throw error if the value is greater
5604 than INT_MAX, not greater or equal.
5605 (do_show_command) <var_integer, var_zinteger,
5606 var_zuinteger_unlimited>: Use %d for printing int, not %u.
5607
5608 2013-03-20 Tom Tromey <tromey@redhat.com>
5609
5610 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,
5611 if possible.
5612 * dwarf2read.c (read_func_scope): Remove old FIXME.
5613 * eval.c (evaluate_subexp_standard): Check SYMBOL_COMPUTED_OPS,
5614 not LOC_COMPUTED.
5615 * findvar.c (symbol_read_needs_frame, default_read_var_value):
5616 Unconditionally call via computed ops, if possible.
5617 * printcmd.c (address_info): Unconditionally call via computed ops,
5618 if possible.
5619 * stack.c (read_frame_arg): Unconditionally call via computed ops,
5620 if possible.
5621 * symtab.c (register_symbol_computed_impl): Sanity check 'ops'.
5622 * tracepoint.c (scope_info): Unconditionally call via computed ops,
5623 if possible.
5624
5625 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5626 Tom Tromey <tromey@redhat.com>
5627
5628 PR symtab/8421:
5629 * coffread.c (coff_register_index): New global.
5630 (process_coff_symbol, coff_read_enum_type): Set
5631 SYMBOL_ACLASS_INDEX.
5632 (_initialize_coffread): Initialize new global.
5633 * dwarf2loc.c (locexpr_find_frame_base_location)
5634 (dwarf2_block_frame_base_locexpr_funcs)
5635 (loclist_find_frame_base_location)
5636 (dwarf2_block_frame_base_loclist_funcs): New.
5637 (dwarf_expr_frame_base_1): Call SYMBOL_BLOCK_OPS, remove internal_error.
5638 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Add location_has_loclist.
5639 * dwarf2loc.h (dwarf2_block_frame_base_locexpr_funcs)
5640 (dwarf2_block_frame_base_loclist_funcs): New.
5641 * dwarf2read.c (dwarf2_locexpr_index, dwarf2_loclist_index)
5642 (dwarf2_locexpr_block_index, dwarf2_loclist_block_index): New
5643 globals.
5644 (read_func_scope): Update.
5645 (fixup_go_packaging, mark_common_block_symbol_computed)
5646 (var_decode_location, new_symbol_full, dwarf2_const_value):
5647 Set SYMBOL_ACLASS_INDEX.
5648 (dwarf2_symbol_mark_computed): Likewise. Add 'is_block' argument.
5649 (_initialize_dwarf2_read): Initialize new globals.
5650 * jit.c (finalize_symtab): Set SYMBOL_ACLASS_INDEX.
5651 * jv-lang.c (add_class_symbol): Set SYMBOL_ACLASS_INDEX.
5652 * mdebugread.c (mdebug_register_index, mdebug_regparm_index): New
5653 globals.
5654 (parse_symbol, psymtab_to_symtab_1): Set SYMBOL_ACLASS_INDEX.
5655 (_initialize_mdebugread): Initialize new globals.
5656 * psympriv.h (struct partial_symbol) <aclass>: Update comment.
5657 * stabsread.c (patch_block_stabs): Set SYMBOL_ACLASS_INDEX.
5658 (stab_register_index, stab_regparm_index): New globals.
5659 (define_symbol, read_enum_type, common_block_end): Set
5660 SYMBOL_ACLASS_INDEX.
5661 (_initialize_stabsread): Initialize new globals.
5662 * symtab.c (next_aclass_value, symbol_impl, symbol_impls): New
5663 globals.
5664 (MAX_SYMBOL_IMPLS): New define.
5665 (register_symbol_computed_impl, register_symbol_block_impl)
5666 (register_symbol_register_impl)
5667 (initialize_ordinary_address_classes): New functions.
5668 (_initialize_symtab): Call initialize_ordinary_address_classes.
5669 * symtab.h (enum address_class) <LOC_FINAL_VALUE>: New constant.
5670 (struct symbol_impl): New.
5671 (SYMBOL_ACLASS_BITS): New define.
5672 (struct symbol) <aclass, ops>: Remove fields.
5673 <aclass_index>: New field.
5674 (symbol_impls): Declare.
5675 (SYMBOL_CLASS, SYMBOL_COMPUTED_OPS, SYMBOL_REGISTER_OPS): Redefine.
5676 (SYMBOL_IMPL, SYMBOL_ACLASS_INDEX): New defines.
5677 (register_symbol_computed_impl, register_symbol_block_impl)
5678 (register_symbol_register_impl): Declare.
5679 (struct symbol_computed_ops): Add location_has_loclist.
5680 (struct symbol_block_ops): New.
5681 (SYMBOL_BLOCK_OPS): New.
5682 * xcoffread.c (process_xcoff_symbol): Set SYMBOL_ACLASS_INDEX.
5683
5684 2013-03-20 Tom Tromey <tromey@redhat.com>
5685
5686 * psymtab.c (find_pc_sect_psymbol, fixup_psymbol_section)
5687 (print_partial_symbols, recursively_search_psymtabs): Use
5688 PSYMBOL_CLASS.
5689
5690 2013-03-20 Pierre Muller <muller@sourceware.org>
5691
5692 * contrib/ari/gdb_ari.sh (OP eol rule): Also check
5693 addtion, subtraction, multiplication and division binary operator.
5694
5695 2013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5696
5697 Code cleanup.
5698 * bfd-target.c (target_bfd_xclose): Remove parameter quitting.
5699 * bsd-kvm.c (bsd_kvm_close): Likewise.
5700 * bsd-uthread.c (bsd_uthread_close): Likewise.
5701 * corelow.c (core_close): Likewise.
5702 (core_close_cleanup): Remove parameter quitting from a caller.
5703 * event-top.c (async_disconnect): Likewise.
5704 * exec.c (exec_close_1): Remove parameter quitting.
5705 * go32-nat.c (go32_close): Likewise.
5706 * linux-nat.c (linux_nat_close): Remove parameter quitting. Remove
5707 parameter quitting from a caller.
5708 * mips-linux-nat.c (super_close): Remove parameter quitting from the
5709 variable.
5710 (mips_linux_close): Remove parameter quitting. Remove parameter
5711 quitting from a caller.
5712 * monitor.c (monitor_close): Remove parameter quitting.
5713 * monitor.h (monitor_close): Likewise.
5714 * record-btrace.c (record_btrace_close): Likewise.
5715 * record-full.c (record_full_close): Likewise.
5716 * remote-m32r-sdi.c (m32r_close): Remove parameter quitting and remove
5717 it also from fprintf_unfiltered.
5718 * remote-mips.c (mips_close): Remove parameter quitting.
5719 (mips_detach): Remove parameter quitting from a caller.
5720 * remote-sim.c (gdbsim_close): Remove parameter quitting.
5721 (gdbsim_close): Remove duplicate function comment. Remove parameter
5722 quitting and remove it also from printf_filtered.
5723 * remote.c (remote_close): Remove parameter quitting.
5724 * solib-svr4.c (enable_break): Remove parameter quitting from a caller.
5725 * target.c (update_current_target): Remove parameter int from to_close
5726 de_fault.
5727 (push_target, unpush_target, pop_target): Remove parameter quitting from
5728 a caller.
5729 (pop_all_targets_above, pop_all_targets): Remove parameter quitting.
5730 Remove parameter quitting from a caller.
5731 (target_preopen): Remove parameter quitting from a caller.
5732 (target_close): Remove parameter quitting. Remove parameter quitting
5733 from a caller two times. Remove parameter quitting also from
5734 fprintf_unfiltered.
5735 * target.h (struct target_ops): Remove parameter quitting and as int
5736 from fields to_xclose and to_close.
5737 (extern struct target_ops current_target):
5738 (target_close, pop_all_targets): Remove parameter quitting. Update the
5739 comment.
5740 (pop_all_targets_above): Remove parameter quitting.
5741 * top.c (quit_target): Remove parameter quitting from a caller.
5742 * tracepoint.c (tfile_close): Remove parameter quitting.
5743 * windows-nat.c (windows_close): Remove parameter quitting.
5744
5745 2013-03-20 Corinna Vinschen <vinschen@redhat.com>
5746
5747 * windows-nat.c (handle_output_debug_string): Replace call
5748 to string_to_core_addr with call to strtoull.
5749
5750 2013-03-20 Yao Qi <yao@codesourcery.com>
5751
5752 * ctf.c (ctf_save_metadata_header): Define macro HOST_ENDIANNESS
5753 and write it to CTF metadata.
5754
5755 2013-03-19 Corinna Vinschen <vinschen@redhat.com>
5756
5757 * windows-nat.c (handle_output_debug_string): Change type of n to
5758 SIZE_T to avoid crash on 64 bit systems.
5759
5760 2013-03-17 Eli Zaretskii <eliz@gnu.org>
5761
5762 * python/python-internal.h (HAVE_SNPRINTF)
5763 [_WIN32 && HAVE_DECL_SNPRINTF]: Define, to avoid compiler warnings
5764 about redefinition of snprintf by pyerrors.h.
5765
5766 2013-03-15 Steve Ellcey <sellcey@mips.com>
5767
5768 * remote-sim.c (sim_command_completer): Make char arguments const.
5769
5770 2013-03-15 Tom Tromey <tromey@redhat.com>
5771
5772 PR c++/15116:
5773 * gdbtypes.c (types_equal): Handle TYPE_CODE_FUNC.
5774
5775 2013-03-14 Tom Tromey <tromey@redhat.com>
5776
5777 * gdb_bfd.c (struct gdb_bfd_data) <crc_computed, crc>:
5778 New fields.
5779 (get_file_crc): Move from symfile.c.
5780 (gdb_bfd_crc): New function.
5781 * gdb_bfd.h (gdb_bfd_crc): Declare.
5782 * objfiles.h (struct objfile) <crc32, crc32_p>: Remove.
5783 * symfile.c (get_file_crc): Move to gdb_bfd.c.
5784 (separate_debug_file_exists): Use gdb_bfd_crc.
5785
5786 2013-03-14 Tom Tromey <tromey@redhat.com>
5787
5788 * symfile.c (get_debug_link_info): Remove.
5789 (find_separate_debug_file_by_debuglink): Use
5790 bfd_get_debug_link_info.
5791
5792 2013-03-14 Tom Tromey <tromey@redhat.com>
5793
5794 * symtab.c (error_in_psymtab_expansion): New function.
5795 (lookup_symbol_aux_quick)
5796 (basic_lookup_transparent_type_quick): Remove "last resort"
5797 code. Use error_in_psymtab_expansion.
5798
5799 2013-03-14 Doug Evans <dje@google.com>
5800 Jan Kratochvil <jan.kratochvil@redhat.com>
5801
5802 * dwarf2read.c (dw2_map_symtabs_matching_filename): Put continue after
5803 any successful compare_filenames_for_search or FILENAME_CMP.
5804 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
5805 * symtab.c (iterate_over_some_symtabs): Likewise.
5806
5807 2013-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5808
5809 * source.c (print_source_lines_base): Make a local copy of
5810 symtab_to_fullname.
5811
5812 2013-03-14 Hui Zhu <hui_zhu@mentor.com>
5813 Jan Kratochvil <jan.kratochvil@redhat.com>
5814
5815 * source.c (print_source_lines_base): Suppress "file" for TUI.
5816
5817 2013-03-14 Keith Seitz <keiths@redhat.com>
5818 Alan Matsuoka <alanm@redhat.com>
5819
5820 PR c++/15203
5821 PR c++/15210
5822 * cp-namespace.c (cp_lookup_nested_symbol): Handle TYPE_CODE_FUNC and
5823 TYPE_CODE_METHOD.
5824 * elfread.c (elf_symtab_read): Handle BSF_GNU_UNIQUE for certain
5825 symbols.
5826
5827 2013-03-14 Yao Qi <yao@codesourcery.com>
5828
5829 * tracepoint.c (tfile_write_status): Write 'stop_desc' of trace
5830 status to tfile if trace is stopped by command 'tstop'.
5831
5832 2013-03-14 Yao Qi <yao@codesourcery.com>
5833
5834 * tracepoint.c (tfile_write_status): Write trace notes and user
5835 name into tfile if they are not NULL.
5836
5837 2013-03-14 Hui Zhu <hui@codesourcery.com>
5838 Yao Qi <yao@codesourcery.com>
5839
5840 * Makefile.in (REMOTE_OBS): Add ctf.o.
5841 (SFILES): Add ctf.c.
5842 (HFILES_NO_SRCDIR): Add ctf.h.
5843 * ctf.c, ctf.h: New files.
5844 * tracepoint.c: Include 'ctf.h'.
5845 (collect_pseudocommand): Remove static.
5846 (trace_save_command): Parse option "-ctf".
5847 Produce different trace file writers per option.
5848 Adjust output message.
5849 (trace_save_tfile, trace_save_ctf): New.
5850 * tracepoint.h (trace_save_tfile, trace_save_ctf): Declare.
5851 * mi/mi-main.c: Include 'ctf.h'.
5852 (mi_cmd_trace_save): Handle option '-ctf'. Call either
5853 trace_save_tfile or trace_save_ctf.
5854 * NEWS: Mention these changes.
5855
5856 2013-03-14 Yao Qi <yao@codesourcery.com>
5857
5858 * tracepoint.c (trace_file_writer_xfree): New.
5859 (struct tfile_writer_data): New.
5860 (tfile_dtor, tfile_can_target_save, tfile_start): New.
5861 (tfile_write_header, tfile_write_regblock_type): New.
5862 (tfile_write_status, tfile_write_uploaded_tsv): New.
5863 (tfile_write_uploaded_tp, tfile_write_definition_end): New.
5864 (tfile_write_raw_data, (tfile_end): New.
5865 (tfile_write_ops): New global variable.
5866 (TRACE_WRITE_R_BLOCK): New macro.
5867 (TRACE_WRITE_M_BLOCK_HEADER): New macro.
5868 (TRACE_WRITE_M_BLOCK_MEMORY): New macro.
5869 (TRACE_WRITE_V_BLOCK): New macro.
5870 (trace_save): Add extra one parameter WRITER. Make it static.
5871 Use WRITER to writer trace.
5872 (tfile_trace_file_writer_new): New.
5873 (trace_save_command): Caller update.
5874 (trace_save_tfile): Write trace data in TFILE format.
5875 * tracepoint.h (struct trace_frame_write_ops): New.
5876 (struct trace_file_write_ops): New.
5877 (struct trace_file_writer): New.
5878 (trace_save): Remove its declaration.
5879 (trace_save_tfile): Declare it.
5880 * mi/mi-main.c (mi_cmd_trace_save): Call trace_save_tfile
5881 instead of trace_save.
5882
5883 2013-03-13 Pedro Alves <palves@redhat.com>
5884
5885 * hppa-hpux-nat.c (hppa_hpux_save_state_offset): Make static.
5886
5887 2013-03-13 Pedro Alves <palves@redhat.com>
5888
5889 * dbxread.c (read_ofile_symtab, process_one_symbol): Remove
5890 commented out code.
5891 * demangle.c (current_demangling_style_string): Make it const.
5892 (set_demangling_command): Assert the demangling style is known.
5893 Remove all handling of unknown styles. Set
5894 'current_demangling_style_string' to an element of the
5895 demangling_style_names array.
5896 (set_demangling_style): Delete.
5897 (_initialize_demangler): Set current_demangling_style_string to the
5898 element of the demangling_style_names array that corresponds to
5899 the default demangling style. Remove FIXME note. Don't call
5900 set_demangling_style.
5901 * gdb-demangle.h (set_demangling_style): Remove declaration.
5902
5903 2013-03-13 Pedro Alves <palves@redhat.com>
5904
5905 * ada-lang.c (struct add_partial_datum) <text, text0, word>: Make
5906 fields const.
5907 (ada_make_symbol_completion_list): Make "text0" parameter const.
5908 * ax-gdb.c (agent_eval_command_one): Make "exp" parameter const.
5909 * breakpoint.c (condition_completer): Make "text" and "word"
5910 parameters const. Adjust.
5911 (check_tracepoint_command): Adjust to validate_actionline
5912 prototype change.
5913 (catch_syscall_completer): Make "text" and "word" parameters
5914 const.
5915 * cli/cli-cmds.c (show_user): Make "comname" local const.
5916 (valid_command_p): Make "command" parameter const.
5917 (alias_command): Make "alias_prefix" and "command_prefix" locals
5918 const.
5919 * cli/cli-decode.c (add_cmd): Make "name" parameter const.
5920 (add_alias_cmd): Make "name" and "oldname" parameters const.
5921 Adjust. No longer make copy of OLDNAME.
5922 (add_prefix_cmd, add_abbrev_prefix_cmd, add_set_or_show_cmd)
5923 (add_setshow_cmd_full, add_setshow_enum_cmd)
5924 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
5925 (add_setshow_filename_cmd, add_setshow_string_cmd)
5926 (add_setshow_string_noescape_cmd)
5927 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
5928 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
5929 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd)
5930 (delete_cmd, add_info, add_info_alias, add_com, add_com_alias):
5931 Make "name" parameter const.
5932 (help_cmd): Rename "command" parameter to "arg". New const local
5933 "command".
5934 (find_cmd): Make "command" parameter const.
5935 (lookup_cmd_1): Make "text" parameter pointer to const. Adjust to
5936 deprecated_cmd_warning prototype change.
5937 (undef_cmd_error): Make "cmdtype" parameter const.
5938 (lookup_cmd): Make "line" parameter const.
5939 (deprecated_cmd_warning): Change type of "text" parameter to
5940 pointer to const char, from pointer to pointer to char. Adjust.
5941 (lookup_cmd_composition): Make "text" parameter const.
5942 (complete_on_cmdlist, complete_on_enum): Make "text" and "word"
5943 parameters const.
5944 * cli/cli-decode.h (struct cmd_list_element) <name>: Make field
5945 const.
5946 * cli/cli-script.c (validate_comname): Make "tem" local const.
5947 (define_command): New const local "tem_c". Use it in calls to
5948 lookup_cmd.
5949 (document_command): Make "tem" and "comfull" locals const.
5950 (show_user_1): Make "prefix" and "name" parameters const.
5951 * cli-script.h (show_user_1): Make "prefix" and "name" parameters
5952 const.
5953 * command.h (add_cmd, add_alias_cmd, add_prefix_cmd)
5954 (add_abbrev_prefix_cmd, completer_ftype, lookup_cmd, lookup_cmd_1)
5955 (deprecated_cmd_warning, lookup_cmd_composition, add_com)
5956 (add_com_alias, add_info, add_info_alias, complete_on_cmdlist)
5957 (complete_on_enum, add_setshow_enum_cmd)
5958 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
5959 (add_setshow_filename_cmd, add_setshow_string_cmd)
5960 (add_setshow_string_noescape_cmd)
5961 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
5962 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
5963 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
5964 Change prototypes, constifying strings.
5965 * completer.c (noop_completer, filename_completer): Make "text"
5966 and "prefix" parameters const.
5967 (location_completer, expression_completer)
5968 (complete_line_internal): Make "text" and "prefix" parameters
5969 const and adjust.
5970 (command_completer, signal_completer): Make "text" and "prefix"
5971 parameters const.
5972 * completer.h (noop_completer, filename_completer)
5973 (expression_completer, location_completer, command_completer)
5974 (signal_completer): Change prototypes.
5975 * corefile.c (complete_set_gnutarget): Make "text" and "word"
5976 parameters const.
5977 * cp-abi.c (cp_abi_completer): Likewise.
5978 * expression.h (parse_expression_for_completion): Change
5979 prototype.
5980 * f-lang.c (f_make_symbol_completion_list): Make "text" and "word"
5981 parameters const.
5982 * infcmd.c (_initialize_infcmd): Make "cmd_name" local const.
5983 * infrun.c (handle_completer): Make "text" and "word" parameters
5984 const.
5985 * interps.c (interpreter_completer): Make "text" and "word"
5986 parameters const.
5987 * language.h (struct language_defn)
5988 <la_make_symbol_completion_list>: Make "text" and "word"
5989 parameters const.
5990 * parse.c (parse_exp_1): Move const hack to parse_exp_in_context.
5991 (parse_exp_in_context): Rename to ...
5992 (parse_exp_in_context_1): ... this.
5993 (parse_exp_in_context): Reimplement, with const hack from
5994 parse_exp_1.
5995 (parse_expression_for_completion): Make "string" parameter const.
5996 * printcmd.c (decode_format): Make "string_ptr" parameter pointer
5997 to pointer to const char. Adjust.
5998 (print_command_1): Make "exp" parameter const.
5999 (output_command): Rename to ...
6000 (output_command_const): ... this. Make "exp" parameter const.
6001 (output_command): Reimplement.
6002 (x_command): Adjust.
6003 (display_command): Rename "exp" parameter to "arg". New "exp"
6004 local, const version of "arg".
6005 * python/py-auto-load.c (gdbpy_initialize_auto_load): Make
6006 "cmd_name" local const.
6007 * python/py-cmd.c (cmdpy_destroyer): Cast const away in xfree
6008 call.
6009 (cmdpy_completer): Make "text" and "word" parameters const.
6010 (gdbpy_parse_command_name): Make "prefix_text2" local const.
6011 * python/py-param.c (add_setshow_generic): Make "tmp_name" local
6012 const.
6013 * remote.c (_initialize_remote): Make "cmd_name" local const.
6014 * symtab.c (language_search_unquoted_string): Make "text" and "p"
6015 parameters const. Adjust.
6016 (completion_list_add_fields): Make "sym_text", "text" and "word"
6017 parameters const.
6018 (struct add_name_data) <sym_text, text, word>: Make fields const.
6019 (default_make_symbol_completion_list_break_on): Make "text" and
6020 "word" parameters const. Adjust locals.
6021 (default_make_symbol_completion_list)
6022 (make_symbol_completion_list, make_symbol_completion_type)
6023 (make_symbol_completion_list_fn): Make "text" and "word"
6024 parameters const.
6025 (make_file_symbol_completion_list): Make "text", "word" and
6026 "srcfile" parameters const. Adjust locals.
6027 (add_filename_to_list): Make "text" and "word" parameters const.
6028 (struct add_partial_filename_data) <text, word>: Make fields
6029 const.
6030 (make_source_files_completion_list): Make "text" and "word"
6031 parameters const.
6032 * symtab.h (default_make_symbol_completion_list_break_on)
6033 (default_make_symbol_completion_list, make_symbol_completion_list)
6034 (make_symbol_completion_type enum type_code)
6035 (make_symbol_completion_list_fn make_file_symbol_completion_list)
6036 (make_source_files_completion_list): Change prototype.
6037 * top.c (execute_command): Adjust to pass pointer to pointer to
6038 const char to lookup_cmd, and to deprecated_cmd_warning prototype
6039 change.
6040 (set_verbose): Make "cmdname" local const.
6041 * tracepoint.c (decode_agent_options): Make "exp" parameter const,
6042 and adjust.
6043 (validate_actionline): Make "line" parameter a pointer to const
6044 char, and adjust.
6045 (encode_actions_1): Make "action_exp" local const, and adjust.
6046 (encode_actions): Adjust.
6047 (replace_comma): Delete.
6048 (trace_dump_actions): Make "action_exp" and "next_comma" locals
6049 const, and adjust. Don't frob the action string while splitting
6050 it at commas. Instead, make a copy of each split substring in
6051 turn.
6052 (trace_dump_command): Adjust to validate_actionline prototype
6053 change.
6054 * tracepoint.h (decode_agent_options, decode_agent_options)
6055 (encode_actions, validate_actionline): Change prototypes.
6056 * valprint.h (output_command): Delete declaration.
6057 (output_command_const): Declare.
6058 * value.c (function_destroyer): Cast const away in xfree call.
6059
6060 2013-03-13 Pedro Alves <palves@redhat.com>
6061
6062 * ada-lang.c (ada_decode_symbol): Cast away constness of GSYMBOL
6063 rather than casting 'const char * const *' to 'const char **'.
6064 * ada-lex.l (processInt): Make "trailer" local const. Remove
6065 'const char **' cast.
6066 * arm-linux-tdep.c (arm_stap_parse_special_token): Add 'char *'
6067 locals, and use those as strtol output pointer, instead than doing
6068 invalid casts to from 'const char **' to 'char **'.
6069 (_initialize_demangle): Remove cast.
6070 * i386-tdep.c (i386_stap_parse_special_token): : Add 'char *'
6071 locals, and use those as strtol output pointer, instead than doing
6072 invalid casts to from 'const char **' to 'char **'.
6073 * solib-dsbt.c (dsbt_get_initial_loadmaps): Remove 'gdb_byte**'
6074 casts.
6075 * stap-probe.c (stap_parse_register_operand)
6076 (stap_parse_single_operand): Likewise.
6077
6078 2013-03-13 Yao Qi <yao@codesourcery.com>
6079
6080 * tracepoint.c (tfile_get_trace_state_variable_value): Look for
6081 the last matched 'V' blcok in trace frame.
6082
6083 2013-03-12 Joel Brobecker <brobecker@adacore.com>
6084
6085 * NEWS: Create a new section for the next release branch.
6086 Rename the section of the current branch, now that it has
6087 been cut.
6088
6089 2013-03-12 Joel Brobecker <brobecker@adacore.com>
6090
6091 GDB 7.6 branch created (branch timestamp: 2013-03-12 22:15 UTC)
6092 * version.in: Bump version to 7.6.50.20130312-cvs.
6093
6094 2013-03-12 Keith Seitz <keiths@redhat.com>
6095
6096 * mi/mi-cmds.h (mi_execute_command): Make "cmd" const.
6097 * mi/mi-interp.c (mi_interpreter_exec): Make "command" const.
6098 Remove temporary copy of input string.
6099 (mi_execute_command_wrapper): Make "cmd" const.
6100 * mi/mi-main.c (mi_execute_command): Make "string_ptr" const.
6101 * mi/mi-parse.c (mi_parse_argv): Make "args" const.
6102 Use const strings.
6103 (mi_parse): Make "cmd" const.
6104 Use const strings.
6105 * mi/mi-parse.h (mi_parse): Make "cmd" const.
6106
6107 2013-03-12 Keith Seitz <keiths@redhat.com>
6108
6109 * ada-lang.c (ada_read_renaming_var_value): Pass const
6110 pointer to expression string to parse_exp_1.
6111 (create_excep_cond_exprs): Likewise.
6112 * ax-gdb.c (agent_eval_command_one): Likewise.
6113 (maint_agent_printf_command): Likewise.
6114 Constify much of the string handling/parsing.
6115 * breakpoint.c (set_breakpoint_condition): Pass const
6116 pointer to expression string to parse_exp_1.
6117 (update_watchpoint): Likewise.
6118 (parse_cmd_to_aexpr): Constify string handling.
6119 Pass const pointer to parse_exp_1.
6120 (init_breakpoint_sal): Pass const pointer to parse_exp_1.
6121 (find_condition_and_thread): Likewise.
6122 Make TOK const.
6123 (watch_command_1): Make "arg" const.
6124 Constify string handling.
6125 Copy the expression string instead of changing the input
6126 string.
6127 (update_breakpoint_location): Pass const pointer to
6128 parse_exp_1.
6129 * eval.c (parse_and_eval_address): Make "exp" const.
6130 (parse_to_comma_and_eval): Make "expp" const.
6131 (parse_and_eval): Make "exp" const.
6132 * expression.h (parse_expression): Make argument const.
6133 (parse_exp_1): Make first argument const.
6134 * findcmd.c (parse_find_args): Treat "args" as const.
6135 * linespec.c (parse_linespec): Pass const pointer to
6136 linespec_expression_to_pc.
6137 (linespec_expression_to_pc): Make "exp_ptr" const.
6138 * parse.c (parse_exp_1): Make "stringptr" const.
6139 Make a copy of the expression to pass to parse_exp_in_context until
6140 this whole interface can be constified.
6141 (parse_expression): Make "string" const.
6142 * printcmd.c (ui_printf): Treat "arg" as const.
6143 Handle const strings.
6144 * tracepoint.c (validate_actionline): Pass const pointer to
6145 all calls to parse_exp_1.
6146 (encode_actions_1): Likewise.
6147 * value.h (parse_to_comma_and_eval): Make argument const.
6148 (parse_and_eval_address): Likewise.
6149 (parse_and_eval): Likewise.
6150 * varobj.c (varobj_create): Pass const pointer to parse_exp_1.
6151 (varobj_set_value): Likewise.
6152 * cli/cli-cmds.c (disassemble_command): Treat "arg" as const and
6153 constify string handling.
6154 Pass const pointers to parse_and_eval_address and
6155 parse_to_comman_and_eval.
6156 * cli/cli-utils.c (skip_to_space): Rename to ...
6157 (skip_to_space_const): ... this. Handle const strings.
6158 * cli/cli-utils.h (skip_to_space): Turn into macro which invokes
6159 skip_to_space_const.
6160 (skip_to_space_const): Declare.
6161 * common/format.c (parse_format_string): Make "arg" const.
6162 Handle const strings.
6163 * common/format.h (parse_format_string): Make "arg" const.
6164 * gdbserver/ax.c (ax_printf): Make "format" const.
6165 * python/python.c (gdbpy_parse_and_eval): Do not make a copy
6166 of the expression string.
6167
6168 2013-03-12 Hui Zhu <hui@codesourcery.com>
6169
6170 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Update error message.
6171
6172 2013-03-12 Yao Qi <yao@codesourcery.com>
6173 Hui Zhu <hui@codesourcery.com>
6174
6175 * dwarf2loc.c (access_memory): Change nbits to nbytes in gdb_assert.
6176 (dwarf2_compile_expr_to_ax): Call access_memory in DW_OP_deref and
6177 DW_OP_deref_size.
6178
6179 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
6180
6181 * ada-lex.l (rules): Only recognize 'thread' as a
6182 delimiter when followed by numerals, as for c-exp.y.
6183 Use new rewind_to_char function to rewind the input for
6184 expression-delimiting tokens.
6185 (rewind_to_char): New function.
6186
6187 2013-03-11 Pedro Alves <palves@redhat.com>
6188 Jan Kratochvil <jan.kratochvil@redhat.com>
6189
6190 * configure: Regenerate.
6191 * configure.ac (check dynamic export flag): Link python test with
6192 $PYTHON_LIBS.
6193
6194 2013-03-11 Doug Evans <dje@google.com>
6195 Keith Seitz <keiths@redhat.com>
6196
6197 * linespec.c (find_linespec_symbols): Call find_function_symbols
6198 first, and then call lookup_prefix_sym/find_method.
6199
6200 2013-03-11 Pedro Alves <palves@redhat.com>
6201
6202 * charset.c (convert_between_encodings): Don't cast between
6203 different pointer to pointer types. Instead, make the 'inp' local
6204 be of the type iconv expects.
6205 (wchar_iterate): Don't cast between different pointer to pointer
6206 types. Instead, use new pointer local of the type iconv expects.
6207 * target.c (target_read_stralloc, target_fileio_read_stralloc):
6208 Add new local of type char pointer, and use it to get a
6209 char/string view of the byte buffer, instead of casting between
6210 pointer to pointer types.
6211
6212 2013-03-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
6213
6214 * remote.c (remote_set_trace_buffer_size): Move != operator
6215 to the start of next line to fix an ARI warning.
6216
6217 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6218
6219 * NEWS: Add record changes.
6220
6221 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6222
6223 * record-btrace.c (btrace_insn_history): Omit the pc prefix in
6224 the instruction history disassembly.
6225 * disasm.c (dump_insns): Omit the pc prefix, if requested.
6226 * disasm.h (DISASSEMBLY_OMIT_PC): New.
6227
6228 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6229
6230 * Makefile.in (SFILES): Add record-btrace.c
6231 (COMMON_OBS): Add record-btrace.o
6232 * record-btrace.c: New.
6233 * objfiles.c: Include btrace.h.
6234 (free_objfile): call btrace_free_objfile.
6235
6236 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6237
6238 * target.c (target_call_history, target_call_history_from,
6239 target_call_history_range): New.
6240 * target.h (target_ops) <to_call_history, to_call_history_from,
6241 to_call_history_range>: New fields.
6242 (target_call_history, target_call_history_from,
6243 target_call_history_range): New declaration.
6244 * record.c (get_call_history_modifiers, cmd_record_call_history,
6245 record_call_history_size): New.
6246 (_initialize_record): Add the "record function-call-history" command.
6247 Add "set/show record function-call-history-size" commands.
6248 * record.h (record_print_flag): New.
6249
6250 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6251
6252 * target.h (target_ops) <to_insn_history, to_insn_history_from,
6253 to_insn_history_range>: New fields.
6254 (target_insn_history): New.
6255 (target_insn_history_from): New.
6256 (target_insn_history_range): New.
6257 * target.c (target_insn_history): New.
6258 (target_insn_history_from): New.
6259 (target_insn_history_range): New.
6260 * record.c: Include cli/cli-utils.h, disasm.h, ctype.h.
6261 (record_insn_history_size): New.
6262 (get_insn_number): New.
6263 (get_context_size): New.
6264 (no_chunk): New.
6265 (get_insn_history_modifiers): New.
6266 (cmd_record_insn_history): New.
6267 (_initialize_record): Add "set/show record instruction-history-size"
6268 command. Add "record instruction-history" command.
6269
6270 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6271
6272 * record.h (record_disconnect): New.
6273 (record_detach): New.
6274 (record_mourn_inferior): New.
6275 (record_kill): New.
6276 * record-full.c (record_disconnect, record_detach,
6277 record_mourn_inferior, record_kill): Move to...
6278 * record.c: ...here.
6279 (DEBUG): New.
6280 (record_stop): New.
6281 (record_unpush): New.
6282 (cmd_record_stop): Call record_stop. Replace unpush_target
6283 call with record_unpush call.
6284 (record_disconnect, record_detach): Assert that the target
6285 is of record stratum. Call record_unpush, record_stop, and
6286 DEBUG.
6287 (record_mourn_inferior, record_kill): Assert that the target
6288 is of record stratum. Call record_unpush and DEBUG.
6289
6290 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6291
6292 * record-full.h, record-full.c (record_memory_query): Rename
6293 to ...
6294 (record_full_memory_query): ...this. Update all users.
6295 (record_arch_list_add_reg): Rename to ...
6296 (record_full_arch_list_add_reg): ...this. Update all users.
6297 (record_arch_list_add_mem): Rename to ...
6298 (record_full_arch_list_add_mem): ...this. Update all users.
6299 (record_arch_list_add_end): Rename to ...
6300 (record_full_arch_list_add_end): ...this. Update all users.
6301 (record_gdb_operation_disable_set): Rename to ...
6302 (record_full_gdb_operation_disable_set): ...this.
6303 Update all users.
6304
6305 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6306
6307 * record-full.c (DEFAULT_RECORD_INSN_MAX_NUM): Renamed to ...
6308 (DEFAULT_RECORD_FULL_INSN_MAX_NUM): ... this. Updated all users.
6309 (RECORD_IS_REPLAY): Renamed to ...
6310 (RECORD_FULL_IS_REPLAY): ... this. Updated all users.
6311 (RECORD_FILE_MAGIC): Renamed to ...
6312 (RECORD_FULL_FILE_MAGIC): ... this. Updated all users.
6313 (record_mem_entry): Renamed to ...
6314 (record_full_mem_entry): ... this. Updated all users.
6315 (record_reg_entry): Renamed to ...
6316 (record_full_reg_entry): ... this. Updated all users.
6317 (record_end_entry): Renamed to ...
6318 (record_full_end_entry): ... this. Updated all users.
6319 (record_type) <record_end, record_reg, record_mem>: Renamed
6320 to ...
6321 (record_full_type) <record_full_end, record_full_reg,
6322 record_full_mem>: ... this. Updated all users.
6323 (record_entry): Renamed to ...
6324 (record_full_entry): ... this. Updated all users.
6325 (record_core_buf_entry): Renamed to ...
6326 (record_full_core_buf_entry): ... this. Updated all users.
6327 (record_core_regbuf): Renamed to ...
6328 (record_full_core_regbuf): ... this. Updated all users.
6329 (record_core_start): Renamed to ...
6330 (record_full_core_start): ... this. Updated all users.
6331 (record_core_end): Renamed to ...
6332 (record_full_core_end): ... this. Updated all users.
6333 (record_core_buf_list): Renamed to ...
6334 (record_full_core_buf_list): ... this. Updated all users.
6335 (record_first): Renamed to ...
6336 (record_full_first): ... this. Updated all users.
6337 (record_list): Renamed to ...
6338 (record_full_list): ... this. Updated all users.
6339 (record_arch_list_head): Renamed to ...
6340 (record_full_arch_list_head): ... this. Updated all users.
6341 (record_arch_list_tail): Renamed to ...
6342 (record_full_arch_list_tail): ... this. Updated all users.
6343 (record_stop_at_limit): Renamed to ...
6344 (record_full_stop_at_limit): ... this. Updated all users.
6345 (record_insn_max_num): Renamed to ...
6346 (record_full_insn_max_num): ... this. Updated all users.
6347 (record_insn_num): Renamed to ...
6348 (record_full_insn_num): ... this. Updated all users.
6349 (record_insn_count): Renamed to ...
6350 (record_full_insn_count): ... this. Updated all users.
6351 (record_ops): Renamed to ...
6352 (record_full_ops): ... this. Updated all users.
6353 (record_core_ops): Renamed to ...
6354 (record_full_core_ops): ... this. Updated all users.
6355 (set_record_cmdlist): Renamed to ...
6356 (set_record_full_cmdlist): ... this. Updated all users.
6357 (show_record_cmdlist): Renamed to ...
6358 (show_record_full_cmdlist): ... this. Updated all users.
6359 (record_cmdlist): Renamed to ...
6360 (record_full_cmdlist): ... this. Updated all users.
6361 (record_beneath_to_resume_ops): Renamed to ...
6362 (record_full_beneath_to_resume_ops): ... this. Updated all users.
6363 (record_beneath_to_resume): Renamed to ...
6364 (record_full_beneath_to_resume): ... this. Updated all users.
6365 (record_beneath_to_wait_ops): Renamed to ...
6366 (record_full_beneath_to_wait_ops): ... this. Updated all users.
6367 (record_beneath_to_wait): Renamed to ...
6368 (record_full_beneath_to_wait): ... this. Updated all users.
6369 (record_beneath_to_store_registers_ops): Renamed to ...
6370 (record_full_beneath_to_store_registers_ops): ... this.
6371 Updated all users.
6372 (record_beneath_to_store_registers): Renamed to ...
6373 (record_full_beneath_to_store_registers): ... this.
6374 Updated all users.
6375 (record_beneath_to_xfer_partial_ops): Renamed to ...
6376 (record_full_beneath_to_xfer_partial_ops): ... this.
6377 Updated all users.
6378 (record_beneath_to_xfer_partial): Renamed to ...
6379 (record_full_beneath_to_xfer_partial): ... this.
6380 Updated all users.
6381 (record_beneath_to_insert_breakpoint): Renamed to ...
6382 (record_full_beneath_to_insert_breakpoint): ... this.
6383 Updated all users.
6384 (record_beneath_to_stopped_by_watchpoint): Renamed to ...
6385 (record_full_beneath_to_stopped_by_watchpoint): ... this.
6386 Updated all users.
6387 (record_beneath_to_stopped_data_address): Renamed to ...
6388 (record_full_beneath_to_stopped_data_address): ... this.
6389 Updated all users.
6390 (record_beneath_to_async): Renamed to ...
6391 (record_full_beneath_to_async): ... this. Updated all users.
6392 (record_goto_insn): Renamed to ...
6393 (record_full_goto_insn): ... this. Updated all users.
6394 (record_save): Renamed to ...
6395 (record_full_save): ... this. Updated all users.
6396 (record_reg_alloc): Renamed to ...
6397 (record_full_reg_alloc): ... this. Updated all users.
6398 (record_reg_release): Renamed to ...
6399 (record_full_reg_release): ... this. Updated all users.
6400 (record_mem_alloc): Renamed to ...
6401 (record_full_mem_alloc): ... this. Updated all users.
6402 (record_mem_release): Renamed to ...
6403 (record_full_mem_release): ... this. Updated all users.
6404 (record_end_alloc): Renamed to ...
6405 (record_full_end_alloc): ... this. Updated all users.
6406 (record_end_release): Renamed to ...
6407 (record_full_end_release): ... this. Updated all users.
6408 (record_entry_release): Renamed to ...
6409 (record_full_entry_release): ... this. Updated all users.
6410 (record_list_release): Renamed to ...
6411 (record_full_list_release): ... this. Updated all users.
6412 (record_list_release_following): Renamed to ...
6413 (record_full_list_release_following): ... this.
6414 Updated all users.
6415 (record_list_release_first): Renamed to ...
6416 (record_full_list_release_first): ... this. Updated all users.
6417 (record_arch_list_add): Renamed to ...
6418 (record_full_arch_list_add): ... this. Updated all users.
6419 (record_get_loc): Renamed to ...
6420 (record_full_get_loc): ... this. Updated all users.
6421 (record_check_insn_num): Renamed to ...
6422 (record_full_check_insn_num): ... this. Updated all users.
6423 (record_arch_list_cleanups): Renamed to ...
6424 (record_full_arch_list_cleanups): ... this. Updated all users.
6425 (record_message): Renamed to ...
6426 (record_full_message): ... this. Updated all users.
6427 (record_message_wrapper): Renamed to ...
6428 (record_full_message_wrapper): ... this. Updated all users.
6429 (record_message_wrapper_safe): Renamed to ...
6430 (record_full_message_wrapper_safe): ... this. Updated all users.
6431 (record_gdb_operation_disable): Renamed to ...
6432 (record_full_gdb_operation_disable): ... this. Updated all users.
6433 (record_hw_watchpoint): Renamed to ...
6434 (record_full_hw_watchpoint): ... this. Updated all users.
6435 (record_exec_insn): Renamed to ...
6436 (record_full_exec_insn): ... this. Updated all users.
6437 (record_restore): Renamed to ...
6438 (record_full_restore): ... this. Updated all users.
6439 (record_async_inferior_event_token): Renamed to ...
6440 (record_full_async_inferior_event_token): ... this.
6441 Updated all users.
6442 (record_async_inferior_event_handler): Renamed to ...
6443 (record_full_async_inferior_event_handler): ... this.
6444 Updated all users.
6445 (record_core_open_1): Renamed to ...
6446 (record_full_core_open_1): ... this. Updated all users.
6447 (record_open_1): Renamed to ...
6448 (record_full_open_1): ... this. Updated all users.
6449 (record_open): Renamed to ...
6450 (record_full_open): ... this. Updated all users.
6451 (record_close): Renamed to ...
6452 (record_full_close): ... this. Updated all users.
6453 (record_resume_step): Renamed to ...
6454 (record_full_resume_step): ... this. Updated all users.
6455 (record_resumed): Renamed to ...
6456 (record_full_resumed): ... this. Updated all users.
6457 (record_execution_dir): Renamed to ...
6458 (record_full_execution_dir): ... this. Updated all users.
6459 (record_resume): Renamed to ...
6460 (record_full_resume): ... this. Updated all users.
6461 (record_get_sig): Renamed to ...
6462 (record_full_get_sig): ... this. Updated all users.
6463 (record_sig_handler): Renamed to ...
6464 (record_full_sig_handler): ... this. Updated all users.
6465 (record_wait_cleanups): Renamed to ...
6466 (record_full_wait_cleanups): ... this. Updated all users.
6467 (record_wait_1): Renamed to ...
6468 (record_full_wait_1): ... this. Updated all users.
6469 (record_wait): Renamed to ...
6470 (record_full_wait): ... this. Updated all users.
6471 (record_stopped_by_watchpoint): Renamed to ...
6472 (record_full_stopped_by_watchpoint): ... this. Updated all users.
6473 (record_disconnect): Renamed to ...
6474 (record_full_disconnect): ... this. Updated all users.
6475 (record_detach): Renamed to ...
6476 (record_full_detach): ... this. Updated all users.
6477 (record_mourn_inferior): Renamed to ...
6478 (record_full_mourn_inferior): ... this. Updated all users.
6479 (record_kill): Renamed to ...
6480 (record_full_kill): ... this. Updated all users.
6481 (record_stopped_data_address): Renamed to ...
6482 (record_full_stopped_data_address): ... this. Updated all users.
6483 (record_registers_change): Renamed to ...
6484 (record_full_registers_change): ... this. Updated all users.
6485 (record_store_registers): Renamed to ...
6486 (record_full_store_registers): ... this. Updated all users.
6487 (record_xfer_partial): Renamed to ...
6488 (record_full_xfer_partial): ... this. Updated all users.
6489 (record_breakpoint): Renamed to ...
6490 (record_full_breakpoint): ... this. Updated all users.
6491 (record_breakpoint_p): Renamed to ...
6492 (record_full_breakpoint_p): ... this. Updated all users.
6493 (record_breakpoints): Renamed to ...
6494 (record_full_breakpoints): ... this. Updated all users.
6495 (record_sync_record_breakpoints): Renamed to ...
6496 (record_full_sync_record_breakpoints): ... this.
6497 Updated all users.
6498 (record_init_record_breakpoints): Renamed to ...
6499 (record_full_init_record_breakpoints): ... this.
6500 Updated all users.
6501 (record_insert_breakpoint): Renamed to ...
6502 (record_full_insert_breakpoint): ... this. Updated all users.
6503 (record_remove_breakpoint): Renamed to ...
6504 (record_full_remove_breakpoint): ... this. Updated all users.
6505 (record_can_execute_reverse): Renamed to ...
6506 (record_full_can_execute_reverse): ... this. Updated all users.
6507 (record_get_bookmark): Renamed to ...
6508 (record_full_get_bookmark): ... this. Updated all users.
6509 (record_goto_bookmark): Renamed to ...
6510 (record_full_goto_bookmark): ... this. Updated all users.
6511 (record_async): Renamed to ...
6512 (record_full_async): ... this. Updated all users.
6513 (record_can_async_p): Renamed to ...
6514 (record_full_can_async_p): ... this. Updated all users.
6515 (record_is_async_p): Renamed to ...
6516 (record_full_is_async_p): ... this. Updated all users.
6517 (record_execution_direction): Renamed to ...
6518 (record_full_execution_direction): ... this. Updated all users.
6519 (record_info): Renamed to ...
6520 (record_full_info): ... this. Updated all users.
6521 (record_delete): Renamed to ...
6522 (record_full_delete): ... this. Updated all users.
6523 (record_is_replaying): Renamed to ...
6524 (record_full_is_replaying): ... this. Updated all users.
6525 (record_goto_entry): Renamed to ...
6526 (record_full_goto_entry): ... this. Updated all users.
6527 (record_goto_begin): Renamed to ...
6528 (record_full_goto_begin): ... this. Updated all users.
6529 (record_goto_end): Renamed to ...
6530 (record_full_goto_end): ... this. Updated all users.
6531 (record_goto): Renamed to ...
6532 (record_full_goto): ... this. Updated all users.
6533 (init_record_ops): Renamed to ...
6534 (init_record_full_ops): ... this. Updated all users.
6535 (record_core_resume): Renamed to ...
6536 (record_full_core_resume): ... this. Updated all users.
6537 (record_core_kill): Renamed to ...
6538 (record_full_core_kill): ... this. Updated all users.
6539 (record_core_fetch_registers): Renamed to ...
6540 (record_full_core_fetch_registers): ... this. Updated all users.
6541 (record_core_prepare_to_store): Renamed to ...
6542 (record_full_core_prepare_to_store): ... this. Updated all users.
6543 (record_core_store_registers): Renamed to ...
6544 (record_full_core_store_registers): ... this. Updated all users.
6545 (record_core_xfer_partial): Renamed to ...
6546 (record_full_core_xfer_partial): ... this. Updated all users.
6547 (record_core_insert_breakpoint): Renamed to ...
6548 (record_full_core_insert_breakpoint): ... this. Updated all users.
6549 (record_core_remove_breakpoint): Renamed to ...
6550 (record_full_core_remove_breakpoint): ... this. Updated all users.
6551 (record_core_has_execution): Renamed to ...
6552 (record_full_core_has_execution): ... this. Updated all users.
6553 (init_record_core_ops): Renamed to ...
6554 (init_record_full_core_ops): ... this. Updated all users.
6555 (cmd_record_restore): Renamed to ...
6556 (cmd_record_full_restore): ... this. Updated all users.
6557 (record_save_cleanups): Renamed to ...
6558 (record_full_save_cleanups): ... this. Updated all users.
6559 (cmd_record_start): Renamed to ...
6560 (cmd_record_full_start): ... this. Updated all users.
6561 (set_record_insn_max_num): Renamed to ...
6562 (set_record_full_insn_max_num): ... this. Updated all users.
6563 (set_record_command): Renamed to ...
6564 (set_record_full_command): ... this. Updated all users.
6565 (show_record_command): Renamed to ...
6566 (show_record_full_command): ... this. Updated all users.
6567 (_initialize_record): Renamed to ...
6568 (_initialize_record_full): ... this. Updated all users.
6569
6570 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6571
6572 * record.h: Split into this and ...
6573 * record-full.h: ... this.
6574 * record.c: Split into this and ...
6575 * record-full.c: ... this.
6576 * target.h (target_ops): Add new fields to_info_record,
6577 to_save_record, to_delete_record, to_record_is_replaying,
6578 to_goto_record_begin, to_goto_record_end, to_goto_record.
6579 (target_info_record): New.
6580 (target_save_record): New.
6581 (target_supports_delete_record): New.
6582 (target_delete_record): New.
6583 (target_record_is_replaying): New.
6584 (target_goto_record_begin): New.
6585 (target_goto_record_end): New.
6586 (target_goto_record): New.
6587 * target.c (target_info_record): New.
6588 (target_save_record): New.
6589 (target_supports_delete_record): New.
6590 (target_delete_record): New.
6591 (target_record_is_replaying): New.
6592 (target_goto_record_begin): New.
6593 (target_goto_record_end): New.
6594 (target_goto_record): New.
6595 * record.h: Declare struct cmd_list_element.
6596 (record_cmdlist): New declaration.
6597 (set_record_cmdlist): New declaration.
6598 (show_record_cmdlist): New declaration.
6599 (info_record_cmdlist): New declaration.
6600 (cmd_record_goto): New declaration.
6601 * record.c: Remove unnecessary includes.
6602 Include inferior.h.
6603 (cmd_record_goto): Remove declaration.
6604 (record_cmdlist): Now extern. Initialize.
6605 (set_record_cmdlist): Now extern. Initialize.
6606 (show_record_cmdlist): Now extern. Initialize.
6607 (info_record_cmdlist): Now extern. Initialize.
6608 (find_record_target): New.
6609 (require_record_target): New.
6610 (cmd_record_start): Update.
6611 (cmd_record_delete): Remove target-specific code.
6612 Call target_delete_record.
6613 (cmd_record_stop): Unpush any record target.
6614 (set_record_insn_max_num): Move to record-full.c
6615 (set_record_command): Add comment.
6616 (show_record_command): Add comment.
6617 (info_record_command): Update comment.
6618 Remove target-specific code.
6619 Call the record target's to_info_record.
6620 (cmd_record_start): New.
6621 (cmd_record_goto): Now extern.
6622 Remove target-specific code.
6623 Call target_goto_begin, target_goto_end, or target_goto.
6624 (_initialize_record): Move record target ops initialization to
6625 record-full.c.
6626 Change "record" command help text.
6627 Move "record restore", "record set", and "record show" commands to
6628 record-full.c.
6629 * Makefile.in (SFILES): Add record-full.c.
6630 (HFILES_NO_SRCDIR): Add record-full.h.
6631 (COMMON_OBS): Add record-full.o.
6632 * amd64-linux-tdep.c: Include record-full.h instead of record.h.
6633 * arm-tdep.c: Include record-full.h.
6634 * i386-linux-tdep.c: Include record-full.h instead of record.h.
6635 * i386-tdep.c: Include record-full.h.
6636 * infrun.c: Include record-full.h.
6637 * linux-record.c: Include record-full.h.
6638 * moxie-tdep.c: Include record-full.h.
6639 * record-full.c: Include record-full.h.
6640 Change module comment.
6641 (set_record_full_cmdlist): New.
6642 (show_record_full_cmdlist): New.
6643 (record_full_cmdlist): New.
6644 (record_goto_insn): New declaration.
6645 (record_save): New declaration.
6646 (record_check_insn_num): Change query string.
6647 (record_info): New.
6648 (record_delete): New.
6649 (record_is_replaying): New.
6650 (record_goto_entry): New.
6651 (record_goto_begin): New.
6652 (record_goto_end): New.
6653 (record_goto): New.
6654 (init_record_ops): Update.
6655 (init_record_core_ops): Update.
6656 (cmd_record_save): Rename to record_save. Remove target and arg checks.
6657 (cmd_record_start): New.
6658 (set_record_insn_max_num): Moved from record.c
6659 (set_record_full_command): New.
6660 (show_record_full_command): New.
6661 (_initialize_record_full): New.
6662
6663 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6664
6665 * target.h (add_deprecated_target_alias): New.
6666 * target.c (add_deprecated_target_alias): New.
6667
6668 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6669
6670 * common/linux-btrace.c: Include sys/ptrace, sys/types, sys/wait.h,
6671 and signal.h.
6672 (linux_supports_btrace): Add kernel and
6673 cpuid check.
6674 (kernel_supports_btrace): New function.
6675 (cpu_supports_btrace): New function.
6676 (intel_supports_btrace): New function.
6677
6678 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6679
6680 * target.h (enum target_object): Add TARGET_OBJECT_BTRACE.
6681 * remote.c: Include btrace.h.
6682 (struct btrace_target_info): New struct.
6683 (remote_supports_btrace): New function.
6684 (send_Qbtrace): New function.
6685 (remote_enable_btrace): New function.
6686 (remote_disable_btrace): New function.
6687 (remote_teardown_btrace): New function.
6688 (remote_read_btrace): New function.
6689 (init_remote_ops): Add btrace ops.
6690 (enum <unnamed>): Add btrace packets.
6691 (struct protocol_feature remote_protocol_features[]): Add btrace packets.
6692 (_initialize_remote): Add packet configuration for branch tracing.
6693
6694 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6695
6696 * features/btrace.dtd: New file.
6697 * Makefile.in (XMLFILES): Add btrace.dtd.
6698 * btrace.h (parse_xml_btrace): New declaration.
6699 * btrace.c: Include xml-support.h.
6700 (parse_xml_btrace): New function.
6701 (parse_xml_btrace_block): New function.
6702 (block_attributes): New struct.
6703 (btrace_attributes): New struct.
6704 (btrace_children): New struct.
6705 (btrace_elements): New struct.
6706
6707 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6708
6709 * amd64-linux-nat.c: Include btrace.h and linux-btrace.h.
6710 (amd64_linux_enable_btrace): New.
6711 (amd64_linux_disable_btrace): New.
6712 (amd64_linux_teardown_btrace): New.
6713 (_initialize_amd64_linux_nat): Initialize btrace ops.
6714 * i386-linux.nat.c: Include btrace.h and linux-btrace.h.
6715 (i386_linux_enable_btrace): New.
6716 (i386_linux_disable_btrace): New.
6717 (i386_linux_teardown_btrace): New.
6718 (_initialize_i386_linux_nat): Initialize btrace ops.
6719 * config/i386/linux.mh: Add linux-btrace.o.
6720 * config/i386/linux64.mh: Add linux-btrace.o.
6721
6722 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6723
6724 * common/linux_btrace.h: New file.
6725 * common/linux_btrace.c: New file.
6726 * Makefile.in (SFILES): Add btrace.c.
6727 (HFILES_NO_SRCDIR): Add common/linux-btrace.h.
6728 (COMMON_OBS): Add btrace.o.
6729 (linux-btrace.o): New rule.
6730
6731 2013-03-11 Markus Metzger <markus.t.metzger@intel.com>
6732
6733 * target.h: Include btrace.h.
6734 (struct target_ops) <to_supports_btrace, to_enable_btrace,
6735 to_disable_btrace, to_teardown_btrace, to_read_btrace>: New.
6736 * target.c (target_supports_btrace): New function.
6737 (target_enable_btrace): New function.
6738 (target_disable_btrace): New function.
6739 (target_teardown_btrace): New function.
6740 (target_read_btrace): New function.
6741 * btrace.h: New file.
6742 * btrace.c: New file.
6743 * Makefile.in: Add btrace.c.
6744 * gdbthread.h: Include btrace.h.
6745 (struct thread_info): Add btrace field.
6746 * thread.c: Include btrace.h.
6747 (clear_thread_inferior_resources): Call target_teardown_btrace.
6748 * common/btrace-common.h: New file.
6749
6750 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6751
6752 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Call also kill
6753 for CHILD, ignore PTRACE_KILL errors, move the inner block variable
6754 kill_status to outer block.
6755
6756 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6757
6758 Fix entry-values if the callee called a noreturn function.
6759 * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Use
6760 get_frame_address_in_block. Add new comment.
6761
6762 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6763
6764 Fix entry-values in C++ across CUs.
6765 * dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
6766 lookup_minimal_symbol. Add a comment.
6767 * dwarf2read.c
6768 (read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
6769 DW_AT_linkage_name.
6770
6771 2013-03-08 Yao Qi <yao@codesourcery.com>
6772
6773 * tracepoint.c (_initialize_tracepoint): Indent the code.
6774
6775 2013-03-08 Pedro Alves <palves@redhat.com>
6776
6777 * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'.
6778 (parse_find_args, find_command): Change type of pattern buffer
6779 locals to 'gdb_byte *'.
6780
6781 2013-03-08 Stan Shebs <stan@codesourcery.com>
6782 Hafiz Abid Qadeer <abidh@codesourcery.com>
6783
6784 * NEWS: Mention set and show trace-buffer-size commands.
6785 Mention new packet.
6786 * target.h (struct target_ops): New method
6787 to_set_trace_buffer_size.
6788 (target_set_trace_buffer_size): New macro.
6789 * target.c (update_current_target): Set up new method.
6790 * tracepoint.c (trace_buffer_size): New global.
6791 (start_tracing): Send it to the target.
6792 (set_trace_buffer_size): New function.
6793 (_initialize_tracepoint): Add new setshow for trace-buffer-size.
6794 * remote.c (remote_set_trace_buffer_size): New function.
6795 (_initialize_remote): Use it.
6796 (QTBuffer:size) New remote command.
6797 (PACKET_QTBuffer_size): New enum.
6798 (remote_protocol_features): Add an entry for
6799 PACKET_QTBuffer_size.
6800
6801 2013-03-08 Tom Tromey <tromey@redhat.com>
6802
6803 * remote-m32r-sdi.c (m32r_load): Call skip_spaces on correct
6804 variable.
6805
6806 2013-03-07 Pedro Alves <palves@redhat.com>
6807
6808 * target.c (target_read_stralloc, target_fileio_read_alloc):
6809 *Cast pointer to 'gdb_byte *' in target call.
6810
6811 2013-03-07 Pedro Alves <palves@redhat.com>
6812
6813 * corefile.c (read_memory_string): Cast pointer to gdb_byte* in
6814 call.
6815
6816 2013-03-07 Keith Seitz <keiths@redhat.com>
6817
6818 * breakpoint.c (catch_syscall_split_args): Use skip_spaces.
6819 (trace_pass_command): Likewise.
6820 * cli/cli-cmds.c: Include cli/cli-utils.h.
6821 (source_command): Use skip-spaces.
6822 (disassemble_command): Likewise.
6823 * findcmd.c: Include cli/cli-utils.h.
6824 (parse_find_args): Use skip_spaces.
6825 * go32-nat.c: Include cli/cli-utils.h.
6826 (go32_sldt): Use skip_spaces.
6827 (go32_sgdt): Likewise.
6828 (go32_sidt): Likewise.
6829 (go32_pde): Likewise.
6830 (go32_pte): Likewise.
6831 (go32_pte_for_address): Likewise.
6832 * infcmd.c: Include cli/cli-utils.h.
6833 (registers_info): Use skip_spaces.
6834 * linux-tdep.c (read_mapping): Use skip_spaces_const.
6835 (linux_info_proc): Likewise.
6836 * linux-thread-db.c: Include cli/cli-utils.h.
6837 (info_auto_load_libthread_db): Use skip_spaces_const.
6838 * m32r-rom.c: Include cli/cli-utils.h.
6839 (m32r_upload_command): Use skip_spaces.
6840 * maint.c: Include cli/cli-utils.h.
6841 (maintenance_translate_address): Use skip_spaces.
6842 * mi/mi-parse.c: Include cli/cli-utils.h.
6843 (mi_parse_argv): Use skip_spaces.
6844 (mi_parse): Likewise.
6845 * minsyms.c: Include cli/cli-utils.h.
6846 (msymbol_hash_iw): Use skip_spaces_const.
6847 * objc-lang.c: Include cli/cli-utils.h.
6848 (parse_selector): Use skip_spaces.
6849 (parse_method): Likewise.
6850 * python/python.c: Include cli/cli-utils.h.
6851 (python_interactive_command)[HAVE_PYTHON]: Use skip_spaces.
6852 (python_command)[HAVE_PYTHON]: Likewise.
6853 (python_interactive_command)[!HAVE_PYTHON]: Likewise.
6854 * remote-m32r-sdi.c: Include cli/cli-utils.h.
6855 (m32r_load): Use skip_spaces.
6856 * serial.c: Include cli/cli-utils.h.
6857 (serial_open): Use skip_spaces_const.
6858 * stack.c: Include cli/cli-utils.h.
6859 (parse_frame_specification_1): Use skip_spaces_const.
6860 * symfile.c: Include cli/cli-utils.h.
6861 (set_ext_lang_command): Use skip_spaces.
6862 * symtab.c: Include cli/cli-utils.h.
6863 (rbreak_command): Use skip_spaces.
6864 * thread.c (thread_name_command): Use skip_spaces.
6865 * tracepoint.c (validate_actionline): Use skip_spaces.
6866 (encode_actions_1): Likewise.
6867 (trace_find_range_command): Likewise.
6868 (trace_find_outside_command): Likewise.
6869 (trace_dump_actions): Likewise.
6870
6871 2013-03-07 Pedro Alves <palves@redhat.com>
6872
6873 * c-lang.c (parse_one_string): Cast argument to gdb_byte *.
6874 * expprint.c (print_subexp_standard): Likewise.
6875 * utils.c (host_char_to_target): Likewise.
6876 * valprint.c (generic_emit_char, generic_printstr): Likewise.
6877 * varobj.c (value_get_print_value): Change type of local to char*.
6878 Cast it gdb_byte * in call to language printer.
6879
6880 2013-03-07 Pedro Alves <palves@redhat.com>
6881
6882 * charset.c (struct wchar_iterator) <input>: Change type to 'const
6883 gdb_byte *'.
6884 (make_wchar_iterator): Remove cast to char*.
6885 (wchar_iterate): Change type of local.
6886
6887 2013-03-07 Pedro Alves <palves@redhat.com>
6888
6889 * regcache.c (regcache_xmalloc_1): Call XCALLOC with signed char
6890 for 'regcache->register_status'.
6891
6892 2013-03-07 Pedro Alves <palves@redhat.com>
6893
6894 * breakpoint.c (breakpoint_xfer_memory): Change type of local to
6895 int.
6896
6897 2013-03-07 Pedro Alves <palves@redhat.com>
6898
6899 * stap-probe.c (handle_stap_probe): Add cast to char*.
6900
6901 2013-03-07 Pedro Alves <palves@redhat.com>
6902
6903 * linux-record.c (record_linux_system_call) <gdb_sys_msgrcv,
6904 RECORD_MSGRCV>: Pass a signed variable to
6905 regcache_raw_read_signed, instead of an unsigned one.
6906
6907 2013-03-07 Pedro Alves <palves@redhat.com>
6908
6909 * remote-notif.c (notif_debug): Change type to int.
6910 * remote-notif.h (notif_debug): Likewise.
6911
6912 2013-03-07 Pedro Alves <palves@redhat.com>
6913
6914 * ser-tcp.c (tcp_retry_limit): Change type to unsigned int.
6915
6916 2013-03-07 Pedro Alves <palves@redhat.com>
6917
6918 * remote.c (hex2bin, bin2hex): Move extern declarations to ...
6919 * remote.h (hex2bin, bin2hex): ... here.
6920 * tracepoint.c (hex2bin, bin2hex): Remove extern declarations.
6921
6922 2013-03-07 Eli Zaretskii <eliz@gnu.org>
6923
6924 * utils.c (initialize_utils): Improve doc strings of "set/show
6925 width", "set/show height", and "set/show pagination".
6926
6927 2013-03-06 Keith Seitz <keiths@redhat.com>
6928
6929 * ax-gdb.c (gen_printf): Make FORMAT const.
6930 * ax-gdb.h (gen_printf): Likewise.
6931 * ax-general.c (ax_string): Make STR const.
6932 * ax.h (ax_string): Likewise.
6933
6934 2013-03-06 Doug Evans <dje@google.com>
6935
6936 * elfread.c (elf_symfile_read): Move debugging printf to more
6937 logical location.
6938
6939 2013-03-06 Pedro Alves <palves@redhat.com>
6940
6941 * python/py-utils.c (target_string_to_unicode): Delete function.
6942 * python/python-internal.h (target_string_to_unicode): Delete
6943 declaration.
6944
6945 2013-03-06 Pierre Muller <muller@sourceware.org>
6946
6947 * linespec.c (get_current_search_block): ARI fix, use (void)
6948 for empty parameter list.
6949
6950 2013-03-05 Doug Evans <dje@google.com>
6951
6952 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents
6953 of old ada_lookup_symbol_list. In !full_search case, don't
6954 search superblocks.
6955 (ada_lookup_symbol_list): Delete arg full_search, all callers
6956 updated. Call ada_lookup_symbol_list_worker.
6957 (ada_iterate_over_symbols): Call ada_lookup_symbol_list_worker.
6958 * ada-lang.h (ada_lookup_symbol_list): Update.
6959 * language.h (language_defn): Update comment for
6960 la_iterate_over_symbols.
6961 * linespec.c (iterate_over_file_blocks): New function.
6962 (iterate_over_all_matching_symtabs): Call it.
6963 (lookup_prefix_sym): Ditto.
6964 (get_current_search_block): New function.
6965 (get_search_block): Delete.
6966 (find_label_symbols): Call get_current_search_block.
6967 (add_matching_symbols_to_info): Call iterate_over_file_blocks.
6968 * symtab.c (iterate_over_symbols): Don't search superblocks.
6969
6970 2013-03-05 Yao Qi <yao@codesourcery.com>
6971
6972 * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): Change
6973 parameter VAR's type from "unsigned int" to "int".
6974 * command.h (var_zuinteger_unlimited): Update its comments.
6975 (add_setshow_zuinteger_unlimited_cmd): Update the declaration.
6976
6977 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
6978
6979 * NEWS: Mention new target x86_64-*-cygwin*.
6980
6981 2013-03-05 Corinna Vinschen <vinschen@redhat.de>
6982
6983 * configure.host: Add x86_64-*-cygwin* as host.
6984 * configure.tgt: Add x86_64-*-cygwin* as target.
6985 * config/i386/cygwin64.mh: New file.
6986
6987 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6988
6989 * linespec.c (decode_line_2): Fix duplicate request off by two message.
6990
6991 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6992
6993 * linespec.c (struct linespec_canonical_name): New.
6994 (struct linespec_state): Change canonical_names type to it.
6995 (add_sal_to_sals): Change variable canonical_name to canonical. Change
6996 xrealloc element size. Initialize the different CANONICAL fields.
6997 (canonical_to_fullform): New.
6998 (filter_results): Use it. Add variables canonical, fullform and
6999 cleanup.
7000 (struct decode_line_2_item, decode_line_2_compare_items): New.
7001 (decode_line_2): Remove variables iter and item_names, add variables
7002 items and items_count. Modify the code for these new variables.
7003
7004 2013-03-04 Corinna Vinschen <vinschen@redhat.com>
7005
7006 * coff-pe-read.c (read_pe_exported_syms): Don't return without
7007 calling do_cleanup.
7008
7009 2013-03-04 Luis Machado <lgustavo@codesourcery.com>
7010
7011 * tracepoint.c (build_traceframe_info): Add code for byte order.
7012
7013 2013-03-02 Kevin Buettner <kevinb@redhat.com>
7014
7015 * v850-tdep.c: (v850e2_register_name): Revise system register
7016 names to match current V850E2M architecture specifications.
7017 Update register number enum comments too.
7018
7019 2013-03-01 Jiong Wang <jiwang@tilera.com>
7020 Pedro Alves <palves@redhat.com>
7021
7022 * tilegx-tdep.c (tilegx_analyze_prologue): Limit bundle reading
7023 to END_ADDR.
7024 (tilegx_skip_prologue): Limit prologue analysis to section end.
7025
7026 2013-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7027
7028 * dwarf2loc.c (call_site_find_chain_1): New variable save_callee_pc,
7029 use it.
7030
7031 2013-03-01 Pedro Alves <palves@redhat.com>
7032
7033 Use gdb_byte for bytes from the program being debugged.
7034
7035 * arm-tdep.c (arm_store_return_value, arm_get_longjmp_target):
7036 Change type of local 'buf' to gdb_byte.
7037 * avr-tdep.c (avr_frame_prev_register, avr_push_dummy_call): Likewise.
7038 * bfin-tdep.c (bfin_push_dummy_call): Likewise.
7039 * cris-tdep.c (cris_sigcontext_addr)
7040 (cris_sigtramp_frame_unwind_cache): Likewise.
7041 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp)
7042 (frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
7043 Likewise.
7044 * frv-tdep.c (frv_pseudo_register_write, frv_analyze_prologue): Likewise.
7045 * hppa-hpux-tdep.c (hppa32_hpux_find_global_pointer)
7046 (hppa32_hpux_search_dummy_call_sequence)
7047 (hppa_hpux_supply_save_state): Likewise.
7048 * hppa-linux-tdep.c (insns_match_pattern)
7049 (hppa_linux_find_global_pointer): Likewise.
7050 * hppa-tdep.c (hppa_in_function_epilogue_p)
7051 (skip_prologue_hard_way, hppa_frame_cache): Likewise.
7052 * i386-nto-tdep.c (i386nto_sigcontext_addr): Likewise.
7053 * i386fbsd-tdep.c (i386fbsd_supply_uthread)
7054 (i386fbsd_collect_uthread): Likewise.
7055 * ia64-hpux-tdep.c (ia64_hpux_push_dummy_code): Likewise.
7056 * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Likewise.
7057 * ia64-tdep.c (examine_prologue, ia64_frame_cache)
7058 (ia64_frame_prev_register, ia64_sigtramp_frame_cache)
7059 (ia64_sigtramp_frame_prev_register, ia64_access_reg)
7060 (ia64_access_rse_reg, ia64_libunwind_frame_this_id)
7061 (ia64_libunwind_frame_prev_register)
7062 (ia64_libunwind_sigtramp_frame_this_id)
7063 (ia64_find_global_pointer_from_dynamic_section)
7064 (find_extant_func_descr, find_func_descr, ia64_dummy_id)
7065 (ia64_unwind_pc): Likewise.
7066 * iq2000-tdep.c (iq2000_store_return_value): Likewise.
7067 * m68hc11-tdep.c (m68hc11_push_dummy_call)
7068 (m68hc11_extract_return_value): Likewise.
7069 * m68klinux-nat.c (fetch_register, store_register): Likewise.
7070 * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_cr32_write)
7071 (mep_get_insn, mep_push_dummy_call): Likewise.
7072 * mips-linux-tdep.c (mips_linux_get_longjmp_target)
7073 (mips_linux_in_dynsym_stub): Likewise.
7074 * mn10300-tdep.c (mep_pseudo_cr32_write): Likewise.
7075 * ppc-linux-nat.c (fetch_register, store_register): Likewise.
7076 * regcache.c (dump_endian_bytes): Change type of parameter 'buf'
7077 to gdb_byte.
7078 * remote-mips.c (mips_set_register): Likewise.
7079 * remote-sim.c (gdbsim_fetch_register): Likewise.
7080 * score-tdep.c (score7_fetch_inst): Change type of parameter
7081 'memblock' and local 'buf' to gdb_byte.
7082 (score7_malloc_and_get_memblock): Change return type to gdb_byte.
7083 Change type of local 'buf' to gdb_byte. Adjust.
7084 (score7_adjust_memblock_ptr): Change type of parameter 'memblock'
7085 to gdb_byte**.
7086 (score7_analyze_prologue): Change type of 'memblock' and
7087 'memblock_ptr' locals to gdb_byte*.
7088 * sh64-tdep.c (sh64_extract_return_value)
7089 (sh64_store_return_value): Change type of local 'buf' to gdb_byte.
7090 * solib-darwin.c (darwin_current_sos, darwin_read_exec_load_addr):
7091 * solib-pa64.c (pa64_solib_create_inferior_hook)
7092 (pa64_open_symbol_file_object): Remove local 'buf'.
7093 * solib-som.c (som_solib_create_inferior_hook, link_map_start)
7094 (som_open_symbol_file_object): Likewise.
7095 * solib-spu.c (spu_current_sos): Likewise.
7096 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
7097 * spu-multiarch.c (parse_spufs_run, spu_fetch_registers)
7098 (spu_store_registers): Likewise.
7099 * target.c (debug_print_register): Likewise.
7100 * tic6x-tdep.c (tic6x_get_longjmp_target): Likewise.
7101 * xstormy16-tdep.c (xstormy16_store_return_value)
7102 (xstormy16_push_dummy_call, xstormy16_resolve_jmp_table_entry)
7103 (xstormy16_find_jmp_table_entry): Likewise.
7104
7105 2013-03-01 Jiong Wang <jiwang@tilera.com>
7106
7107 * tilegx-tdep.c (tilegx_get_longjmp_target): New function.
7108 (tilegx_gdbarch_init): Install it.
7109
7110 2013-02-28 Tom Tromey <tromey@redhat.com>
7111
7112 * python/py-arch.c (archpy_disassemble): Use PyInt_Check and
7113 PyLong_Check.
7114
7115 2013-02-28 Doug Evans <dje@google.com>
7116
7117 * python/py-finishbreakpoint.c (bpfinishpy_init): gcc -Wall lint.
7118 * python/python.c (gdbpy_find_pc_line): Ditto.
7119
7120 2013-02-28 Tom Tromey <tromey@redhat.com>
7121
7122 * contrib/excheck.py: New file.
7123 * contrib/exsummary.py: New file.
7124 * contrib/gcc-with-excheck: New file.
7125
7126 2013-02-28 Tom Tromey <tromey@redhat.com>
7127
7128 * python/python.c (gdbpy_print_stack): Call begin_line and
7129 fprintf_filtered inside TRY_CATCH.
7130
7131 2013-02-28 Tom Tromey <tromey@redhat.com>
7132
7133 * python/python.c (gdbpy_find_pc_line): Call find_pc_line
7134 inside TRY_CATCH.
7135
7136 2013-02-28 Tom Tromey <tromey@redhat.com>
7137
7138 * py-finishbreakpoint.c (bpfinishpy_init): Reorganize to call
7139 frame_object_to_frame_info inside TRY_CATCH.
7140
7141 2013-02-28 Tom Tromey <tromey@redhat.com>
7142
7143 * py-block.c (gdbpy_block_for_pc): Call block_for_pc inside
7144 TRY_CATCH.
7145
7146 2013-02-28 Tom Tromey <tromey@redhat.com>
7147
7148 * objfiles.h (ALL_PSPACE_OBJFILES): Remove trailing backlash.
7149
7150 2013-02-27 Corinna Vinschen <vinschen@redhat.com>
7151
7152 * windows-nat.c: Throughout, fix format strings and casts of
7153 printf-like functions to avoid type related warnings on all
7154 platforms.
7155 (handle_output_debug_string): Fetch context information address
7156 from debug string using string_to_core_addr.
7157
7158 2013-02-27 Jiong Wang <jiwang@tilera.com>
7159
7160 * regformats/reg-tilegx.dat (name): Change abi name to "tilegx".
7161 * regformats/reg-tilegx32.dat: New.
7162
7163 2013-02-27 Jiong Wang <jiwang@tilera.com>
7164
7165 * configure.tgt (tilegx-*-linux*): Enable gdbserver.
7166
7167 2013-02-27 Jiong Wang <jiwang@tilera.com>
7168
7169 * configure.tgt (tilegx-*-linux*): Replace whitespace with tab.
7170
7171 2013-02-27 Yao Qi <yao@codesourcery.com>
7172 Pedro Alves <palves@redhat.com>
7173
7174 * tracepoint.c (tfile_trace_find): For tfind
7175 pc/tp/range/outside, look for the next trace frame instead of
7176 always starting from frame 0.
7177
7178 2013-02-26 Anthony Green <green@moxielogic.com>
7179
7180 * configure.tgt: Add support for moxie-*-rtems* target.
7181
7182 2013-02-25 Pedro Alves <palves@redhat.com>
7183
7184 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Change
7185 warning text.
7186
7187 2013-02-24 Maciej W. Rozycki <macro@codesourcery.com>
7188
7189 * mips-tdep.c (mips32_scan_prologue): Reset frame_offset to zero
7190 if $fp is used as the virtual frame pointer.
7191
7192 2013-02-23 Alan Modra <amodra@gmail.com>
7193
7194 * elfread.c (elf_symtab_read): Do not use udata.p here to find
7195 symbol size.
7196 * ppc64-tdep.c (ppc64_elf_make_msymbol_special): New function.
7197 * ppc64-tdep.h (ppc64_elf_make_msymbol_special): Declare.
7198 * ppc-linux-tdep.c (ppc_linux_init_abi): Set up to use the above.
7199 * ppcfbsd-tdep.c (ppcfbsd_init_abi): Likewise.
7200
7201 2013-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7202
7203 Code cleanup.
7204 * elfread.c (build_id_bfd_get): Make the return type const.
7205 (build_id_verify): Make the check parameter const.
7206 (build_id_to_debug_filename): Make the build_id parameter and variable
7207 data const.
7208 (find_separate_debug_file_by_buildid): Make the variable build_id const.
7209
7210 2013-02-21 Alan Modra <amodra@gmail.com>
7211
7212 * elfread.c (build_id_bfd_get): Adjust for elf_tdata changes.
7213
7214 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
7215
7216 Add a new method 'disassemble' to gdb.Architecture class.
7217 * python/py-arch.c (archpy_disassmble): Implementation of the
7218 new method gdb.Architecture.disassemble.
7219 (arch_object_methods): Add entry for the new method.
7220
7221 2013-02-20 Jiong Wang <jiwang@tilera.com>
7222
7223 * MAINTAINERS (Write After Approval): Add myself to the list.
7224
7225 2013-02-19 Pedro Alves <palves@redhat.com>
7226
7227 Garbage collect 'struct monitor_ops'::load_routine.
7228
7229 * monitor.h (struct monitor_ops) <load_routine>: Remove field.
7230 * monitor.c (monitor_load): No longer call
7231 current_monitor->load_routine.
7232 * dbug-rom.c (init_dbug_cmds): Don't set 'load_routine'.
7233 * m32r-rom.c (init_m32r_cmds): Don't set 'load_routine'.
7234 * ppcbug-rom.c (init_ppc_cmds): Don't set 'load_routine'.
7235
7236 2013-02-19 Pedro Alves <palves@redhat.com>
7237
7238 PR gdb/15161
7239
7240 Harmonize with generic_load.
7241
7242 * monitor.c: Include "readline/readline.h".
7243 (monitor_load): Rename parameter 'file' to 'args'. Use build_argv
7244 instead of sscanf. Use CORE_ADDR/strtoulst instead of unsigned
7245 long/strtol for the 'load_offset' local. Error out if no argument
7246 is given or if too many arguments are given. Tilde expand the
7247 passed in file name.
7248
7249 2013-02-19 Kai Tietz <ktietz@redhat.com>
7250
7251 PR gdb/15161
7252 * symfile.c (load_section_data): Change type of load_offset
7253 to CORE_ADDR.
7254 (generic_load): User strtoulst instead of strtoul for conversion
7255 of load_offset.
7256
7257 2013-02-19 Jiong Wang <jiwang@tilera.com>
7258
7259 * tilegx-tdep.c (tilegx_analyze_prologue): add check for
7260 for return address, "lr" register, saved on stack.
7261 * tilegx-tdep.c (tilegx_frame_cache): update "PC" reg
7262 after we invoke tilegx_analyze_prologue.
7263
7264 2013-02-19 Jiong Wang <jiwang@tilera.com>
7265
7266 * tilegx-tdep.c (itilegx_gdbarch_init): char type should be signed.
7267
7268 2013-02-19 Jiong Wang <jiwang@tilera.com>
7269
7270 * tilegx-tdep.c (tilegx_skip_prologue): Use skip_prologue_using_sal.
7271
7272 2013-02-19 Jiong Wang <jiwang@tilera.com>
7273
7274 * tilegx-tdep.c (INT_SWINT_1_SIGRETURN): New macro.
7275 (tilegx_write_pc): New function.
7276 (tilegx_cannot_reference_register): Return zero if REGNO
7277 is TILEGX_FAULTNUM_REGNUM.
7278 (tilegx_gdbarch_init): Add call to set_gdbarch_write_pc.
7279 (tilegx_register_name): Add handling of "faultnum" register.
7280 * tilegx-tdep.h (enum tilegx_regnum): Add TILEGX_FAULTNUM_REGNUM.
7281 * tilegx-linux-tdep.c (tilegx_linux_supply_regset): Add
7282 handling of TILEGX_FAULTNUM_REGNUM.
7283 * tilegx-linux-nat.c (regmap): Add entry for TILEGX_FAULTNUM_REGNUM.
7284
7285 2013-02-19 Jiong Wang <jiwang@tilera.com>
7286
7287 * tilegx-tdep.c (tilegx_push_dummy_call): args pushed on stack
7288 should be aligned to 64bit.
7289
7290 2013-02-19 Kai Tietz <ktietz@redhat.com>
7291
7292 * windows-nat.c (windows_xfer_memory): Fix debug-output
7293 for LLP64.
7294
7295 2013-02-19 Lei Liu <lei.liu2@windriver.com>
7296
7297 * mips-linux-nat.c (mips64_linux_regsets_store_registers):
7298 Don't check DSP register number if HAVE_DSP is not set.
7299
7300 2013-02-19 Alan Modra <amodra@gmail.com>
7301
7302 * elfread.c (struct build_id): Delete. Use struct elf_build_id
7303 throughout file instead.
7304 (build_id_bfd_get): Update to use new elf_tdata build_id field.
7305 Don't xmalloc return value.
7306 (build_id_verify): Similarly. Don't xfree.
7307 (build_id_to_debug_filename): Update.
7308 (find_separate_debug_file_by_buildid): Update, don't xfree.
7309
7310 2013-02-18 Tom Tromey <tromey@redhat.com>
7311
7312 PR gdb/15102:
7313 * dwarf2read.c (read_subrange_type): Use result of
7314 'check_typedef'.
7315
7316 2013-02-16 Yuanhui Zhang <asmwarrior@gmail.com>
7317
7318 * frame.c: Remove one extra white space after #include
7319 directive.
7320
7321 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7322
7323 * contrib/cc-with-tweaks.sh: Extend the comment for -p option.
7324
7325 2013-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7326
7327 * gdb-gdb.gdb.in: Wrap set complaints, b internal_error, b info_command
7328 and dir commands into an if block.
7329
7330 2013-02-15 Sanimir Agovic <sanimir.agovic@intel.com>
7331
7332 * python/py-breakpoint (struct pybp_code): Use int instead of
7333 enum type_code.
7334
7335 2013-02-15 Pedro Alves <pedro@codesourcery.com>
7336 Hafiz Abid Qadeer <abidh@codesourcery.com>
7337
7338 * NEWS: Mention new field "trace-file".
7339 * tracepoint.c (trace_status_mi): Output "trace-file" field.
7340 (tfile_open): Record the trace file's filename in the trace
7341 status.
7342 (tfile_files_info): Mention the name of the trace file.
7343 Check the "filename" field explicitely.
7344 (trace_status_command): Explicitely check "filename" field.
7345 (trace_find_command): Ditto.
7346 (trace_find_pc_command): Ditto.
7347 (trace_find_tracepoint_command): Ditto.
7348 (trace_find_line_command): Ditto.
7349 (trace_find_range_command): Ditto.
7350 (trace_find_outside_command): Ditto.
7351 * tracepoint.h (struct trace_status) <from_file>: Rename it
7352 to "filename" and make it hold the trace file's filename
7353 instead of a boolean.
7354 * remote.c (remote_get_trace_status): Initialize "filename"
7355 field with NULL instead of 0.
7356
7357 2013-02-15 Yao Qi <yao@codesourcery.com>
7358
7359 * remote.c: Fix a typo.
7360
7361 2013-02-14 Pierre Muller <muller@sourceware.org>
7362
7363 * contrib/ari/gdb_ari.sh (GNU/Linux rule): Remove.
7364
7365 2013-02-14 Pedro Alves <palves@redhat.com>
7366
7367 * utils.c (savestring): Don't #undef it. Move function to
7368 common/common-utils.c.
7369 * common/common-utils.c: Include gdb_string.h.
7370 (savestring): Move here from utils.c.
7371 * common/common-utils.h (savestring): Declare.
7372
7373 2013-02-14 Pedro Alves <palves@redhat.com>
7374
7375 * utils.c (savestring): Rename parameter 'size' to 'len'.
7376
7377 2013-02-14 Pedro Alves <palves@redhat.com>
7378 Yufeng Zhang <yufeng.zhang@arm.com>
7379
7380 * aarch64-linux-nat.c (aarch64_init_debug_reg_state): Delete.
7381 (aarch64_inferior_data, struct aarch64_inferior_data):
7382 Delete.
7383 (struct aarch64_process_info): New.
7384 (aarch64_process_list): New global.
7385 (aarch64_find_process_pid, aarch64_add_process)
7386 (aarch64_process_info_get): New functions.
7387 (aarch64_inferior_data_get): Delete.
7388 (aarch64_process_info_get): New function.
7389 (aarch64_forget_process): New function.
7390 (aarch64_get_debug_reg_state): New parameter 'pid'. Reimplement.
7391 (aarch64_linux_prepare_to_resume): Pass the lwp's pid to
7392 aarch64_get_debug_reg_state.
7393 (aarch64_notify_debug_reg_change): Use iterate_over_lwps
7394 instead of linux_nat_iterate_watchpoint_lwps.
7395 (aarch64_linux_new_fork): New function.
7396 (aarch64_linux_child_post_startup_inferior): Use
7397 aarch64_forget_process instead of aarch64_init_debug_reg_state.
7398 (aarch64_handle_breakpoint, aarch64_linux_insert_hw_breakpoint)
7399 (aarch64_linux_remove_hw_breakpoint)
7400 (aarch64_handle_aligned_watchpoint)
7401 (aarch64_handle_unaligned_watchpoint)
7402 (aarch64_linux_insert_watchpoint)
7403 (aarch64_linux_remove_watchpoint)
7404 (aarch64_linux_stopped_data_address): Adjust to pass the current
7405 process id to aarch64_debug_reg_state.
7406 (_initialize_aarch64_linux_nat): Install aarch64_linux_new_fork as
7407 linux_nat_new_fork hook, and aarch64_forget_process as
7408 linux_nat_forget_process hook; remove the call to
7409 register_inferior_data_with_cleanup.
7410
7411 2013-02-14 Pedro Alves <palves@redhat.com>
7412
7413 * eval.c (evaluate_subexp_for_address) <default_case_after_eval,
7414 EVAL_AVOID_SIDE_EFFECTS>: Swap and handle TYPE_CODE_REF before
7415 lval_memory.
7416
7417 2013-02-14 Pedro Alves <pedro@codesourcery.com>
7418 Hafiz Abid Qadeer <abidh@codesourcery.com>
7419
7420 * tracepoint.h (validate_trace_state_variable_name): Declare.
7421 * tracepoint.c (validate_trace_state_variable_name): New.
7422 (trace_variable_command): Parse the trace state variable's name
7423 without using parse_expression. Do several validations.
7424 * mi/mi-main.c (mi_cmd_trace_define_variable): Don't parse the
7425 trace state variable's name with parse_expression. Validate it.
7426
7427 2013-02-14 Yao Qi <yao@codesourcery.com>
7428
7429 * infcmd.c (breakpoint_proceeded): Remove it.
7430
7431 2013-02-14 Yao Qi <yao@codesourcery.com>
7432
7433 * tracepoint.c (end_actions_pseudocommand): Make it static.
7434 (while_stepping_pseudocommand): Likewise.
7435 * tracepoint.h (end_actions_pseudocommand): Remove the
7436 declaration.
7437 (while_stepping_pseudocommand): Likewise.
7438
7439 2013-02-14 Yao Qi <yao@codesourcery.com>
7440
7441 * cli/cli-decode.c (help_cmd): Remove the declaration of
7442 "cmdlist".
7443 (help_all): Likewise.
7444
7445 2013-02-13 Pedro Alves <palves@redhat.com>
7446
7447 * amd64-linux-nat.c (update_debug_registers_callback):
7448 Update comment.
7449 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
7450 iterate_over_lwps.
7451 (amd64_linux_prepare_to_resume): Pass the lwp's pid to
7452 i386_debug_reg_state.
7453 (amd64_linux_new_fork): New function.
7454 (_initialize_amd64_linux_nat): Install amd64_linux_new_fork as
7455 linux_nat_new_fork hook, and i386_forget_process as
7456 linux_nat_forget_process hook.
7457 * i386-linux-nat.c (update_debug_registers_callback):
7458 Update comment.
7459 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
7460 iterate_over_lwps.
7461 (i386_linux_prepare_to_resume): Pass the lwp's pid to
7462 i386_debug_reg_state.
7463 (i386_linux_new_fork): New function.
7464 (_initialize_i386_linux_nat): Install i386_linux_new_fork as
7465 linux_nat_new_fork hook, and i386_forget_process as
7466 linux_nat_forget_process hook.
7467 * i386-nat.c (i386_init_dregs): Delete.
7468 (i386_inferior_data, struct i386_inferior_data):
7469 Delete.
7470 (struct i386_process_info): New.
7471 (i386_process_list): New global.
7472 (i386_find_process_pid, i386_add_process, i386_process_info_get):
7473 New functions.
7474 (i386_inferior_data_get): Delete.
7475 (i386_process_info_get): New function.
7476 (i386_debug_reg_state): New parameter 'pid'. Reimplement.
7477 (i386_forget_process): New function.
7478 (i386_cleanup_dregs): Rewrite.
7479 (i386_update_inferior_debug_regs, i386_insert_watchpoint)
7480 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
7481 (i386_stopped_data_address, i386_insert_hw_breakpoint)
7482 (i386_remove_hw_breakpoint): Adjust to pass the current process id
7483 to i386_debug_reg_state.
7484 (i386_use_watchpoints): Don't register inferior data.
7485 * i386-nat.h (i386_debug_reg_state): Add new 'pid' parameter, and
7486 adjust comment.
7487 (i386_forget_process): Declare.
7488 * linux-fork.c (delete_fork): Call linux_nat_forget_process.
7489 * linux-nat.c (linux_nat_new_fork, linux_nat_forget_process_hook):
7490 New static globals.
7491 (linux_child_follow_fork): Don't call linux_nat_new_thread here.
7492 (add_initial_lwp): New, factored out from ...
7493 (add_lwp): ... this. Don't check the number of lwps before
7494 calling linux_nat_new_thread.
7495 (linux_nat_iterate_watchpoint_lwps): Delete.
7496 (linux_nat_attach): Use add_initial_lwp instead of add_lwp.
7497 (linux_handle_extended_wait): Call the linux_nat_new_fork hook on
7498 forks and vforks.
7499 (linux_nat_wait_1): Use add_initial_lwp instead of add_lwp for the
7500 initial lwp.
7501 (linux_nat_kill, linux_nat_mourn_inferior): Call
7502 linux_nat_forget_process.
7503 (linux_nat_set_new_fork, linux_nat_set_forget_process)
7504 (linux_nat_forget_process): New functions.
7505 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): Delete
7506 type.
7507 (linux_nat_iterate_watchpoint_lwps): Delete declaration.
7508 (linux_nat_new_fork_ftype, linux_nat_forget_process_ftype): New
7509 types.
7510 (linux_nat_set_new_fork, linux_nat_set_forget_process)
7511 (linux_nat_forget_process): New declarations.
7512
7513 * amd64fbsd-nat.c (super_mourn_inferior): New global.
7514 (amd64fbsd_mourn_inferior): New function.
7515 (_initialize_amd64fbsd_nat): Override to_mourn_inferior.
7516 * windows-nat.c (windows_detach): Call i386_cleanup_dregs.
7517
7518 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
7519
7520 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
7521 Adding _().
7522
7523 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
7524
7525 * aarch64-linux-nat.c (debug_reg_change_callback)
7526 (aarch64_linux_get_debug_reg_capacity): ARI fix: Replace %llx with
7527 %s and phex().
7528
7529 2013-02-13 Marcus Shawcroft <marcus.shawcroft@arm.com>
7530
7531 * aarch64-linux-nat.c (dr_changed_t): ARI fix: Replace long long
7532 with LONGEST.
7533
7534 2013-02-13 Pedro Alves <palves@redhat.com>
7535 Hafiz Abid Qadeer <abidh@codesourcery.com>
7536
7537 * c-lang.c (c_op_print_tab): Add entry for UNOP_PLUS.
7538
7539 2013-02-12 Tom Tromey <tromey@redhat.com>
7540
7541 PR symtab/11464:
7542 * c-exp.y (lex_one_token): Initialize other fields of yylval on
7543 NAME return.
7544 (classify_inner_name): Remove 'first_name' argument, add
7545 'context'. Remove unused variable.
7546 (yylex): Explicitly maintain the context type. Exit loop earlier
7547 if NAME result is seen.
7548
7549 2013-02-12 Pedro Alves <palves@redhat.com>
7550
7551 * amd64-darwin-tdep.c: Add (C) after Copyright.
7552 * cli/cli-cmds.h: Ditto.
7553 * cli/cli-decode.c: Ditto.
7554 * cli/cli-decode.h: Ditto.
7555 * cli/cli-dump.c: Ditto.
7556 * cli/cli-dump.h: Ditto.
7557 * cli/cli-interp.c: Ditto.
7558 * cli/cli-logging.c: Ditto.
7559 * cli/cli-script.c: Ditto.
7560 * cli/cli-script.h: Ditto.
7561 * cli/cli-setshow.c: Ditto.
7562 * cli/cli-setshow.h: Ditto.
7563 * cli/cli-utils.c: Ditto.
7564 * cli/cli-utils.h: Ditto.
7565 * config/alpha/nm-osf3.h: Ditto.
7566 * config/djgpp/djconfig.sh: Ditto.
7567 * config/i386/nm-fbsd.h: Ditto.
7568 * config/i386/nm-i386gnu.h: Ditto.
7569 * config/nm-linux.h: Ditto.
7570 * config/nm-nto.h: Ditto.
7571 * config/rs6000/nm-rs6000.h: Ditto.
7572 * config/sparc/nm-sol2.h: Ditto.
7573 * darwin-nat-info.c: Ditto.
7574 * dfp.c: Ditto.
7575 * dfp.h: Ditto.
7576 * gdb-demangle.h: Ditto.
7577 * i386-darwin-nat.c: Ditto.
7578 * i386-darwin-tdep.c: Ditto.
7579 * linux-fork.h: Ditto.
7580 * m32c-tdep.c: Ditto.
7581 * microblaze-linux-tdep.c: Ditto.
7582 * microblaze-rom.c: Ditto.
7583 * microblaze-tdep.c: Ditto.
7584 * microblaze-tdep.h: Ditto.
7585 * mips-linux-tdep.h: Ditto.
7586 * ppc-ravenscar-thread.c: Ditto.
7587 * ppc-ravenscar-thread.h: Ditto.
7588 * prologue-value.c: Ditto.
7589 * prologue-value.h: Ditto.
7590 * ravenscar-thread.c: Ditto.
7591 * ravenscar-thread.h: Ditto.
7592 * sparc-ravenscar-thread.c: Ditto.
7593 * sparc-ravenscar-thread.h: Ditto.
7594 * tilegx-linux-tdep.c: Ditto.
7595 * unwind_stop_reasons.def: Ditto.
7596 * windows-nat.h: Ditto.
7597 * xtensa-linux-tdep.c: Ditto.
7598 * xtensa-xtregs.c: Ditto.
7599 * regformats/regdat.sh: Ditto.
7600 * regformats/regdef.h: Ditto.
7601
7602 2013-02-12 Pedro Alves <palves@redhat.com>
7603
7604 * break-catch-sig.c: Update copyright years.
7605
7606 2013-02-11 Siva Chandra Reddy <sivachandra@google.com>
7607
7608 Add support for a destructor for ui_out data and use it to
7609 provide a ui_out destructor.
7610 * ui-out.h: Declare the new ui_out destructor.
7611 (ui_out_impl): Add a field for data destructor in ui_out_impl.
7612 * ui-out.c (default_data_destroy): Add a default data destructor
7613 which does nothing.
7614 (default_ui_out_impl): Set the new data_destroy field to
7615 default_data_destroy
7616 (uo_data_destroy): Local function which invokes the data
7617 destructor if present.
7618 (clear_table): Local function which clears the table data of a
7619 ui_out object.
7620 (ui_out_destroy): Public function which frees a ui_out object.
7621 (ui_out_table_end): Use the new clear_table function.
7622 * cli-out.c (cli_ui_out_impl): Set the new data_destroy field to
7623 NULL.
7624 * mi/mi-out.c (mi_ui_out_impl): Set the new data_destroy field
7625 to NULL.
7626
7627 2013-02-11 Doug Evans <dje@google.com>
7628
7629 * printcmd.c (printf_c_string,printf_wide_c_string): New functions.
7630 (printf_decfloat): New function. Broken out from ui_printf.
7631 Remove unnecessary code to shift the entire format string down.
7632 (printf_pointer): New function.
7633 (ui_printf): Code to print C strings, wide C strings, decfloats,
7634 and pointers moved to separate functions.
7635
7636 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
7637
7638 * valops.c (value_assign): Handling bitfield offset in
7639 `lval_internalvar_component' case.
7640
7641 2013-02-08 Doug Evans <dje@google.com>
7642
7643 * common/format.c (parse_format_string): Fix whitespace.
7644
7645 2013-02-08 Matthew Gretton-Dann <matthew.gretton-dann@linaro.org>
7646
7647 * stack.c (return_command): Work around uninitialized variable
7648 warning.
7649
7650 2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>
7651
7652 * aarch64-linux-tdep.c (AARCH64_LINUX_SIZEOF_GREGSET): Change the
7653 number of the registers from 36 to 34.
7654
7655 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
7656
7657 * NEWS: Mention new AArch64 native and target support.
7658
7659 2013-02-08 Marcus Shawcroft <marcus.shawcroft@arm.com>
7660
7661 * MAINTAINERS (Write After Approval): Add myself.
7662
7663 2013-02-08 Jim MacArthur <jim.macarthur@arm.com>
7664 Marcus Shawcroft <marcus.shawcroft@arm.com>
7665 Nigel Stephens <nigel.stephens@arm.com>
7666 Yufeng Zhang <yufeng.zhang@arm.com>
7667
7668 * aarch64-linux-nat.c: New file.
7669 * config/aarch64/linux.mh: New file.
7670 * configure.host: Add AArch64.
7671 * Makefile.in (ALLDEPFILES): Add aarch64-linux-nat.c.
7672
7673 2013-02-07 Doug Evans <dje@google.com>
7674
7675 * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to
7676 disassemble command.
7677
7678 2013-02-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
7679
7680 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Call
7681 set_gdbarch_fetch_tls_load_module_address.
7682
7683 2013-02-06 David S. Miller <davem@davemloft.net>
7684
7685 * sparc-tdep.c (sparc32_return_value): Handle writing return value when
7686 using RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7687 * value.c (struct_return_convention): New function.
7688 (using_struct_return): Implement in terms of struct_return_convention.
7689 * value.h (struct_return_convention): Declare.
7690 * stack.c (return_command): Allow successful overriding of the return
7691 value when RETURN_VALUE_ABI_PRESERVES_ADDRESS.
7692
7693 2013-02-06 Tom Tromey <tromey@redhat.com>
7694
7695 * python/py-type.c (typy_strip_typedefs): Don't call check_typedef
7696 outside of TRY_CATCH.
7697
7698 2013-02-06 Yao Qi <yao@codesourcery.com>
7699
7700 * mi/mi-interp.c: Include "tracepoint.h".
7701 (mi_tsv_modified): Declare.
7702 (mi_tsv_created, mi_tsv_deleted): Update declaration.
7703 (mi_interpreter_init): Call observer_attach_tsv_modified.
7704 (mi_tsv_modified): New.
7705 (mi_tsv_created, mi_tsv_deleted): Update.
7706 * tracepoint.c (trace_variable_command): Call
7707 observer_notify_tsv_modified if the initial value of tsv is
7708 changed.
7709 (delete_trace_state_variable): Call
7710 observer_notify_tsv_deleted earlier.
7711 (trace_variable_command): Caller update.
7712 (create_tsv_from_upload): Likewise.
7713 * observer.sh: Declare "struct trace_state_variable".
7714
7715 * NEWS: Mention the new MI notification "=tsv-modified".
7716
7717 2013-02-05 Doug Evans <dje@google.com>
7718
7719 * completer.c (location_completer): Fix typo in comment.
7720
7721 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7722
7723 * breakpoint.c (add_location_to_breakpoint): Insert the location with
7724 ADDRESS sorted.
7725
7726 2013-02-05 Marcus Shawcroft <marcus.shawcroft@arm.com>
7727
7728 * aarch64-tdep.c (aarch64_analyze_prologue): ARI fix:
7729 Refactor if statement to avoid trailing || operator.
7730
7731 2013-02-05 Andreas Tobler <andreast@fgznet.ch>
7732
7733 * NEWS: Add PowerPC FreeBSD as a new native configuration.
7734
7735 2013-02-04 Andreas Tobler <andreast@fgznet.ch>
7736
7737 * Makefile.in (ALL_TARGET_OBS): Add powerpc FreeBSD files.
7738 * configure.host: Add powerpc*-*-freebsd* target.
7739 * configure.tgt: Add target info for powerpc*-*-freebsd*.
7740 * ppcfbsd-nat.c, ppcfbsd-tdep.h, ppcfbsd-tdep.c: New files.
7741 * config/powerpc/fbsd.mh: New file.
7742
7743 2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
7744 Denys Vlasenko <dvlasenk@redhat.com>
7745 Pedro Alves <palves@redhat.com>
7746
7747 * gdbarch.sh (elfcore_write_linux_prpsinfo): New F hook.
7748 (struct elf_internal_linux_prpsinfo): Forward declare.
7749 * gdbarch.h, gdbarch.c: Regenerate.
7750 * linux-tdep.c: Include `cli/cli-utils.h'.
7751 (linux_fill_prpsinfo): New function.
7752 (linux_make_corefile_notes): Use linux_fill_prpsinfo. If there's
7753 an elfcore_write_linux_prpsinfo hook, use it, otherwise, use
7754 elfcore_write_linux_prpsinfo32 or elfcore_write_linux_prpsinfo64
7755 depending on gdbarch pointer bitness.
7756 * ppc-linux-tdep.c: Include elf-bfd.h.
7757 (ppc_linux_init_abi): Hook in elfcore_write_ppc_linux_prpsinfo32
7758 on 32-bit.
7759
7760 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
7761 Marcus Shawcroft <marcus.shawcroft@arm.com>
7762 Nigel Stephens <nigel.stephens@arm.com>
7763 Yufeng Zhang <yufeng.zhang@arm.com>
7764
7765 * configure.tgt (aarch64*-*-linux*): Set build_gdbserver=yes.
7766
7767 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
7768 Marcus Shawcroft <marcus.shawcroft@arm.com>
7769 Nigel Stephens <nigel.stephens@arm.com>
7770 Yufeng Zhang <yufeng.zhang@arm.com>
7771
7772 * aarch64-newlib-tdep.c: New file.
7773 * configure.tgt: Add aarch64-newlib-tdep.o to gdb_target_obs of
7774 aarch64*-*-elf.
7775 * defs.h (enum gdb_osabi): Add GDB_OSABI_NEWLIB.
7776 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-newlib-tdep.o.
7777 (ALLDEPFILES): Add aarch64-newlib-tdep.c.
7778 * osabi.c (gdb_osabi_names): Add "Newlib".
7779
7780 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
7781 Marcus Shawcroft <marcus.shawcroft@arm.com>
7782 Nigel Stephens <nigel.stephens@arm.com>
7783 Yufeng Zhang <yufeng.zhang@arm.com>
7784
7785 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-linux-tdep.o.
7786 (ALLDEPFILES): Add aarch64-linux-tdep.c.
7787 * aarch64-linux-tdep.c: New file.
7788 * aarch64-linux-tdep.h: New file.
7789 * aarch64-tdep.h (gdbarch_tdep): Define gregset and fpregset.
7790 * configure.tgt: Add aarch64-none-linux-gnu.
7791
7792 2013-02-04 Jim MacArthur <jim.macarthur@arm.com>
7793 Marcus Shawcroft <marcus.shawcroft@arm.com>
7794 Nigel Stephens <nigel.stephens@arm.com>
7795 Yufeng Zhang <yufeng.zhang@arm.com>
7796
7797 * Makefile.in (ALL_64_TARGET_OBS): Add arch64-tdep.o.
7798 (HFILES_NO_SRCDIR): Add aarch64-tdep.h.
7799 (ALLDEPFILES): Add aarch64-tdep.c.
7800 * aarch64-tdep.c: New file.
7801 * aarch64-tdep.h: New file.
7802 * configure.tgt: Add AArch64.
7803 * features/Makefile (WHICH): Add aarch64 and aarch64-without-fpu.
7804 (aarch64-expedite): New definition.
7805 * features/aarch64-core.xml: New file.
7806 * features/aarch64-fpu.xml: New file.
7807 * features/aarch64-without-fpu.c: New file (generated).
7808 * features/aarch64-without-fpu.xml: New file.
7809 * features/aarch64.c: New file (generated).
7810 * features/aarch64.xml: New file.
7811 * regformats/aarch64-without-fpu.dat: New file (generated).
7812 * regformats/aarch64.dat: New file (generated).
7813
7814 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7815
7816 * contrib/expect-read1.c: New file.
7817 * contrib/expect-read1.sh: New file.
7818
7819 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7820
7821 * dwarf2read.c (file_file_name): New function with code from
7822 file_full_name.
7823 (file_full_name): Move most of the code to file_file_name.
7824 (macro_start_file): Rename variable full_name to file_name and use
7825 file_file_name for it. Add comp_dir parameter to new_macro_table.
7826 * macrocmd.c (show_pp_source_pos): New variable fullname. Replace any
7827 macro_source_file->filename access by macro_source_fullname call.
7828 * macroscope.c (_initialize_macroscope): Update the new_macro_table
7829 caller.
7830 * macrotab.c (struct macro_table): New field comp_dir.
7831 (macro_include): New variables link_fullname and source_fullname.
7832 Replace any macro_source_file->filename access by macro_source_fullname
7833 call.
7834 (macro_lookup_inclusion): Remove the partial filenames checking code.
7835 (check_for_redefinition): New variables source_fullname and
7836 found_key_fullname. Replace any macro_source_file->filename access by
7837 macro_source_fullname call.
7838 (macro_undef): New variables source_fullname and key_fullname. Replace
7839 any macro_source_file->filename access by macro_source_fullname call.
7840 (macro_lookup_definition): New variables retval and source_fullname.
7841 Replace any macro_source_file->filename access by macro_source_fullname
7842 call.
7843 (foreach_macro): New variable key_fullname. Replace any
7844 macro_source_file->filename access by macro_source_fullname call.
7845 (foreach_macro_in_scope): New variable datum_fullname. Replace any
7846 macro_source_file->filename access by macro_source_fullname call.
7847 (new_macro_table): Add parameter comp_dir. Initialize T with it.
7848 (macro_source_fullname): New function.
7849 * macrotab.h (struct macro_source_file): Extent the filename field
7850 comment.
7851 (new_macro_table): New parameter comp_dir, add a comment for it.
7852 (macro_source_fullname): new declaration.
7853
7854 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7855
7856 * dwarf2read.c (dw2_map_symtabs_matching_filename): Move variable
7857 this_real_name to outer block. Use it also for
7858 compare_filenames_for_search.
7859 (dw2_expand_symtabs_matching): New variable this_real_name. Use it
7860 with dw2_get_real_path for file_matcher, considering also
7861 BASENAMES_MAY_DIFFER.
7862 (file_full_name): Prepend COMP_DIR even for relative lh->INCLUDE_DIRS.
7863
7864 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7865
7866 * dwarf2read.c (dw2_expand_symtabs_matching): Add basenames parameter
7867 to the file_matcher parameter. Pass 0 to it.
7868 (dwarf2_create_include_psymtab): Copy also DIRNAME.
7869 * psymtab.c (partial_map_symtabs_matching_filename): Drop handling of
7870 NULL psymtab_to_fullname result.
7871 (psymtab_to_fullname): Remove variable r. Never return NULL, assemble
7872 an expected filename instead.
7873 (expand_symtabs_matching_via_partial): Add basenames parameter to the
7874 file_matcher parameter. Call also psymtab_to_fullname, after newly
7875 considering BASENAMES_MAY_DIFFER.
7876 * source.c (rewrite_source_path): Remove static.
7877 * source.h (rewrite_source_path): New declaration.
7878 * symfile.h (struct quick_symbol_functions): Add basenames parameter to
7879 the expand_symtabs_matching field. Comment it.
7880 * symtab.c (file_matches): New function comment. Add parameter
7881 basenames, implement it.
7882 (search_symbols_file_matches): Add basenames parameter. Update the
7883 file_matches caller.
7884 (search_symbols): Match FILES also against symtab_to_fullname.
7885 Optimize it for BASENAMES_MAY_DIFFER.
7886
7887 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7888
7889 * source.c (print_source_lines_base): Print for TUI also "fullname".
7890 * tui/tui-data.c (init_content_element): Change tui_locator_element
7891 field to full_name.
7892 * tui/tui-data.h (struct tui_locator_element): Likewise.
7893 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Rename
7894 tui_update_locator_filename calls to tui_update_locator_fullname.
7895 Replace symtab->filename refererence by symtab_to_fullname call.
7896 * tui/tui-out.c (tui_field_string): Check for "fullname" now.
7897 * tui/tui-source.c (tui_set_source_content): Change tui_locator_element
7898 field to full_name. Replace symtab->filename refererence by
7899 symtab_to_fullname call.
7900 (tui_show_symtab_source): Rename parameter to fullname. Change
7901 tui_locator_element field to full_name.
7902 * tui/tui-stack.c: Include source.h.
7903 (tui_set_locator_filename): Rename the declaration to ...
7904 (tui_set_locator_fullname): ... here. Rename its parameter to
7905 fullname, updates its comment.
7906 (tui_set_locator_info): Rename its parameter to fullname.
7907 (tui_set_locator_filename): Rename the definition to ...
7908 (tui_set_locator_fullname): ... here. Rename its parameter to
7909 fullname, updates its comment. Change tui_locator_element field to
7910 full_name.
7911 (tui_set_locator_info): Rename its parameter to fullname.
7912 (tui_set_locator_info): Rename callee to tui_set_locator_fullname.
7913 (tui_update_locator_filename): Rename to ...
7914 (tui_update_locator_fullname): ... here. Rename callee to
7915 tui_set_locator_fullname.
7916 (tui_show_frame_info): Replace symtab->filename refererence by
7917 symtab_to_fullname call.
7918 * tui/tui-stack.h (tui_update_locator_filename): Rename to ...
7919 (tui_update_locator_fullname): ... here.
7920 * tui/tui-winsource.c (tui_display_main): Rename the callee to
7921 tui_update_locator_fullname. Replace symtab->filename refererence by
7922 symtab_to_fullname call.
7923 * tui/tui.c (tui_show_source): Rename its parameter to fullname.
7924 Rename the callee to tui_update_locator_fullname.
7925 * tui/tui.h (tui_show_source): Rename its parameter to fullname.
7926
7927 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7928
7929 * ada-lang.c (user_select_syms): Replace symtab->filename refererences
7930 by symtab_to_filename_for_display calls.
7931 * breakpoint.c (print_breakpoint_location, resolve_sal_pc): Likewise.
7932 (clear_command): New variable sal_fullname, initialize it. Replace
7933 compare_filenames_for_search by filename_cmp with sal_fullname.
7934 (say_where, update_static_tracepoint): Replace symtab->filename
7935 refererences by symtab_to_filename_for_display calls.
7936 * cli/cli-cmds.c (edit_command, list_command, ambiguous_line_spec):
7937 Likewise.
7938 * dwarf2read.c: Include source.h.
7939 (fixup_go_packaging): Replace symtab->filename refererences by
7940 symtab_to_filename_for_display calls.
7941 * linespec.c (add_sal_to_sals): Rename variable filename to fullname.
7942 Replace symtab->filename refererences by symtab_to_filename_for_display
7943 calls.
7944 (create_sals_line_offset, convert_linespec_to_sals): New variable
7945 fullname, initialize it, replace symtab->filename reference by the
7946 variable.
7947 * linux-fork.c: Include source.h.
7948 (info_checkpoints_command): Replace symtab->filename refererences by
7949 symtab_to_filename_for_display calls.
7950 * macroscope.c (sal_macro_scope): Replace symtab->filename refererences
7951 by symtab_to_filename_for_display calls.
7952 * mdebugread.c: Include source.h.
7953 (psymtab_to_symtab_1): Replace symtab->filename refererences by
7954 symtab_to_filename_for_display calls.
7955 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
7956 (mi_cmd_file_list_exec_source_files): Likewise.
7957 * printcmd.c: Include source.h.
7958 (build_address_symbolic): Replace symtab->filename refererences by
7959 symtab_to_filename_for_display calls.
7960 * psymtab.c (partial_map_symtabs_matching_filename)
7961 (read_psymtabs_with_fullname): Call compare_filenames_for_search also
7962 with psymtab_to_fullname.
7963 * python/py-symtab.c (stpy_str): Replace symtab->filename refererences
7964 by symtab_to_filename_for_display calls.
7965 (stpy_get_filename): New variable filename, initialize it, use instead
7966 of symtab->filename refererences.
7967 (salpy_str): Make variable filename const char *. Replace
7968 symtab->filename refererences by symtab_to_filename_for_display calls.
7969 * skip.c: Include source.h and filenames.h.
7970 (skip_file_command): Remove const from the symtab variable. Replace
7971 symtab->filename refererences by symtab_to_fullname call.
7972 (function_name_is_marked_for_skip): New variables searched_for_fullname
7973 and fullname. Use them to search also with symtab's fullname.
7974 * source.c (find_source_lines): Replace symtab->filename refererences
7975 by symtab_to_filename_for_display calls.
7976 (print_source_lines_base): New variable filename, use it instead of
7977 symtab->filename. Replace symtab->filename refererences by
7978 symtab_to_filename_for_display calls.
7979 (line_info, forward_search_command): Replace symtab->filename
7980 refererences by symtab_to_filename_for_display calls.
7981 (reverse_search_command): Replace symtab->filename refererences by
7982 symtab_to_filename_for_display calls. New variable filename for it.
7983 * stack.c (frame_info): Likewise.
7984 * symmisc.c: Include source.h.
7985 (dump_objfile, dump_symtab_1, maintenance_print_symbols)
7986 (maintenance_info_symtabs): Replace symtab->filename refererences by
7987 symtab_to_filename_for_display calls.
7988 * symtab.c (iterate_over_some_symtabs): Call
7989 compare_filenames_for_search also with symtab_to_fullname.
7990 (lookup_symbol_aux_quick, basic_lookup_transparent_type_quick): Replace
7991 symtab->filename refererences by symtab_to_filename_for_display calls.
7992 (find_line_symtab): Replace symtab->filename refererences by
7993 symtab_to_filename_for_display calls.
7994 (file_matches): Replace filename_cmp by compare_filenames_for_search.
7995 (print_symbol_info): Make the last parameter const char *. New
7996 variable s_filename. Use it in the function.
7997 (symtab_symbol_info): Make the last_filename variable const char *.
7998 Replace symtab->filename refererences by symtab_to_filename_for_display
7999 calls.
8000 (rbreak_command): New variable fullname. Use it. Replace
8001 symtab->filename refererence by symtab_to_filename_for_display call.
8002 * tracepoint.c (set_traceframe_context, trace_find_line_command)
8003 (print_one_static_tracepoint_marker): Replace symtab->filename
8004 refererences by symtab_to_filename_for_display calls.
8005 * tui/tui-source.c (tui_set_source_content): New variables filename and
8006 s_filename. Replace symtab->filename refererences by this variable.
8007 Replace other symtab->filename refererences by
8008 symtab_to_filename_for_display calls.
8009
8010 2013-02-03 Eldar Gaynetdinov <hal9000ed2k@gmail.com>
8011 Jan Kratochvil <jan.kratochvil@redhat.com>
8012
8013 Add a new variable that controls a way in which filenames are
8014 displayed.
8015 * NEWS (set filename-display): New entry.
8016 * source.c (filename_display_basename, filename_display_relative)
8017 (filename_display_absolute, filename_display_kind_names)
8018 (filename_display_string, show_filename_display_string)
8019 (symtab_to_filename_for_display): New.
8020 (_initialize_source): Added initialization of 'filename-display'
8021 variable.
8022 * source.h (symtab_to_filename_for_display): Added declaration.
8023 * stack.c (print_frame): Added new variable and calling of a new
8024 function and condition with this variable. Changed third argument of
8025 calling of a function.
8026
8027 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8028
8029 * tui/tui-data.c (init_win_info, tui_del_window, tui_free_window):
8030 Rename field reference filename to fullname.
8031 * tui/tui-data.h (struct tui_source_info): Rename field filename to
8032 fullname. New comment for it.
8033 * tui/tui-source.c (tui_set_source_content): Rename field reference
8034 filename to fullname. Initialize field by symtab_to_fullname now.
8035 * tui/tui-winsource.c (tui_update_breakpoint_info): Rename field
8036 reference filename to fullname. Use symtab_to_fullname during
8037 comparison.
8038
8039 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8040
8041 Code cleanup.
8042 * dwarf2read.c (dw2_expand_symtabs_with_filename): Rename to ...
8043 (dw2_expand_symtabs_with_fullname): ... here. Rename parameter
8044 filename to fullname. Rename variable this_name to this_fullname.
8045 Lowercase FILENAME_CMP call.
8046 (dw2_find_symbol_file): New comment for the returned string.
8047 (dwarf2_gdb_index_functions): Rename the function to
8048 dw2_expand_symtabs_with_fullname.
8049 * psymtab.c (read_psymtabs_with_filename): Rename to ...
8050 (read_psymtabs_with_fullname): ... here. Rename parameter filename to
8051 fullname.
8052 (psym_functions): Rename the function to read_psymtabs_with_fullname.
8053 * symfile.h (struct quick_symbol_functions): Rename field
8054 expand_symtabs_with_filename to expand_symtabs_with_fullname and its
8055 parameter filename to fullname. Document returned string meaning for
8056 find_symbol_file.
8057 * symtab.c (find_line_symtab): Rename the called function to
8058 expand_symtabs_with_fullname.
8059
8060 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8061
8062 Code cleanup.
8063 * breakpoint.c (clear_command): Remove variable is_abs, unify the
8064 call of filename_cmp with compare_filenames_for_search.
8065 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
8066 is_abs, unify the call of FILENAME_CMP with
8067 compare_filenames_for_search. New gdb_asserts for real_path and name.
8068 Unify the call of compare_filenames_for_search with FILENAME_CMP.
8069 * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
8070 * symfile.h (struct quick_symbol_functions): Extend the comment for
8071 map_symtabs_matching_filename.
8072 * symtab.c (compare_filenames_for_search): Remove the function comment
8073 relative path requirement. Handle absolute filenames, with a comment.
8074 (iterate_over_some_symtabs): Remove variable is_abs, unify the call of
8075 FILENAME_CMP with compare_filenames_for_search. New gdb_asserts for
8076 real_path and name. Unify the call of compare_filenames_for_search
8077 with FILENAME_CMP.
8078 (iterate_over_symtabs): New gdb_assert on REAL_PATH.
8079
8080 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8081
8082 Code cleanup.
8083 * breakpoint.c (print_breakpoint_location): Replace bp_location field
8084 source_file references by symtab field references. Remove variables
8085 sal and fullname.
8086 (momentary_breakpoint_from_master, add_location_to_breakpoint):
8087 (clear_command, say_where): Replace bp_location field source_file
8088 references by symtab field references.
8089 (bp_location_dtor): Remove the source_file reference.
8090 (update_static_tracepoint): Replace bp_location field source_file
8091 references by symtab field references.
8092 (breakpoint_free_objfile): New function.
8093 * breakpoint.h (struct bp_location): Extend the comment for line_number.
8094 Replace the field source_file by field symtab, extend its comment.
8095 (breakpoint_free_objfile): New declaration.
8096 * objfiles.c (free_objfile): Call breakpoint_free_objfile.
8097 * tui/tui-winsource.c (tui_update_breakpoint_info): Replace bp_location
8098 field source_file references by symtab field references.
8099
8100 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8101
8102 Replace xfullpath calls by gdb_realpath calls.
8103 * cli/cli-cmds.c (find_and_open_script): Remove xfullpath from the
8104 function comment.
8105 * dwarf2read.c (dw2_map_expand_apply): Remove parameter full_path.
8106 Remove it from the iterate_over_some_symtabs call.
8107 (dw2_map_symtabs_matching_filename): Remove parameter full_path.
8108 Remove it from the dw2_map_expand_apply calls, remove a block handling
8109 it.
8110 * psymtab.c (partial_map_expand_apply): Remove parameter full_path.
8111 Remove it from the iterate_over_some_symtabs call.
8112 (partial_map_symtabs_matching_filename): Remove parameter full_path.
8113 Remove it from the partial_map_expand_apply calls, remove a block
8114 handling it. Drop gdb_realpath call and cleanups from the real_path
8115 handling.
8116 * source.c (openp): Drop the comment part about xfullpath. Replace
8117 xfullpath calls by gdb_realpath calls.
8118 (find_and_open_source): Replace xfullpath call by gdb_realpath call.
8119 * symfile.h (struct quick_symbol_functions): Remove parameter full_path
8120 from method map_symtabs_matching_filename and its comment.
8121 * symmisc.c (maintenance_print_msymbols): Replace xfullpath call by
8122 gdb_realpath call.
8123 * symtab.c (iterate_over_some_symtabs): Remove parameter full_path,
8124 remove it also from the function comment, remove a block handling it.
8125 Drop gdb_realpath call and cleanups from the real_path handling.
8126 (iterate_over_symtabs): Drop variable full_path and its use.
8127 * symtab.h (iterate_over_some_symtabs): Remove parameter full_path.
8128 * utils.c (xfullpath): Remove.
8129 * utils.h (xfullpath): Remove.
8130
8131 2013-02-01 Andreas Tobler <andreast@fgznet.ch>
8132
8133 * Makefile.in (ALL_TARGET_OBS): Add ppc64-tdep.o.
8134 (HFILES_NO_SRCDIR): Add ppc64-tdep.h.
8135 (ALLDEPFILES): Add ppc64-tdep.c.
8136 * configure.tgt (powerpc-*-linux* | powerpc64-*-linux*): Add
8137 ppc64-tdep.o to gdb_target_obs.
8138 * ppc64-tdep.h: New file.
8139 * ppc64-tdep.c: New file.
8140 (insn_d, insn_ds, insn_xfx, ppc64_desc_entry_point): Move from
8141 ppc-linux-tdep.c to here.
8142 (PPC64_STANDARD_LINKAGE1_LEN, PPC64_STANDARD_LINKAGE2_LEN)
8143 (PPC64_STANDARD_LINKAGE2_LEN): Likewise and use ARRAY_SIZE macro.
8144 (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target)
8145 (ppc64_standard_linkage3_target, ppc64_skip_trampoline_code): Move
8146 from ppc-linux-tdep.c to here.
8147 (ppc64_convert_from_func_ptr_addr): Rename from
8148 ppc64_linux_convert_from_func_ptr_addr to
8149 ppc64_convert_from_func_ptr_addr and move from ppc-linux-tdep.c to
8150 here.
8151 * rs6000-tdep.c:
8152 (read_insn): Move from ppc-linux-tdep.c to here.
8153 (insns_match_pattern, insn_d_field, insn_ds_field): Move
8154 from ppc-linux-tdep.c to here and rename them with the ppc_ prefix.
8155 * ppc-linux-tdep.c: Include ppc64-tdep.h.
8156 Removed above functions.
8157 (ppc_linux_init_abi): Adjust.
8158
8159 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
8160
8161 * ada-valprint.c (ada_print_floating): Remove unused 'len'.
8162
8163 2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
8164
8165 * ada-lang.c (assign_aggregate): Remove unused 'is_array_aggregate'.
8166
8167 2013-02-01 Pedro Alves <palves@redhat.com>
8168
8169 * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function.
8170 * frame.h (deprecated_pc_in_call_dummy): Delete declaration.
8171
8172 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8173
8174 * elfread.c (elf_symfile_read): Limit separate debug info additions to
8175 files with no separate debug info.
8176 * objfiles.c (add_separate_debug_objfile): Add gdb_assert calls.
8177 * symfile.c (read_symbols): Call find_separate_debug_file_in_section
8178 only for files with no separate debug info.
8179
8180 2013-01-31 Tom Tromey <tromey@redhat.com>
8181
8182 * jit.c (jit_program_space_data): Rename from jit_inferior_data;
8183 change type.
8184 (struct jit_program_space_data): Rename from jit_inferior_data.
8185 Update comments.
8186 (get_jit_program_space_data): Rename from get_jit_inferior_data.
8187 Change return type. Attach data to program space.
8188 (jit_program_space_data_cleanup): Rename from
8189 jit_inferior_data_cleanup; change argument type.
8190 (jit_read_descriptor): Change 'inf_data' argument to 'ps_data',
8191 change type.
8192 (jit_register_code): Update.
8193 (jit_update_inferior_cache): Remove.
8194 (jit_breakpoint_deleted): Get jit data from the location's program
8195 space.
8196 (jit_breakpoint_re_set_internal): Rename 'inf_data' argument to
8197 'ps_data', change type.
8198 (jit_inferior_init, jit_breakpoint_re_set_internal)
8199 (jit_event_handler): Update.
8200 (free_objfile_data): Get data from objfile's program space.
8201 (_initialize_jit): Update.
8202
8203 2013-01-31 Tom Tromey <tromey@redhat.com>
8204
8205 PR gdb/13987:
8206 * jit.c (struct jit_inferior_data) <cached_code_address,
8207 jit_breakpoint>: New fields.
8208 (jit_breakpoint_re_set_internal): Fix logging. Only create
8209 breakpoint if cached address has changed.
8210 (jit_update_inferior_cache, jit_breakpoint_deleted): New
8211 functions.
8212 (_initialize_jit): Register breakpoint deleted observer.
8213
8214 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8215
8216 * infrun.c (handle_syscall_event): Remove unused gdbarch.
8217 (save_infcall_suspend_state): Ifdef out unused inf.
8218 (restore_infcall_suspend_state): Ifdef out unused inf.
8219 * jit.c (jit_register_code): Remove unused i, b, inf_data.
8220 (jit_frame_sniffer): Remove unused inf_data.
8221
8222 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8223
8224 * c-exp.y (classify_inner_name): Remove unused type.
8225 * c-lang.c (c_printstr): Remove unused byte_order, i, things_printed,
8226 in_quotes, need_comma, wchar_buf, output, cleanup, iter, finished,
8227 need_escape.
8228 (c_get_string): Remove unused kind.
8229 * c-typeprint.c (c_type_print_args): Remove unused i, len, args, table2.
8230
8231 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8232
8233 * charset.c (intermediate_encoding): Remove unused i.
8234 * completer.c (signal_completer): Remove unused i.
8235 * continuations.c (discard_my_continuations_1): Remove unused
8236 continuation_ptr.
8237 * corelow.c (core_close): Remove unuseD name.
8238 (get_core_siginfo): Remove unused pid.
8239 * cp-namespace.c (cp_lookup_symbol_imports_or_template): Remove unused
8240 i, cps.
8241 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove unused base_offset.
8242 (loclist_describe_location): Remove unused first.
8243 * event-top.c (command_line_handler): Remove unused got_eof.
8244 * exec.c (exec_close_1): Remove unused need_symtab_cleanup.
8245 (resize_section_table): Remove unused old_value.
8246 * gdb_bfd.c (gdb_bfd_map_section): Remove unused header.
8247 * gnu-v3-abi.c (compute_vtable_size): Remove unused addr.
8248 * i386-tdep.c (i386_process_record): Remove unused rex.
8249 * infcmd.c (get_return_value): Remove unused uiout.
8250 * jv-lang.c (type_from_class): Remove unused is_array.
8251 * jv-valprint.c (java_val_print): Remove unused i.
8252 * linux-nat.c (linux_nat_stop_lwp): Remove unused ptid.
8253 * linux-thread-db.c (thread_db_find_new_threads_2): Remove unuseD pid.
8254 * m2-typeprint.c (m2_print_type): Remove unused code.
8255 * macroexp.c (get_character_constant): Remove unused body_start.
8256 (macro_stringify): Remove unused result.
8257 * objc-lang.c (find_methods): Remove unused gdbarch.
8258 * objfiles.c (filter_overlapping_sections): Remove unused abfd1, abfd2.
8259 * regcache.c (regcache_cooked_read): Remove unused gdbarch.
8260 * stack.c (print_frame_args): Remove unused summary.
8261 * thread.c (thread_apply_command): Remove unused p.
8262 * valarith.c (value_x_unop): Remove unused mangle_ptr.
8263 * valops.c (search_struct_method): Remove unused skip.
8264 * valprint.c (generic_val_print): Remove unused byte_order.
8265 * varobj.c (varobj_update): Remove unused changed.
8266 * cli/cli-cmds.c (complete_command): Remove unused next_item.
8267 (alias_command): Remove unused c.
8268 * mi/mi-cmd-catch.c (mi_catch_load_unload): Remove unused c.
8269 * mi/mi-main.c (mi_cmd_data_write_register_values): Remove unused
8270 format.
8271 (mi_cmd_data_write_memory): Remove unused word_format.
8272 (mi_cmd_data_write_memory_bytes): Remove unused r.
8273 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Remove unused
8274 p_start, p_end.
8275 * python/python.c (_initialize_python): Remove unused cmd_name, cmd.
8276 * tui/tui-disasm.c (tui_set_disassem_content): Remove unused
8277 line_width.
8278
8279 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8280
8281 * dwarf2-frame.c (dwarf2_compile_cfa_to_ax): Remove unused num_regs.
8282 * symtab.c (iterate_over_symtabs): Remove unused s.
8283 (find_pc_sect_symtab): Remove unused pspAce.
8284 (find_pc_sect_line): Remove unused alt_symtab.
8285 (find_pcs_for_symtab_line): Remove unused ix, previous_function.
8286 (completion_list_add_name): Remove unused newsize.
8287
8288 2013-01-31 Tom Tromey <tromey@redhat.com>
8289
8290 PR c++/14998:
8291 * dwarf2read.c (read_tag_ptr_to_member_type): Handle
8292 TYPE_CODE_FUNC.
8293
8294 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8295
8296 * target.c (target_read_string): Remove unused origlen.
8297
8298 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8299
8300 * auto-load.c (auto_load_expand_dir_vars): Remove unused dir_vec.
8301 * ax-gdb.c (gen_printf): Remove unused expr, i, bot, fr, flen, fmt.
8302 * ax-general.c (ax_print): Remove unused is_float.
8303 * blockframe.c (block_innermost_frame): Remove unused start, end.
8304 * break-catch-sig.c (catch_signal_command): Remove unused gdbarch.
8305
8306 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>
8307
8308 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.
8309 (svr4_read_so_list): Remove unused lmo.
8310 * solib-target.c (solib_target_relocate_section_addresses): Remove
8311 unused flags.
8312
8313 2013-01-30 Tom Tromey <tromey@redhat.com>
8314
8315 * hppa-tdep.c (read_unwind_info): Use SECT_OFF_TEXT, not "0".
8316
8317 2013-01-30 Tom Tromey <tromey@redhat.com>
8318
8319 * symfile.c (get_file_crc): Use bfd_calc_gnu_debuglink_crc32.
8320 * utils.c (gnu_debuglink_crc32): Remove.
8321 * utils.h (gnu_debuglink_crc32): Don't declare.
8322
8323 2013-01-30 Tom Tromey <tromey@redhat.com>
8324
8325 * dwarf2read.c (compute_delayed_physnames, read_call_site_scope)
8326 (read_structure_type, read_enumeration_type): Remove cast.
8327
8328 2013-01-30 Tom Tromey <tromey@redhat.com>
8329
8330 * dwarf2read.c (read_namespace_type): Remove cast.
8331 (read_typedef): Likewise.
8332
8333 2013-01-29 Tom Tromey <tromey@redhat.com>
8334
8335 * dwarf2read.c (free_dwo_file): Remove assert.
8336
8337 2013-01-29 Tom Tromey <tromey@redhat.com>
8338
8339 * value.c (deprecated_set_value_modifiable): Remove.
8340 * value.h (deprecated_set_value_modifiable): Remove.
8341
8342 2013-01-28 Doug Evans <dje@google.com>
8343
8344 * dwarf2loc.c (dwarf2_find_location_expression): Don't add base address
8345 to addresses from dwo files.
8346
8347 2013-01-25 Siva Chandra Reddy <sivachandra@google.com>
8348
8349 * valops.c (find_overload_match): Remove unused argument 'lax'.
8350 * value.h: Remove unused argument 'lax' from the declaration of
8351 find_overload_match.
8352 * eval.c (value_subexp_standard): Do not pass a 'lax' argument
8353 to find_overload_match.
8354 * valarith.c (value_user_defined_cpp_op): Do not pass a 'lax'
8355 argument to find_overload_match.
8356
8357 2013-01-25 Tom Tromey <tromey@redhat.com>
8358
8359 * dwarf2read.c (processing_has_namespace_info): Remove.
8360 (struct dwarf2_cu) <processing_has_namespace_info>: New field.
8361 (process_die, read_func_scope, dwarf2_start_symtab)
8362 (new_symbol_full): Update.
8363
8364 2013-01-25 Tom Tromey <tromey@redhat.com>
8365
8366 * cp-namespace.c (cp_set_block_scope): Remove.
8367 * cp-support.h (cp_set_block_scope): Remove.
8368 * dbxread.c: Include block.h.
8369 (cp_set_block_scope): New function.
8370 (process_one_symbol): Update.
8371 * dwarf2read.c (read_func_scope): Use block_set_scope.
8372
8373 2013-01-25 Pedro Alves <palves@redhat.com>
8374
8375 * remote.c (add_current_inferior_and_thread): Tweak comment.
8376
8377 2013-01-25 Tom Tromey <tromey@redhat.com>
8378
8379 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
8380 (cp_add_using_directive): Add 'copy_names' argument.
8381 * cp-support.h (cp_add_using_directive): Update.
8382 (struct using_direct) <import_src, import_dest, alias,
8383 declaration>: Now const.
8384 * dwarf2read.c (read_import_statement): Use obconcat.
8385 Don't copy names passed to cp_add_using_directive.
8386
8387 2013-01-25 Tom Tromey <tromey@redhat.com>
8388
8389 * c-exp.y (qualified_name): Use TYPE_SAFE_NAME.
8390
8391 2013-01-25 Pedro Alves <palves@redhat.com>
8392
8393 * remote.c (stop_reply_extract_thread): New.
8394 (add_current_inferior_and_thread): New parameter 'wait_status'.
8395 Handle it.
8396 (remote_start_remote): Pass wait status to
8397 add_current_inferior_and_thread.
8398 (extended_remote_run): Update comment.
8399 (extended_remote_create_inferior_1): Pass wait status to
8400 add_current_inferior_and_thread.
8401
8402 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
8403 Ulrich Weigand <uweigand@de.ibm.com>
8404
8405 * valarith.c (value_vector_widen): New function for replicating a
8406 scalar into a vector.
8407 (value_binop): Use value_vector_widen to widen scalar to vector
8408 rather than casting, this better matches gcc C behaviour.
8409 * valops.c (value_casst): Update logic for casting between vector
8410 types, and for casting from scalar to vector, try to match gcc C
8411 behaviour.
8412 * value.h (value_vector_widen): Declare.
8413 * opencl-lang.c (opencl_value_cast): New opencl specific casting
8414 function, handle special case for casting scalar to vector.
8415 (opencl_relop): Use opencl_value_cast.
8416 (evaluate_subexp_opencl): Use opencl_value_cast instead of
8417 value_cast, and handle BINOP_ASSIGN, UNOP_CAST, and UNOP_CAST_TYPE
8418 in order to use opencl_value_cast.
8419
8420 2013-01-25 Yao Qi <yao@codesourcery.com>
8421
8422 * event-loop.c: Include "queue.h".
8423 (gdb_event_p): New typedef.
8424 (DECLARE_QUEUE_P): Use.
8425 (DEFINE_QUEUE_P): Use.
8426 (async_queue_event): Remove.
8427 (gdb_event_xfree): New.
8428 (initialize_event_loop): New.
8429 (process_event): Use QUEUE macros.
8430 (event_queue): Remove.
8431 (gdb_wait_for_event): Caller update.
8432 (check_async_event_handlers): Likewise.
8433 (poll_timers): Likewise.
8434 * event-loop.h (initialize_event_loop): Declare.
8435 * event-loop.c (gdb_event_xfree): New.
8436 * top.c (gdb_init): Call initialize_event_loop.
8437
8438 2013-01-25 Yao Qi <yao@codesourcery.com>
8439
8440 * event-loop.c (async_queue_event): Remove one parameter
8441 'position'. Remove code handling 'position' == TAIL.
8442 (gdb_wait_for_event): Caller update.
8443 (check_async_event_handlers): Caller update.
8444 (poll_timers): Caller update.
8445 * event-loop.h (enum queue_position): Remove.
8446
8447 2013-01-25 Maxim Kuvyrkov <maxim@kugelworks.com>
8448
8449 * MAINTAINERS: Update my email.
8450
8451 2013-01-25 Yao Qi <yao@codesourcery.com>
8452
8453 * main.c (print_gdb_help): Remove "--epoch" from the help
8454 message.
8455
8456 2013-01-24 Ulrich Weigand  <uweigand@de.ibm.com>
8457
8458 * symtab.c (skip_prologue_using_sal): Consider a file
8459 change the same as an increased line number
8460
8461 2013-01-24 Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
8462
8463 * MAINTAINERS (Write After Approval): Add myself to the list.
8464
8465 2013-01-24 Tom Tromey <tromey@redhat.com>
8466
8467 * ada-lang.h (ada_decode_symbol): Make return type const.
8468 * ada-lang.c (ada_decode_symbol): Likewise.
8469
8470 2013-01-23 Doug Evans <dje@google.com>
8471
8472 * linespec.c (find_linespec_symbols): Make static.
8473
8474 2013-01-23 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
8475
8476 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Set correct
8477 type on float conversion for complex type.
8478
8479 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
8480
8481 Add a new class gdb.Architecture which exposes GDB's
8482 internal representation of architecture via GDB Python API.
8483 * Makefile.in: Add entries corresponding to the new file
8484 python/py-arch.c.
8485 * NEWS (Python Scripting): Add entries for the new class
8486 gdb.Architecture and the new method gdb.Frame.architecture.
8487 * python/py-arch.c: Implement gdb.Architecture class.
8488 * python/py-frame.c (frapy_arch): Implement the method
8489 gdb.Frame.architecture().
8490 (frame_object_methods): Add 'architecture' to the method table.
8491 * python/python-internal.h: Add declarations of new utility
8492 functions.
8493 * python/python.c (_initialize_python): Initialize
8494 gdb.Architecture class.
8495
8496 2013-01-23 Doug Evans <dje@google.com>
8497
8498 Work around binutils/15021.
8499 * dwarf2read.c (dwarf2_per_cu_data): Split imported_symtabs and
8500 type_unit_group out of union s. All uses updated.
8501 (read_index_from_section): Watch for index version 8.
8502 (follow_die_sig): If using .gdb_index version <= 7, record the TU as
8503 an imported symtab.
8504 (write_psymtabs_to_index): Increment version number to 8.
8505
8506 2013-01-22 Pedro Alves <palves@redhat.com>
8507
8508 * annotate.c (breakpoint_changed): Skip if breakpoint is not
8509 user-visible.
8510
8511 2013-01-22 Pedro Alves <palves@redhat.com>
8512
8513 * annotate.c (annotate_breakpoints_changed): Rename to ...
8514 (annotate_breakpoints_invalid): ... this. Make static.
8515 (breakpoint_changed): Adjust.
8516 (_initialize_annotate): Always install the observers. Install a
8517 "breakpoint_created" observer.
8518 * annotate.h (annotate_breakpoints_changed): Delete declaration.
8519 * breakpoint.c (set_breakpoint_condition)
8520 (breakpoint_set_commands, do_map_commands_command)
8521 (init_raw_breakpoint, clear_command, set_ignore_count)
8522 (enable_breakpoint_disp): No longer call
8523 annotate_breakpoints_changed.
8524
8525 2013-01-22 Pedro Alves <palves@redhat.com>
8526
8527 * annotate.c: Include "inferior.h".
8528 (frames_invalid_emitted)
8529 (breakpoints_invalid_emitted): New globals.
8530 (async_background_execution_p): New function.
8531 (annotate_breakpoints_changed, annotate_frames_invalid): Skip
8532 emitting the annotation if it has already been emitted.
8533 (annotate_display_prompt): New function.
8534 * annotate.h (annotate_display_prompt): New declaration.
8535 * event-top.c: Include annotate.h.
8536 (display_gdb_prompt): Call annotate_display_prompt.
8537
8538 2013-01-22 Pedro Alves <palves@redhat.com>
8539
8540 * annotate.c (ignore_count_changed): Delete.
8541 (annotate_breakpoints_changed): Don't clear ignore_count_changed.
8542 (annotate_ignore_count_change): Delete.
8543 (annotate_stopped): Don't emit a delayed breakpoints-changed
8544 annotation.
8545 * annotate.h (annotate_ignore_count_change): Delete.
8546 * breakpoint.c (bpstat_check_breakpoint_conditions): Don't call
8547 annotate_ignore_count_change.
8548
8549 2013-01-22 Tom Tromey <tromey@redhat.com>
8550
8551 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Only
8552 require_rvalue for a register location.
8553
8554 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
8555
8556 * breakpoint.c (print_one_breakpoint_location): Add MI
8557 field 'thread-groups' when printing a breakpoint.
8558 (output_thread_groups): New function.
8559
8560 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
8561
8562 * python/lib/gdb/commands/explore.py
8563 (CompoundExplorer.explore_expr): Correct the name of a method
8564 being invoked.
8565 (ExploreTypeCommand.invoke): Add a missing 'return'.
8566
8567 2013-01-21 Tom Tromey <tromey@redhat.com>
8568
8569 * gdb_obstack.h (obconcat): Move declaration here, from...
8570 * symfile.h (obconcat): ... here.
8571 * gdb_obstack.c: New file.
8572 (obconcat): Move from...
8573 * symfile.c (obconcat): ... here.
8574 * Makefile.in (SFILES): Add gdb_obstack.c.
8575 (COMMON_OBS): Add gdb_obstack.o.
8576
8577 2013-01-21 Tom Tromey <tromey@redhat.com>
8578
8579 * symfile.h (obsavestring): Don't declare.
8580 * symfile.c (obsavestring): Remove.
8581 * ada-exp.y: Use obstack_copy0, not obsavestring.
8582 * ada-lang.c: Use obstack_copy0, not obsavestring.
8583 * coffread.c: Use obstack_copy0, not obsavestring.
8584 * cp-namespace.c: Use obstack_copy0, not obsavestring.
8585 * dbxread.c: Use obstack_copy0, not obsavestring.
8586 * dwarf2read.c: Use obstack_copy0, not obsavestring.
8587 * jit.c: Use obstack_copy0, not obsavestring.
8588 * mdebugread.c: Use obstack_copy0, not obsavestring.
8589 * psymtab.c: Use obstack_copy0, not obsavestring.
8590 * stabsread.c: Use obstack_copy0, not obsavestring.
8591 * xcoffread.c: Use obstack_copy0, not obsavestring.
8592
8593 2013-01-21 Tom Tromey <tromey@redhat.com>
8594
8595 * dwarf2read.c (fixup_go_packaging): Save package name
8596 on objfile obstack.
8597 * gdbtypes.c (init_type): Don't copy name.
8598
8599 2013-01-21 Tom Tromey <tromey@redhat.com>
8600
8601 * dwarf2read.c (struct partial_die_info) <name, scope>: Now
8602 const.
8603 (struct attribute) <u.str>: Now const.
8604 (struct fnfieldlist) <name>: Now const.
8605 (dw2_get_file_names_reader, init_cutu_and_read_dies): Update.
8606 (partial_die_parent_scope): Make return type const.
8607 (partial_die_full_name, add_partial_symbol): Update.
8608 (dwarf2_compute_name, dwarf2_full_name, dwarf2_physname): Make
8609 'name' const.
8610 (find_file_and_directory): Make 'name' and 'comp_dir' const.
8611 (read_file_scope, read_func_scope, dwarf2_add_field)
8612 (dwarf2_add_member_fn, read_structure_type)
8613 (process_enumeration_scope, read_array_type, read_module_type)
8614 (read_base_type, read_subrange_type): Update.
8615 (dwarf2_start_symtab): Make 'name' and 'comp_dir' const.
8616 (new_symbol_full, guess_full_die_structure_name): Update.
8617 (dwarf2_canonicalize_name): Return const type. Make 'name' const.
8618 (dwarf2_name): Return const type.
8619 (dwarf_decode_macro_bytes, dwarf_decode_macros): Make 'comp_dir'
8620 const.
8621
8622 2013-01-21 Tom Tromey <tromey@redhat.com>
8623
8624 * gdbtypes.c (init_type): Make 'name' const.
8625 * gdbtypes.h (init_type): Update.
8626
8627 2013-01-21 Tom Tromey <tromey@redhat.com>
8628
8629 * buildsym.c (patch_subfile_names): Use set_last_source_file.
8630 (start_symtab): Make 'name' and 'dirname' const. Use
8631 set_last_source_file.
8632 (restart_symtab, reset_symtab_globals): Use set_last_source_file.
8633 (last_source_file): Define. Now static.
8634 (set_last_source_file, get_last_source_file): New functions.
8635 * buildsym.h (last_source_file): Don't declare.
8636 (start_symtab): Update.
8637 (set_last_source_file, get_last_source_file): Declare.
8638 * coffread.c (complete_symtab): Use set_last_source_file.
8639 (coff_end_symtab): Likewise.
8640 (coff_symtab_read): Use set_last_source_file, get_last_source_file.
8641 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Use
8642 set_last_source_file.
8643 (process_one_symbol): Use get_last_source_file.
8644 * mdebugread.c (parse_partial_symbols): Use set_last_source_file.
8645 (psymtab_to_symtab_1): Use get_last_source_file.
8646 * xcoffread.c (process_linenos): Use get_last_source_file.
8647 (complete_symtab): Use set_last_source_file.
8648 (read_xcoff_symtab): Use set_last_source_file, get_last_source_file.
8649 (scan_xcoff_symtab): Use set_last_source_file.
8650
8651 2013-01-21 Tom Tromey <tromey@redhat.com>
8652
8653 * symtab.c (struct demangled_name_entry) <mangled>: Now const.
8654 (symbol_set_names): Remove casts. Handle field const-ness.
8655
8656 2013-01-21 Tom Tromey <tromey@redhat.com>
8657
8658 * dwarf2read.c (new_symbol_full): Remove cast.
8659 * symtab.c (symbol_set_demangled_name): Make 'name' const.
8660 * symtab.h (symbol_set_demangled_name): Update.
8661
8662 2013-01-21 Tom Tromey <tromey@redhat.com>
8663
8664 * main.c (captured_main): Call bfd_init.
8665
8666 2013-01-21 Tom Tromey <tromey@redhat.com>
8667
8668 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI.
8669 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Set default ABI.
8670 * minsyms.c (install_minimal_symbols): Don't check for _Z symbols.
8671 * NEWS: Update.
8672
8673 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8674
8675 * symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
8676
8677 2013-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8678
8679 Fix gdb.fortran/common-block.exp crash in PIE mode.
8680 * dwarf2read.c (new_symbol_full) <DW_TAG_common_block>: Use
8681 LOC_COMMON_BLOCK.
8682 * f-valprint.c (info_common_command_for_block): Expect
8683 LOC_COMMON_BLOCK in gdb_assert.
8684 * symtab.h (struct general_symbol_info): Update comment for the
8685 common_block member.
8686 (domain_enum): Extend comment for the COMMON_BLOCK_DOMAIN member.
8687 (enum address_class): New member LOC_COMMON_BLOCK.
8688
8689 2013-01-18 David Blaikie <dblaikie@gmail.com>
8690
8691 * MAINTAINERS (Write After Approval): Add "David Blaikie".
8692
8693 2013-01-18 Tom Tromey <tromey@redhat.com>
8694
8695 PR c++/14999:
8696 * dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>:
8697 Call require_rvalue.
8698
8699 2013-01-18 Yao Qi <yao@codesourcery.com>
8700
8701 * dbxread.c (dbx_psymtab_to_symtab): Delete the declaration.
8702 (dbx_read_symtab): New declaration.
8703 (dbx_psymtab_to_symtab): Delete.
8704 (dbx_read_symtab): Rename from dbx_psymtab_to_symtab.
8705 Rename parameter PST to SELF. Exchanged two parameters.
8706 (start_psymtab): Caller update.
8707 * dwarf2read.c (dwarf2_psymtab_to_symtab): Delete the declaration.
8708 (dwarf2_read_symtab): New declaration.
8709 (dwarf2_psymtab_to_symtab): Delete.
8710 (dwarf2_read_symtab): Rename from dwarf2_psymtab_to_symtab.
8711 Rename parameter PST to SELF. Exchanged two parameters.
8712 (create_partial_symtab): Caller update.
8713 * mdebugread.c (mdebug_psymtab_to_symtab): Delete.
8714 (mdebug_read_symtab): Rename from mdebug_psymtab_to_symtab.
8715 Rename parameter PST to SELF. Exchanged two parameters.
8716 (parse_partial_symbols, new_psymtab): Caller update.
8717 * psympriv.h (struct partial_symtab) <read_symtab>: Exchange
8718 two parameters.
8719 * psymtab.c (psymtab_to_symtab): Caller update.
8720 * xcoffread.c (xcoff_psymtab_to_symtab): Delete.
8721 (xcoff_read_symtab): Rename from xcoff_psymtab_to_symtab.
8722 Rename parameter PST to SELF. Exchanged two parameters.
8723 (xcoff_start_psymtab): Caller update.
8724
8725 2013-01-18 Yao Qi <yao@codesourcery.com>
8726
8727 * infrun.c (proceed): Rename local variable 'oneproc' to
8728 'force_step'.
8729
8730 2013-01-17 Doug Evans <dje@google.com>
8731
8732 * dwarf2read.c (dw2_build_type_unit_groups_reader): Delete.
8733 (dw2_build_type_unit_groups): Delete. All uses updated.
8734
8735 * symtab.h (struct symbol_search): Add comment.
8736
8737 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8738
8739 * symtab.c (compare_filenames_for_search): New comment for
8740 HAS_DRIVE_SPEC.
8741
8742 2013-01-17 Tom Tromey <tromey@redhat.com>
8743
8744 * cp-abi.c (cp_abi_completer): Fix typo in assignment.
8745
8746 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8747
8748 * symtab.c (iterate_over_some_symtabs): New variable cleanups,
8749 initialize it by existing make_cleanup. Call new do_cleanups.
8750
8751 2013-01-17 Tom Tromey <tromey@redhat.com>
8752
8753 * cp-abi.c (cp_abi_completer): New function.
8754 (_initialize_cp_abi): Set completer for "set cp-abi".
8755
8756 2013-01-17 Tom Tromey <tromey@redhat.com>
8757
8758 * mem-break.c: Remove obsolete comment.
8759 * bfin-tdep.c (bfin_breakpoint_from_pc): Fix comment.
8760
8761 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8762
8763 * jit.c (jit_reader_load_command): Interpret the jit reader name
8764 as an absolute path if it begins with a forward slash.
8765
8766 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
8767
8768 PR gdb/14550
8769
8770 * jit.c (finalize_symtab): Ensure that only the global block has a
8771 NULL superblock.
8772
8773 2013-01-17 Pedro Alves <palves@redhat.com>
8774
8775 * acinclude.m4: Include ../config/plugins.m4,
8776 ../config/largefile.m4 and ../config/lead-dot.m4. Add comments.
8777 * Makefile.in (aclocal_m4_deps): Update.
8778 * aclocal.m4: Renegerate.
8779
8780 2013-01-16 Doug Evans <dje@google.com>
8781
8782 * contrib/cc-with-tweaks.sh: Add references to Fission docs.
8783
8784 2013-01-16 Pedro Alves <palves@redhat.com>
8785 Tom Tromey <tromey@redhat.com>
8786
8787 PR cli/7221:
8788 * NEWS: Add "catch signal".
8789 * breakpoint.c (base_breakpoint_ops): No longer static.
8790 (bpstat_explains_signal): New function.
8791 (init_catchpoint): No longer static.
8792 (base_breakpoint_explains_signal): New function.
8793 (base_breakpoint_ops): Initialize new field.
8794 * breakpoint.h (enum bpstat_signal_value): New.
8795 (struct breakpoint_ops) <explains_signal>: New field.
8796 (bpstat_explains_signal): Remove macro, declare as function.
8797 (base_breakpoint_ops, init_catchpoint): Declare.
8798 * break-catch-sig.c: New file.
8799 * inferior.h (signal_catch_update): Declare.
8800 * infrun.c (signal_catch): New global.
8801 (handle_syscall_event): Update for change to
8802 bpstat_explains_signal.
8803 (handle_inferior_event): Likewise. Always handle random signals
8804 via bpstats.
8805 (signal_cache_update): Check signal_catch.
8806 (signal_catch_update): New function.
8807 (_initialize_infrun): Initialize signal_catch.
8808 * Makefile.in (SFILES): Add break-catch-sig.c.
8809 (COMMON_OBS): Add break-catch-sig.o.
8810
8811 2013-01-16 Tom Tromey <tromey@redhat.com>
8812
8813 * breakpoint.c (print_one_catch_fork, print_one_catch_vfork)
8814 (print_one_catch_solib, print_one_catch_syscall)
8815 (print_one_catch_exec, print_one_exception_catchpoint): Emit
8816 "catch-type".
8817
8818 2013-01-16 Yao Qi <yao@codesourcery.com>
8819
8820 * printcmd.c (current_display_number): Make it static.
8821
8822 2013-01-16 Yao Qi <yao@codesourcery.com>
8823
8824 * infcmd.c (step_once): Don't check '!single_inst' as it was
8825 checked before.
8826
8827 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8828
8829 * dwarf2read.c (psymtab_include_file_name): Extend the function comment.
8830
8831 2013-01-14 Tom Tromey <tromey@redhat.com>
8832
8833 * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the
8834 set command.
8835 * command.h (add_setshow_string_noescape_cmd): Update.
8836 * corefile.c (set_gnutarget_command): Remove trailing whitespace.
8837 (complete_set_gnutarget): New function.
8838 (_initialize_core): Set the "set gnutarget" completer.
8839
8840 2013-01-14 Tom Tromey <tromey@redhat.com>
8841
8842 PR symtab/14442:
8843 * c-typeprint.c (cp_type_print_method_args): Handle 'restrict'.
8844 (c_type_print_modifier): Likewise.
8845 * dwarf2read.c (read_tag_restrict_type): New function.
8846 (read_type_die_1): Handle DW_TAG_restrict_type.
8847 * gdbtypes.c (make_restrict_type): New function.
8848 (recursive_dump_type): Handle TYPE_RESTRICT.
8849 * gdbtypes.h (enum type_flag_values): Renumber.
8850 (enum type_instance_flag_value): Add
8851 TYPE_INSTANCE_FLAG_RESTRICT.
8852 (TYPE_RESTRICT): New macro.
8853 (make_restrict_type): Declare.
8854
8855 2013-01-14 Tom Tromey <tromey@redhat.com>
8856
8857 PR symtab/14931:
8858 * psymtab.c (struct psymtab_state): New.
8859 (discard_psymtabs_upto, make_cleanup_discard_psymtabs): New
8860 functions.
8861 * psympriv.h (make_cleanup_discard_psymtabs): Declare.
8862 * dwarf2read.c (dwarf2_build_psymtabs): Catch exceptions.
8863
8864 2013-01-14 Richard Sharman <richard_sharman@mitel.com>
8865 Pedro Alves <palves@redhat.com>
8866
8867 PR remote/14786
8868
8869 * remote.c (remote_threads_info): Make a copy of the reply from
8870 qfThreadInfo and use that instead of rs->buf.
8871
8872 2013-01-14 Yao Qi <yao@codesourcery.com>
8873
8874 * dbxread.c (dbx_psymtab_to_symtab_1): Don't check PST is NULL.
8875 (dbx_psymtab_to_symtab): Likewise.
8876 * dwarf2read.c (dwarf2_psymtab_to_symtab): Likewise.
8877 * mdebugread.c (mdebug_psymtab_to_symtab): Likewise.
8878 * xcoffread.c (xcoff_psymtab_to_symtab_1): Likewise.
8879
8880 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8881
8882 * parse.c (parse_exp_in_context): New variable inner_chain. Call
8883 make_cleanup_restore_current_language. Call set_language. Move
8884 OLD_CHAIN and INNER_CHAIN cleanups.
8885 * utils.c (do_restore_current_language)
8886 (make_cleanup_restore_current_language): New functions.
8887 * utils.h (make_cleanup_restore_current_language): New declaration.
8888
8889 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8890
8891 * source.c (symtab_to_fullname): Apply rewrite_source_path also for
8892 non-existing files.
8893
8894 * source.c (symtab_to_fullname): Do not prepend DIRNAME for
8895 non-existing files if FILENAME is already absolute.
8896
8897 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8898
8899 * macrocmd.c (macro_inform_no_debuginfo): Use puts_filtered instead of
8900 fputs_filtered. Append trailing newline.
8901
8902 2013-01-11 Yao Qi <yao@codesourcery.com>
8903 Stan Shebs <stan@codesourcery.com>
8904
8905 * psymtab.c (init_psymbol_list): Clarify the comment.
8906
8907 2013-01-11 Yao Qi <yao@codesourcery.com>
8908
8909 * breakpoint.c (print_one_breakpoint_location): Remove dead code.
8910 (update_dprintf_command_list): Assert that 'printf_line' is
8911 non-null. Remove condition check.
8912
8913 2013-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8914
8915 Code cleanup.
8916 * psymtab.c (psymtab_to_fullname, psymtab_to_fullname): Make the return
8917 type const char *.
8918 * tui/tui-source.c (tui_source_is_displayed): Make the parameter fname
8919 const char *.
8920 * tui/tui-source.h (tui_source_is_displayed): Likewise.
8921
8922 2013-01-09 Anthony Green <green@moxielogic.com>
8923
8924 * cp-abi.c (cplus_print_vtable): Don't return value from void
8925 function.
8926 * ada-lang.c (re_set_catch_assert): Ditto.
8927
8928 2013-01-09 Doug Evans <dje@google.com>
8929
8930 * symfile.h (quick_symbol_functions): Delete member
8931 pre_expand_symtabs_matching. All uses removed.
8932 * dwarf2read.c (dw2_lookup_symbol): Implement.
8933 (dw2_do_expand_symtabs_matching): Delete.
8934 (dw2_pre_expand_symtabs_matching): Delete.
8935 (struct dw2_symtab_iterator): New type.
8936 (dw2_symtab_iter_init, dw2_symtab_iter_next): New functions.
8937 (dw2_expand_symtabs_for_function): Rewrite.
8938 (dwarf2_gdb_index_functions): Update.
8939 * psymtab.c (pre_expand_symtabs_matching_psymtabs): Delete.
8940 (psym_functions): Update.
8941
8942 2013-01-09 Tom Tromey <tromey@redhat.com>
8943
8944 * config/pa/hpux.mh (NATDEPFILES): Remove somread.o.
8945 * configure: Rebuild.
8946 * configure.ac: Add somread.o to the build if BFD has SOM
8947 support.
8948 * somread.c: Include som/aout.h, not syms.h.
8949 (som_symtab_read): Use som_external_symbol_dictionary_record.
8950 Unpack records manually.
8951 (_initialize_somread): Declare.
8952
8953 2012-01-08 Mike Frysinger <vapier@gentoo.org>
8954
8955 * common/linux-ptrace.c (linux_ptrace_test_ret_to_nx) [__x86_64__]:
8956 Cast return_address to 64bits.
8957
8958 2013-01-08 Hui Zhu <hui_zhu@mentor.com>
8959
8960 * printcmd.c: Remove define of function output_command.
8961 * tracepoint.c: Remove extern of function output_command.
8962 * valprint.h: (output_command): New extern.
8963
8964 2013-01-07 Tom Tromey <tromey@redhat.com>
8965
8966 * objc-lang.c (objc_emit_char, objc_printchar, objc_printstr):
8967 Remove.
8968 (objc_language_defn): Use c_printchar, c_printstr,
8969 c_emit_char.
8970
8971 2013-01-07 Tom Tromey <tromey@redhat.com>
8972
8973 PR cli/7719:
8974 * NEWS: Update.
8975 * ada-valprint.c (printstr, print_field_values): Remove
8976 "inspect_it" code.
8977 * cp-valprint.c (cp_print_value_fields): Remove "inspect_it"
8978 code.
8979 * jv-valprint.c (java_print_value_fields): Remove "inspect_it"
8980 code.
8981 * m2-lang.c (m2_printstr): Remove "inspect_it" code.
8982 * main.c (captured_main): Remove "epoch" argument.
8983 * objc-lang.c (objc_printstr): Remove "inspect_it" code.
8984 * p-lang.c (pascal_printstr): Remove "inspect_it" code.
8985 * p-valprint.c (pascal_object_print_value_fields): Remove
8986 "inspect_it" code.
8987 * printcmd.c (print_command_1): Remove 'inspect' argument.
8988 (print_command, call_command): Update.
8989 (inspect_command): Remove.
8990 (_initialize_printcmd): Make "inspect" an alias for "print".
8991 * top.c (epoch_interface): Remove.
8992 * top.h (epoch_interface): Remove.
8993 * valprint.c (user_print_options): Update.
8994 (print_converted_chars_to_obstack): Remove "inspect_it" code.
8995 * valprint.h (struct value_print_options) <inspect_it>: Remove
8996 field.
8997
8998 2013-01-04 Tom Tromey <tromey@redhat.com>
8999
9000 * valprint.h (read_string): Add 'extern'.
9001
9002 2013-01-07 Joel Brobecker <brobecker@adacore.com>
9003
9004 * darwin-nat.c: Fix typo in TASK_DYLD_INFO_COUNT macro test
9005 used to decide whether to define darwin_read_dyld_info or not.
9006
9007 2013-01-03 Pierre Muller <muller@sourceware.org>
9008
9009 * main.c (relocate_gdb_directory): Avoid calling stat function
9010 if DIR is empty.
9011
9012 2013-01-03 Yao Qi <yao@codesourcery.com>
9013
9014 * psymtab.c (fixup_psymbol_section): Update declaration.
9015 (fixup_psymbol_section): Remove code returning value.
9016
9017 2013-01-03 Yao Qi <yao@codesourcery.com>
9018
9019 * symtab.h: Remove some out of date comments.
9020 (enum exception_event_kind): Move it ...
9021 * breakpoint.c: ... here.
9022
9023 2013-01-02 Iain Sandoe <developer@sandoe-acoustics.co.uk>
9024
9025 PR gdb/14405
9026 * darwin-nat.c (darwin_read_dyld_info): Only build if
9027 TASK_DYLD_INFO_COUNT is defined.
9028 (darwin_xfer_partial): Call darwin_read_dyld_info only if
9029 TASK_DYLD_INFO_COUNT is defined.
9030
9031 2013-01-02 Tom Tromey <tromey@redhat.com>
9032
9033 * symfile.h (struct ecoff_debug_hack): Remove.
9034 * objfiles.c: Don't include mdebugread.h.
9035
9036 2013-01-02 Tom Tromey <tromey@redhat.com>
9037
9038 * config/i386/darwin.mh (NATDEPFILES): Remove machoread.o.
9039 * configure.ac: Check for Mach-O support in BFD. Update
9040 CONFIG_OBS.
9041 * configure: Rebuild.
9042
9043 2013-01-02 Tom Tromey <tromey@redhat.com>
9044
9045 * acinclude.m4 (GDB_AC_CHECK_BFD): New macro.
9046 * configure.ac: Use GDB_AC_CHECK_BFD.
9047 * configure: Rebuild.
9048
9049 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
9050
9051 * MAINTAINERS: Update my email.
9052
9053 2013-01-01 Joel Brobecker <brobecker@adacore.com>
9054
9055 * cli/cli-script.h (make_cleanup_free_command_lines): Make extern.
9056
9057 2013-01-01 Joel Brobecker <brobecker@adacore.com>
9058
9059 * rs6000-nat.c (bss_data_overlap): New function.
9060 (vmap_symtab): Use it to adjust the .bss section's offset.
9061
9062 2013-01-01 Joel Brobecker <brobecker@adacore.com>
9063
9064 Update year range in copyright notice of all files.
9065
9066 2013-01-01, 13 Joel Brobecker <brobecker@adacore.com>
9067
9068 * top.c (print_gdb_version): Update copyright year.
9069
9070 For older changes see ChangeLog-2012.
9071 \f
9072 Local Variables:
9073 mode: change-log
9074 left-margin: 8
9075 fill-column: 74
9076 version-control: never
9077 coding: utf-8
9078 End:
This page took 0.227071 seconds and 4 git commands to generate.