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