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