Replace $zlibdir with $ZLIBDIR in LDFLAGS
[binutils-gdb.git] / gdb / ChangeLog
1 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
2
3 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
4 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
5 * configure: Regenerated.
6
7 2015-04-09 Pedro Alves <palves@redhat.com>
8
9 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
10 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
11 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
12 * gnulib/import/Makefile.am: Update.
13 * gnulib/import/Makefile.in: Update.
14 * gnulib/import/m4/gnulib-cache.m4: Update.
15 * gnulib/import/m4/gnulib-comp.m4: Update.
16 * gnulib/import/m4/strtok_r.m4: New file.
17 * gnulib/import/strtok_r.c: New file.
18
19 2015-04-09 Pedro Alves <palves@redhat.com>
20
21 * gnulib/update-gnulib.sh (aclocal version check): Filter out
22 "called too early to check prototype".
23
24 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
25
26 PR python/16699
27 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
28 use a caching mechanism. Adjust comments and code to reflect
29 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
30 (cmdpy_completer_handle_brkchars): Adjust call to
31 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
32 (cmdpy_completer): Likewise.
33
34 2015-04-08 Yao Qi <yao.qi@linaro.org>
35
36 * spu-tdep.c (spu_gdbarch_init): Don't call
37 set_gdbarch_cannot_step_breakpoint.
38
39 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
40
41 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
42
43 2015-04-07 Pedro Alves <palves@redhat.com>
44
45 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
46 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
47 (delete_exited_threads): New declaration.
48 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
49 * linux-nat.c (linux_nat_update_thread_list): New function.
50 (linux_nat_add_target): Install it.
51 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
52 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
53 (delete_exited_threads): New function.
54
55 2015-04-07 Pedro Alves <pedro@codesourcery.com>
56
57 * infrun.c (resume) <displaced stepping debug output>: Get the
58 leader thread's regcache, not resume_ptid's.
59
60 2015-04-06 Doug Evans <xdje42@gmail.com>
61
62 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
63 VAR_DOMAIN.
64 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
65 Include symbol domain in debugging output.
66
67 2015-04-06 Pedro Alves <palves@redhat.com>
68 Bernd Edlinger <bernd.edlinger@hotmail.de>
69
70 * configure.ac: Remove the mingw32-specific stub-termcap.o
71 fallback, and instead fallback to the stub termcap on all hosts.
72 * configure: Regenerate.
73 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
74 symbols.
75
76 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
77
78 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
79 "top_level" parameter.
80 (resolve_dynamic_type_internal): Remove the unused "top_level"
81 parameter. Update call to is_dynamic_type_internal.
82 (is_dynamic_type): Update call to is_dynamic_type_internal.
83 (resolve_dynamic_range): Update call to
84 resolve_dynamic_type_internal.
85 (resolve_dynamic_union): Likewise.
86 (resolve_dynamic_struct): Likewise.
87 (resolve_dynamic_type): Likewise.
88
89 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
90
91 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
92 TYPE_CODE_REF types so that they are not considered as dynamic
93 depending on the referenced type.
94 (resolve_dynamic_type_internal): Likewise.
95
96 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
97
98 * Makefile.in (top_srcdir): New.
99 * configure: Regenerated.
100
101 2015-04-02 Gary Benson <gbenson@redhat.com>
102
103 * NEWS: Announce the new default sysroot of "target:".
104
105 2015-04-02 Gary Benson <gbenson@redhat.com>
106
107 * main.c (captured_main): Set gdb_sysroot to "target:"
108 if not otherwise set.
109
110 2015-04-02 Gary Benson <gbenson@redhat.com>
111
112 * exec.c (exec_file_attach): Support "target:" filenames.
113
114 2015-04-02 Gary Benson <gbenson@redhat.com>
115
116 * solib.c (solib_find): Strip "target:" prefix from sysroot
117 if accessing local files.
118
119 2015-04-02 Gary Benson <gbenson@redhat.com>
120
121 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
122 checks and error messages.
123
124 2015-04-02 Gary Benson <gbenson@redhat.com>
125
126 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
127 (remote_filename_p): Remove declaration.
128 (remote_bfd_open): Likewise.
129 * remote.c (remote_bfd_iovec_open): Remove function.
130 (remote_bfd_iovec_close): Likewise.
131 (remote_bfd_iovec_pread): Likewise.
132 (remote_bfd_iovec_stat): Likewise.
133 (remote_filename_p): Likewise.
134 (remote_bfd_open): Likewise.
135 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
136 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
137 (gdb_bfd_open_maybe_remote): Remove function.
138 (symfile_bfd_open): Replace remote filename check with
139 target filename check.
140 (reread_symbols): Use gdb_bfd_open.
141 * build-id.c (gdbcore.h): New include.
142 (build_id_to_debug_bfd): Use gdb_bfd_open.
143 * infcmd.c (attach_command_post_wait): Remove remote filename
144 check.
145 * solib.c (solib_find): Replace remote-specific handling with
146 target-specific handling. Update comments where necessary.
147 (solib_bfd_open): Replace remote-specific handling with
148 target-specific handling.
149 (gdb_sysroot_changed): New function.
150 (_initialize_solib): Call the above when gdb_sysroot changes.
151 * windows-tdep.c (gdbcore.h): New include.
152 (windows_xfer_shared_library): Use gdb_bfd_open.
153
154 2015-04-02 Gary Benson <gbenson@redhat.com>
155
156 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
157 (is_target_filename): New declaration.
158 (gdb_bfd_has_target_filename): Likewise.
159 (gdb_bfd_open): Update documentation comment.
160 * gdb_bfd.c (target.h): New include.
161 (gdb/fileio.h): Likewise.
162 (is_target_filename): New function.
163 (gdb_bfd_has_target_filename): Likewise.
164 (fileio_errno_to_host): Likewise.
165 (gdb_bfd_iovec_fileio_open): Likewise.
166 (gdb_bfd_iovec_fileio_pread): Likewise.
167 (gdb_bfd_iovec_fileio_close): Likewise.
168 (gdb_bfd_iovec_fileio_fstat): Likewise.
169 (gdb_bfd_open): Use target fileio to access paths prefixed
170 with "target:" where necessary.
171
172 2015-04-02 Gary Benson <gbenson@redhat.com>
173
174 * target.h (struct target_ops) <to_filesystem_is_local>:
175 New field.
176 (target_filesystem_is_local): New macro.
177 * target-delegates.c: Regenerate.
178 * remote.c (remote_filesystem_is_local): New function.
179 (init_remote_ops): Initialize to_filesystem_is_local.
180
181 2015-04-02 Gary Benson <gbenson@redhat.com>
182
183 * target.h (struct target_ops) <to_fileio_fstat>: New field.
184 (target_fileio_fstat): New declaration.
185 * target.c (target_fileio_fstat): New function.
186 * inf-child.c (inf_child_fileio_fstat): Likewise.
187 (inf_child_target): Initialize to_fileio_fstat.
188 * remote.c (init_remote_ops): Likewise.
189
190 2015-04-01 Sasha Smundak <asmundak@google.com>
191
192 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
193 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
194 (py-unwind.o): New recipe.
195 * NEWS: mention Python frame unwinding.
196 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
197 gdb/unwinder.py and gdb/command/unwinder.py
198 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
199 list.
200 (execute_unwinders): New function.
201 * python/lib/gdb/command/unwinders.py: New file.
202 * python/lib/gdb/unwinder.py: New file.
203 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
204 (objfpy_dealloc): Decrement frame_unwinders reference count.
205 (objfpy_initialize): Create frame_unwinders list.
206 (objfpy_get_frame_unwinders): New function.
207 (objfpy_set_frame_unwinders): Ditto.
208 (objfile_getset): Add frame_unwinders attribute to Objfile.
209 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
210 (pspy_dealloc): Decrement frame_unwinders reference count.
211 (pspy_initialize): Create frame_unwinders list.
212 (pspy_get_frame_unwinders): New function.
213 (pspy_set_frame_unwinders): Ditto.
214 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
215 * python/py-unwind.c: New file.
216 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
217 (objpy_get_frame_unwinders): New prototype.
218 (gdbpy_initialize_unwind): New prototype.
219 * python/python.c (gdbpy_apply_type_printers): Call
220 gdbpy_initialize_unwind.
221
222 2015-04-01 Pedro Alves <palves@redhat.com>
223
224 * infrun.c (resume): Check currently_stepping after clearing
225 stepped_breakpoint, not before.
226
227 2015-04-01 Pedro Alves <palves@redhat.com>
228
229 * infrun.c (print_target_wait_results): Print all the ptid
230 elements.
231
232 2015-04-01 Pedro Alves <palves@redhat.com>
233
234 * infrun.c (keep_going): Also discard cleanups if inserting
235 breakpoints fails.
236
237 2015-04-01 Pedro Alves <palves@redhat.com>
238
239 * infrun.c (wait_for_inferior): Install the
240 finish_thread_state_cleanup cleanup across the whole function, not
241 just around handle_inferior_event.
242
243 2015-04-01 Pedro Alves <palves@redhat.com>
244
245 * infrun.c (resume) <step past permanent breakpoint>: Use
246 do_target_resume.
247
248 2015-04-01 Pedro Alves <palves@redhat.com>
249
250 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
251
252 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
253
254 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
255
256 2015-04-01 Pedro Alves <palves@redhat.com>
257
258 * linux-thread-db.c (record_thread): Readd the thread to gdb's
259 list if it was marked exited.
260
261 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
262
263 * configure: Regenerated.
264
265 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
266 Jan Kratochvil <jan.kratochvil@redhat.com>
267 Oleg Nesterov <oleg@redhat.com>
268
269 PR corefiles/16092
270 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
271 New enum identifying the various options of the coredump_filter
272 file.
273 (struct smaps_vmflags): New struct.
274 (use_coredump_filter): New variable.
275 (decode_vmflags): New function.
276 (mapping_is_anonymous_p): Likewise.
277 (dump_mapping_p): Likewise.
278 (linux_find_memory_regions_full): New variables
279 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
280 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
281 parsing of its information. Implement memory mapping filtering
282 based on its contents.
283 (show_use_coredump_filter): New function.
284 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
285 * NEWS: Mention the possibility of using the
286 '/proc/PID/coredump_filter' file when generating a corefile.
287 Mention new command 'set use-coredump-filter'.
288
289 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
290
291 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
292 read_memory_unsigned_integer.
293
294 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
295
296 * Makefile.in (ZLIB): New.
297 (ZLIBINC): Likewise.
298 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
299 (CLIBS): Add $(ZLIB).
300 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
301 Add -lz to LIBS.
302 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
303 * top.c (print_gdb_configuration): Remove --with-zlib and
304 --without-zlib.
305 * config.in: Regenerated.
306 * configure: Likewise.
307
308 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
309
310 * NEWS: Mention info os cpus support.
311 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
312 (struct osdata_type): Add cpus entry, reorder the entries in
313 alphabetical order.
314
315 2015-03-31 Matthias Klose <doko@ubuntu.com>
316
317 * compile/compile.c (compile_to_object): Allow triplets with or
318 without vendor set.
319
320 2015-03-30 Doug Evans <dje@google.com>
321
322 PR c++/18141
323 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
324 klass in VAR_DOMAIN.
325
326 2015-03-30 Gary Benson <gbenson@redhat.com>
327
328 * remote.c (remote_mourn_1): Remove function. Update all callers
329 to use remote_mourn.
330 (extended_remote_mourn_1): Remove function. Update all callers
331 to use extended_remote_mourn.
332 (extended_remote_attach_1): Remove function. Update all callers
333 to use extended_remote_attach.
334
335 2015-03-28 James Bowman <james.bowman@ftdichip.com>
336
337 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
338 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
339 (ALLDEPFILES): Add ft32-tdep.c.
340 * configure.tgt: Add FT32 entry.
341 * ft32-tdep.c: New file, FT32 target-dependent code.
342 * ft32-tdep.h: New file, FT32 target-dependent code.
343
344 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
345
346 Revert:
347 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
348 Code cleanup.
349 * printcmd.c (print_command_1): Move expr variable scope.
350
351 2015-03-27 Joel Brobecker <brobecker@adacore.com>
352
353 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
354
355 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
356
357 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
358 sections.
359
360 2015-03-26 Joel Brobecker <brobecker@adacore.com>
361
362 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
363 exception raised while parsing the probe arguments.
364 Force parsing to be done using the C language parser.
365 * expression.h (parse_expression_with_language): Declare.
366 * parse.c (parse_expression_with_language): New function.
367
368 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
369
370 * MAINTAINERS (Write After Approval): Add "Jon Turney".
371
372 2015-03-26 Andy Wingo <wingo@igalia.com>
373
374 PR symtab/18148
375 * dwarf2read.c (struct partial_die_info): Add has_const_value
376 member.
377 (add_partial_symbol): Don't punt on symbols that have const_value
378 attributes.
379 (read_partial_die): Detect DW_AT_const_value.
380
381 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
382
383 Code cleanup.
384 * printcmd.c (print_command_1): Move expr variable scope.
385
386 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
387
388 Code cleanup.
389 * printcmd.c (validate_format): Make the parameter cmdname const.
390
391 2015-03-26 Don Breazeal <donb@codesourcery.com>
392
393 * remote.c (_initialize_remote): Update comment.
394
395 2015-03-26 Pedro Alves <palves@redhat.com>
396 Jon TURNEY <jon.turney@dronecode.org.uk>
397
398 * coffread.c (coff_symfile_read): When constructing the name of an
399 import stub symbol from import symbol for amd64, only skip the
400 char after _imp_ if the target is underscored (like i386) and the
401 char is indeed the target's leading char.
402
403 2015-03-25 Pedro Alves <palves@redhat.com>
404
405 * target.h <to_async>: Replace 'callback' and 'context' parameters
406 with boolean 'enable' parameter.
407 (target_async): Replace CALLBACK and CONTEXT parameters with
408 boolean ENABLE parameter.
409 * inf-loop.c (inferior_event_handler): Adjust.
410 * linux-nat.c (linux_nat_attach, linux_nat_resume)
411 (linux_nat_resume): Adjust.
412 (async_client_callback, async_client_context): Delete.
413 (handle_target_event): Call inferior_event_handler directly.
414 (linux_nat_async): Replace 'callback' and 'context' parameters
415 with boolean 'enable' parameter. Adjust. Remove references to
416 async_client_callback and async_client_context.
417 (linux_nat_close): Adjust.
418 * record-btrace.c (record_btrace_async): Replace 'callback' and
419 'context' parameters with boolean 'enable' parameter. Adjust.
420 (record_btrace_resume): Adjust.
421 * record-full.c (record_full_async): Replace 'callback' and
422 'context' parameters with boolean 'enable' parameter. Adjust.
423 (record_full_resume, record_full_core_resume): Adjust.
424 * remote.c (struct remote_state) <async_client_callback,
425 async_client_context>: Delete fields.
426 (remote_start_remote, extended_remote_attach_1, remote_resume)
427 (extended_remote_create_inferior): Adjust.
428 (remote_async_serial_handler): Call inferior_event_handler
429 directly.
430 (remote_async): Replace 'callback' and 'context' parameters with
431 boolean 'enable' parameter. Adjust.
432 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
433 Adjust.
434 * target-delegates.c: Regenerate.
435
436 2015-03-25 Gary Benson <gbenson@redhat.com>
437 Pedro Alves <palves@redhat.com>
438
439 * target.c (fileio_ft_t): New typedef, define object vector.
440 (fileio_fhandles): New static variable.
441 (is_closed_fileio_fh): New macro.
442 (lowest_closed_fd): New static variable.
443 (acquire_fileio_fd): New function.
444 (release_fileio_fd): Likewise.
445 (fileio_fd_to_fh): New macro.
446 (target_fileio_open): Wrap the file descriptor on success.
447 (target_fileio_pwrite): Updated to use wrapped file descriptor.
448 (target_fileio_pread): Likewise.
449 (target_fileio_close): Likewise.
450
451 2015-03-24 Pedro Alves <palves@redhat.com>
452
453 * thread.c (thread_apply_all_command): Take exited threads into
454 account.
455
456 2015-03-24 Pedro Alves <palves@redhat.com>
457
458 * infrun.c (resume, proceed): Mention
459 switch_back_to_stepped_thread, not switch_back_to_stepping.
460
461 2015-03-24 Pedro Alves <palves@redhat.com>
462
463 * infrun.c (user_visible_resume_ptid): Rewrite going from
464 most-locked to unlocked instead of the opposite. Move comment ...
465 * infrun.h (user_visible_resume_ptid): ... here.
466
467 2015-03-24 Pedro Alves <palves@redhat.com>
468
469 * linux-nat.c (linux_nat_resume): Output debug logs before trying
470 to resume the event lwp. Use the lwp's ptid instead of the passed
471 in (maybe wildcard) ptid.
472 (stop_wait_callback): Tweak debug log output.
473 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
474 TRAP_TRACE.
475 (linux_nat_filter_event): In debug output, distinguish a
476 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
477 before trying to resume the lwp.
478
479 2015-03-24 Joel Brobecker <brobecker@adacore.com>
480
481 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
482 pointer indirection.
483 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
484 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
485
486 2015-03-24 Joel Brobecker <brobecker@adacore.com>
487
488 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
489 Renames DYN_ATTR_DATA_LOCATION.
490 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
491 DYN_ATTR_DATA_LOCATION.
492 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
493 instead of DYN_ATTR_DATA_LOCATION.
494
495 2015-03-24 Pedro Alves <palves@redhat.com>
496
497 * breakpoint.c (until_break_command): Adjust call to proceed.
498 * gdbthread.h (struct thread_control_state) <stepping_command>:
499 New field.
500 * infcall.c (run_inferior_call): Adjust call to proceed.
501 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
502 Adjust calls to proceed.
503 (set_step_frame): Set the current thread's step_start_function
504 here.
505 (step_once): Adjust calls to proceed.
506 (jump_command, signal_command, until_next_command)
507 (finish_backward, finish_forward, proceed_after_attach_callback)
508 (attach_command_post_wait): Adjust calls to proceed.
509 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
510 (do_target_resume): New function, factored out from ...
511 (resume): ... here. Remove 'step' parameter. Instead, check
512 currently_stepping to determine whether the thread should be
513 single-stepped.
514 (proceed): Remove 'step' parameter and don't set the thread's
515 step_start_function here. Adjust call to 'resume'.
516 (handle_inferior_event): Adjust calls to 'resume'.
517 (switch_back_to_stepped_thread): Use do_target_resume instead of
518 'resume'.
519 (keep_going): Adjust calls to 'resume'.
520 * infrun.h (proceed): Remove 'step' parameter.
521 (resume): Likewise.
522 * windows-nat.c (do_initial_windows_stuff): Adjust call to
523 'resume'.
524 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
525
526 2015-03-24 Pedro Alves <palves@redhat.com>
527
528 * gdbthread.h (struct thread_control_state) <stepping_command>:
529 New field.
530 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
531 the thread's stepping_command field.
532 * infrun.c (resume): Check the thread's stepping_command flag to
533 determine which threads should be resumed. Rename 'entry_step'
534 local to user_step.
535 (clear_proceed_status_thread): Clear 'stepping_command'.
536 (schedlock_applies): Change parameter type to struct thread_info
537 pointer. Adjust.
538 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
539 (switch_back_to_stepped_thread): Adjust calls to
540 'schedlock_applies'.
541 (_initialize_infrun): Adjust "set scheduler-locking step" help.
542
543 2015-03-24 Pedro Alves <palves@redhat.com>
544
545 * infrun.c (step_start_function): Delete and ...
546 * gdbthread.h (struct thread_control_state) <step_start_function>:
547 ... now a field here.
548 * infrun.c (clear_proceed_status_thread): Clear the thread's
549 step_start_function.
550 (proceed, process_event_stop_test, print_stop_event): Adjust.
551
552 2015-03-24 Pedro Alves <palves@redhat.com>
553
554 * infrun.c (proceed): No longer handle negative step.
555
556 2015-03-24 Gary Benson <gbenson@redhat.com>
557
558 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
559 (x86_linux_prepare_to_resume): Likewise.
560 * x86-linux-nat.c (x86_linux_new_thread):
561 Moved to nat/x86-linux.c.
562 (x86_linux_prepare_to_resume): Likewise.
563 * nat/x86-linux.c (x86_linux_new_thread): New function.
564 (x86_linux_prepare_to_resume): Likewise.
565
566 2015-03-24 Gary Benson <gbenson@redhat.com>
567
568 * nat/x86-linux-dregs.h: New file.
569 * nat/x86-linux-dregs.c: Likewise.
570 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
571 (x86-linux-dregs.o): New rule.
572 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
573 * config/i386/linux64.mh (NATDEPFILES): Likewise.
574 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
575 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
576 (x86_linux_dr_get): Likewise.
577 (x86_linux_dr_set): Likewise.
578 (x86_linux_dr_get_addr): Likewise.
579 (x86_linux_dr_get_control): Likewise.
580 (x86_linux_dr_get_status): Likewise.
581 (update_debug_registers_callback): Likewise.
582 (x86_linux_dr_set_control): Likewise.
583 (x86_linux_dr_set_addr): Likewise.
584 (x86_linux_update_debug_registers): Likewise.
585
586 2015-03-24 Gary Benson <gbenson@redhat.com>
587
588 * x86-linux-nat.c (x86_linux_update_debug_registers):
589 New function, factored out from...
590 (x86_linux_prepare_to_resume): ...this.
591
592 2015-03-24 Gary Benson <gbenson@redhat.com>
593
594 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
595 (x86_linux_dr_set): Likewise.
596 (x86_linux_dr_get_addr): Likewise.
597 (x86_linux_dr_get_control): Likewise.
598 (x86_linux_dr_get_status): Likewise.
599 (update_debug_registers_callback): Likewise.
600 (x86_linux_dr_set_control): Likewise.
601 (x86_linux_dr_set_addr): Likewise.
602 (x86_linux_prepare_to_resume): Likewise.
603 (x86_linux_new_thread): Likewise.
604
605 2015-03-24 Gary Benson <gbenson@redhat.com>
606
607 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
608 (x86_linux_new_thread): Rename argument.
609
610 2015-03-24 Gary Benson <gbenson@redhat.com>
611
612 * nat/x86-linux.h: New file.
613 * nat/x86-linux.c: Likewise.
614 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
615 (x86-linux.o): New rule.
616 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
617 * config/i386/linux64.mh (NATDEPFILES): Likewise.
618 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
619 (lwp_set_arch_private_info): New declaration.
620 (lwp_arch_private_info): Likewise.
621 * linux-nat.c (lwp_set_arch_private_info): New function.
622 (lwp_arch_private_info): Likewise.
623 * x86-linux-nat.c: Include nat/x86-linux.h.
624 (arch_lwp_info): Removed structure.
625 (update_debug_registers_callback):
626 Use lwp_set_debug_registers_changed.
627 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
628 and lwp_set_debug_registers_changed.
629 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
630
631 2015-03-24 Gary Benson <gbenson@redhat.com>
632
633 * nat/linux-nat.h (ptid_of_lwp): New declaration.
634 (lwp_is_stopped): Likewise.
635 (lwp_stop_reason): Likewise.
636 * linux-nat.c (ptid_of_lwp): New function.
637 (lwp_is_stopped): Likewise.
638 (lwp_is_stopped_by_watchpoint): Likewise.
639 * x86-linux-nat.c (update_debug_registers_callback):
640 Use lwp_is_stopped.
641 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
642 lwp_stop_reason.
643
644 2015-03-24 Gary Benson <gbenson@redhat.com>
645
646 * linux-nat.h (linux_stop_lwp): Move declaration to...
647 * nat/linux-nat.h (linux_stop_lwp): New declaration.
648
649 2015-03-24 Gary Benson <gbenson@redhat.com>
650
651 * linux-nat.h: Include nat/linux-nat.h.
652 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
653 * nat/linux-nat.h (struct lwp_info): New forward declaration.
654 (iterate_over_lwps_ftype): New typedef.
655 (iterate_over_lwps): New declaration.
656 * linux-nat.h (iterate_over_lwps): Update comment. Use
657 iterate_over_lwps_ftype. Update callback return value check.
658
659 2015-03-24 Gary Benson <gbenson@redhat.com>
660
661 * x86-nat.h (x86_debug_reg_state): Move declaration to...
662 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
663
664 2015-03-24 Gary Benson <gbenson@redhat.com>
665
666 * nat/linux-nat.h (current_lwp_ptid): New declaration.
667 * linux-nat.c (current_lwp_ptid): New function.
668 * x86-linux-nat.c: Include nat/linux-nat.h.
669 (x86_linux_dr_get_addr): Use current_lwp_ptid.
670 (x86_linux_dr_get_control): Likewise.
671 (x86_linux_dr_get_status): Likewise.
672 (x86_linux_dr_set_control): Likewise.
673 (x86_linux_dr_set_addr): Likewise.
674
675 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
676
677 PR breakpoints/16466
678 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
679
680 2015-03-23 Joel Brobecker <brobecker@adacore.com>
681
682 * ser-mingw.c (ser_windows_setparity): Fix indentation.
683 * ser-unix.c (hardwire_setparity): Likewise.
684
685 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
686
687 * NEWS: Mention set/show serial parity command.
688 * monitor.c (monitor_open): Call serial_setparity.
689 * remote.c (remote_open_1): Likewise.
690 * ser-base.c (ser_base_serparity): New function.
691 * ser-base.h (ser_base_setparity): Add declaration.
692 * ser-go32.c (dos_ops): Set "setparity" field.
693 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
694 state.Parity.
695 (ser_windows_setparity): New function.
696 (hardwire_ops): Add ser_windows_setparity.
697 (tty_ops): Add NULL for setparity field.
698 (pipe_ops): Add ser_base_setparity.
699 (tcp_ops): Likewise.
700 * ser-pipe.c (pipe_ops): Likewise.
701 * ser-tcp.c (tcp_ops): Likewise.
702 * ser-unix.c (hardwire_setparity): Add declaration.
703 (hardwire_raw): Don't reset PARENB flag.
704 (hardwire_setparity): New function.
705 (hardwire_ops): Add hardwire_setparity.
706 * serial.c (serial_setparity): New function.
707 (serial_parity): New global.
708 (parity_none, parity_odd, parity_even, parity_enums, parity):
709 New static globals.
710 (set_parity): New function.
711 (_initialize_serial): Add set/show serial parity commands.
712 * serial.h (GDBPARITY_NONE): Define.
713 (GDBPARITY_ODD): Define.
714 (GDBPARITY_EVEN): Define.
715 (serial_setparity) Add declaration.
716 (struct serial_ops): Add setparity field.
717 * target.h (serial_parity): Add declaration.
718
719 2015-03-23 Keith Seitz <keiths@redhat.com>
720
721 * linespec.c (linespec_lexer_lex_keyword): Update comment.
722
723 2015-03-23 Keith Seitz <keiths@redhat.com>
724
725 * breakpoint.c (parse_breakpoint_sals): Use
726 linespec_lexer_lex_keyword to ascertain if the user specified
727 a NULL location.
728 * linespec.c [IF_KEYWORD_INDEX]: Define.
729 (linespec_lexer_lex_keyword): Export.
730 (struct ls_parser) <keyword_ok>: Remove.
731 A keyword is only a keyword if not followed by another keyword.
732 (linespec_lexer_lex_one): Remove keyword_ok handling.
733 Add comment explaining why the parsing stream is not advanced
734 when a keyword is seen.
735 (parse_linespec): Remove parser->keyword_ok.
736 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
737
738 2015-03-23 Keith Seitz <keiths@redhat.com>
739
740 PR gdb/18021
741 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
742 if we find a static method with DW_AT_vtable_elem_location.
743
744 2015-03-21 Eli Zaretskii <eliz@gnu.org>
745
746 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
747 before the second loop, to avoid undefined behavior. Reported by
748 Anton Blanchard <anton@samba.org>.
749
750 2015-03-20 Keven Boell <keven.boell@intel.com>
751
752 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
753 data_location usage to linked list.
754 (resolve_dynamic_type_internal): Adapt data_location to
755 linked list.
756 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
757 (copy_type_recursive, copy_type): Add copy of linked list.
758 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
759 (struct dynamic_prop_list): New struct.
760 * dwarf2read.c (set_die_type): Set data_location data.
761
762 2015-03-20 Pedro Alves <palves@redhat.com>
763
764 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
765 inner block and make it const.
766 * machoread.c (get_archive_prefix_len): Make "lparen" const.
767
768 2015-03-20 Pedro Alves <palves@redhat.com>
769
770 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
771 * breakpoint.h (set_breakpoint_condition): Update declaration.
772
773 2015-03-20 Pedro Alves <palves@redhat.com>
774
775 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
776
777 2015-03-20 Pedro Alves <palves@redhat.com>
778
779 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
780
781 2015-03-20 Pedro Alves <palves@redhat.com>
782
783 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
784
785 2015-03-20 Pedro Alves <palves@redhat.com>
786
787 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
788 (nto_init_solib_absolute_prefix): Likewise.
789
790 2015-03-20 Pedro Alves <palves@redhat.com>
791
792 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
793 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
794
795 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
796
797 * config/djgpp/README: Remove gdb.hp.
798
799 2015-03-20 Yao Qi <yao.qi@linaro.org>
800
801 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
802 set_gdbarch_cannot_step_breakpoint.
803
804 2015-03-19 Pedro Alves <palves@redhat.com>
805
806 * linux-nat.c (linux_resume_one_lwp): Rename to ...
807 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
808 instead call perror_with_name.
809 (check_ptrace_stopped_lwp_gone): New function.
810 (linux_resume_one_lwp): Reimplement as wrapper around
811 linux_resume_one_lwp_throw that swallows errors if the LWP is
812 gone.
813 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
814 swallows errors if the LWP is gone. Use
815 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
816
817 2015-03-19 Pedro Alves <palves@redhat.com>
818
819 * linux-nat.c (status_callback): Return early if the LWP has no
820 status pending.
821
822 2015-03-19 Pedro Alves <palves@redhat.com>
823
824 * linux-nat.c (select_event_lwp_callback): Update comment to no
825 longer mention SIGTRAP.
826
827 2015-03-18 Tristan Gingold <gingold@adacore.com>
828
829 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
830 redirection code to ...
831 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
832 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
833
834 2015-03-18 Gary Benson <gbenson@redhat.com>
835
836 (remote_protocol_features): Remove the "vFile:fstat" feature.
837 (remote_hostio_fstat): Probe for "vFile:fstat" support.
838
839 2015-03-11 Yao Qi <yao.qi@linaro.org>
840
841 PR tdep/18107
842 * aarch64-linux-tdep.c: Include xml-syscall.h
843 (aarch64_linux_get_syscall_number): New function.
844 (aarch64_linux_init_abi): Call
845 set_gdbarch_get_syscall_number.
846 * syscalls/aarch64-linux.xml: New file.
847
848 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
849
850 * ser-base.h (ser_base_setstopbits): Change second argument name
851 from "rate" to "num".
852
853 2015-03-17 Gary Benson <gbenson@redhat.com>
854 Luke Allardyce <lukeallardyce@gmail.com>
855
856 PR gdb/18131
857 * common/common-remote-fileio.h (sys/stat.h): New include.
858 (stuct stat): Remove forward declaration.
859
860 2015-03-16 John Baldwin <jhb@FreeBSD.org>
861
862 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
863 before writing core register notes.
864
865 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
866 Pedro Alves <palves@redhat.com>
867
868 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
869 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
870 (tgoto): Wrap with extern "C".
871
872 2015-03-16 Pedro Alves <palves@redhat.com>
873 Yuanhui Zhang <asmwarrior@gmail.com>
874
875 * stub-termcap.c (tputs): Change prototype.
876
877 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
878 Pedro Alves <palves@redhat.com>
879
880 * windows-nat.c (struct thread_info_struct): Rename to ...
881 (struct windows_thread_info_struct): ... this.
882 (thread_info): Rename to ...
883 (windows_thread_info): ... this.
884 All users updated.
885
886 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
887 Pedro Alves <palves@redhat.com>
888
889 * NEWS: New Removed targets and native configurations.
890
891 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
892
893 Remove HPUX.
894 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
895 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
896 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
897 ia64-hpux-tdep.h, solib-ia64-hpux.h.
898 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
899 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
900 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
901 hppa-hpux-tdep.c.
902 * config/ia64/hpux.mh: Remove file.
903 * config/pa/hpux.mh: Remove file.
904 * configure: Rebuilt.
905 * configure.ac (dlgetmodinfo, somread.o): Remove.
906 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
907 (ia64-*-hpux*): Remove its float format exception.
908 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
909 * hppa-hpux-nat.c: Remove file.
910 * hppa-hpux-tdep.c: Remove file.
911 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
912 Move them here from hppa-tdep.h
913 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
914 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
915 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
916 Move them to hppa-tdep.c.
917 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
918 declarations.
919 * ia64-hpux-nat.c: Remove file.
920 * ia64-hpux-tdep.c: Remove file.
921 * ia64-hpux-tdep.h: Remove file.
922 * inf-ttrace.c: Remove file.
923 * inf-ttrace.h: Remove file.
924 * solib-ia64-hpux.c: Remove file.
925 * solib-ia64-hpux.h: Remove file.
926 * solib-pa64.c: Remove file.
927 * solib-pa64.h: Remove file.
928 * solib-som.c: Remove file.
929 * solib-som.h: Remove file.
930 * somread.c: Remove file.
931
932 2015-03-13 John Baldwin <jhb@FreeBSD.org>
933
934 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
935 * config.in: Regenerate.
936 * configure: Regenerate.
937 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
938 define.
939 (fbsd_find_memory_regions): Use kinfo_getvmmap to
940 enumerate memory regions if present.
941
942 2015-03-13 John Baldwin <jhb@FreeBSD.org>
943
944 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
945 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
946 expressions.
947 (i386fbsd_sigtramp_p): Likewise.
948
949 2015-03-12 John Baldwin <jhb@FreeBSD.org>
950
951 * MAINTAINERS (Write After Approval): Add John Baldwin.
952
953 2015-03-12 Gary Benson <gbenson@redhat.com>
954
955 * solib.c (_initialize_solib): Make "set/show sysroot" use
956 add_setshow_optional_filename_cmd so it can be restored to
957 empty after being set.
958
959 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
960
961 * Makefile.in (SFILES): New source break-catch-syscall.c.
962 (COMMON_OBS): New object break-catch-syscall.o.
963 * break-catch-syscall.c: New file.
964 * breakpoint.c: Remove inclusion of "xml-syscall.h".
965 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
966 (struct syscall_catchpoint): Likewise.
967 (dtor_catch_syscall): Likewise.
968 (catch_syscall_inferior_data): Likewise.
969 (struct catch_syscall_inferior_data): Likewise.
970 (get_catch_syscall_inferior_data): Likewise.
971 (catch_syscall_inferior_data_cleanup): Likewise.
972 (insert_catch_syscall): Likewise.
973 (remove_catch_syscall): Likewise.
974 (breakpoint_hit_catch_syscall): Likewise.
975 (print_it_catch_syscall): Likewise.
976 (print_one_catch_syscall): Likewise.
977 (print_mention_catch_syscall): Likewise.
978 (print_recreate_catch_syscall): Likewise.
979 (catch_syscall_breakpoint_ops): Likewise.
980 (syscall_catchpoint_p): Likewise.
981 (create_syscall_event_catchpoint): Likewise.
982 (catch_syscall_split_args): Likewise.
983 (catch_syscall_command_1): Likewise.
984 (is_syscall_catchpoint_enabled): Likewise.
985 (catch_syscall_enabled): Likewise.
986 (catching_syscall_number): Likewise.
987 (catch_syscall_completer): Likewise.
988 (clear_syscall_counts): Likewise.
989 (initialize_breakpoint_ops): Move initialization of syscall
990 catchpoints to break-catch-syscall.c.
991 (_initialize_breakpoint): Move code related to syscall catchpoints
992 to break-catch-syscall.c.
993
994 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
995
996 * breakpoint.c (breakpoint_find_if): New function.
997 * breakpoint.h (breakpoint_find_if): New prototype.
998
999 2015-03-11 Gary Benson <gbenson@redhat.com>
1000
1001 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
1002 * remote-fileio.c (remote_fileio_to_host_uint): New function.
1003 (remote_fileio_to_host_ulong): Likewise.
1004 (remote_fileio_to_host_mode): Likewise.
1005 (remote_fileio_to_host_time): Likewise.
1006 (remote_fileio_to_host_stat): Likewise.
1007 * remote.c (PACKET_vFile_fstat): New enum value.
1008 (remote_protocol_features): Register the "vFile:fstat" feature.
1009 (remote_hostio_fstat): New function.
1010 (remote_bfd_iovec_stat): Use the above.
1011 (_initialize_remote): Register new "set/show remote
1012 hostio-fstat-packet" command.
1013 * symfile.c (separate_debug_file_exists): Update comment.
1014 * NEWS: Announce new vFile:fstat packet.
1015
1016 2015-03-11 Gary Benson <gbenson@redhat.com>
1017
1018 * common/common-remote-fileio.h: New file.
1019 * common/common-remote-fileio.c: Likewise.
1020 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
1021 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
1022 (COMMON_OBS): Add common-remote-fileio.o.
1023 (common-remote-fileio.o): New rule.
1024 * remote-fileio.h (common-remote-fileio.h): New include.
1025 * remote-fileio.c (gdb/fileio.h): Do not include.
1026 (remote_fileio_to_be): Moved to common-remote-fileio.h.
1027 (remote_fileio_to_fio_uint): Likewise.
1028 (remote_fileio_to_fio_time): Likewise.
1029 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
1030 (remote_fileio_to_fio_mode): Likewise.
1031 (remote_fileio_to_fio_ulong): Likewise.
1032 (remote_fileio_to_fio_stat): Likewise.
1033
1034 2015-03-11 Andy Wingo <wingo@igalia.com>
1035
1036 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
1037 we were checking the cached type, not the cached dynamic type.
1038
1039 2015-03-11 Andy Wingo <wingo@igalia.com>
1040
1041 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
1042 other strings, as these are on the GC'd heap, and will be
1043 collected along with the smob.
1044
1045 2015-03-11 Andy Wingo <wingo@igalia.com>
1046
1047 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
1048 (objfile_functions): Bind gdbscm_objfile_progspace to
1049 objfile-progspace.
1050 * guile/lib/gdb.scm: Add objfile-progspace to exports.
1051
1052 2015-03-11 Andy Wingo <wingo@igalia.com>
1053
1054 * guile/guile.c (_initialize_guile): Disable automatic
1055 finalization, if Guile offers us that possibility.
1056 * guile/guile.c (call_initialize_gdb_module):
1057 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
1058 finalizers in appropriate places.
1059 * configure.ac (AC_TRY_LIBGUILE): Add a check for
1060 scm_set_automatic_finalization_enabled.
1061 * configure: Regenerated.
1062
1063 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1064
1065 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
1066 SAL, if possible.
1067
1068 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1069
1070 * s390-linux-nat.c (struct arch_lwp_info): New.
1071 (s390_fix_watch_points): Rename to...
1072 (s390_prepare_to_resume): ...this. Skip the PER info update
1073 unless the watch points have changed.
1074 (s390_refresh_per_info, s390_new_thread): New functions.
1075 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
1076 s390_fix_watch_points.
1077 (s390_remove_watchpoint): Likewise.
1078 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
1079 Register s390_prepare_to_resume.
1080
1081 2015-03-09 Pedro Alves <palves@redhat.com>
1082
1083 Revert:
1084 2015-03-07 Pedro Alves <palves@redhat.com>
1085 * common/gdb_socket.h: New file.
1086 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
1087 sys/socket.h.
1088 (net_open): Use union gdb_sockaddr_u.
1089
1090 2015-03-07 Pedro Alves <palves@redhat.com>
1091
1092 * configure.ac (build_warnings): Move -Wmissing-prototypes
1093 -Wdeclaration-after-statement -Wmissing-parameter-type
1094 -Wold-style-declaration -Wold-style-definition to the C-specific
1095 set.
1096 * configure: Regenerate.
1097
1098 2015-03-07 Pedro Alves <palves@redhat.com>
1099
1100 * common/gdb_socket.h: New file.
1101 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
1102 sys/socket.h.
1103 (net_open): Use union gdb_sockaddr_u.
1104
1105 2015-03-07 Pedro Alves <palves@redhat.com>
1106
1107 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
1108 (exceptions_state_mc_action_iter)
1109 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
1110 Don't define.
1111 [__cplusplus] (try_scope_depth): New global.
1112 [__cplusplus] (exception_try_scope_entry)
1113 (exception_try_scope_exit, gdb_exception_sliced_copy)
1114 (exception_rethrow): New functions.
1115 (throw_exception): In C++ mode, throw
1116 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
1117 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
1118 (throw_it): In C++ mode, use try_scope_depth.
1119 * common/common-exceptions.h [!__cplusplus]
1120 (exceptions_state_mc_action_iter)
1121 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
1122 Don't declare.
1123 [__cplusplus] (exception_try_scope_entry)
1124 (exception_try_scope_exit, exception_rethrow): Declare.
1125 [__cplusplus] (struct exception_try_scope): New struct.
1126 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
1127 C++ exceptions.
1128 (struct gdb_exception_RETURN_MASK_ALL)
1129 (struct gdb_exception_RETURN_MASK_ERROR)
1130 (struct gdb_exception_RETURN_MASK_QUIT): New types.
1131
1132 2015-03-07 Pedro Alves <palves@redhat.com>
1133
1134 * main.c (handle_command_errors): Remove volatile qualifier from
1135 parameter.
1136
1137 2015-03-07 Pedro Alves <palves@redhat.com>
1138
1139 * breakpoint.c (save_breakpoints): Adjust to avoid code between
1140 TRY and CATCH.
1141 * gdbtypes.c (safe_parse_type): Remove empty line.
1142 (types_deeply_equal):
1143 * guile/scm-frame.c (gdbscm_frame_name):
1144 * linux-thread-db.c (find_new_threads_once):
1145 * python/py-breakpoint.c (bppy_get_commands):
1146 * record-btrace.c (record_btrace_insert_breakpoint)
1147 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
1148 (record_btrace_start_replaying): Adjust to avoid code between TRY
1149 and CATCH.
1150
1151 2015-03-07 Pedro Alves <palves@redhat.com>
1152
1153 * common/common-exceptions.c (struct catcher) <exception>: No
1154 longer a pointer to volatile exception. Now an exception value.
1155 <mask>: Delete field.
1156 (exceptions_state_mc_init): Remove all parameters. Adjust.
1157 (exceptions_state_mc): No longer pop the catcher here.
1158 (exceptions_state_mc_catch): New function.
1159 (throw_exception): Adjust.
1160 * common/common-exceptions.h (exceptions_state_mc_init): Remove
1161 all parameters.
1162 (exceptions_state_mc_catch): Declare.
1163 (TRY_CATCH): Rename to ...
1164 (TRY): ... this. Remove EXCEPTION and MASK parameters.
1165 (CATCH, END_CATCH): New.
1166 All callers adjusted.
1167
1168 2015-03-07 Tom Tromey <tromey@redhat.com>
1169
1170 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
1171
1172 2015-03-07 Pedro Alves <palves@redhat.com>
1173
1174 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
1175 (amd64_epilogue_frame_cache): Normal exception handling code.
1176 * break-catch-throw.c (check_status_exception_catchpoint)
1177 (re_set_exception_catchpoint): Ditto.
1178 * cli/cli-interp.c (safe_execute_command):
1179 * cli/cli-script.c (script_from_file): Ditto.
1180 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
1181 Ditto.
1182 * compile/compile-object-run.c (compile_object_run): Ditto.
1183 * cp-abi.c (baseclass_offset): Ditto.
1184 * cp-valprint.c (cp_print_value): Ditto.
1185 * exceptions.c (catch_exceptions_with_msg):
1186 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
1187 * frame.c (get_frame_address_in_block_if_available): Ditto.
1188 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
1189 (i386_sigtramp_frame_cache): Ditto.
1190 * infcmd.c (post_create_inferior): Ditto.
1191 * linespec.c (parse_linespec, find_linespec_symbols):
1192 * p-valprint.c (pascal_object_print_value): Ditto.
1193 * parse.c (parse_expression_for_completion): Ditto.
1194 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
1195 * remote.c (remote_get_noisy_reply): Ditto.
1196 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
1197 * solib-svr4.c (solib_svr4_r_map): Ditto.
1198
1199 2015-03-06 Gary Benson <gbenson@redhat.com>
1200
1201 * common/common-utils.h (startswith): New inline function.
1202 All places where this logic was used updated to use the above.
1203
1204 2015-03-05 Pedro Alves <palves@redhat.com>
1205
1206 PR gdb/18002
1207 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
1208 after reading the breakpoint's shadow memory.
1209
1210 2015-03-05 Mark Kettenis <kettenis@gnu.org>
1211
1212 * hppabsd-nat.c: Remove file.
1213 * hppaobsd-nat.c: New file.
1214 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
1215 hppaobsd-nat.c.
1216 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
1217 hppaobsd-nat.o.
1218
1219 2015-03-04 Pedro Alves <palves@redhat.com>
1220
1221 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
1222 (target_decr_pc_after_break): Delete declaration.
1223 * target.c (default_target_decr_pc_after_break)
1224 (target_decr_pc_after_break): Delete.
1225 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
1226 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
1227 * linux-thread-db.c (check_event): Likewise.
1228 * infrun.c (adjust_pc_after_break): Likewise.
1229 * darwin-nat.c (cancel_breakpoint): Likewise.
1230 * aix-thread.c (aix_thread_wait): Likewise.
1231 * target-delegates.c: Regenerate.
1232
1233 2015-03-04 Pedro Alves <palves@redhat.com>
1234
1235 * linux-nat.c (save_sigtrap): Check for breakpoints before
1236 checking watchpoints.
1237 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
1238 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
1239 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
1240 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
1241 (linux_nat_stopped_by_sw_breakpoint)
1242 (linux_nat_supports_stopped_by_sw_breakpoint)
1243 (linux_nat_stopped_by_hw_breakpoint)
1244 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
1245 (linux_nat_wait_1): Don't re-increment the PC if relying on
1246 SIGTRAP's siginfo->si_code.
1247 (linux_nat_add_target): Install new target methods.
1248 * linux-thread-db.c (check_event): Don't account for breakpoint PC
1249 offset if the target already adjusted the PC.
1250 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
1251 (GDB_ARCH_TRAP_BRKPT): New.
1252 (TRAP_HWBKPT): Define if not already defined.
1253
1254 2015-03-04 Pedro Alves <palves@redhat.com>
1255
1256 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
1257 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
1258 Delete field.
1259 <stop_reason>: New field.
1260 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
1261 (packet_set_cmd_state): New function.
1262 (remote_protocol_features): Register the "swbreak" and "hwbreak"
1263 features.
1264 (remote_query_supported): If not disabled with the corresponding
1265 "set remote foo-packet" command, report support for the swbreak
1266 and hwbreak features.
1267 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
1268 field.
1269 <stop_reason>: New field.
1270 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
1271 (remote_wait_as): Adjust.
1272 (remote_stopped_by_sw_breakpoint)
1273 (remote_supports_stopped_by_sw_breakpoint)
1274 (remote_stopped_by_hw_breakpoint)
1275 (remote_supports_stopped_by_hw_breakpoint): New functions.
1276 (remote_stopped_by_watchpoint): New function.
1277 (init_remote_ops): Install them.
1278 (_initialize_remote): Register new "set/show remote
1279 swbreak-feature-packet" and "set/show remote
1280 swbreak-feature-packet" commands.
1281
1282 2015-03-04 Pedro Alves <palves@redhat.com>
1283
1284 * btrace.h: Include target/waitstatus.h.
1285 (struct btrace_thread_info) <stop_reason>: New field.
1286 * record-btrace.c (record_btrace_step_thread): Use
1287 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
1288 (record_btrace_decr_pc_after_break): Delete.
1289 (record_btrace_stopped_by_sw_breakpoint)
1290 (record_btrace_supports_stopped_by_sw_breakpoint)
1291 (record_btrace_stopped_by_hw_breakpoint)
1292 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
1293 (init_record_btrace_ops): Install them.
1294 * record-full.c (record_full_hw_watchpoint): Delete and replace
1295 with ...
1296 (record_full_stop_reason): ... this throughout.
1297 (record_full_exec_insn): Adjust.
1298 (record_full_wait_1): Adjust. No longer re-increment the PC.
1299 (record_full_wait_1): Adjust. Use
1300 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
1301 (record_full_stopped_by_watchpoint): Adjust.
1302 (record_full_stopped_by_sw_breakpoint)
1303 (record_full_supports_stopped_by_sw_breakpoint)
1304 (record_full_supports_stopped_by_sw_breakpoint)
1305 (record_full_stopped_by_hw_breakpoint)
1306 (record_full_supports_stopped_by_hw_breakpoint): New functions.
1307 (init_record_full_ops, init_record_full_core_ops): Install them.
1308 * record.c (record_check_stopped_by_breakpoint): New function.
1309 * record.h: Include target/waitstatus.h.
1310 (record_check_stopped_by_breakpoint): New declaration.
1311
1312 2015-03-04 Pedro Alves <palves@redhat.com>
1313
1314 enum lwp_stop_reason -> enum target_stop_reason
1315 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
1316 (linux_nat_stopped_by_watchpoint, status_callback)
1317 (linux_nat_wait_1): Adjust.
1318 * linux-nat.h (enum lwp_stop_reason): Delete.
1319 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
1320 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
1321 * target/waitstatus.h (enum target_stop_reason): New.
1322
1323 2015-03-04 Pedro Alves <palves@redhat.com>
1324
1325 * breakpoint.c (need_moribund_for_location_type): New function.
1326 (bpstat_stop_status): Don't skipping checking moribund locations
1327 of breakpoint types which the target tell caused a stop.
1328 (program_breakpoint_here_p): New function, factored out from ...
1329 (bp_loc_is_permanent): ... this.
1330 (update_global_location_list): Don't create a moribund location if
1331 the target supports reporting stops of the type of the removed
1332 breakpoint.
1333 * breakpoint.h (program_breakpoint_here_p): New declaration.
1334 * infrun.c (adjust_pc_after_break): Return early if the target has
1335 already adjusted the PC. Add comments.
1336 (handle_signal_stop): If nothing explains a signal, and the target
1337 tells us the stop was caused by a software breakpoint, check if
1338 there's a breakpoint instruction in the memory. If so, adjust the
1339 PC before presenting the stop to the user. Otherwise, ignore the
1340 trap. If nothing explains a signal, and the target tells us the
1341 stop was caused by a hardware breakpoint, ignore the trap.
1342 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
1343 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
1344 to_supports_stopped_by_hw_breakpoint>: New fields.
1345 (target_stopped_by_sw_breakpoint)
1346 (target_supports_stopped_by_sw_breakpoint)
1347 (target_stopped_by_hw_breakpoint)
1348 (target_supports_stopped_by_hw_breakpoint): Define.
1349 * target-delegates.c: Regenerate.
1350
1351 2015-03-04 Pedro Alves <palves@redhat.com>
1352
1353 * infrun.c (follow_fork_inferior): Use the whole of the
1354 inferior_ptid and pending_follow.related_pid ptids instead of
1355 building ptids from the process components. Adjust verbose output
1356 to use target_pid_to_str.
1357 * linux-nat.c (linux_child_follow_fork): Use the whole of the
1358 inferior_ptid and pending_follow.related_pid ptids instead of
1359 building ptids from the process components.
1360
1361 2015-03-04 Mark Kettenis <kettenis@gnu.org>
1362
1363 * inf-ptrace.c [PT_GET_PROCESS_STATE]
1364 (inf_ptrace_insert_fork_catchpoint): New function.
1365 (inf_ptrace_remove_fork_catchpoint): New function.
1366 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
1367
1368 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1369
1370 * s390-linux-tdep.c (s390_register_name): Return empty string
1371 instead of NULL for registers that shouldn't be visible.
1372
1373 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1374
1375 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
1376 XML file for 64-bit targets.
1377
1378 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
1379
1380 * target.h (find_default_create_inferior): Remove declaration.
1381 (find_default_attach): Likewise.
1382
1383 2015-03-03 Pedro Alves <palves@redhat.com>
1384
1385 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
1386 Use ptid_get_pid to get the overall process id when resuming all
1387 threads.
1388
1389 2015-03-03 Pedro Alves <palves@redhat.com>
1390
1391 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
1392 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
1393 * inf-ptrace.c (get_ptrace_pid): New function.
1394 (inf_ptrace_resume): Use it.
1395 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
1396 to the lower layer.
1397
1398 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
1399
1400 * nat/linux-btrace.c: Include sys/utsname.h.
1401 (linux_determine_kernel_ptr_bits): New.
1402 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
1403 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
1404 ptr_bits.
1405
1406 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
1407
1408 * btrace.c (ftrace_update_function): Treat return as tailcall for
1409 "_dl_runtime_resolve".
1410
1411 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
1412
1413 * btrace.h (btrace_function) <lbegin, lend>: Remove.
1414 * btrace.c (ftrace_debug): Do not print the line range.
1415 (ftrace_skip_file, ftrace_update_lines): Remove.
1416 (ftrace_new_function): Remove lbegin and lend initialization.
1417 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
1418 * record-btrace.c (btrace_compute_src_line_range): New.
1419 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
1420
1421 2015-03-02 Pedro Alves <palves@redhat.com>
1422
1423 * infrun.c (follow_exec): Delete all threads of the process except
1424 the event thread. Extended comments.
1425
1426 2015-03-02 Joel Brobecker <brobecker@adacore.com>
1427
1428 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
1429
1430 2015-03-02 Joel Brobecker <brobecker@adacore.com>
1431
1432 * utils.h: Remove <stdbool.h> #include.
1433 (producer_is_gcc): Change return type to "int".
1434 * utils.c (producer_is_gcc): Change return type to int.
1435 Return 1 instead of true, and 0 instead of false.
1436 Adjust function documentation accordingly.
1437
1438 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1439
1440 * s390-linux-nat.c (have_regset_vxrs): New static variable.
1441 (s390_linux_fetch_inferior_registers): Handle vector registers, if
1442 present.
1443 (s390_linux_store_inferior_registers): Likewise.
1444 (s390_get_hwcap): Remove function. Embed its logic...
1445 (s390_read_description): ...here. Yield a target description with
1446 vector registers if applicable.
1447 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
1448 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
1449 "features/s390x-tevx-linux64.c".
1450 (struct gdbarch_tdep) <v0_full_regnum>: New field.
1451 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
1452 for "GNU/Linux-specific registers".
1453 (s390_dwarf_reg_r0l): New enum value.
1454 (s390_dwarf_reg_to_regnum): Support vector registers.
1455 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
1456 of GPR lower halves.
1457 (regnum_is_vxr_full): New function.
1458 (s390_register_name): New function.
1459 (s390_pseudo_register_name): Handle v0-v15, which are composed of
1460 f0-f15 and v0l-v15l.
1461 (s390_pseudo_register_type): Likewise.
1462 (s390_pseudo_register_read): Likewise.
1463 (s390_pseudo_register_write): Likewise.
1464 (s390_value_from_register): Account for the fact that values are
1465 placed left-justified in vector registers.
1466 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
1467 the vector reggroup and omit them from the general reggroup.
1468 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
1469 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
1470 (s390_iterate_over_regset_sections): Add iterations for the two
1471 new vector regsets.
1472 (s390_core_read_description): Yield a target description with
1473 vector registers if applicable.
1474 (s390_gdbarch_init): Handle target descriptions with vector
1475 registers. Add "register_name" gdbarch method.
1476 (_initialize_s390_tdep): Call new tdesc initialization functions.
1477 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
1478 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
1479 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
1480 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
1481 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
1482 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
1483 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
1484 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
1485 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
1486 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
1487 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
1488 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
1489 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
1490 (S390_NUM_REGS): Adjust value.
1491 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
1492 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
1493 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
1494 * NEWS: Announce S/390 vector register support.
1495
1496 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1497
1498 * features/s390-tevx-linux64.xml: New file.
1499 * features/s390-vx-linux64.xml: New file.
1500 * features/s390-vx.xml: New file.
1501 * features/s390x-tevx-linux64.xml: New file.
1502 * features/s390x-vx-linux64.xml: New file.
1503 * features/Makefile (WHICH): Add s390-vx-linux64,
1504 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
1505 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
1506 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
1507 macros.
1508 * features/s390-tevx-linux64.c: New generated file.
1509 * features/s390-vx-linux64.c: Likewise.
1510 * features/s390x-tevx-linux64.c: Likewise.
1511 * features/s390x-vx-linux64.c: Likewise.
1512 * regformats/s390-tevx-linux64.dat: Likewise.
1513 * regformats/s390-vx-linux64.dat: Likewise.
1514 * regformats/s390x-tevx-linux64.dat: Likewise.
1515 * regformats/s390x-vx-linux64.dat: Likewise.
1516
1517 2015-02-28 Doug Evans <xdje42@gmail.com>
1518
1519 * symtab.h (struct symtab) <next>: Fix comment.
1520
1521 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
1522
1523 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
1524 python_GdbMethods.
1525
1526 2015-02-27 Pedro Alves <palves@redhat.com>
1527
1528 * dtrace-probe.c (dtrace_probe_ops): Make extern.
1529
1530 2015-02-27 Pedro Alves <palves@redhat.com>
1531
1532 * common/common-exceptions.h (exception_none): Declare.
1533 * common/common-exceptions.c (exception_none): Moved from
1534 exceptions.c.
1535 (exceptions_state_mc_init): Use exception_none.
1536 * exceptions.c (exception_none): Move to
1537 common/common-exceptions.c.
1538 * exceptions.h (exception_none): Move to
1539 common/common-exceptions.h.
1540
1541 2015-02-27 Pedro Alves <palves@redhat.com>
1542
1543 * main.c (catch_command_errors, catch_command_errors_const):
1544 Remove 'mask' argument. Adjust.
1545 (captured_main): Adjust callers.
1546
1547 2015-02-27 Pedro Alves <palves@redhat.com>
1548
1549 * python/python-internal.h: Include "extension-priv.h".
1550
1551 2015-02-27 Pedro Alves <palves@redhat.com>
1552
1553 * breakpoint.h (enum print_stop_action): Move further up in the
1554 file.
1555
1556 2015-02-27 Pedro Alves <palves@redhat.com>
1557
1558 * gdbarch.sh: Include regcache.h.
1559 * gdbarch.h: Regenerate.
1560
1561 2015-02-27 Pedro Alves <palves@redhat.com>
1562
1563 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
1564 Remove duplicate const.
1565 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
1566 duplicate const.
1567
1568 2015-02-27 Pedro Alves <palves@redhat.com>
1569
1570 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
1571 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
1572 * features/feature_to_c.sh: Tag the generated xml_builtin array
1573 with extern const in C++ mode.
1574
1575 2015-02-27 Tom Tromey <tromey@redhat.com>
1576
1577 * minidebug.c (struct lzma_stream): Rename to ...
1578 (struct gdb_lzma_stream): ... this.
1579 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
1580
1581 2015-02-27 Pedro Alves <palves@redhat.com>
1582
1583 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
1584 function.
1585 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
1586 (mi_cmd_stack_list_variables): Use it.
1587
1588 2015-02-27 Pedro Alves <palves@redhat.com>
1589
1590 * x86-linux-nat.c (u_debugreg_offset): New function.
1591 (x86_linux_dr_get, x86_linux_dr_set): Use it.
1592
1593 2015-02-27 Pedro Alves <palves@redhat.com>
1594
1595 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
1596 declaration.
1597 Include break-common.h.
1598
1599 2015-02-27 Tom Tromey <tromey@redhat.com>
1600 Pedro Alves <palves@redhat.com>
1601
1602 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
1603 local used to iterate over enums.
1604 * completer.c (signal_completer): Likewise.
1605 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
1606 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
1607 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
1608 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
1609 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
1610 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
1611 * tui-wingeneral.c (tui_refresh_all): Likewise.
1612
1613 2015-02-27 Pedro Alves <palves@redhat.com>
1614
1615 * target.h: Include "infrun.h".
1616
1617 2015-02-27 Pedro Alves <palves@redhat.com>
1618
1619 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
1620
1621 2015-02-27 Pedro Alves <palves@redhat.com>
1622
1623 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
1624 (IPA_SYM): Use it.
1625 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
1626
1627 2015-02-27 Pedro Alves <palves@redhat.com>
1628
1629 * cli-out.c (_rl_erase_entire_line): Move declaration out of
1630 cli_mld_erase_entire_line, and make it extern "C".
1631 * common/common-defs.h (EXTERN_C): New.
1632 * completer.c (_rl_completion_prefix_display_length)
1633 (_rl_print_completions_horizontally, QSFUNC): Move declarations
1634 out of gdb_display_match_list_1.
1635 (_rl_qsort_string_compare): Move declaration out of
1636 gdb_display_match_list_1, and make it extern "C".
1637 * defs.h (re_comp): Use EXTERN_C.
1638 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
1639 and make it extern "C".
1640 (monstartup): Move declaration out of maintenance_set_profile_cmd,
1641 and make it extern "C".
1642 (main): Move declaration out of maintenance_set_profile_cmd.
1643 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
1644 EXTERN_C.
1645
1646 2015-02-27 Pedro Alves <palves@redhat.com>
1647
1648 * python/python.c (GdbMethods): Rename to ...
1649 (python_GdbMethods): ... this and make extern.
1650 (GdbModuleDef): Rename to ...
1651 (python_GdbModuleDef): ... this and make extern.
1652
1653 2015-02-27 Pedro Alves <palves@redhat.com>
1654
1655 * record-btrace.c (set_record_btrace_cmdlist)
1656 (show_record_btrace_cmdlist): Remove redefinitions.
1657
1658 2015-02-27 Tom Tromey <tromey@redhat.com>
1659 Pedro Alves <palves@redhat.com>
1660
1661 * dwarf2-frame.c (enum cfa_how_kind, struct
1662 dwarf2_frame_state_reg_info): Move out of struct
1663 dwarf2_frame_state.
1664 * dwarf2read.c (struct tu_stats): Move out of struct
1665 dwarf2_per_objfile.
1666 (struct file_entry): Move out of struct line_header.
1667 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
1668 typedef_field_list): Move out of struct field_info.
1669 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
1670 Move out of struct dynamic_prop.
1671 (union type_owner, union field_location, struct field, struct
1672 range_bounds, union type_specific): Move out of struct main_type.
1673 (struct fn_fieldlist, struct fn_field, struct typedef_field)
1674 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
1675 (struct call_site_target, union call_site_parameter_u, struct
1676 call_site_parameter): Move out of struct call_site.
1677 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
1678 m32c_prologue.
1679 (enum srcdest_kind): Move out of struct srcdest.
1680 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
1681 * prologue-value.h (enum prologue_value_kind): Move out of struct
1682 prologue_value.
1683 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
1684 gdbarch_tdep.
1685 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
1686 out of struct field_info.
1687 * symfile.h (struct other_sections): Move out of struct
1688 section_addr_info.
1689 * symtab.c (struct symbol_cache_slot): Move out struct
1690 block_symbol_cache.
1691 * target-descriptions.c (enum tdesc_type_kind): Move out of
1692 typedef struct tdesc_type.
1693 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
1694 struct tui_line_or_address.
1695 * value.c (enum internalvar_kind, union internalvar_data): Move
1696 out of struct internalvar.
1697 * xtensa-tdep.h (struct ctype_cache): Move out of struct
1698 gdbarch_tdep.
1699
1700 2015-02-27 Tom Tromey <tromey@redhat.com>
1701 Pedro Alves <palves@redhat.com>
1702
1703 Rename symbols whose names are reserved C++ keywords throughout.
1704
1705 2015-02-27 Pedro Alves <palves@redhat.com>
1706
1707 * Makefile.in (COMPILER): New, get it from autoconf.
1708 (COMPILE.pre, CC_LD): Use COMPILER.
1709 (CXX): Get from autoconf instead.
1710 (CXX_FOR_TARGET): Default to g++ instead of gcc.
1711 * acinclude.m4: Include build-with-cxx.m4.
1712 * build-with-cxx.m4: New file.
1713 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
1714 Disable -Werror by default if building in C++ mode.
1715 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
1716 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
1717 Run supported-warning-flags tests with the C++ compiler.
1718 Save/restore CXXFLAGS too.
1719 * configure: Regenerate.
1720
1721 2015-02-27 Pedro Alves <palves@redhat.com>
1722
1723 * libiberty.m4: New file.
1724 * acinclude.m4: Include libiberty.m4.
1725 * configure.ac: Call libiberty_INIT.
1726 * config.in, configure: Regenerate.
1727
1728 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
1729
1730 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
1731 31-bit targets, but 64-bit targets as well.
1732 (s390_gnu_triplet_regexp): New function.
1733 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
1734 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
1735 method.
1736
1737 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
1738
1739 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
1740 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
1741 from CONTEXT_DEBUGGER.
1742
1743 2015-02-26 Doug Evans <dje@google.com>
1744
1745 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
1746 CHECK_TYPEDEF.
1747 (set_type_vptr_fieldno): Ditto.
1748 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
1749 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
1750
1751 2015-02-26 Pedro Alves <palves@redhat.com>
1752
1753 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
1754 * complaints.c (vcomplaint): Pass argument FMT directly to
1755 printf-like functions instead of complaint->fmt.
1756 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
1757 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
1758 * compile/compile-loc2c.c (pushf, unary, binary): Add
1759 ATTRIBUTE_PRINTF.
1760 (do_compile_dwarf_expr_to_c): Pass string literal as format string
1761 to pushf.
1762 (BINARY): Pass string literal as format string to 'binary'.
1763 * compile/compile-object-load.c (link_callbacks_einfo): Add
1764 ATTRIBUTE_PRINTF.
1765 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
1766
1767 2015-02-26 Pedro Alves <palves@redhat.com>
1768
1769 * windows-termcap.c: Rename to ...
1770 * stub-termcap.c: ... this. Adjust header line.
1771 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
1772 windows-termcap.c.
1773 * configure: Regenerate.
1774 * configure.ac: Refer to stub-termcap.o instead of
1775 windows-termcap.o.
1776 * gdb_curses.h: Mention stub-termcap.c instead of
1777 windows-termcap.c.
1778
1779 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1780
1781 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
1782 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
1783
1784 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1785
1786 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
1787
1788 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1789
1790 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
1791 bfd_canonicalize_symtab.
1792
1793 2015-02-25 John Baldwin <jhb@FreeBSD.org>
1794
1795 * amd64fbsd-nat.c: Include sys/user.h.
1796 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
1797 instead of KERN_PS_STRINGS to locate the signal trampoline.
1798 * i386fbsd-nat.c: Include sys/user.h.
1799 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
1800 instead of KERN_PS_STRINGS to locate the signal trampoline.
1801 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
1802 (amd64fbsd_sigtramp_p): New.
1803 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
1804 longer set default values.
1805 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
1806 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
1807 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
1808 (i386fbsd_freebsd4_sigtramp_start)
1809 (i386fbsd_freebsd4_sigtramp_middle)
1810 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
1811 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
1812 (i386fbsd_sigtramp_p): New.
1813 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
1814 longer set default values.
1815 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
1816
1817 2015-02-25 John Baldwin <jhb@freebsd.org>
1818
1819 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
1820 get_frame_register instead of frame_unwind_register_unsigned.
1821
1822 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1823
1824 PR build/18033
1825 * compile/compile-c-support.c (c_compute_program): Change // comment.
1826 * compile/compile-object-load.c (setup_sections): Change // comment.
1827
1828 2015-02-26 Joel Brobecker <brobecker@adacore.com>
1829
1830 PR build/18033:
1831 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
1832
1833 2015-02-23 Pedro Alves <palves@redhat.com>
1834
1835 * remote.c (skip_to_semicolon): New function.
1836 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
1837 special case the stop reasons that look like hex numbers
1838 upfront. Instead handle real register numbers after matching
1839 all the known stop reasons.
1840
1841 2015-02-21 Doug Evans <dje@google.com>
1842
1843 PR c++/17976, symtab/17821
1844 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
1845 is_in_anonymous. All callers updated.
1846 (find_symbol_in_baseclass): Ditto.
1847 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
1848 for symbols in an anonymous namespace.
1849 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
1850 DW_AT_name directly.
1851 (dwarf2_name): Convert missing namespace name to
1852 CP_ANONYMOUS_NAMESPACE_STR.
1853
1854 2015-02-20 Pedro Alves <palves@redhat.com>
1855
1856 * linux-nat.c (linux_handle_extended_wait): Call
1857 thread_db_notice_clone whenever a new clone LWP is detected.
1858 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
1859 functions.
1860 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
1861 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
1862 (linux_unstop_all_lwps): Declare.
1863 * linux-thread-db.c (struct thread_get_info_inout): Delete.
1864 (thread_get_info_callback): Delete.
1865 (thread_from_lwp): Use td_thr_get_info and record_thread.
1866 (thread_db_attach_lwp): Delete.
1867 (thread_db_notice_clone): New function.
1868 (try_thread_db_load_1): If /proc is mounted and shows the
1869 process'es task list, walk over all LWPs and call thread_from_lwp
1870 instead of relying on td_ta_thr_iter.
1871 (attach_thread): Don't call check_thread_signals here. Split the
1872 tail part of the function (which adds the thread to the core GDB
1873 thread list) to ...
1874 (record_thread): ... this function. Call check_thread_signals
1875 here.
1876 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
1877 call thread_from_lwp.
1878 (thread_db_update_thread_list): Rename to ...
1879 (thread_db_update_thread_list_org): ... this.
1880 (thread_db_update_thread_list): New function.
1881 (thread_db_find_thread_from_tid): Delete.
1882 (thread_db_get_ada_task_ptid): Simplify.
1883 * nat/linux-procfs.c: Include <sys/stat.h>.
1884 (linux_proc_task_list_dir_exists): New function.
1885 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
1886
1887 2015-02-20 Pedro Alves <palves@redhat.com>
1888
1889 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
1890 main LWP. Handle the case of waitpid returning 0 if we're already
1891 attached to the LWP. Don't set the LWP's last_resume_kind to
1892 resume_stop if we already knew about the LWP.
1893 (linux_nat_filter_event): Add debug logs.
1894
1895 2015-02-20 Pedro Alves <palves@redhat.com>
1896
1897 * target.h (forward_target_decr_pc_after_break): Delete
1898 declaration.
1899
1900 2015-02-20 Pedro Alves <palves@redhat.com>
1901
1902 PR threads/18006
1903 * linux-thread-db.c (thread_get_info_callback): Return early if
1904 the thread's lwp id is -1.
1905
1906 2015-02-20 Joel Brobecker <brobecker@adacore.com>
1907
1908 GDB 7.9 released.
1909
1910 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
1911
1912 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
1913 (dtrace_get_probes) Change type of variable 'dof'.
1914
1915 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1916
1917 PR breakpoints/16812
1918 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
1919 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
1920 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
1921
1922 2015-02-19 David Taylor <dtaylor@emc.com>
1923
1924 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
1925
1926 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
1927
1928 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
1929 function.
1930 (tui_putc): Don't call tui_handle_resize_during_io.
1931 (tui_getc): Likewise.
1932 (tui_mld_getc): Likewise.
1933 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
1934 (tui_sigwinch_token): New static variable.
1935 (tui_initialize_win): Adjust documentation. Set
1936 tui_sigwinch_token.
1937 (tui_async_resize_screen): New asynchronous callback.
1938 (tui_sigwinch_handler): Adjust documentation. Asynchronously
1939 invoke tui_async_resize_screen.
1940
1941 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1942
1943 * configure: Regenerated.
1944 * configure.ac: Use GDB_AC_TRANSFORM.
1945 * Makefile.in (aclocal_m4_deps): Added transform.m4.
1946 * acinclude.m4: sinclude transform.m4.
1947 * transform.m4: New file.
1948 (GDB_AC_TRANSFORM): New macro.
1949
1950 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1951
1952 * NEWS: Announce the support for DTrace SDT probes.
1953
1954 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1955
1956 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
1957 (amd64_dtrace_parse_probe_argument): New function.
1958 (amd64_dtrace_probe_is_enabled): Likewise.
1959 (amd64_dtrace_enable_probe): Likewise.
1960 (amd64_dtrace_disable_probe): Likewise.
1961 (amd64_linux_init_abi): Register the
1962 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
1963 `gdbarch_dtrace_disable_probe' and
1964 `gdbarch_dtrace_probe_is_enabled' hooks.
1965 (amd64_dtrace_disabled_probe_sequence_1): New constant.
1966 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
1967 (amd64_dtrace_enable_probe_sequence): Likewise.
1968 (amd64_dtrace_disable_probe_sequence): Likewise.
1969
1970 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1971
1972 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
1973 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
1974 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
1975 handle ELF files.
1976 * Makefile.in (SFILES): dtrace-probe.c added.
1977 * configure: Regenerate.
1978 * dtrace-probe.c: New file.
1979 (SHT_SUNW_dof): New constant.
1980 (dtrace_probe_type): New enum.
1981 (dtrace_probe_arg): New struct.
1982 (dtrace_probe_arg_s): New typedef.
1983 (struct dtrace_probe_enabler): New struct.
1984 (dtrace_probe_enabler_s): New typedef.
1985 (dtrace_probe): New struct.
1986 (dtrace_probe_is_linespec): New function.
1987 (dtrace_dof_sect_type): New enum.
1988 (dtrace_dof_dofh_ident): Likewise.
1989 (dtrace_dof_encoding): Likewise.
1990 (DTRACE_DOF_ENCODE_LSB): Likewise.
1991 (DTRACE_DOF_ENCODE_MSB): Likewise.
1992 (dtrace_dof_hdr): New struct.
1993 (dtrace_dof_sect): Likewise.
1994 (dtrace_dof_provider): Likewise.
1995 (dtrace_dof_probe): Likewise.
1996 (DOF_UINT): New macro.
1997 (DTRACE_DOF_PTR): Likewise.
1998 (DTRACE_DOF_SECT): Likewise.
1999 (dtrace_process_dof_probe): New function.
2000 (dtrace_process_dof): Likewise.
2001 (dtrace_build_arg_exprs): Likewise.
2002 (dtrace_get_arg): Likewise.
2003 (dtrace_get_probes): Likewise.
2004 (dtrace_get_probe_argument_count): Likewise.
2005 (dtrace_can_evaluate_probe_arguments): Likewise.
2006 (dtrace_evaluate_probe_argument): Likewise.
2007 (dtrace_compile_to_ax): Likewise.
2008 (dtrace_probe_destroy): Likewise.
2009 (dtrace_gen_info_probes_table_header): Likewise.
2010 (dtrace_gen_info_probes_table_values): Likewise.
2011 (dtrace_probe_is_enabled): Likewise.
2012 (dtrace_probe_ops): New variable.
2013 (info_probes_dtrace_command): New function.
2014 (_initialize_dtrace_probe): Likewise.
2015 (dtrace_type_name): Likewise.
2016
2017 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2018
2019 * gdbarch.sh (dtrace_parse_probe_argument): New.
2020 (dtrace_probe_is_enabled): Likewise.
2021 (dtrace_enable_probe): Likewise.
2022 (dtrace_disable_probe): Likewise.
2023 * gdbarch.c: Regenerate.
2024 * gdbarch.h: Regenerate.
2025
2026 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2027
2028 * stap-probe.c (stap_probe_ops): Add NULLs in the static
2029 stap_probe_ops for `enable_probe' and `disable_probe'.
2030 * probe.c (enable_probes_command): New function.
2031 (disable_probes_command): Likewise.
2032 (_initialize_probe): Define the cli commands `enable probe' and
2033 `disable probe'.
2034 (parse_probe_linespec): New function.
2035 (info_probes_for_ops): Use parse_probe_linespec.
2036 * probe.h (probe_ops): New hooks `enable_probe' and
2037 `disable_probe'.
2038
2039 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2040
2041 * probe.c (compute_probe_arg): Moved from stap-probe.c
2042 (compile_probe_arg): Likewise.
2043 (probe_funcs): Likewise.
2044 * stap-probe.c (compute_probe_arg): Moved to probe.c.
2045 (compile_probe_arg): Likewise.
2046 (probe_funcs): Likewise.
2047
2048 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
2049
2050 * probe.c (print_ui_out_not_applicables): New function.
2051 (exists_probe_with_pops): Likewise.
2052 (info_probes_for_ops): Do not include column headers for probe
2053 types for which no probe has been actually found on any object.
2054 Also invoke `print_ui_out_not_applicables' in order to match the
2055 column rows with the header when probes of several types are
2056 listed.
2057 Print the "Type" column.
2058 * probe.h (probe_ops): Added a new probe operation `type_name'.
2059 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
2060 (stap_type_name): New function.
2061
2062 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
2063
2064 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
2065 (key_is_command_char): Delete.
2066
2067 2015-02-17 Pedro Alves <palves@redhat.com>
2068
2069 * tui/tui.c (tui_enable): Resize windows before anything
2070 might show a window.
2071
2072 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
2073
2074 PR gdb/17984
2075 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
2076 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
2077 call.
2078 * aarch64-tdep.h (tdesc_aarch64): Declare.
2079
2080 2015-02-12 Mark Wielaard <mjw@redhat.com>
2081
2082 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
2083
2084 2015-02-13 Doug Evans <dje@google.com>
2085
2086 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
2087 anonymous_namespace to is_in_anonymous for consistency with the rest
2088 of the file.
2089 (cp_lookup_bare_symbol): Fix typo in comment.
2090 (cp_search_static_and_baseclasses): Ditto.
2091 (search_symbol_list): Use vertical space in comment better.
2092 (reset_directive_searched): Ditto. Fix typo.
2093 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
2094
2095 2015-02-13 Yao Qi <yao.qi@arm.com>
2096
2097 * MAINTAINERS: Update my email address.
2098
2099 2015-02-12 Doug Evans <dje@google.com>
2100
2101 * symtab.c (completion_list_add_name): Fix memory leak.
2102
2103 2015-02-12 Doug Evans <dje@google.com>
2104
2105 * completer.c (complete_line): Remove incorrect comment.
2106
2107 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2108
2109 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
2110 (py_print_frame): Use RETURN_MASK_ERROR.
2111
2112 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2113
2114 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
2115 function comment. Wrap all function that can throw in cleanups.
2116 (gdbpy_apply_frame_filter): Wrap all function that can throw in
2117 cleanups.
2118
2119 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2120
2121 * python/py-framefilter.c (py_print_frame): Substitute goto error.
2122 Remove the error label.
2123
2124 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2125
2126 * python/py-framefilter.c (py_print_frame): Put conditional code paths
2127 with goto first, indent the former else codepath left. Put variable
2128 'elided' to a new inner block.
2129
2130 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2131
2132 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
2133
2134 2015-02-11 Pedro Alves <palves@redhat.com>
2135
2136 * xcoffread.c (within_function): Delete.
2137
2138 2015-02-11 Tom Tromey <tromey@redhat.com>
2139 Pedro Alves <palves@redhat.com>
2140
2141 * breakpoint.c (base_breakpoint_ops): Delete.
2142 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
2143 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
2144 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
2145 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
2146 * python/py-arch.c (arch_object_type): Make extern.
2147 * python/py-block.c (block_syms_iterator_object_type): Make extern.
2148 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
2149 * python/py-cmd.c (cmdpy_object_type): Make extern.
2150 * python/py-continueevent.c (continue_event_object_type)
2151 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
2152 parameter. Update all callers.
2153 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
2154 * python/py-exitedevent.c (exited_event_object_type): Make extern.
2155 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
2156 * python/py-function.c (fnpy_object_type): Make extern.
2157 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
2158 * python/py-infevents.c (call_pre_event_object_type)
2159 (inferior_call_post_event_object_type).
2160 (memory_changed_event_object_type): Make extern.
2161 * python/py-infthread.c (thread_object_type): Make extern.
2162 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
2163 * python/py-linetable.c (linetable_entry_object_type)
2164 (linetable_object_type, ltpy_iterator_object_type): Make extern.
2165 * python/py-newobjfileevent.c (new_objfile_event_object_type)
2166 (clear_objfiles_event_object_type): Make extern.
2167 * python/py-objfile.c (objfile_object_type): Make extern.
2168 * python/py-param.c (parmpy_object_type): Make extern.
2169 * python/py-progspace.c (pspace_object_type): Make extern.
2170 * python/py-signalevent.c (signal_event_object_type): Make extern.
2171 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
2172 * python/py-type.c (type_object_type, field_object_type)
2173 (type_iterator_object_type): Make extern.
2174 * python/python.c (python_extension_script_ops)
2175 (python_extension_ops): Make extern.
2176 * stap-probe.c (stap_probe_ops): Make extern.
2177
2178 2015-02-11 Pedro Alves <pedro@codesourcery.com>
2179
2180 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
2181 because the event thread is not the current thread.
2182
2183 2015-02-11 Doug Evans <xdje42@gmail.com>
2184
2185 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
2186 been initialized yet, return NULL.
2187
2188 2015-02-11 Doug Evans <dje@google.com>
2189
2190 * symfile.h (new_symfile_objfile): Delete.
2191 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
2192 All callers updated.
2193
2194 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
2195
2196 * tui/tui-io.c (tui_handle_resize_during_io): Call
2197 tui_update_gdb_sizes() after resizing the screen.
2198 * tui/tui.c (tui_enable): Resize the terminal before
2199 calling tui_update_gdb_sizes().
2200
2201 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
2202
2203 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
2204 line before printing a newline.
2205
2206 2015-02-11 Mark Wielaard <mjw@redhat.com>
2207
2208 * utils.c (producer_is_gcc): Return true or false.
2209
2210 2015-02-10 Mark Wielaard <mjw@redhat.com>
2211
2212 * utils.h (producer_is_gcc): Change return type to bool. Add major
2213 argument.
2214 * utils.c (producer_is_gcc): Likewise.
2215 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
2216 * dwarf2read.c (check_producer): Likewise.
2217
2218 2015-02-10 Pedro Alves <palves@redhat.com>
2219
2220 * infrun.c (displaced_step_fixup): Switch to the event thread
2221 before calling gdbarch_displaced_step_fixup.
2222
2223 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
2224
2225 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
2226
2227 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
2228
2229 * ada-varobj.c (ada_name_of_child): Constify parent.
2230 (ada_path_expr_of_child): Same.
2231 (ada_value_of_child): Same.
2232 (ada_type_of_child): Same.
2233 * c-varobj.c (c_is_path_expr_parent): Same.
2234 (c_describe_child): Same.
2235 (c_name_of_child): Same.
2236 (c_value_of_child): Same.
2237 (c_type_of_child): Same.
2238 (cplus_number_of_children): Same.
2239 (cplus_describe_child): Constify var.
2240 (cplus_name_of_child): Constify parent.
2241 (cplus_value_of_child): Same.
2242 (cplus_type_of_child): Same.
2243 * jv-varobj.c (java_name_of_child): Same.
2244 (java_value_of_child): Same.
2245 (java_type_of_child): Same.
2246 * varobj.c (value_of_child): Same.
2247 (varobj_default_is_path_expr_parent): Constify var, parent and return
2248 value.
2249 (varobj_get_path_expr): Constify var, modify path_expr through
2250 mutable_var.
2251 (install_new_value): Constify parent.
2252 (value_of_child): Constify parent.
2253 * varobj.h (struct varobj): Constify parent.
2254 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
2255 type_of_child.
2256 (varobj_get_path_expr): Constify var.
2257 (varobj_get_path_expr_parent): Constify var and return value.
2258
2259 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
2260
2261 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
2262 (arm_prologue_this_id): Move PC and SP limit checks to
2263 arm_prologue_unwind_stop_reason.
2264 (arm_prologue_unwind) <stop_reason> : Set to
2265 arm_prologue_unwind_stop_reason.
2266
2267 2015-02-09 Mark Wielaard <mjw@redhat.com>
2268
2269 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
2270 DW_LANG_Fortran08 as language_fortran.
2271
2272 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
2273
2274 PR remote/17946
2275 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
2276 of pointer against char.
2277
2278 2015-02-09 Mark Wielaard <mjw@redhat.com>
2279
2280 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
2281 (c_type_print_modifier): Likewise.
2282 * dwarf2read.c (read_tag_atomic_type): New function.
2283 (read_type_die_1): Handle DW_TAG_atomic_type.
2284 * gdbtypes.c (make_atomic_type): New function.
2285 (recursive_dump_type): Handle TYPE_ATOMIC.
2286 * gdbtypes.h (enum type_flag_values): Renumber.
2287 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
2288 (TYPE_ATOMIC): New macro.
2289 (make_atomic_type): Declare.
2290
2291 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2292
2293 * btrace.c (ftrace_find_call): Skip gaps.
2294 (ftrace_new_function): Initialize level.
2295 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
2296 (ftrace_new_switch): Update
2297 level computation.
2298 (ftrace_new_gap): New.
2299 (ftrace_update_function): Create new function after gap.
2300 (btrace_compute_ftrace_bts): Create gap on error.
2301 (btrace_stitch_bts): Update parameters. Clear trace if it
2302 becomes empty.
2303 (btrace_stitch_trace): Update parameters. Update callers.
2304 (btrace_clear): Reset the number of gaps.
2305 (btrace_insn_get): Return NULL if the iterator points to a gap.
2306 (btrace_insn_number): Return zero if the iterator points to a gap.
2307 (btrace_insn_end): Allow gaps at the end.
2308 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
2309 (btrace_find_insn_by_number): Assert that the found iterator does
2310 not point to a gap.
2311 (btrace_call_next, btrace_call_prev): Assert that the last function
2312 is not a gap.
2313 * btrace.h (btrace_bts_error): New.
2314 (btrace_function): Update comment.
2315 (btrace_function) <insn, insn_offset, number>: Update comment.
2316 (btrace_function) <errcode>: New.
2317 (btrace_thread_info) <ngaps>: New.
2318 (btrace_thread_info) <replay>: Update comment.
2319 (btrace_insn_get): Update comment.
2320 * record-btrace.c (btrace_ui_out_decode_error): New.
2321 (record_btrace_info): Print number of gaps.
2322 (btrace_insn_history, btrace_call_history): Call
2323 btrace_ui_out_decode_error for gaps.
2324 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
2325
2326 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2327
2328 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
2329 * nat/linux-btrace.c: (btrace_this_cpu): New.
2330 (cpu_supports_bts): Call btrace_this_cpu.
2331 (intel_supports_bts): Add cpu parameter.
2332
2333 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2334
2335 * btrace.h (btrace_insn_class): New.
2336 (btrace_insn) <size, iclass>: New.
2337 * btrace.c (ftrace_find_call): Update parameters. Update users.
2338 Use instruction classification.
2339 (ftrace_new_return): Update parameters. Update users.
2340 (ftrace_update_function): Update parameters. Update users. Use
2341 instruction classification.
2342 (ftrace_update_insns): Update parameters. Update users.
2343 (ftrace_classify_insn): New.
2344 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
2345 TRY_CATCH around call to gdb_insn_length.
2346
2347 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2348
2349 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
2350 Update parameters. Update users.
2351
2352 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2353
2354 * btrace.c (parse_xml_btrace_conf_bts): Add size.
2355 (btrace_conf_bts_attributes): New.
2356 (btrace_conf_children): Add attributes.
2357 * common/btrace-common.h (btrace_config_bts): New.
2358 (btrace_config)<bts>: New.
2359 (btrace_config): Update comment.
2360 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
2361 Use config.
2362 * features/btrace-conf.dtd: Increment version. Add size
2363 attribute to bts element.
2364 * record-btrace.c (set_record_btrace_bts_cmdlist,
2365 show_record_btrace_bts_cmdlist): New.
2366 (record_btrace_adjust_size, record_btrace_print_bts_conf,
2367 record_btrace_print_conf, cmd_set_record_btrace_bts,
2368 cmd_show_record_btrace_bts): New.
2369 (record_btrace_info): Call record_btrace_print_conf.
2370 (_initialize_record_btrace): Add commands.
2371 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
2372 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
2373 (btrace_sync_conf): Synchronize bts size.
2374 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
2375 * NEWS: Announce new commands and new packets.
2376
2377 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2378
2379 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
2380 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
2381 (x86_linux_btrace_conf): New.
2382 (x86_linux_create_target): Initialize to_btrace_conf.
2383 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
2384 Check format. Split into this and ...
2385 (linux_enable_bts): ... this.
2386 (linux_btrace_conf): New.
2387 (perf_event_skip_record): Renamed into ...
2388 (perf_event_skip_bts_record): ... this. Updated users.
2389 (linux_disable_btrace): Split into this and ...
2390 (linux_disable_bts): ... this.
2391 (linux_read_btrace): Check format.
2392 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
2393 (linux_btrace_conf): New.
2394 (btrace_target_info)<ptid>: Moved.
2395 (btrace_target_info)<conf>: New.
2396 (btrace_target_info): Split into this and ...
2397 (btrace_tinfo_bts): ... this. Updated users.
2398 * btrace.c (btrace_enable): Update parameters.
2399 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
2400 (btrace_conf_children, btrace_conf_attributes)
2401 (btrace_conf_elements): New.
2402 * btrace.h (btrace_enable): Update parameters.
2403 (btrace_conf, parse_xml_btrace_conf): New.
2404 * common/btrace-common.h (btrace_config): New.
2405 * feature/btrace-conf.dtd: New.
2406 * record-btrace.c (record_btrace_conf): New.
2407 (record_btrace_cmdlist): New.
2408 (record_btrace_enable_warn, record_btrace_open): Pass
2409 &record_btrace_conf.
2410 (record_btrace_info): Print recording format.
2411 (cmd_record_btrace_bts_start): New.
2412 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
2413 (_initialize_record_btrace): Add "record btrace bts" subcommand.
2414 Add "record bts" alias command.
2415 * remote.c (remote_state)<btrace_config>: New.
2416 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
2417 (remote_protocol_features): Add qXfer:btrace-conf:read.
2418 (remote_open_1): Call remote_btrace_reset.
2419 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
2420 (btrace_target_info)<conf>: New.
2421 (btrace_sync_conf, btrace_read_config): New.
2422 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
2423 btrace_read_conf.
2424 (remote_btrace_conf): New.
2425 (init_remote_ops): Initialize to_btrace_conf.
2426 (_initialize_remote): Add qXfer:btrace-conf packet.
2427 * target.c (target_enable_btrace): Update parameters.
2428 (target_btrace_conf): New.
2429 * target.h (target_enable_btrace): Update parameters.
2430 (target_btrace_conf): New.
2431 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
2432 (target_ops)<to_enable_btrace>: Update parameters and comment.
2433 (target_ops)<to_btrace_conf>: New.
2434 * target-delegates: Regenerate.
2435 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
2436 (target_debug_print_const_struct_btrace_target_info_p): New.
2437 * NEWS: Announce new command and new packet.
2438
2439 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2440
2441 * nat/linux-btrace.h (perf_event_buffer): New.
2442 (btrace_target_info) <buffer, size, data_head>: Replace with ...
2443 <bts>: ... this.
2444 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
2445 (perf_event_buffer_size, perf_event_buffer_begin)
2446 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
2447 Updated users.
2448 (perf_event_new_data): New.
2449
2450 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2451
2452 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
2453 * record-btrace.c (record_btrace_open): Remove call to
2454 target_supports_btrace.
2455 * remote.c (remote_supports_btrace): Update parameters.
2456 * target.c (target_supports_btrace): Update parameters.
2457 * target.h (to_supports_btrace, target_supports_btrace): Update
2458 parameters.
2459 * target-delegates.c: Regenerate.
2460 * target-debug.h (target_debug_print_enum_btrace_format): New.
2461 * nat/linux-btrace.c
2462 (kernel_supports_btrace): Rename into ...
2463 (kernel_supports_bts): ... this. Update users. Update warning text.
2464 (intel_supports_btrace): Rename into ...
2465 (intel_supports_bts): ... this. Update users.
2466 (cpu_supports_btrace): Rename into ...
2467 (cpu_supports_bts): ... this. Update users.
2468 (linux_supports_btrace): Update parameters. Split into this and ...
2469 (linux_supports_bts): ... this.
2470 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
2471
2472 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
2473
2474 * Makefile.in (SFILES): Add common/btrace-common.c.
2475 (COMMON_OBS): Add common/btrace-common.o.
2476 (btrace-common.o): Add build rules.
2477 * btrace.c (parse_xml_btrace): Update parameters.
2478 (parse_xml_btrace_block): Set format field.
2479 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
2480 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
2481 (btrace_compute_ftrace): Split into this and...
2482 (btrace_compute_ftrace_bts): ...this.
2483 (btrace_stitch_trace): Split into this and...
2484 (btrace_stitch_bts): ...this.
2485 * btrace.h (parse_xml_btrace): Update parameters.
2486 (make_cleanup_btrace_data): New.
2487 * common/btrace-common.c: New.
2488 * common/btrace-common.h: Include common-defs.h.
2489 (btrace_block_s): Update comment.
2490 (btrace_format): New.
2491 (btrace_format_string): New.
2492 (btrace_data_bts): New.
2493 (btrace_data): New.
2494 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
2495 * remote.c (remote_read_btrace): Update parameters.
2496 * target.c (target_read_btrace): Update parameters.
2497 * target.h (target_read_btrace): Update parameters.
2498 (target_ops)<to_read_btrace>: Update parameters.
2499 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
2500 * target-delegates.c: Regenerate.
2501 * target-debug (target_debug_print_struct_btrace_data_p): New.
2502 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
2503 (linux_read_bts): ...this.
2504 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
2505
2506 2015-02-06 Doug Evans <dje@google.com>
2507
2508 * remote-m32r-sdi.c: Include symfile.h.
2509
2510 2015-02-06 Doug Evans <dje@google.com>
2511
2512 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
2513 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
2514 to here.
2515
2516 2015-02-06 Pedro Alves <palves@redhat.com>
2517
2518 * linux-thread-db.c (find_new_threads_callback): Add debug output.
2519
2520 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
2521
2522 PR gdb/15678
2523 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
2524 (enable_count_command): Check args for NULL value.
2525
2526 2015-02-05 Doug Evans <xdje42@gmail.com>
2527
2528 * guile/scm-frame.c: Fix spelling errors in a comment.
2529
2530 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2531
2532 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
2533 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
2534 return type.
2535
2536 2015-02-04 Pedro Alves <palves@redhat.com>
2537
2538 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
2539 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
2540 returns true.
2541 (resume_stopped_resumed_lwps): Don't check whether the thread is
2542 marked as executing.
2543 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
2544
2545 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2546
2547 * regset.h (struct regset): Add flags field.
2548 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
2549 * corelow.c (get_core_register_section): Add warning if the size
2550 exceeds the requested size and the regset does not have the
2551 REGSET_VARIABLE_SIZE flag set.
2552 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
2553 flag.
2554 * armbsd-tdep.c (armbsd_gregset): Likewise.
2555 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
2556 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
2557 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
2558 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
2559
2560 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2561
2562 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
2563 For ".reg-xstate", explicitly specify the requested section size
2564 via X86_XSTATE_SIZE instead of just 0 on input and
2565 X86_XSTATE_MAX_SIZE on output.
2566 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
2567 Likewise.
2568
2569 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
2570
2571 PR corefiles/17808:
2572 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
2573 function type, particularly its SIZE parameter.
2574 * gdbarch.h: Regenerate.
2575 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
2576 actual against required size using ">=" instead of "==".
2577 (amd64_collect_fpregset): Likewise.
2578 * i386-tdep.c (i386_supply_gregset): Likewise.
2579 (i386_collect_gregset): Likewise.
2580 (i386_supply_fpregset): Likewise.
2581 (i386_collect_fpregset): Likewise.
2582 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
2583 (mips_fill_gregset_wrapper): Likewise.
2584 (mips_supply_fpregset_wrapper): Likewise.
2585 (mips_fill_fpregset_wrapper): Likewise.
2586 (mips64_supply_gregset_wrapper): Likewise.
2587 (mips64_fill_gregset_wrapper): Likewise.
2588 (mips64_supply_fpregset_wrapper): Likewise.
2589 (mips64_fill_fpregset_wrapper): Likewise.
2590 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
2591 (am33_supply_fpregset_method): Likewise.
2592 (am33_collect_gregset_method): Likewise.
2593 (am33_collect_fpregset_method): Likewise.
2594
2595 2015-02-04 Doug Evans <dje@google.com>
2596 Pedro Alves <palves@redhat.com>
2597 Eli Zaretskii <eliz@gnu.org>
2598
2599 PR tui/17810
2600 * tui/tui-command.c (tui_refresh_cmd_win): New function.
2601 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
2602 * tui/tui-file.c: #include tui/tui-command.h.
2603 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
2604 (tui_file_flush): Refresh command window if stream is gdb_stdout.
2605 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
2606
2607 2015-02-04 Pedro Alves <palves@redhat.com>
2608
2609 Fix build breakage.
2610 * event-loop.c (gdb_do_one_event): Add default switch case.
2611
2612 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2613
2614 Filter out inferior gcc option -fpreprocessed.
2615 * compile/compile.c (filter_args): New function.
2616 (get_args): Use it.
2617
2618 2015-02-03 Pedro Alves <palves@redhat.com>
2619
2620 * event-loop.c: Don't declare nor define a queue type for
2621 gdb_event_p.
2622 (event_queue): Delete.
2623 (create_event, create_file_event, gdb_event_xfree)
2624 (initialize_event_loop, process_event): Delete.
2625 (gdb_do_one_event): Return as soon as one event is handled.
2626 (handle_file_event): Change prototype. Used the passed in
2627 file_handler pointer and ready_mask instead of looping over all
2628 file handlers.
2629 (gdb_wait_for_event): Update the poll/select timeouts before
2630 blocking. Run event handlers directly instead of queueing events.
2631 Return as soon as one event is handled.
2632 (struct async_event_handler_data): Delete.
2633 (invoke_async_event_handler): Delete.
2634 (check_async_event_handlers): Change return type to int. Run
2635 event handlers directly instead of queueing events. Return as
2636 soon as one event is handled.
2637 (handle_timer_event): Delete.
2638 (update_wait_timeout): New function, factored out from
2639 poll_timers.
2640 (poll_timers): Reimplement.
2641 * event-loop.h (initialize_event_loop): Delete declaration.
2642 * top.c (gdb_init): Don't call initialize_event_loop.
2643
2644 2015-02-03 Pedro Alves <palves@redhat.com>
2645
2646 * event-loop.c (clear_async_event_handler): New function.
2647 * event-loop.h (clear_async_event_handler): New declaration.
2648 * record-btrace.c (record_btrace_async): New function.
2649 (init_record_btrace_ops): Install record_btrace_async.
2650 * record-full.c (record_full_async): New function.
2651 (record_full_resume): Don't mark the async event source here.
2652 (init_record_full_ops): Install record_full_async.
2653 (record_full_core_resume): Don't mark the async event source here.
2654 (init_record_full_core_ops): Install record_full_async.
2655 * remote.c (remote_async): Mark and clear the async stop reply
2656 queue event-loop token as appropriate.
2657
2658 2015-02-03 Pedro Alves <palves@redhat.com>
2659
2660 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
2661 target_is_async_p instead of target_can_async.
2662 (linux_nat_wait): Use target_is_async_p instead of
2663 target_can_async. Don't enable async here.
2664 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
2665 target_is_async_p instead of target_can_async.
2666
2667 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
2668
2669 * varobj.h (lang_varobj_ops): Mention which return values need
2670 to be freed.
2671
2672 2015-02-02 Joel Brobecker <brobecker@adacore.com>
2673
2674 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
2675
2676 2015-02-02 Joel Brobecker <brobecker@adacore.com>
2677
2678 PR gdb/17856:
2679 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
2680 results found in the cache.
2681
2682 2015-02-02 Joel Brobecker <brobecker@adacore.com>
2683
2684 PR gdb/17854:
2685 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
2686 when allocating a new one.
2687
2688 2015-02-01 Tom Tromey <tom@tromey.com>
2689
2690 * MAINTAINERS: Remove myself.
2691
2692 2015-01-31 Doug Evans <xdje42@gmail.com>
2693
2694 * dwarf2read.c (process_structure_scope): Update setting of
2695 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
2696 * gdbtypes.c (internal_type_vptr_fieldno): New function.
2697 (set_type_vptr_fieldno): New function.
2698 (internal_type_vptr_basetype): New function.
2699 (set_type_vptr_basetype): New function.
2700 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
2701 TYPE_VPTR_BASETYPE.
2702 (allocate_cplus_struct_type): Initialize vptr_fieldno.
2703 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
2704 (print_cplus_stuff): ... moved here.
2705 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
2706 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
2707 moved to ...
2708 (struct cplus_struct_type): ... here. All uses updated.
2709 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
2710 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
2711 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
2712 * stabsread.c (read_tilde_fields): Update setting of
2713 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
2714
2715 2015-01-31 Doug Evans <xdje42@gmail.com>
2716
2717 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
2718 to self_p.
2719 (cp_print_class_member): Rename local domain to self_type.
2720 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
2721 domain_type to self_type.
2722 (set_die_type) <need_gnat_info>: Handle
2723 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
2724 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
2725 TYPE_SPECIFIC_SELF_TYPE.
2726 * gdbtypes.c (internal_type_self_type): New function.
2727 (set_type_self_type): New function.
2728 (smash_to_memberptr_type): Rename parameter domain to self_type.
2729 Update setting of TYPE_SELF_TYPE.
2730 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
2731 (smash_to_method_type): Rename parameter domain to self_type.
2732 Update setting of TYPE_SELF_TYPE.
2733 (check_stub_method): Call smash_to_method_type.
2734 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
2735 (copy_type_recursive): Ditto.
2736 * gdbtypes.h (enum type_specific_kind): New value
2737 TYPE_SPECIFIC_SELF_TYPE.
2738 (struct main_type) <type_specific>: New member self_type.
2739 (struct cplus_struct_type) <fn_field.type>: Update comment.
2740 (TYPE_SELF_TYPE): Rewrite.
2741 (internal_type_self_type, set_type_self_type): Declare.
2742 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
2743 self_type.
2744 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
2745 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
2746 TYPE_TARGET_TYPE.
2747 * stabsread.c (read_member_functions): Mark methods with
2748 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
2749 TYPE_SELF_TYPE.
2750
2751 2015-01-31 Doug Evans <xdje42@gmail.com>
2752
2753 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
2754 All uses updated.
2755
2756 2015-01-31 Doug Evans <xdje42@gmail.com>
2757
2758 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
2759 or unions. Return zero if union.
2760 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
2761 (gnuv3_rtti_type): Pass already-check_typedef'd value to
2762 gnuv3_get_vtable.
2763 (compute_vtable_size): Assert only passed structs.
2764 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
2765
2766 2015-01-31 Doug Evans <xdje42@gmail.com>
2767
2768 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
2769 kinds.
2770
2771 2015-01-31 Gary Benson <gbenson@redhat.com>
2772 Doug Evans <dje@google.com>
2773
2774 PR cli/9007
2775 PR cli/11920
2776 PR cli/15548
2777 * cli/cli-cmds.c (complete_command): Notify user if max-completions
2778 reached.
2779 * common/common-exceptions.h (enum errors)
2780 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
2781 * completer.h (get_max_completions_reached_message): New declaration.
2782 (max_completions): Likewise.
2783 (completion_tracker_t): New typedef.
2784 (new_completion_tracker): New declaration.
2785 (make_cleanup_free_completion_tracker): Likewise.
2786 (maybe_add_completion_enum): New enum.
2787 (maybe_add_completion): New declaration.
2788 (throw_max_completions_reached_error): Likewise.
2789 * completer.c (max_completions): New global variable.
2790 (new_completion_tracker): New function.
2791 (free_completion_tracker): Likewise.
2792 (make_cleanup_free_completion_tracker): Likewise.
2793 (maybe_add_completions): Likewise.
2794 (throw_max_completions_reached_error): Likewise.
2795 (complete_line): Remove duplicates and limit result to max_completions
2796 entries.
2797 (get_max_completions_reached_message): New function.
2798 (gdb_display_match_list): Handle max_completions.
2799 (_initialize_completer): New declaration and function.
2800 * symtab.c: Include completer.h.
2801 (completion_tracker): New static variable.
2802 (completion_list_add_name): Call maybe_add_completion.
2803 (default_make_symbol_completion_list_break_on_1): Renamed from
2804 default_make_symbol_completion_list_break_on. Maintain
2805 completion_tracker across calls to completion_list_add_name.
2806 (default_make_symbol_completion_list_break_on): New function.
2807 * top.c (init_main): Set rl_completion_display_matches_hook.
2808 * tui/tui-io.c: Include completer.h.
2809 (tui_old_rl_display_matches_hook): New static global.
2810 (tui_rl_display_match_list): Notify user if max-completions reached.
2811 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
2812 * NEWS (New Options): Mention set/show max-completions.
2813
2814 2015-01-31 Gary Benson <gbenson@redhat.com>
2815
2816 * symtab.c (struct add_name_data) <code>: New field.
2817 Updated comments.
2818 (add_symtab_completions): New function.
2819 (symtab_expansion_callback): Likewise.
2820 (default_make_symbol_completion_list_break_on): Set datum.code.
2821 Move minimal symbol scan before calling expand_symtabs_matching.
2822 Scan known primary symtabs for externs and statics before calling
2823 expand_symtabs_matching. Pass symtab_expansion_callback as
2824 expansion_notify argument to expand_symtabs_matching. Do not scan
2825 primary symtabs for externs and statics after calling
2826 expand_symtabs_matching.
2827
2828 2015-01-31 Gary Benson <gbenson@redhat.com>
2829
2830 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
2831 (struct quick_symbol_functions) <expand_symtabs_matching>:
2832 New argument expansion_notify. All uses updated.
2833 (expand_symtabs_matching): New argument expansion_notify.
2834 All uses updated.
2835 * symfile-debug.c (debug_qf_expand_symtabs_matching):
2836 Also print expansion notify.
2837 * symtab.c (expand_symtabs_matching_via_partial): Call
2838 expansion_notify whenever a partial symbol table is expanded.
2839 * dwarf2read.c (dw2_expand_symtabs_matching): Call
2840 expansion_notify whenever a symbol table is instantiated.
2841
2842 2015-01-31 Doug Evans <xdje42@gmail.com>
2843
2844 * cli-out.c: #include completer.h, readline/readline.h.
2845 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
2846 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
2847 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
2848 * cli-out.h (cli_display_match_list): Declare.
2849 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
2850 (ELLIPSIS_LEN): Ditto.
2851 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
2852 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
2853 (gdb_fnprint, gdb_print_filename): Ditto.
2854 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
2855 (gdb_display_match_list): Ditto.
2856 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
2857 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
2858 (mld_beep_ftype, mld_read_key_ftype): Ditto.
2859 (match_list_displayer): New struct.
2860 (gdb_display_match_list): Declare.
2861 * top.c (init_main): Set rl_completion_display_matches_hook.
2862 * tui/tui-io.c: #include completer.h.
2863 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
2864 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
2865 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
2866 (tui_mld_getc, tui_mld_read_key): Ditto.
2867 (tui_rl_display_match_list): Rewrite.
2868 (tui_handle_resize_during_io): New arg for_completion. All callers
2869 updated.
2870
2871 2015-01-31 Doug Evans <xdje42@gmail.com>
2872
2873 Add symbol lookup cache.
2874 * NEWS: Document new options and commands.
2875 * symtab.c (symbol_cache_key): New static global.
2876 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
2877 (SYMBOL_LOOKUP_FAILED): New macro.
2878 (symbol_cache_slot_state): New enum.
2879 (block_symbol_cache): New struct.
2880 (symbol_cache): New struct.
2881 (new_symbol_cache_size, symbol_cache_size): New static globals.
2882 (hash_symbol_entry, eq_symbol_entry): New functions.
2883 (symbol_cache_byte_size, resize_symbol_cache): New functions.
2884 (make_symbol_cache, free_symbol_cache): New functions.
2885 (get_symbol_cache, symbol_cache_cleanup): New function.
2886 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
2887 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
2888 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
2889 (symbol_cache_flush, symbol_cache_dump): New functions.
2890 (maintenance_print_symbol_cache): New function.
2891 (maintenance_flush_symbol_cache): New function.
2892 (symbol_cache_stats): New function.
2893 (maintenance_print_symbol_cache_statistics): New function.
2894 (symtab_new_objfile_observer): New function.
2895 (symtab_free_objfile_observer): New function.
2896 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
2897 (_initialize_symtab): Init symbol_cache_key. New parameter
2898 maint symbol-cache-size. New maint commands print symbol-cache,
2899 print symbol-cache-statistics, flush-symbol-cache.
2900 Install new_objfile, free_objfile observers.
2901
2902 2015-01-31 Joel Brobecker <brobecker@adacore.com>
2903
2904 PR symtab/17855
2905 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
2906 to end.
2907
2908 2015-01-31 Doug Evans <xdje42@gmail.com>
2909
2910 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
2911 * auto-load.c: #include ctype.h.
2912 (struct auto_load_pspace_info): Replace member loaded_scripts with
2913 new members loaded_script_files, loaded_script_texts.
2914 (auto_load_pspace_data_cleanup): Update.
2915 (init_loaded_scripts_info): Update.
2916 (get_auto_load_pspace_data_for_loading): Update.
2917 (maybe_add_script_file): Renamed from maybe_add_script. All callers
2918 updated.
2919 (maybe_add_script_text): New function.
2920 (clear_section_scripts): Update.
2921 (source_script_file, execute_script_contents): New functions.
2922 (source_section_scripts): Add support for
2923 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
2924 (print_scripts): New function.
2925 (auto_load_info_scripts): Also print inlined scripts.
2926 (maybe_print_unsupported_script_warning): Renamed from
2927 unsupported_script_warning_print. All callers updated.
2928 (maybe_print_script_not_found_warning): Renamed from
2929 script_not_found_warning_print. All callers updated.
2930 * extension-priv.h (struct extension_language_script_ops): New member
2931 objfile_script_executor.
2932 * extension.c (ext_lang_objfile_script_executor): New function.
2933 * extension.h (objfile_script_executor_func): New typedef.
2934 (ext_lang_objfile_script_executor): Declare.
2935 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
2936 * guile/guile.c (guile_extension_script_ops): Update.
2937 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
2938 * python/python.c (python_extension_script_ops): Update.
2939 (gdbpy_execute_objfile_script): New function.
2940
2941 2015-01-31 Eli Zaretskii <eliz@gnu.org>
2942
2943 * tui/tui-io.c (tui_expand_tabs): New function.
2944 (tui_puts, tui_redisplay_readline): Expand TABs into the
2945 appropriate number of spaces.
2946 * tui/tui-regs.c: Include tui-io.h.
2947 (tui_register_format): Call tui_expand_tabs to expand TABs into
2948 the appropriate number of spaces.
2949 * tui/tui-io.h: Add prototype for tui_expand_tabs.
2950
2951 2015-01-30 Doug Evans <dje@google.com>
2952
2953 * NEWS: "info source" command now display producer string if present.
2954 * source.c (source_info): Print producer string if present.
2955
2956 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
2957
2958 * varobj.c (varobj_delete): Fix comment.
2959
2960 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
2961
2962 * varobj.c (create_child): Modify comment.
2963
2964 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
2965
2966 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
2967 parameter.
2968 (ada_name_of_variable): Same.
2969 (ada_path_expr_of_child): Same.
2970 (ada_value_of_variable): Same.
2971 (ada_value_is_changeable_p): Same.
2972 (ada_value_has_mutated): Same.
2973 * c-varobj.c (varobj_is_anonymous_child): Same.
2974 (c_is_path_expr_parent): Same.
2975 (c_number_of_children): Same.
2976 (c_name_of_variable): Same.
2977 (c_path_expr_of_child): Same.
2978 (get_type): Same.
2979 (c_value_of_variable): Same.
2980 (cplus_number_of_children): Same.
2981 (cplus_name_of_variable): Same.
2982 (cplus_path_expr_of_child): Same.
2983 (cplus_value_of_variable): Same.
2984 * jv-varobj.c (java_number_of_children): Same.
2985 (java_name_of_variable): Same.
2986 (java_path_expr_of_child): Same.
2987 (java_value_of_variable): Same.
2988 * varobj.c (number_of_children): Same.
2989 (name_of_variable): Same.
2990 (is_root_p): Same.
2991 (varobj_ensure_python_env): Same.
2992 (varobj_get_objname): Same.
2993 (varobj_get_expression): Same.
2994 (varobj_get_display_format): Same.
2995 (varobj_get_display_hint): Same.
2996 (varobj_has_more): Same.
2997 (varobj_get_thread_id): Same.
2998 (varobj_get_frozen): Same.
2999 (dynamic_varobj_has_child_method): Same.
3000 (varobj_get_gdb_type): Same.
3001 (is_path_expr_parent): Same.
3002 (varobj_default_is_path_expr_parent): Same.
3003 (varobj_get_language): Same.
3004 (varobj_get_attributes): Same.
3005 (varobj_is_dynamic_p): Same.
3006 (varobj_get_child_range): Same.
3007 (varobj_value_has_mutated): Same.
3008 (varobj_get_value_type): Same.
3009 (number_of_children): Same.
3010 (name_of_variable): Same.
3011 (check_scope): Same.
3012 (varobj_editable_p): Same.
3013 (varobj_value_is_changeable_p): Same.
3014 (varobj_floating_p): Same.
3015 (varobj_default_value_is_changeable_p): Same.
3016
3017 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
3018
3019 * varobj.c (varobj_get_path_expr): Set var->path_expr.
3020 * c-varobj.c (c_path_expr_of_child): Set local var instead of
3021 child->path_expr.
3022 (cplus_path_expr_of_child): Same.
3023
3024 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
3025
3026 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
3027 result.
3028 (mi_cmd_var_info_expression): Same.
3029 * varobj.c (varobj_get_expression): Mention in the comment that
3030 the result must by freed by the caller.
3031
3032 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
3033
3034 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
3035 varobj_get_type.
3036 (varobj_update_one): Same.
3037 * varobj.c (update_type_if_necessary): Free curr_type_str and
3038 new_type_str.
3039 (varobj_get_type): Specify in comment that the result needs to be
3040 freed by the caller.
3041
3042 2015-01-29 Doug Evans <dje@google.com>
3043
3044 PR symtab/17890
3045 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
3046
3047 2015-01-25 Mark Wielaard <mjw@redhat.com>
3048
3049 * dwarf2read.c (checkproducer): Call producer_is_gcc.
3050 * utils.c (producer_is_gcc_ge_4): Likewise.
3051 (producer_is_gcc): New function.
3052 * utils.h (producer_is_gcc): New declaration.
3053
3054 2015-01-29 Joel Brobecker <brobecker@adacore.com>
3055
3056 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
3057 kind.
3058 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
3059 parameter by "addr_stack" parameter.
3060 (resolve_dynamic_range): Replace "addr" parameter by
3061 "stack_addr" parameter. Update function documentation.
3062 Update code accordingly.
3063 (resolve_dynamic_array, resolve_dynamic_union)
3064 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
3065 (resolve_dynamic_type): Update code, following the changes made
3066 to resolve_dynamic_type_internal's interface.
3067 * dwarf2loc.h (struct property_addr_info): New.
3068 (dwarf2_evaluate_property): Replace "address" parameter
3069 by "addr_stack" parameter. Adjust function documentation.
3070 (struct dwarf2_offset_baton): New.
3071 (struct dwarf2_property_baton): Update documentation of
3072 field "referenced_type" to be more general. New field
3073 "offset_info" in union data field.
3074 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
3075 parameter by "addr_stack" parameter. Adjust code accordingly.
3076 Add support for PROP_ADDR_OFFSET properties.
3077 * dwarf2read.c (attr_to_dynamic_prop): Add support for
3078 DW_AT_data_member_location attributes as well. Use case
3079 statements instead of if/else condition.
3080
3081 2015-01-29 Joel Brobecker <brobecker@adacore.com>
3082
3083 * ada-varobj.c (ada_varobj_get_array_number_of_children):
3084 Return zero if PARENT_VALUE is NULL and parent_type's
3085 range type is dynamic.
3086
3087 2015-01-29 Joel Brobecker <brobecker@adacore.com>
3088
3089 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
3090 nonzero if the type's subtype is dynamic.
3091 (resolve_dynamic_range): Also resolve the range's subtype.
3092
3093 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
3094
3095 Pushed by Joel Brobecker <brobecker@adacore.com>.
3096 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
3097
3098 2015-01-27 Doug Evans <dje@google.com>
3099
3100 * NEWS: Mention gdb.Objfile.username.
3101 * python/py-objfile.c (objfpy_get_username): New function.
3102 (objfile_getset): Add "username".
3103
3104 2015-01-24 Mark Wielaard <mjw@redhat.com>
3105
3106 * stack.c (return_command): Markup warning message with _.
3107
3108 2015-01-24 Doug Evans <xdje42@gmail.com>
3109
3110 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
3111
3112 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3113
3114 Fix 100x slowdown regression on DWZ files.
3115 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
3116 (struct line_header): Add offset and offset_in_dwz.
3117 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
3118 (free_line_header_voidp): New declaration.
3119 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
3120 functions.
3121 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
3122 (handle_DW_AT_stmt_list): Use line_header_hash.
3123 (free_line_header_voidp): New function.
3124 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
3125 (dwarf_decode_lines): New parameter decode_mapping, use it.
3126 (dwarf2_free_objfile): Free line_header_hash.
3127
3128 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
3129
3130 PR gdb/17416
3131 * valops.c (value_rtti_indirect_type): Catch exception thrown by
3132 value_ind.
3133
3134 2015-01-15 Mark Wielaard <mjw@redhat.com>
3135
3136 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
3137 DW_AT_noreturn.
3138 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
3139 calling_convention an 8 bit bit field.
3140 (TYPE_NO_RETURN): New macro.
3141 * infcmd.c (finish_command): Query if function does not return
3142 normally.
3143 * stack.c (return_command): Likewise.
3144
3145 2015-01-23 Pedro Alves <palves@redhat.com>
3146
3147 * linux-nat.c (linux_is_async_p): New macro.
3148 (linux_nat_is_async_p):
3149 (linux_nat_terminal_inferior): Check whether the target can async
3150 instead of whether it is already async.
3151 (linux_nat_terminal_ours): Don't check whether the target is
3152 async.
3153 (linux_async_pipe): Use linux_is_async_p.
3154
3155 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3156
3157 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
3158 '-ascending'.
3159 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
3160 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
3161 Sort tp_array using tp_array_compar.
3162 (_initialize_thread): Extend thread_apply_all_command help.
3163
3164 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3165
3166 * corelow.c (core_open): Call also thread_command.
3167 * gdbthread.h (thread_command): New prototype moved from ...
3168 * thread.c (thread_command): ... here.
3169 (thread_command): Make it global.
3170
3171 2015-01-22 Pedro Alves <palves@redhat.com>
3172
3173 * configure.ac [*mingw32*]: Check $curses_found instead of
3174 $prefer_curses.
3175 * configure: Regenerate.
3176 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
3177 HAVE_NCURSES_NCURSES_H checks.
3178
3179 2015-01-22 Eli Zaretskii <eliz@gnu.org>
3180
3181 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
3182 fails with the 1st arg NULL, try again with "unknown". Don't test
3183 the "cup" capability: it isn't supported by the Windows port of
3184 ncurses, but the Windows console driver is still capable of
3185 supporting TUI.
3186
3187 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
3190
3191 2015-01-22 Eli Zaretskii <eliz@gnu.org>
3192
3193 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
3194 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
3195 reason that "make TAGS" is broken.
3196
3197 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
3198
3199 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
3200 and check additional store instructions.
3201
3202 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
3203
3204 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
3205
3206 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
3207
3208 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
3209 ppc_canonicalize_syscall, ppc_linux_syscall_record,
3210 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
3211 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
3212 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
3213 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
3214 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
3215 ppc_process_record_op19, ppc_process_record_op31,
3216 ppc_process_record_op59, ppc_process_record_op60,
3217 ppc_process_record_op63): Likewise.
3218
3219 2015-01-20 Joel Brobecker <brobecker@adacore.com>
3220
3221 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
3222 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
3223 strerror.
3224
3225 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
3226
3227 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
3228 ppc_process_record_op31, ppc_process_record_op59,
3229 ppc_process_record_op60, ppc_process_record_op63,
3230 ppc_process_record): Fix -Wformat warning.
3231 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
3232 Remove unused variables.
3233
3234 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
3235
3236 * MAINTAINERS (Write After Approval): Add "Chen Gang".
3237
3238 2015-01-19 Eli Zaretskii <eliz@gnu.org>
3239
3240 * configure.ac [*mingw32*]: Only add windows-termcap.o to
3241 CONFIG_OBS if not building with a curses library.
3242 * configure: Regenerate.
3243
3244 * windows-termcap.c: Include defs.h. Make the whole body empty if
3245 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
3246 HAVE_NCURSES_NCURSES_H is defined.
3247
3248 2015-01-19 Joel Brobecker <brobecker@adacore.com>
3249
3250 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
3251 from end of line to start of next line.
3252
3253 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
3254
3255 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
3256 Scan PLT stub backward for reverse debugging.
3257 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
3258
3259 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
3260 Ulrich Weigand <uweigand@de.ibm.com>
3261
3262 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
3263 gdb_target_obs.
3264 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
3265 record.
3266 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
3267 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
3268 (ppc_linux_init_abi): Set process_record, process_record_signal.
3269 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
3270 ppc_linux_record_tdep to gdbarch_tdep.
3271 (ppc_process_record): New declaration.
3272 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
3273 ppc_process_record_op19, ppc_process_record_op31,
3274 ppc_process_record_op59, ppc_process_record_op60,
3275 ppc_process_record_op63, ppc_process_record): New functions.
3276
3277 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
3278
3279 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
3280 rs6000_in_function_epilogue_frame_p and add an argument
3281 for frame_info.
3282 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
3283 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
3284 New functions.
3285 (rs6000_epilogue_frame_unwind): New.
3286 (rs6000_gdbarch_init): Append epilogue unwinder.
3287
3288 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
3289
3290 * nat/linux-personality.c: Replace "#ifndef
3291 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
3292 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
3293 systems.
3294
3295 2015-01-16 Eli Zaretskii <eliz@gnu.org>
3296
3297 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
3298 functions.
3299 (_initialize_tui_win) <border-kind, border-mode>:
3300 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
3301 (tui_set_tab_width_command): Fix the commentary.
3302
3303 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
3304
3305 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
3306 Doc fix.
3307 (tui_set_tab_width_command): Delete and recreate the source and
3308 the disassembly windows, to show the effect of the changed tab
3309 size immediately.
3310
3311 * tui/tui-data.h (LINE_PREFIX): Make shorter
3312 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
3313 "Thread NNNNN.XXXX" thread ID notation on Windows.
3314
3315 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3316
3317 Fix gcc-5 compilation.
3318 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
3319
3320 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
3321
3322 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
3323 (linux-personality.o): New rule.
3324 * common/common-defs.h: Include <stdint.h>.
3325 * config/aarch64/linux.mh (NATDEPFILES): Include
3326 linux-personality.o.
3327 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
3328 * config/arm/linux.mh (NATDEPFILES): Likewise.
3329 * config/i386/linux64.mh (NATDEPFILES): Likewise.
3330 * config/i386/linux.mh (NATDEPFILES): Likewise.
3331 * config/ia64/linux.mh (NATDEPFILES): Likewise.
3332 * config/m32r/linux.mh (NATDEPFILES): Likewise.
3333 * config/m68k/linux.mh (NATDEPFILES): Likewise.
3334 * config/mips/linux.mh (NATDEPFILES): Likewise.
3335 * config/pa/linux.mh (NATDEPFILES): Likewise.
3336 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
3337 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
3338 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
3339 * config/s390/linux.mh (NATDEPFILES): Likewise.
3340 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
3341 * config/sparc/linux.mh (NATDEPFILES): Likewise.
3342 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
3343 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
3344 * defs.h: Remove #include <stdint.h> (moved to
3345 common/common-defs.h).
3346 * linux-nat.c: Include nat/linux-personality.h. Remove #include
3347 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
3348 nat/linux-personality.c).
3349 (linux_nat_create_inferior): Remove code to disable address space
3350 randomization (moved to nat/linux-personality.c). Create cleanup
3351 to disable address space randomization.
3352 * nat/linux-personality.c: New file.
3353 * nat/linux-personality.h: Likewise.
3354
3355 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
3356
3357 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
3358 common/posix-strerror.c.
3359 (posix-strerror.o): New rule.
3360 (mingw-strerror.o): Likewise.
3361 * common/common-utils.h (safe_strerror): Move prototype to here,
3362 from utils.h.
3363 * common/common.host: New file.
3364 * common/mingw-strerror.c: Likewise.
3365 * common/posix-strerror.c: Likewise.
3366 * configure: Regenerated.
3367 * configure.ac: Source common/common.host. Add variable
3368 common_host_obs to gdb_host_obs.
3369 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
3370 gdb/common/posix-strerror.c when warning about the use of
3371 strerror.
3372 * mingw-hdep.c (safe_strerror): Remove definition; move it to
3373 common/mingw-strerror.c.
3374 * posix-hdep.c (safe_strerror): Remove definition; move it to
3375 common/posix-hdep.c.
3376 * utils.h (safe_strerror): Remove prototype; move to
3377 common/common-utils.h.
3378
3379 2015-01-15 Joel Brobecker <brobecker@adacore.com>
3380
3381 GDB 7.8.2 released.
3382
3383 2015-01-15 Joel Brobecker <brobecker@adacore.com>
3384
3385 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
3386 ___XA type if the array has already been fixed.
3387
3388 2015-01-14 Yao Qi <yao@codesourcery.com>
3389
3390 * Makefile.in (ppc-linux.o): New rule.
3391 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
3392 * configure.ac: AC_CHECK_FUNCS(getauxval).
3393 * config.in: Re-generated.
3394 * configure: Re-generated.
3395 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
3396 Declare.
3397 * nat/ppc-linux.c: New file.
3398 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
3399 Call ppc64_64bit_inferior_p.
3400
3401 2015-01-14 Yao Qi <yao@codesourcery.com>
3402
3403 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
3404 nat/ppc-linux.h.
3405 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
3406 (PPC_FEATURE_HAS_DFP): Likewise.
3407 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
3408 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
3409 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
3410 Include "nat/ppc-linux.h".
3411 * nat/ppc-linux.h: New file.
3412 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
3413
3414 2015-01-14 Pedro Alves <palves@redhat.com>
3415
3416 PR gdb/17525
3417 * breakpoint.c: Include "interps.h".
3418 (bpstat_do_actions_1): Also check whether the interpreter is
3419 async.
3420
3421 2015-01-14 Pedro Alves <palves@redhat.com>
3422
3423 PR cli/17828
3424 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
3425 reinstall if the interpreter is sync.
3426
3427 2015-01-13 Doug Evans <dje@google.com>
3428
3429 * objfiles.c (objfile_filename): New function.
3430 * objfiles.h (objfile_filename): Declare it.
3431 (objfile_name): Add function comment.
3432 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
3433 bfd file name (which may be realpath'd), and the original name.
3434
3435 2015-01-13 Joel Brobecker <brobecker@adacore.com>
3436
3437 * NEWS: Create a new section for the next release branch.
3438 Rename the section of the current branch, now that it has
3439 been cut.
3440
3441 2015-01-13 Joel Brobecker <brobecker@adacore.com>
3442
3443 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
3444 * version.in: Bump version to 7.9.50.DATE-cvs.
3445
3446 2015-01-13 Joel Brobecker <brobecker@adacore.com>
3447
3448 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
3449 Remove trailing new-line in argument of call to warning.
3450
3451 2015-01-13 Joel Brobecker <brobecker@adacore.com>
3452
3453 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
3454 new-line in argument of call to "warning".
3455
3456 2015-01-13 Joel Brobecker <brobecker@adacore.com>
3457
3458 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
3459 in static block, then try searching for primitive types.
3460
3461 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
3462
3463 * top.h (gdb_add_history): Declare.
3464 * top.c (command_count): New variable.
3465 (gdb_add_history): New function.
3466 (gdb_safe_append_history): New static function.
3467 (quit_force): Call it.
3468 (command_line_input): Use gdb_add_history instead of
3469 add_history.
3470 * event-top.c (command_line_handler): Likewise.
3471
3472 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
3473
3474 PR gdb/17046
3475 * darwin-nat.c: Replace <machine/setjmp.h> #include by
3476 <setjmp.h> #include.
3477
3478 2015-01-11 Doug Evans <xdje42@gmail.com>
3479
3480 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
3481
3482 2015-01-11 Doug Evans <xdje42@gmail.com>
3483
3484 PR gdb/15830
3485 * NEWS: The "maint demangle" command is renamed as "demangle".
3486 * demangle.c: #include cli/cli-utils.h, language.h.
3487 (demangle_command): New function.
3488 (_initialize_demangle): Add new command "demangle".
3489 * maint.c (maintenance_demangle): Stub out.
3490 (_initialize_maint_cmds): Update help text for "maint demangle",
3491 and mark as deprecated.
3492
3493 2015-01-11 Mark Kettenis <kettenis@gnu.org>
3494
3495 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
3496 inferior_thread is a function.
3497
3498 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
3499
3500 * Makefile.in (.y.c): Don't munge yacc's #line
3501 directives.
3502
3503 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
3504
3505 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
3506 to prompt for input.
3507 * tui/tui-hooks.c (tui_query_hook): Remove.
3508 (tui_install_hooks): Don't set deprecated_query_hook.
3509 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
3510 height calculation. Always update the command window's cur_line.
3511
3512 2015-01-09 Pedro Alves <palves@redhat.com>
3513
3514 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
3515 function.
3516 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
3517 declaration.
3518 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
3519 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
3520 stop_reason.
3521 (check_stopped_by_watchpoint): New function.
3522 (save_sigtrap): Reimplement.
3523 (linux_nat_stopped_by_watchpoint): Adjust.
3524 (linux_nat_lp_status_is_event): Delete.
3525 (stop_wait_callback): Only call save_sigtrap after storing the
3526 pending status.
3527 (status_callback): If the thread had been stopped for a breakpoint
3528 that has since been removed, discard the event and resume the LWP.
3529 (count_events_callback, select_event_lwp_callback): Use
3530 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
3531 (cancel_breakpoint): Rename to ...
3532 (check_stopped_by_breakpoint): ... this. Record whether the LWP
3533 stopped for a software breakpoint or hardware breakpoint.
3534 (select_event_lwp): Only give preference to the stepping LWP in
3535 all-stop mode. Adjust comments.
3536 (stop_and_resume_callback): Remove references to new_pending_p.
3537 (linux_nat_filter_event): Likewise. Leave exit events of the
3538 leader thread pending here. Handle signal short circuiting here.
3539 Only call save_sigtrap after storing the pending waitstatus.
3540 (linux_nat_wait_1): Remove 'retry' label. Remove references to
3541 new_pending. Don't handle leaving events the caller is not
3542 interested in pending here, nor handle signal short-circuiting
3543 here. Also give equal priority to all LWPs that have had events
3544 in non-stop mode. If reporting a software breakpoint event,
3545 unadjust the LWP's PC.
3546 * linux-nat.h (enum lwp_stop_reason): New.
3547 (struct lwp_info) <stop_pc>: New field.
3548 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
3549 (struct lwp_info) <stop_reason>: New field.
3550 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
3551
3552 2015-01-09 Pedro Alves <palves@redhat.com>
3553
3554 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
3555 Set the LWP's 'resumed' flag.
3556
3557 2015-01-09 Pedro Alves <palves@redhat.com>
3558
3559 * linux-nat.c (linux_resume_one_lwp): New function.
3560 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
3561 (linux_nat_resume): Use lwp_status_pending_p and
3562 linux_resume_one_lwp.
3563 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
3564 (linux_handle_extended_wait): Use linux_resume_one_lwp.
3565 (status_callback, running_callback): Use lwp_status_pending_p.
3566 (lwp_status_pending_p): New function.
3567 (stop_and_resume_callback): Use lwp_status_pending_p.
3568 (linux_nat_filter_event): Use linux_resume_one_lwp.
3569 (linux_nat_wait_1): Always use status_callback to look for an LWP
3570 with a pending status. Use linux_resume_one_lwp.
3571 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
3572 linux_resume_one_lwp.
3573
3574 2015-01-09 Pedro Alves <palves@redhat.com>
3575
3576 * breakpoint.c (bp_location_inserted_here_p): New function,
3577 factored out from ...
3578 (breakpoint_inserted_here_p): ... here. Use
3579 ALL_BP_LOCATIONS_AT_ADDR.
3580 (software_breakpoint_inserted_here_p): Use
3581 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
3582
3583 2014-01-09 Pedro Alves <palves@redhat.com>
3584
3585 Skip enabling event reporting if the kernel supports
3586 PTRACE_EVENT_CLONE.
3587 * linux-thread-db.c: Include "nat/linux-ptrace.h".
3588 (thread_db_use_events): New function.
3589 (try_thread_db_load_1): Check thread_db_use_events before enabling
3590 event reporting.
3591 (update_thread_state): New function.
3592 (attach_thread): Use it. Check thread_db_use_events before
3593 enabling event reporting.
3594 (thread_db_detach): Check thread_db_use_events before disabling
3595 event reporting.
3596 (find_new_threads_callback): Check thread_db_use_events before
3597 enabling event reporting. Update the thread's state if not using
3598 libthread_db events.
3599
3600 2015-01-09 Pedro Alves <palves@redhat.com>
3601
3602 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
3603 about to wait for is > 0.
3604 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
3605 the kernel thread ID is -1.
3606
3607 2015-01-09 Pedro Alves <palves@redhat.com>
3608
3609 * linux-nat.c (attach_proc_task_lwp_callback): New function.
3610 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
3611 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
3612 ptrace option flags.
3613 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
3614 field.
3615 * nat/linux-procfs.c: Include <dirent.h>.
3616 (linux_proc_get_int): New parameter "warn". Handle it.
3617 (linux_proc_get_tgid): Adjust.
3618 (linux_proc_get_tracerpid): Rename to ...
3619 (linux_proc_get_tracerpid_nowarn): ... this.
3620 (linux_proc_pid_get_state): New function, factored out from
3621 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
3622 and handle it.
3623 (linux_proc_pid_is_gone): New function.
3624 (linux_proc_pid_is_stopped): Adjust.
3625 (linux_proc_pid_is_zombie_maybe_warn)
3626 (linux_proc_pid_is_zombie_nowarn): New functions.
3627 (linux_proc_pid_is_zombie): Use
3628 linux_proc_pid_is_zombie_maybe_warn.
3629 (linux_proc_attach_tgid_threads): New function.
3630 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
3631 (linux_proc_get_tracerpid): Rename to ...
3632 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
3633 (linux_proc_pid_is_gone): New declaration.
3634 (linux_proc_pid_is_zombie): Update comment.
3635 (linux_proc_pid_is_zombie_nowarn): New declaration.
3636 (linux_proc_attach_lwp_func): New typedef.
3637 (linux_proc_attach_tgid_threads): New declaration.
3638 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
3639 use nowarn functions.
3640 (linux_ptrace_attach_fail_reason_string): Move here from
3641 gdbserver/linux-low.c and rename.
3642 (ptrace_supports_feature): If the current ptrace options are not
3643 known yet, check them now, instead of asserting.
3644 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
3645 Declare.
3646
3647 2015-01-09 Pedro Alves <palves@redhat.com>
3648
3649 * linux-thread-db.c (thread_db_find_new_threads_silently)
3650 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
3651 (find_new_threads_once): Print debug output on gdb_stdlog.
3652
3653 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
3654 Pedro Alves <palves@redhat.com>
3655
3656 * compile/compile.c: Include "gdb_wait.h".
3657 (do_rmdir): Check return value, and free 'zap'.
3658
3659 2015-01-08 Pedro Alves <palves@redhat.com>
3660 Yao Qi <yao@codesourcery.com>
3661
3662 * dwarf2loc.c (indirect_pieced_value): Don't call
3663 gdb_sign_extend. Call extract_signed_integer instead.
3664 * utils.c (gdb_sign_extend): Remove.
3665 * utils.h (gdb_sign_extend): Remove declaration.
3666
3667 2015-01-07 Pierre Muller <muller@sourceware.org>
3668
3669 PR symtab/17811
3670 * stabsread.c (define_symbol): Set language for C++ special symbols.
3671
3672 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
3673
3674 * inflow.c (initial_gdb_ttystate): Tweak comment.
3675
3676 2015-01-07 Joel Brobecker <brobecker@adacore.com>
3677
3678 * inflow.c (set_initial_gdb_ttystate): Add empty line after
3679 comment documenting function.
3680
3681 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
3682
3683 * terminal.h (set_initial_gdb_ttystate): Declare.
3684 * inflow.c (initial_gdb_ttystate): New static variable.
3685 (set_initial_gdb_ttystate): New setter.
3686 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
3687 instead of our current terminal state.
3688 * top.c (gdb_init): Call set_initial_gdb_ttystate.
3689
3690 2015-01-07 Joel Brobecker <brobecker@adacore.com>
3691
3692 * guile/scm-type.c (tyscm_array_1): Add comment.
3693 * python/py-type.c (typy_array_1): Add comment.
3694
3695 2015-01-06 Joel Brobecker <brobecker@adacore.com>
3696
3697 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
3698 error if N2 is equal to N1 - 1.
3699
3700 2015-01-06 Joel Brobecker <brobecker@adacore.com>
3701
3702 * python/py-type.c (typy_array_1): Do not raise negative-length
3703 exception if N2 is equal to N1 - 1.
3704
3705 2015-01-03 Doug Evans <xdje42@gmail.com>
3706
3707 * c-exp.y: Whitespace cleanup.
3708 (classify_inner_name): Remove extra ;.
3709
3710 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
3711
3712 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
3713 offset signed.
3714
3715 2015-01-02 Doug Evans <dje@google.com>
3716
3717 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
3718
3719 2015-01-02 Doug Evans <dje@google.com>
3720
3721 * symtab.h (struct symbol): Fix typo in comment.
3722
3723 2015-01-01 Joel Brobecker <brobecker@adacore.com>
3724
3725 Update year range in copyright notice of all files.
3726
3727 2015-01-01 Joel Brobecker <brobecker@adacore.com>
3728
3729 * top.c (print_gdb_version): Update copyright year to 2015.
3730
3731 2015-01-01 Joel Brobecker <brobecker@adacore.com>
3732
3733 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
3734
3735 For older changes see ChangeLog-2014.
3736 \f
3737 Local Variables:
3738 mode: change-log
3739 left-margin: 8
3740 fill-column: 74
3741 version-control: never
3742 coding: utf-8
3743 End: