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