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