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