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