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