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