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