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