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