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