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