Move remote_fileio_to_fio_stat to gdb/common
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
791c0056
GB
12015-03-11 Gary Benson <gbenson@redhat.com>
2
3 * common/common-remote-fileio.h: New file.
4 * common/common-remote-fileio.c: Likewise.
5 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
6 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
7 (COMMON_OBS): Add common-remote-fileio.o.
8 (common-remote-fileio.o): New rule.
9 * remote-fileio.h (common-remote-fileio.h): New include.
10 * remote-fileio.c (gdb/fileio.h): Do not include.
11 (remote_fileio_to_be): Moved to common-remote-fileio.h.
12 (remote_fileio_to_fio_uint): Likewise.
13 (remote_fileio_to_fio_time): Likewise.
14 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
15 (remote_fileio_to_fio_mode): Likewise.
16 (remote_fileio_to_fio_ulong): Likewise.
17 (remote_fileio_to_fio_stat): Likewise.
18
1390d0ef
AW
192015-03-11 Andy Wingo <wingo@igalia.com>
20
21 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
22 we were checking the cached type, not the cached dynamic type.
23
84a4591a
AW
242015-03-11 Andy Wingo <wingo@igalia.com>
25
26 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
27 other strings, as these are on the GC'd heap, and will be
28 collected along with the smob.
29
85642ba0
AW
302015-03-11 Andy Wingo <wingo@igalia.com>
31
32 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
33 (objfile_functions): Bind gdbscm_objfile_progspace to
34 objfile-progspace.
35 * guile/lib/gdb.scm: Add objfile-progspace to exports.
36
92fab5a6
AW
372015-03-11 Andy Wingo <wingo@igalia.com>
38
39 * guile/guile.c (_initialize_guile): Disable automatic
40 finalization, if Guile offers us that possibility.
41 * guile/guile.c (call_initialize_gdb_module):
42 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
43 finalizers in appropriate places.
44 * configure.ac (AC_TRY_LIBGUILE): Add a check for
45 scm_set_automatic_finalization_enabled.
46 * configure: Regenerated.
47
f054145e
AA
482015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
49
50 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
51 SAL, if possible.
52
18396193
AA
532015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
54
55 * s390-linux-nat.c (struct arch_lwp_info): New.
56 (s390_fix_watch_points): Rename to...
57 (s390_prepare_to_resume): ...this. Skip the PER info update
58 unless the watch points have changed.
59 (s390_refresh_per_info, s390_new_thread): New functions.
60 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
61 s390_fix_watch_points.
62 (s390_remove_watchpoint): Likewise.
63 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
64 Register s390_prepare_to_resume.
65
9eb1356e
PA
662015-03-09 Pedro Alves <palves@redhat.com>
67
68 Revert:
69 2015-03-07 Pedro Alves <palves@redhat.com>
70 * common/gdb_socket.h: New file.
71 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
72 sys/socket.h.
73 (net_open): Use union gdb_sockaddr_u.
74
aac331e4
PA
752015-03-07 Pedro Alves <palves@redhat.com>
76
77 * configure.ac (build_warnings): Move -Wmissing-prototypes
78 -Wdeclaration-after-statement -Wmissing-parameter-type
79 -Wold-style-declaration -Wold-style-definition to the C-specific
80 set.
81 * configure: Regenerate.
82
366c75fc
PA
832015-03-07 Pedro Alves <palves@redhat.com>
84
85 * common/gdb_socket.h: New file.
86 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
87 sys/socket.h.
88 (net_open): Use union gdb_sockaddr_u.
89
72df25b2
PA
902015-03-07 Pedro Alves <palves@redhat.com>
91
92 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
93 (exceptions_state_mc_action_iter)
94 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
95 Don't define.
96 [__cplusplus] (try_scope_depth): New global.
97 [__cplusplus] (exception_try_scope_entry)
98 (exception_try_scope_exit, gdb_exception_sliced_copy)
99 (exception_rethrow): New functions.
100 (throw_exception): In C++ mode, throw
101 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
102 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
103 (throw_it): In C++ mode, use try_scope_depth.
104 * common/common-exceptions.h [!__cplusplus]
105 (exceptions_state_mc_action_iter)
106 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
107 Don't declare.
108 [__cplusplus] (exception_try_scope_entry)
109 (exception_try_scope_exit, exception_rethrow): Declare.
110 [__cplusplus] (struct exception_try_scope): New struct.
111 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
112 C++ exceptions.
113 (struct gdb_exception_RETURN_MASK_ALL)
114 (struct gdb_exception_RETURN_MASK_ERROR)
115 (struct gdb_exception_RETURN_MASK_QUIT): New types.
116
284e6217
PA
1172015-03-07 Pedro Alves <palves@redhat.com>
118
119 * main.c (handle_command_errors): Remove volatile qualifier from
120 parameter.
121
6c63c96a
PA
1222015-03-07 Pedro Alves <palves@redhat.com>
123
124 * breakpoint.c (save_breakpoints): Adjust to avoid code between
125 TRY and CATCH.
126 * gdbtypes.c (safe_parse_type): Remove empty line.
127 (types_deeply_equal):
128 * guile/scm-frame.c (gdbscm_frame_name):
129 * linux-thread-db.c (find_new_threads_once):
130 * python/py-breakpoint.c (bppy_get_commands):
131 * record-btrace.c (record_btrace_insert_breakpoint)
132 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
133 (record_btrace_start_replaying): Adjust to avoid code between TRY
134 and CATCH.
135
492d29ea
PA
1362015-03-07 Pedro Alves <palves@redhat.com>
137
138 * common/common-exceptions.c (struct catcher) <exception>: No
139 longer a pointer to volatile exception. Now an exception value.
140 <mask>: Delete field.
141 (exceptions_state_mc_init): Remove all parameters. Adjust.
142 (exceptions_state_mc): No longer pop the catcher here.
143 (exceptions_state_mc_catch): New function.
144 (throw_exception): Adjust.
145 * common/common-exceptions.h (exceptions_state_mc_init): Remove
146 all parameters.
147 (exceptions_state_mc_catch): Declare.
148 (TRY_CATCH): Rename to ...
149 (TRY): ... this. Remove EXCEPTION and MASK parameters.
150 (CATCH, END_CATCH): New.
151 All callers adjusted.
152
ece957c8
TT
1532015-03-07 Tom Tromey <tromey@redhat.com>
154
155 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
156
7556d4a4
PA
1572015-03-07 Pedro Alves <palves@redhat.com>
158
159 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
160 (amd64_epilogue_frame_cache): Normal exception handling code.
161 * break-catch-throw.c (check_status_exception_catchpoint)
162 (re_set_exception_catchpoint): Ditto.
163 * cli/cli-interp.c (safe_execute_command):
164 * cli/cli-script.c (script_from_file): Ditto.
165 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
166 Ditto.
167 * compile/compile-object-run.c (compile_object_run): Ditto.
168 * cp-abi.c (baseclass_offset): Ditto.
169 * cp-valprint.c (cp_print_value): Ditto.
170 * exceptions.c (catch_exceptions_with_msg):
171 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
172 * frame.c (get_frame_address_in_block_if_available): Ditto.
173 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
174 (i386_sigtramp_frame_cache): Ditto.
175 * infcmd.c (post_create_inferior): Ditto.
176 * linespec.c (parse_linespec, find_linespec_symbols):
177 * p-valprint.c (pascal_object_print_value): Ditto.
178 * parse.c (parse_expression_for_completion): Ditto.
179 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
180 * remote.c (remote_get_noisy_reply): Ditto.
181 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
182 * solib-svr4.c (solib_svr4_r_map): Ditto.
183
f873665f 1842015-03-06 Gary Benson <gbenson@redhat.com>
61012eef
GB
185
186 * common/common-utils.h (startswith): New inline function.
187 All places where this logic was used updated to use the above.
188
68901c4d
PA
1892015-03-05 Pedro Alves <palves@redhat.com>
190
191 PR gdb/18002
192 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
193 after reading the breakpoint's shadow memory.
194
2dcb2b1a
MK
1952015-03-05 Mark Kettenis <kettenis@gnu.org>
196
197 * hppabsd-nat.c: Remove file.
198 * hppaobsd-nat.c: New file.
199 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
200 hppaobsd-nat.c.
201 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
202 hppaobsd-nat.o.
203
527a273a
PA
2042015-03-04 Pedro Alves <palves@redhat.com>
205
206 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
207 (target_decr_pc_after_break): Delete declaration.
208 * target.c (default_target_decr_pc_after_break)
209 (target_decr_pc_after_break): Delete.
210 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
211 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
212 * linux-thread-db.c (check_event): Likewise.
213 * infrun.c (adjust_pc_after_break): Likewise.
214 * darwin-nat.c (cancel_breakpoint): Likewise.
215 * aix-thread.c (aix_thread_wait): Likewise.
216 * target-delegates.c: Regenerate.
217
faf09f01
PA
2182015-03-04 Pedro Alves <palves@redhat.com>
219
220 * linux-nat.c (save_sigtrap): Check for breakpoints before
221 checking watchpoints.
222 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
223 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
224 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
225 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
226 (linux_nat_stopped_by_sw_breakpoint)
227 (linux_nat_supports_stopped_by_sw_breakpoint)
228 (linux_nat_stopped_by_hw_breakpoint)
229 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
230 (linux_nat_wait_1): Don't re-increment the PC if relying on
231 SIGTRAP's siginfo->si_code.
232 (linux_nat_add_target): Install new target methods.
233 * linux-thread-db.c (check_event): Don't account for breakpoint PC
234 offset if the target already adjusted the PC.
235 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
236 (GDB_ARCH_TRAP_BRKPT): New.
237 (TRAP_HWBKPT): Define if not already defined.
238
f7e6eed5
PA
2392015-03-04 Pedro Alves <palves@redhat.com>
240
241 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
242 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
243 Delete field.
244 <stop_reason>: New field.
245 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
246 (packet_set_cmd_state): New function.
247 (remote_protocol_features): Register the "swbreak" and "hwbreak"
248 features.
249 (remote_query_supported): If not disabled with the corresponding
250 "set remote foo-packet" command, report support for the swbreak
251 and hwbreak features.
252 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
253 field.
254 <stop_reason>: New field.
255 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
256 (remote_wait_as): Adjust.
257 (remote_stopped_by_sw_breakpoint)
258 (remote_supports_stopped_by_sw_breakpoint)
259 (remote_stopped_by_hw_breakpoint)
260 (remote_supports_stopped_by_hw_breakpoint): New functions.
261 (remote_stopped_by_watchpoint): New function.
262 (init_remote_ops): Install them.
263 (_initialize_remote): Register new "set/show remote
264 swbreak-feature-packet" and "set/show remote
265 swbreak-feature-packet" commands.
266
9e8915c6
PA
2672015-03-04 Pedro Alves <palves@redhat.com>
268
269 * btrace.h: Include target/waitstatus.h.
270 (struct btrace_thread_info) <stop_reason>: New field.
271 * record-btrace.c (record_btrace_step_thread): Use
272 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
273 (record_btrace_decr_pc_after_break): Delete.
274 (record_btrace_stopped_by_sw_breakpoint)
275 (record_btrace_supports_stopped_by_sw_breakpoint)
276 (record_btrace_stopped_by_hw_breakpoint)
277 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
278 (init_record_btrace_ops): Install them.
279 * record-full.c (record_full_hw_watchpoint): Delete and replace
280 with ...
281 (record_full_stop_reason): ... this throughout.
282 (record_full_exec_insn): Adjust.
283 (record_full_wait_1): Adjust. No longer re-increment the PC.
284 (record_full_wait_1): Adjust. Use
285 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
286 (record_full_stopped_by_watchpoint): Adjust.
287 (record_full_stopped_by_sw_breakpoint)
288 (record_full_supports_stopped_by_sw_breakpoint)
289 (record_full_supports_stopped_by_sw_breakpoint)
290 (record_full_stopped_by_hw_breakpoint)
291 (record_full_supports_stopped_by_hw_breakpoint): New functions.
292 (init_record_full_ops, init_record_full_core_ops): Install them.
293 * record.c (record_check_stopped_by_breakpoint): New function.
294 * record.h: Include target/waitstatus.h.
295 (record_check_stopped_by_breakpoint): New declaration.
296
15c66dd6
PA
2972015-03-04 Pedro Alves <palves@redhat.com>
298
299 enum lwp_stop_reason -> enum target_stop_reason
300 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
301 (linux_nat_stopped_by_watchpoint, status_callback)
302 (linux_nat_wait_1): Adjust.
303 * linux-nat.h (enum lwp_stop_reason): Delete.
304 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
305 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
306 * target/waitstatus.h (enum target_stop_reason): New.
307
1cf4d951
PA
3082015-03-04 Pedro Alves <palves@redhat.com>
309
310 * breakpoint.c (need_moribund_for_location_type): New function.
311 (bpstat_stop_status): Don't skipping checking moribund locations
312 of breakpoint types which the target tell caused a stop.
313 (program_breakpoint_here_p): New function, factored out from ...
314 (bp_loc_is_permanent): ... this.
315 (update_global_location_list): Don't create a moribund location if
316 the target supports reporting stops of the type of the removed
317 breakpoint.
318 * breakpoint.h (program_breakpoint_here_p): New declaration.
319 * infrun.c (adjust_pc_after_break): Return early if the target has
320 already adjusted the PC. Add comments.
321 (handle_signal_stop): If nothing explains a signal, and the target
322 tells us the stop was caused by a software breakpoint, check if
323 there's a breakpoint instruction in the memory. If so, adjust the
324 PC before presenting the stop to the user. Otherwise, ignore the
325 trap. If nothing explains a signal, and the target tells us the
326 stop was caused by a hardware breakpoint, ignore the trap.
327 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
328 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
329 to_supports_stopped_by_hw_breakpoint>: New fields.
330 (target_stopped_by_sw_breakpoint)
331 (target_supports_stopped_by_sw_breakpoint)
332 (target_stopped_by_hw_breakpoint)
333 (target_supports_stopped_by_hw_breakpoint): Define.
334 * target-delegates.c: Regenerate.
335
79639e11
PA
3362015-03-04 Pedro Alves <palves@redhat.com>
337
338 * infrun.c (follow_fork_inferior): Use the whole of the
339 inferior_ptid and pending_follow.related_pid ptids instead of
340 building ptids from the process components. Adjust verbose output
341 to use target_pid_to_str.
342 * linux-nat.c (linux_child_follow_fork): Use the whole of the
343 inferior_ptid and pending_follow.related_pid ptids instead of
344 building ptids from the process components.
345
e85e8e5e
MK
3462015-03-04 Mark Kettenis <kettenis@gnu.org>
347
348 * inf-ptrace.c [PT_GET_PROCESS_STATE]
349 (inf_ptrace_insert_fork_catchpoint): New function.
350 (inf_ptrace_remove_fork_catchpoint): New function.
351 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
352
87de11c0
AA
3532015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
354
355 * s390-linux-tdep.c (s390_register_name): Return empty string
356 instead of NULL for registers that shouldn't be visible.
357
d851a69a
AA
3582015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
359
360 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
361 XML file for 64-bit targets.
362
b072f6c1
SM
3632015-03-03 Simon Marchi <simon.marchi@ericsson.com>
364
365 * target.h (find_default_create_inferior): Remove declaration.
366 (find_default_attach): Likewise.
367
c1593e4f
PA
3682015-03-03 Pedro Alves <palves@redhat.com>
369
370 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
371 Use ptid_get_pid to get the overall process id when resuming all
372 threads.
373
90ad5e1d
PA
3742015-03-03 Pedro Alves <palves@redhat.com>
375
376 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
377 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
378 * inf-ptrace.c (get_ptrace_pid): New function.
379 (inf_ptrace_resume): Use it.
380 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
381 to the lower layer.
382
d68e53f4
MM
3832015-03-03 Markus Metzger <markus.t.metzger@intel.com>
384
385 * nat/linux-btrace.c: Include sys/utsname.h.
386 (linux_determine_kernel_ptr_bits): New.
387 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
388 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
389 ptr_bits.
390
986b6601
MM
3912015-03-03 Markus Metzger <markus.t.metzger@intel.com>
392
393 * btrace.c (ftrace_update_function): Treat return as tailcall for
394 "_dl_runtime_resolve".
395
ce0dfbea
MM
3962015-03-03 Markus Metzger <markus.t.metzger@intel.com>
397
398 * btrace.h (btrace_function) <lbegin, lend>: Remove.
399 * btrace.c (ftrace_debug): Do not print the line range.
400 (ftrace_skip_file, ftrace_update_lines): Remove.
401 (ftrace_new_function): Remove lbegin and lend initialization.
402 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
403 * record-btrace.c (btrace_compute_src_line_range): New.
404 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
405
95e50b27
PA
4062015-03-02 Pedro Alves <palves@redhat.com>
407
408 * infrun.c (follow_exec): Delete all threads of the process except
409 the event thread. Extended comments.
410
00e474c2
JB
4112015-03-02 Joel Brobecker <brobecker@adacore.com>
412
413 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
414
cc7039d3
JB
4152015-03-02 Joel Brobecker <brobecker@adacore.com>
416
417 * utils.h: Remove <stdbool.h> #include.
418 (producer_is_gcc): Change return type to "int".
419 * utils.c (producer_is_gcc): Change return type to int.
420 Return 1 instead of true, and 0 instead of false.
421 Adjust function documentation accordingly.
422
550bdf96
AA
4232015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
424
425 * s390-linux-nat.c (have_regset_vxrs): New static variable.
426 (s390_linux_fetch_inferior_registers): Handle vector registers, if
427 present.
428 (s390_linux_store_inferior_registers): Likewise.
429 (s390_get_hwcap): Remove function. Embed its logic...
430 (s390_read_description): ...here. Yield a target description with
431 vector registers if applicable.
432 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
433 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
434 "features/s390x-tevx-linux64.c".
435 (struct gdbarch_tdep) <v0_full_regnum>: New field.
436 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
437 for "GNU/Linux-specific registers".
438 (s390_dwarf_reg_r0l): New enum value.
439 (s390_dwarf_reg_to_regnum): Support vector registers.
440 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
441 of GPR lower halves.
442 (regnum_is_vxr_full): New function.
443 (s390_register_name): New function.
444 (s390_pseudo_register_name): Handle v0-v15, which are composed of
445 f0-f15 and v0l-v15l.
446 (s390_pseudo_register_type): Likewise.
447 (s390_pseudo_register_read): Likewise.
448 (s390_pseudo_register_write): Likewise.
449 (s390_value_from_register): Account for the fact that values are
450 placed left-justified in vector registers.
451 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
452 the vector reggroup and omit them from the general reggroup.
453 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
454 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
455 (s390_iterate_over_regset_sections): Add iterations for the two
456 new vector regsets.
457 (s390_core_read_description): Yield a target description with
458 vector registers if applicable.
459 (s390_gdbarch_init): Handle target descriptions with vector
460 registers. Add "register_name" gdbarch method.
461 (_initialize_s390_tdep): Call new tdesc initialization functions.
462 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
463 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
464 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
465 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
466 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
467 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
468 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
469 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
470 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
471 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
472 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
473 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
474 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
475 (S390_NUM_REGS): Adjust value.
476 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
477 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
478 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
479 * NEWS: Announce S/390 vector register support.
480
446899e4
AA
4812015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
482
483 * features/s390-tevx-linux64.xml: New file.
484 * features/s390-vx-linux64.xml: New file.
485 * features/s390-vx.xml: New file.
486 * features/s390x-tevx-linux64.xml: New file.
487 * features/s390x-vx-linux64.xml: New file.
488 * features/Makefile (WHICH): Add s390-vx-linux64,
489 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
490 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
491 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
492 macros.
493 * features/s390-tevx-linux64.c: New generated file.
494 * features/s390-vx-linux64.c: Likewise.
495 * features/s390x-tevx-linux64.c: Likewise.
496 * features/s390x-vx-linux64.c: Likewise.
497 * regformats/s390-tevx-linux64.dat: Likewise.
498 * regformats/s390-vx-linux64.dat: Likewise.
499 * regformats/s390x-tevx-linux64.dat: Likewise.
500 * regformats/s390x-vx-linux64.dat: Likewise.
501
b7236fbe
DE
5022015-02-28 Doug Evans <xdje42@gmail.com>
503
504 * symtab.h (struct symtab) <next>: Fix comment.
505
02e62830
SM
5062015-02-27 Simon Marchi <simon.marchi@ericsson.com>
507
508 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
509 python_GdbMethods.
510
bf36a1e7
PA
5112015-02-27 Pedro Alves <palves@redhat.com>
512
513 * dtrace-probe.c (dtrace_probe_ops): Make extern.
514
ad6aff7d
PA
5152015-02-27 Pedro Alves <palves@redhat.com>
516
517 * common/common-exceptions.h (exception_none): Declare.
518 * common/common-exceptions.c (exception_none): Moved from
519 exceptions.c.
520 (exceptions_state_mc_init): Use exception_none.
521 * exceptions.c (exception_none): Move to
522 common/common-exceptions.c.
523 * exceptions.h (exception_none): Move to
524 common/common-exceptions.h.
525
97c18565
PA
5262015-02-27 Pedro Alves <palves@redhat.com>
527
528 * main.c (catch_command_errors, catch_command_errors_const):
529 Remove 'mask' argument. Adjust.
530 (captured_main): Adjust callers.
531
e992c591
PA
5322015-02-27 Pedro Alves <palves@redhat.com>
533
534 * python/python-internal.h: Include "extension-priv.h".
535
64166036
PA
5362015-02-27 Pedro Alves <palves@redhat.com>
537
538 * breakpoint.h (enum print_stop_action): Move further up in the
539 file.
540
8a526fa6
PA
5412015-02-27 Pedro Alves <palves@redhat.com>
542
543 * gdbarch.sh: Include regcache.h.
544 * gdbarch.h: Regenerate.
545
0fa9c223
PA
5462015-02-27 Pedro Alves <palves@redhat.com>
547
548 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
549 Remove duplicate const.
550 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
551 duplicate const.
552
7cf99fb1
PA
5532015-02-27 Pedro Alves <palves@redhat.com>
554
555 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
556 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
557 * features/feature_to_c.sh: Tag the generated xml_builtin array
558 with extern const in C++ mode.
559
1424c16e
TT
5602015-02-27 Tom Tromey <tromey@redhat.com>
561
562 * minidebug.c (struct lzma_stream): Rename to ...
563 (struct gdb_lzma_stream): ... this.
564 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
565
10367c7c
PA
5662015-02-27 Pedro Alves <palves@redhat.com>
567
568 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
569 function.
570 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
571 (mi_cmd_stack_list_variables): Use it.
572
4180215b
PA
5732015-02-27 Pedro Alves <palves@redhat.com>
574
575 * x86-linux-nat.c (u_debugreg_offset): New function.
576 (x86_linux_dr_get, x86_linux_dr_set): Use it.
577
2f56f7c3
PA
5782015-02-27 Pedro Alves <palves@redhat.com>
579
580 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
581 declaration.
582 Include break-common.h.
583
570dc176
TT
5842015-02-27 Tom Tromey <tromey@redhat.com>
585 Pedro Alves <palves@redhat.com>
586
587 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
588 local used to iterate over enums.
589 * completer.c (signal_completer): Likewise.
590 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
591 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
592 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
593 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
594 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
595 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
596 * tui-wingeneral.c (tui_refresh_all): Likewise.
597
68c14faa
PA
5982015-02-27 Pedro Alves <palves@redhat.com>
599
600 * target.h: Include "infrun.h".
601
749bab01
PA
6022015-02-27 Pedro Alves <palves@redhat.com>
603
604 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
605
3c14e5a3
PA
6062015-02-27 Pedro Alves <palves@redhat.com>
607
608 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
609 (IPA_SYM): Use it.
610 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
611
56000a98
PA
6122015-02-27 Pedro Alves <palves@redhat.com>
613
614 * cli-out.c (_rl_erase_entire_line): Move declaration out of
615 cli_mld_erase_entire_line, and make it extern "C".
616 * common/common-defs.h (EXTERN_C): New.
617 * completer.c (_rl_completion_prefix_display_length)
618 (_rl_print_completions_horizontally, QSFUNC): Move declarations
619 out of gdb_display_match_list_1.
620 (_rl_qsort_string_compare): Move declaration out of
621 gdb_display_match_list_1, and make it extern "C".
622 * defs.h (re_comp): Use EXTERN_C.
623 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
624 and make it extern "C".
625 (monstartup): Move declaration out of maintenance_set_profile_cmd,
626 and make it extern "C".
627 (main): Move declaration out of maintenance_set_profile_cmd.
628 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
629 EXTERN_C.
630
bcabf420
PA
6312015-02-27 Pedro Alves <palves@redhat.com>
632
633 * python/python.c (GdbMethods): Rename to ...
634 (python_GdbMethods): ... this and make extern.
635 (GdbModuleDef): Rename to ...
636 (python_GdbModuleDef): ... this and make extern.
637
928dbe07
PA
6382015-02-27 Pedro Alves <palves@redhat.com>
639
640 * record-btrace.c (set_record_btrace_cmdlist)
641 (show_record_btrace_cmdlist): Remove redefinitions.
642
52059ffd
TT
6432015-02-27 Tom Tromey <tromey@redhat.com>
644 Pedro Alves <palves@redhat.com>
645
646 * dwarf2-frame.c (enum cfa_how_kind, struct
647 dwarf2_frame_state_reg_info): Move out of struct
648 dwarf2_frame_state.
649 * dwarf2read.c (struct tu_stats): Move out of struct
650 dwarf2_per_objfile.
651 (struct file_entry): Move out of struct line_header.
652 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
653 typedef_field_list): Move out of struct field_info.
654 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
655 Move out of struct dynamic_prop.
656 (union type_owner, union field_location, struct field, struct
657 range_bounds, union type_specific): Move out of struct main_type.
658 (struct fn_fieldlist, struct fn_field, struct typedef_field)
659 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
660 (struct call_site_target, union call_site_parameter_u, struct
661 call_site_parameter): Move out of struct call_site.
662 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
663 m32c_prologue.
664 (enum srcdest_kind): Move out of struct srcdest.
665 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
666 * prologue-value.h (enum prologue_value_kind): Move out of struct
667 prologue_value.
668 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
669 gdbarch_tdep.
670 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
671 out of struct field_info.
672 * symfile.h (struct other_sections): Move out of struct
673 section_addr_info.
674 * symtab.c (struct symbol_cache_slot): Move out struct
675 block_symbol_cache.
676 * target-descriptions.c (enum tdesc_type_kind): Move out of
677 typedef struct tdesc_type.
678 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
679 struct tui_line_or_address.
680 * value.c (enum internalvar_kind, union internalvar_data): Move
681 out of struct internalvar.
682 * xtensa-tdep.h (struct ctype_cache): Move out of struct
683 gdbarch_tdep.
684
fe978cb0
PA
6852015-02-27 Tom Tromey <tromey@redhat.com>
686 Pedro Alves <palves@redhat.com>
687
688 Rename symbols whose names are reserved C++ keywords throughout.
689
3bc3d82a
PA
6902015-02-27 Pedro Alves <palves@redhat.com>
691
692 * Makefile.in (COMPILER): New, get it from autoconf.
693 (COMPILE.pre, CC_LD): Use COMPILER.
694 (CXX): Get from autoconf instead.
695 (CXX_FOR_TARGET): Default to g++ instead of gcc.
696 * acinclude.m4: Include build-with-cxx.m4.
697 * build-with-cxx.m4: New file.
698 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
699 Disable -Werror by default if building in C++ mode.
700 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
701 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
702 Run supported-warning-flags tests with the C++ compiler.
703 Save/restore CXXFLAGS too.
704 * configure: Regenerate.
705
07697489
PA
7062015-02-27 Pedro Alves <palves@redhat.com>
707
708 * libiberty.m4: New file.
709 * acinclude.m4: Include libiberty.m4.
710 * configure.ac: Call libiberty_INIT.
711 * config.in, configure: Regenerate.
712
60abeae4
AA
7132015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
714
715 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
716 31-bit targets, but 64-bit targets as well.
717 (s390_gnu_triplet_regexp): New function.
718 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
719 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
720 method.
721
f44466fb 7222015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
f0666312
JT
723
724 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
725 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
726 from CONTEXT_DEBUGGER.
727
0def5aaa
DE
7282015-02-26 Doug Evans <dje@google.com>
729
730 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
731 CHECK_TYPEDEF.
732 (set_type_vptr_fieldno): Ditto.
733 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
734 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
735
77b64a49
PA
7362015-02-26 Pedro Alves <palves@redhat.com>
737
738 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
739 * complaints.c (vcomplaint): Pass argument FMT directly to
740 printf-like functions instead of complaint->fmt.
741 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
742 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
743 * compile/compile-loc2c.c (pushf, unary, binary): Add
744 ATTRIBUTE_PRINTF.
745 (do_compile_dwarf_expr_to_c): Pass string literal as format string
746 to pushf.
747 (BINARY): Pass string literal as format string to 'binary'.
748 * compile/compile-object-load.c (link_callbacks_einfo): Add
749 ATTRIBUTE_PRINTF.
750 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
751
532f44ed
PA
7522015-02-26 Pedro Alves <palves@redhat.com>
753
754 * windows-termcap.c: Rename to ...
755 * stub-termcap.c: ... this. Adjust header line.
756 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
757 windows-termcap.c.
758 * configure: Regenerate.
759 * configure.ac: Refer to stub-termcap.o instead of
760 windows-termcap.o.
761 * gdb_curses.h: Mention stub-termcap.c instead of
762 windows-termcap.c.
763
081a1c2c
JK
7642015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
765
766 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
767 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
768
2f41223f
AT
7692015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
770
771 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
772
80c57053
JK
7732015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
774
775 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
776 bfd_canonicalize_symtab.
777
cf424aef
JB
7782015-02-25 John Baldwin <jhb@FreeBSD.org>
779
780 * amd64fbsd-nat.c: Include sys/user.h.
781 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
782 instead of KERN_PS_STRINGS to locate the signal trampoline.
783 * i386fbsd-nat.c: Include sys/user.h.
784 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
785 instead of KERN_PS_STRINGS to locate the signal trampoline.
786 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
787 (amd64fbsd_sigtramp_p): New.
788 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
789 longer set default values.
790 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
791 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
792 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
793 (i386fbsd_freebsd4_sigtramp_start)
794 (i386fbsd_freebsd4_sigtramp_middle)
795 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
796 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
797 (i386fbsd_sigtramp_p): New.
798 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
799 longer set default values.
800 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
801
c5cb74ee
JB
8022015-02-25 John Baldwin <jhb@freebsd.org>
803
804 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
805 get_frame_register instead of frame_unwind_register_unsigned.
806
17487d85
JK
8072015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
808
809 PR build/18033
810 * compile/compile-c-support.c (c_compute_program): Change // comment.
811 * compile/compile-object-load.c (setup_sections): Change // comment.
812
9357a9e6
JB
8132015-02-26 Joel Brobecker <brobecker@adacore.com>
814
815 PR build/18033:
816 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
817
1f10ba14
PA
8182015-02-23 Pedro Alves <palves@redhat.com>
819
820 * remote.c (skip_to_semicolon): New function.
821 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
822 special case the stop reasons that look like hex numbers
823 upfront. Instead handle real register numbers after matching
824 all the known stop reasons.
825
96553a0c
DE
8262015-02-21 Doug Evans <dje@google.com>
827
828 PR c++/17976, symtab/17821
829 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
830 is_in_anonymous. All callers updated.
831 (find_symbol_in_baseclass): Ditto.
832 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
833 for symbols in an anonymous namespace.
834 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
835 DW_AT_name directly.
836 (dwarf2_name): Convert missing namespace name to
837 CP_ANONYMOUS_NAMESPACE_STR.
838
2db9a427
PA
8392015-02-20 Pedro Alves <palves@redhat.com>
840
841 * linux-nat.c (linux_handle_extended_wait): Call
842 thread_db_notice_clone whenever a new clone LWP is detected.
843 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
844 functions.
845 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
846 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
847 (linux_unstop_all_lwps): Declare.
848 * linux-thread-db.c (struct thread_get_info_inout): Delete.
849 (thread_get_info_callback): Delete.
850 (thread_from_lwp): Use td_thr_get_info and record_thread.
851 (thread_db_attach_lwp): Delete.
852 (thread_db_notice_clone): New function.
853 (try_thread_db_load_1): If /proc is mounted and shows the
854 process'es task list, walk over all LWPs and call thread_from_lwp
855 instead of relying on td_ta_thr_iter.
856 (attach_thread): Don't call check_thread_signals here. Split the
857 tail part of the function (which adds the thread to the core GDB
858 thread list) to ...
859 (record_thread): ... this function. Call check_thread_signals
860 here.
861 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
862 call thread_from_lwp.
863 (thread_db_update_thread_list): Rename to ...
864 (thread_db_update_thread_list_org): ... this.
865 (thread_db_update_thread_list): New function.
866 (thread_db_find_thread_from_tid): Delete.
867 (thread_db_get_ada_task_ptid): Simplify.
868 * nat/linux-procfs.c: Include <sys/stat.h>.
869 (linux_proc_task_list_dir_exists): New function.
870 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
871
3b27ef47
PA
8722015-02-20 Pedro Alves <palves@redhat.com>
873
874 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
875 main LWP. Handle the case of waitpid returning 0 if we're already
876 attached to the LWP. Don't set the LWP's last_resume_kind to
877 resume_stop if we already knew about the LWP.
878 (linux_nat_filter_event): Add debug logs.
879
1cc28231
PA
8802015-02-20 Pedro Alves <palves@redhat.com>
881
882 * target.h (forward_target_decr_pc_after_break): Delete
883 declaration.
884
5c5019c2
PA
8852015-02-20 Pedro Alves <palves@redhat.com>
886
887 PR threads/18006
888 * linux-thread-db.c (thread_get_info_callback): Return early if
889 the thread's lwp id is -1.
890
f3978e91
JB
8912015-02-20 Joel Brobecker <brobecker@adacore.com>
892
893 GDB 7.9 released.
894
ffdf88ec
SE
8952015-02-19 Steve Ellcey <sellcey@imgtec.com>
896
897 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
898 (dtrace_get_probes) Change type of variable 'dof'.
899
c9587f88
AT
9002015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
901
902 PR breakpoints/16812
903 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
904 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
905 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
906
53cf2ee0
DT
9072015-02-19 David Taylor <dtaylor@emc.com>
908
909 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
910
acfe0940
PP
9112015-02-18 Patrick Palka <patrick@parcs.ath.cx>
912
913 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
914 function.
915 (tui_putc): Don't call tui_handle_resize_during_io.
916 (tui_getc): Likewise.
917 (tui_mld_getc): Likewise.
918 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
919 (tui_sigwinch_token): New static variable.
920 (tui_initialize_win): Adjust documentation. Set
921 tui_sigwinch_token.
922 (tui_async_resize_screen): New asynchronous callback.
923 (tui_sigwinch_handler): Adjust documentation. Asynchronously
924 invoke tui_async_resize_screen.
925
f6a88844
JM
9262015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
927
928 * configure: Regenerated.
929 * configure.ac: Use GDB_AC_TRANSFORM.
930 * Makefile.in (aclocal_m4_deps): Added transform.m4.
931 * acinclude.m4: sinclude transform.m4.
932 * transform.m4: New file.
933 (GDB_AC_TRANSFORM): New macro.
934
b05e3b0d
JM
9352015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
936
937 * NEWS: Announce the support for DTrace SDT probes.
938
c3e3045e
JM
9392015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
940
941 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
942 (amd64_dtrace_parse_probe_argument): New function.
943 (amd64_dtrace_probe_is_enabled): Likewise.
944 (amd64_dtrace_enable_probe): Likewise.
945 (amd64_dtrace_disable_probe): Likewise.
946 (amd64_linux_init_abi): Register the
947 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
948 `gdbarch_dtrace_disable_probe' and
949 `gdbarch_dtrace_probe_is_enabled' hooks.
950 (amd64_dtrace_disabled_probe_sequence_1): New constant.
951 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
952 (amd64_dtrace_enable_probe_sequence): Likewise.
953 (amd64_dtrace_disable_probe_sequence): Likewise.
954
d4777acb
JM
9552015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
956
957 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
958 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
959 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
960 handle ELF files.
961 * Makefile.in (SFILES): dtrace-probe.c added.
962 * configure: Regenerate.
963 * dtrace-probe.c: New file.
964 (SHT_SUNW_dof): New constant.
965 (dtrace_probe_type): New enum.
966 (dtrace_probe_arg): New struct.
967 (dtrace_probe_arg_s): New typedef.
968 (struct dtrace_probe_enabler): New struct.
969 (dtrace_probe_enabler_s): New typedef.
970 (dtrace_probe): New struct.
971 (dtrace_probe_is_linespec): New function.
972 (dtrace_dof_sect_type): New enum.
973 (dtrace_dof_dofh_ident): Likewise.
974 (dtrace_dof_encoding): Likewise.
975 (DTRACE_DOF_ENCODE_LSB): Likewise.
976 (DTRACE_DOF_ENCODE_MSB): Likewise.
977 (dtrace_dof_hdr): New struct.
978 (dtrace_dof_sect): Likewise.
979 (dtrace_dof_provider): Likewise.
980 (dtrace_dof_probe): Likewise.
981 (DOF_UINT): New macro.
982 (DTRACE_DOF_PTR): Likewise.
983 (DTRACE_DOF_SECT): Likewise.
984 (dtrace_process_dof_probe): New function.
985 (dtrace_process_dof): Likewise.
986 (dtrace_build_arg_exprs): Likewise.
987 (dtrace_get_arg): Likewise.
988 (dtrace_get_probes): Likewise.
989 (dtrace_get_probe_argument_count): Likewise.
990 (dtrace_can_evaluate_probe_arguments): Likewise.
991 (dtrace_evaluate_probe_argument): Likewise.
992 (dtrace_compile_to_ax): Likewise.
993 (dtrace_probe_destroy): Likewise.
994 (dtrace_gen_info_probes_table_header): Likewise.
995 (dtrace_gen_info_probes_table_values): Likewise.
996 (dtrace_probe_is_enabled): Likewise.
997 (dtrace_probe_ops): New variable.
998 (info_probes_dtrace_command): New function.
999 (_initialize_dtrace_probe): Likewise.
1000 (dtrace_type_name): Likewise.
1001
8b367e17
JM
10022015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1003
1004 * gdbarch.sh (dtrace_parse_probe_argument): New.
1005 (dtrace_probe_is_enabled): Likewise.
1006 (dtrace_enable_probe): Likewise.
1007 (dtrace_disable_probe): Likewise.
1008 * gdbarch.c: Regenerate.
1009 * gdbarch.h: Regenerate.
1010
9aca2ff8
JM
10112015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1012
1013 * stap-probe.c (stap_probe_ops): Add NULLs in the static
1014 stap_probe_ops for `enable_probe' and `disable_probe'.
1015 * probe.c (enable_probes_command): New function.
1016 (disable_probes_command): Likewise.
1017 (_initialize_probe): Define the cli commands `enable probe' and
1018 `disable probe'.
1019 (parse_probe_linespec): New function.
1020 (info_probes_for_ops): Use parse_probe_linespec.
1021 * probe.h (probe_ops): New hooks `enable_probe' and
1022 `disable_probe'.
1023
03e98035
JM
10242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1025
1026 * probe.c (compute_probe_arg): Moved from stap-probe.c
1027 (compile_probe_arg): Likewise.
1028 (probe_funcs): Likewise.
1029 * stap-probe.c (compute_probe_arg): Moved to probe.c.
1030 (compile_probe_arg): Likewise.
1031 (probe_funcs): Likewise.
1032
6f9b8491
JM
10332015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1034
1035 * probe.c (print_ui_out_not_applicables): New function.
1036 (exists_probe_with_pops): Likewise.
1037 (info_probes_for_ops): Do not include column headers for probe
1038 types for which no probe has been actually found on any object.
1039 Also invoke `print_ui_out_not_applicables' in order to match the
1040 column rows with the header when probes of several types are
1041 listed.
1042 Print the "Type" column.
1043 * probe.h (probe_ops): Added a new probe operation `type_name'.
1044 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
1045 (stap_type_name): New function.
1046
69efdff1
PP
10472015-02-17 Patrick Palka <patrick@parcs.ath.cx>
1048
1049 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
1050 (key_is_command_char): Delete.
1051
f8e5e23e
PA
10522015-02-17 Pedro Alves <palves@redhat.com>
1053
1054 * tui/tui.c (tui_enable): Resize windows before anything
1055 might show a window.
1056
9f2e0721
MO
10572015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
1058
1059 PR gdb/17984
1060 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
1061 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
1062 call.
1063 * aarch64-tdep.h (tdesc_aarch64): Declare.
1064
171e6b1c
MW
10652015-02-12 Mark Wielaard <mjw@redhat.com>
1066
1067 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
1068
d5ff0482
DE
10692015-02-13 Doug Evans <dje@google.com>
1070
1071 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
1072 anonymous_namespace to is_in_anonymous for consistency with the rest
1073 of the file.
1074 (cp_lookup_bare_symbol): Fix typo in comment.
1075 (cp_search_static_and_baseclasses): Ditto.
1076 (search_symbol_list): Use vertical space in comment better.
1077 (reset_directive_searched): Ditto. Fix typo.
1078 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
1079
9f04ac5f
YQ
10802015-02-13 Yao Qi <yao.qi@arm.com>
1081
1082 * MAINTAINERS: Update my email address.
1083
013d0319
DE
10842015-02-12 Doug Evans <dje@google.com>
1085
b615dd20 1086 * symtab.c (completion_list_add_name): Fix memory leak.
013d0319 1087
9a7e538e
DE
10882015-02-12 Doug Evans <dje@google.com>
1089
1090 * completer.c (complete_line): Remove incorrect comment.
1091
e1fcd575
JK
10922015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1093
1094 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
1095 (py_print_frame): Use RETURN_MASK_ERROR.
1096
b99bf4e3
JK
10972015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1098
1099 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
1100 function comment. Wrap all function that can throw in cleanups.
1101 (gdbpy_apply_frame_filter): Wrap all function that can throw in
1102 cleanups.
1103
800eb1ce
JK
11042015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1105
1106 * python/py-framefilter.c (py_print_frame): Substitute goto error.
1107 Remove the error label.
1108
34019068
JK
11092015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1110
1111 * python/py-framefilter.c (py_print_frame): Put conditional code paths
1112 with goto first, indent the former else codepath left. Put variable
1113 'elided' to a new inner block.
1114
8d4a54e2
JK
11152015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1116
1117 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
1118
18ad82c1
PA
11192015-02-11 Pedro Alves <palves@redhat.com>
1120
1121 * xcoffread.c (within_function): Delete.
1122
e36122e9
TT
11232015-02-11 Tom Tromey <tromey@redhat.com>
1124 Pedro Alves <palves@redhat.com>
1125
1126 * breakpoint.c (base_breakpoint_ops): Delete.
1127 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
1128 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
1129 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
1130 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
1131 * python/py-arch.c (arch_object_type): Make extern.
1132 * python/py-block.c (block_syms_iterator_object_type): Make extern.
1133 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
1134 * python/py-cmd.c (cmdpy_object_type): Make extern.
1135 * python/py-continueevent.c (continue_event_object_type)
1136 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
1137 parameter. Update all callers.
1138 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
1139 * python/py-exitedevent.c (exited_event_object_type): Make extern.
1140 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
1141 * python/py-function.c (fnpy_object_type): Make extern.
1142 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
1143 * python/py-infevents.c (call_pre_event_object_type)
1144 (inferior_call_post_event_object_type).
1145 (memory_changed_event_object_type): Make extern.
1146 * python/py-infthread.c (thread_object_type): Make extern.
1147 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
1148 * python/py-linetable.c (linetable_entry_object_type)
1149 (linetable_object_type, ltpy_iterator_object_type): Make extern.
1150 * python/py-newobjfileevent.c (new_objfile_event_object_type)
1151 (clear_objfiles_event_object_type): Make extern.
1152 * python/py-objfile.c (objfile_object_type): Make extern.
1153 * python/py-param.c (parmpy_object_type): Make extern.
1154 * python/py-progspace.c (pspace_object_type): Make extern.
1155 * python/py-signalevent.c (signal_event_object_type): Make extern.
1156 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
1157 * python/py-type.c (type_object_type, field_object_type)
1158 (type_iterator_object_type): Make extern.
1159 * python/python.c (python_extension_script_ops)
1160 (python_extension_ops): Make extern.
1161 * stap-probe.c (stap_probe_ops): Make extern.
1162
0703599a
PA
11632015-02-11 Pedro Alves <pedro@codesourcery.com>
1164
1165 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
1166 because the event thread is not the current thread.
1167
eaaf76ab
DE
11682015-02-11 Doug Evans <xdje42@gmail.com>
1169
1170 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
1171 been initialized yet, return NULL.
1172
e7d52ed3
DE
11732015-02-11 Doug Evans <dje@google.com>
1174
1175 * symfile.h (new_symfile_objfile): Delete.
1176 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
1177 All callers updated.
1178
fc6b1256
PP
11792015-02-11 Patrick Palka <patrick@parcs.ath.cx>
1180
1181 * tui/tui-io.c (tui_handle_resize_during_io): Call
1182 tui_update_gdb_sizes() after resizing the screen.
1183 * tui/tui.c (tui_enable): Resize the terminal before
1184 calling tui_update_gdb_sizes().
1185
d9080678
PP
11862015-02-11 Patrick Palka <patrick@parcs.ath.cx>
1187
1188 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
1189 line before printing a newline.
1190
9f615e3a
MW
11912015-02-11 Mark Wielaard <mjw@redhat.com>
1192
1193 * utils.c (producer_is_gcc): Return true or false.
1194
d9080678 11952015-02-10 Mark Wielaard <mjw@redhat.com>
b1ffba5a
MW
1196
1197 * utils.h (producer_is_gcc): Change return type to bool. Add major
1198 argument.
1199 * utils.c (producer_is_gcc): Likewise.
1200 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
1201 * dwarf2read.c (check_producer): Likewise.
1202
b052c4fb
PA
12032015-02-10 Pedro Alves <palves@redhat.com>
1204
1205 * infrun.c (displaced_step_fixup): Switch to the event thread
1206 before calling gdbarch_displaced_step_fixup.
1207
3ac240d4
AT
12082015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1209
1210 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
1211
c1cc6152
SM
12122015-02-10 Simon Marchi <simon.marchi@ericsson.com>
1213
1214 * ada-varobj.c (ada_name_of_child): Constify parent.
1215 (ada_path_expr_of_child): Same.
1216 (ada_value_of_child): Same.
1217 (ada_type_of_child): Same.
1218 * c-varobj.c (c_is_path_expr_parent): Same.
1219 (c_describe_child): Same.
1220 (c_name_of_child): Same.
1221 (c_value_of_child): Same.
1222 (c_type_of_child): Same.
1223 (cplus_number_of_children): Same.
1224 (cplus_describe_child): Constify var.
1225 (cplus_name_of_child): Constify parent.
1226 (cplus_value_of_child): Same.
1227 (cplus_type_of_child): Same.
1228 * jv-varobj.c (java_name_of_child): Same.
1229 (java_value_of_child): Same.
1230 (java_type_of_child): Same.
1231 * varobj.c (value_of_child): Same.
1232 (varobj_default_is_path_expr_parent): Constify var, parent and return
1233 value.
1234 (varobj_get_path_expr): Constify var, modify path_expr through
1235 mutable_var.
1236 (install_new_value): Constify parent.
1237 (value_of_child): Constify parent.
1238 * varobj.h (struct varobj): Constify parent.
1239 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
1240 type_of_child.
1241 (varobj_get_path_expr): Constify var.
1242 (varobj_get_path_expr_parent): Constify var and return value.
1243
c1ee9414
LM
12442015-02-10 Luis Machado <lgustavo@codesourcery.com>
1245
1246 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
1247 (arm_prologue_this_id): Move PC and SP limit checks to
1248 arm_prologue_unwind_stop_reason.
1249 (arm_prologue_unwind) <stop_reason> : Set to
1250 arm_prologue_unwind_stop_reason.
1251
f7de9aab
MW
12522015-02-09 Mark Wielaard <mjw@redhat.com>
1253
1254 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
1255 DW_LANG_Fortran08 as language_fortran.
1256
0b24eb2d
SDJ
12572015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
1258
1259 PR remote/17946
1260 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
1261 of pointer against char.
1262
a2c2acaf
MW
12632015-02-09 Mark Wielaard <mjw@redhat.com>
1264
1265 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
1266 (c_type_print_modifier): Likewise.
1267 * dwarf2read.c (read_tag_atomic_type): New function.
1268 (read_type_die_1): Handle DW_TAG_atomic_type.
1269 * gdbtypes.c (make_atomic_type): New function.
1270 (recursive_dump_type): Handle TYPE_ATOMIC.
1271 * gdbtypes.h (enum type_flag_values): Renumber.
1272 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
1273 (TYPE_ATOMIC): New macro.
1274 (make_atomic_type): Declare.
1275
31fd9caa
MM
12762015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1277
1278 * btrace.c (ftrace_find_call): Skip gaps.
1279 (ftrace_new_function): Initialize level.
1280 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
1281 (ftrace_new_switch): Update
1282 level computation.
1283 (ftrace_new_gap): New.
1284 (ftrace_update_function): Create new function after gap.
1285 (btrace_compute_ftrace_bts): Create gap on error.
1286 (btrace_stitch_bts): Update parameters. Clear trace if it
1287 becomes empty.
1288 (btrace_stitch_trace): Update parameters. Update callers.
1289 (btrace_clear): Reset the number of gaps.
1290 (btrace_insn_get): Return NULL if the iterator points to a gap.
1291 (btrace_insn_number): Return zero if the iterator points to a gap.
1292 (btrace_insn_end): Allow gaps at the end.
1293 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
1294 (btrace_find_insn_by_number): Assert that the found iterator does
1295 not point to a gap.
1296 (btrace_call_next, btrace_call_prev): Assert that the last function
1297 is not a gap.
1298 * btrace.h (btrace_bts_error): New.
1299 (btrace_function): Update comment.
1300 (btrace_function) <insn, insn_offset, number>: Update comment.
1301 (btrace_function) <errcode>: New.
1302 (btrace_thread_info) <ngaps>: New.
1303 (btrace_thread_info) <replay>: Update comment.
1304 (btrace_insn_get): Update comment.
1305 * record-btrace.c (btrace_ui_out_decode_error): New.
1306 (record_btrace_info): Print number of gaps.
1307 (btrace_insn_history, btrace_call_history): Call
1308 btrace_ui_out_decode_error for gaps.
1309 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
1310
afb778a2
MM
13112015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1312
1313 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
1314 * nat/linux-btrace.c: (btrace_this_cpu): New.
1315 (cpu_supports_bts): Call btrace_this_cpu.
1316 (intel_supports_bts): Add cpu parameter.
1317
7d5c24b3
MM
13182015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1319
1320 * btrace.h (btrace_insn_class): New.
1321 (btrace_insn) <size, iclass>: New.
1322 * btrace.c (ftrace_find_call): Update parameters. Update users.
1323 Use instruction classification.
1324 (ftrace_new_return): Update parameters. Update users.
1325 (ftrace_update_function): Update parameters. Update users. Use
1326 instruction classification.
1327 (ftrace_update_insns): Update parameters. Update users.
1328 (ftrace_classify_insn): New.
1329 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
1330 TRY_CATCH around call to gdb_insn_length.
1331
76235df1
MM
13322015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1333
1334 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
1335 Update parameters. Update users.
1336
d33501a5
MM
13372015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1338
1339 * btrace.c (parse_xml_btrace_conf_bts): Add size.
1340 (btrace_conf_bts_attributes): New.
1341 (btrace_conf_children): Add attributes.
1342 * common/btrace-common.h (btrace_config_bts): New.
1343 (btrace_config)<bts>: New.
1344 (btrace_config): Update comment.
1345 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
1346 Use config.
1347 * features/btrace-conf.dtd: Increment version. Add size
1348 attribute to bts element.
1349 * record-btrace.c (set_record_btrace_bts_cmdlist,
1350 show_record_btrace_bts_cmdlist): New.
1351 (record_btrace_adjust_size, record_btrace_print_bts_conf,
1352 record_btrace_print_conf, cmd_set_record_btrace_bts,
1353 cmd_show_record_btrace_bts): New.
1354 (record_btrace_info): Call record_btrace_print_conf.
1355 (_initialize_record_btrace): Add commands.
1356 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
1357 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
1358 (btrace_sync_conf): Synchronize bts size.
1359 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
1360 * NEWS: Announce new commands and new packets.
1361
f4abbc16
MM
13622015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1363
1364 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
1365 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
1366 (x86_linux_btrace_conf): New.
1367 (x86_linux_create_target): Initialize to_btrace_conf.
1368 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
1369 Check format. Split into this and ...
1370 (linux_enable_bts): ... this.
1371 (linux_btrace_conf): New.
1372 (perf_event_skip_record): Renamed into ...
1373 (perf_event_skip_bts_record): ... this. Updated users.
1374 (linux_disable_btrace): Split into this and ...
1375 (linux_disable_bts): ... this.
1376 (linux_read_btrace): Check format.
1377 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
1378 (linux_btrace_conf): New.
1379 (btrace_target_info)<ptid>: Moved.
1380 (btrace_target_info)<conf>: New.
1381 (btrace_target_info): Split into this and ...
1382 (btrace_tinfo_bts): ... this. Updated users.
1383 * btrace.c (btrace_enable): Update parameters.
1384 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
1385 (btrace_conf_children, btrace_conf_attributes)
1386 (btrace_conf_elements): New.
1387 * btrace.h (btrace_enable): Update parameters.
1388 (btrace_conf, parse_xml_btrace_conf): New.
1389 * common/btrace-common.h (btrace_config): New.
1390 * feature/btrace-conf.dtd: New.
1391 * record-btrace.c (record_btrace_conf): New.
1392 (record_btrace_cmdlist): New.
1393 (record_btrace_enable_warn, record_btrace_open): Pass
1394 &record_btrace_conf.
1395 (record_btrace_info): Print recording format.
1396 (cmd_record_btrace_bts_start): New.
1397 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
1398 (_initialize_record_btrace): Add "record btrace bts" subcommand.
1399 Add "record bts" alias command.
1400 * remote.c (remote_state)<btrace_config>: New.
1401 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
1402 (remote_protocol_features): Add qXfer:btrace-conf:read.
1403 (remote_open_1): Call remote_btrace_reset.
1404 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
1405 (btrace_target_info)<conf>: New.
1406 (btrace_sync_conf, btrace_read_config): New.
1407 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
1408 btrace_read_conf.
1409 (remote_btrace_conf): New.
1410 (init_remote_ops): Initialize to_btrace_conf.
1411 (_initialize_remote): Add qXfer:btrace-conf packet.
1412 * target.c (target_enable_btrace): Update parameters.
1413 (target_btrace_conf): New.
1414 * target.h (target_enable_btrace): Update parameters.
1415 (target_btrace_conf): New.
1416 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
1417 (target_ops)<to_enable_btrace>: Update parameters and comment.
1418 (target_ops)<to_btrace_conf>: New.
1419 * target-delegates: Regenerate.
1420 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
1421 (target_debug_print_const_struct_btrace_target_info_p): New.
1422 * NEWS: Announce new command and new packet.
1423
aadf7753
MM
14242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1425
1426 * nat/linux-btrace.h (perf_event_buffer): New.
1427 (btrace_target_info) <buffer, size, data_head>: Replace with ...
1428 <bts>: ... this.
1429 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
1430 (perf_event_buffer_size, perf_event_buffer_begin)
1431 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
1432 Updated users.
1433 (perf_event_new_data): New.
1434
043c3577
MM
14352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1436
1437 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
1438 * record-btrace.c (record_btrace_open): Remove call to
1439 target_supports_btrace.
1440 * remote.c (remote_supports_btrace): Update parameters.
1441 * target.c (target_supports_btrace): Update parameters.
1442 * target.h (to_supports_btrace, target_supports_btrace): Update
1443 parameters.
1444 * target-delegates.c: Regenerate.
1445 * target-debug.h (target_debug_print_enum_btrace_format): New.
1446 * nat/linux-btrace.c
1447 (kernel_supports_btrace): Rename into ...
1448 (kernel_supports_bts): ... this. Update users. Update warning text.
1449 (intel_supports_btrace): Rename into ...
1450 (intel_supports_bts): ... this. Update users.
1451 (cpu_supports_btrace): Rename into ...
1452 (cpu_supports_bts): ... this. Update users.
1453 (linux_supports_btrace): Update parameters. Split into this and ...
1454 (linux_supports_bts): ... this.
1455 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
1456
734b0e4b
MM
14572015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1458
1459 * Makefile.in (SFILES): Add common/btrace-common.c.
1460 (COMMON_OBS): Add common/btrace-common.o.
1461 (btrace-common.o): Add build rules.
1462 * btrace.c (parse_xml_btrace): Update parameters.
1463 (parse_xml_btrace_block): Set format field.
1464 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
1465 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
1466 (btrace_compute_ftrace): Split into this and...
1467 (btrace_compute_ftrace_bts): ...this.
1468 (btrace_stitch_trace): Split into this and...
1469 (btrace_stitch_bts): ...this.
1470 * btrace.h (parse_xml_btrace): Update parameters.
1471 (make_cleanup_btrace_data): New.
1472 * common/btrace-common.c: New.
1473 * common/btrace-common.h: Include common-defs.h.
1474 (btrace_block_s): Update comment.
1475 (btrace_format): New.
1476 (btrace_format_string): New.
1477 (btrace_data_bts): New.
1478 (btrace_data): New.
1479 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
1480 * remote.c (remote_read_btrace): Update parameters.
1481 * target.c (target_read_btrace): Update parameters.
1482 * target.h (target_read_btrace): Update parameters.
1483 (target_ops)<to_read_btrace>: Update parameters.
1484 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
1485 * target-delegates.c: Regenerate.
1486 * target-debug (target_debug_print_struct_btrace_data_p): New.
1487 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
1488 (linux_read_bts): ...this.
1489 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
1490
bd2e0e9e
DE
14912015-02-06 Doug Evans <dje@google.com>
1492
1493 * remote-m32r-sdi.c: Include symfile.h.
1494
f176c4b5
DE
14952015-02-06 Doug Evans <dje@google.com>
1496
1497 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
1498 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
1499 to here.
1500
d6c146e9
PA
15012015-02-06 Pedro Alves <palves@redhat.com>
1502
1503 * linux-thread-db.c (find_new_threads_callback): Add debug output.
1504
b9d61307
SM
15052015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1506
1507 PR gdb/15678
1508 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
1509 (enable_count_command): Check args for NULL value.
1510
e9fbd043
DE
15112015-02-05 Doug Evans <xdje42@gmail.com>
1512
1513 * guile/scm-frame.c: Fix spelling errors in a comment.
1514
881d5d5d
JK
15152015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1516
1517 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
1518 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
1519 return type.
1520
20ba1ce6
PA
15212015-02-04 Pedro Alves <palves@redhat.com>
1522
1523 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
1524 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
1525 returns true.
1526 (resume_stopped_resumed_lwps): Don't check whether the thread is
1527 marked as executing.
1528 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
1529
f962539a
AA
15302015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1531
1532 * regset.h (struct regset): Add flags field.
1533 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
1534 * corelow.c (get_core_register_section): Add warning if the size
1535 exceeds the requested size and the regset does not have the
1536 REGSET_VARIABLE_SIZE flag set.
1537 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
1538 flag.
1539 * armbsd-tdep.c (armbsd_gregset): Likewise.
1540 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
1541 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
1542 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
1543 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
1544
dde9acd6
AA
15452015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1546
1547 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
1548 For ".reg-xstate", explicitly specify the requested section size
1549 via X86_XSTATE_SIZE instead of just 0 on input and
1550 X86_XSTATE_MAX_SIZE on output.
1551 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
1552 Likewise.
1553
1528345d
AA
15542015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1555
1556 PR corefiles/17808:
1557 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
1558 function type, particularly its SIZE parameter.
1559 * gdbarch.h: Regenerate.
1560 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
1561 actual against required size using ">=" instead of "==".
1562 (amd64_collect_fpregset): Likewise.
1563 * i386-tdep.c (i386_supply_gregset): Likewise.
1564 (i386_collect_gregset): Likewise.
1565 (i386_supply_fpregset): Likewise.
1566 (i386_collect_fpregset): Likewise.
1567 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
1568 (mips_fill_gregset_wrapper): Likewise.
1569 (mips_supply_fpregset_wrapper): Likewise.
1570 (mips_fill_fpregset_wrapper): Likewise.
1571 (mips64_supply_gregset_wrapper): Likewise.
1572 (mips64_fill_gregset_wrapper): Likewise.
1573 (mips64_supply_fpregset_wrapper): Likewise.
1574 (mips64_fill_fpregset_wrapper): Likewise.
1575 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
1576 (am33_supply_fpregset_method): Likewise.
1577 (am33_collect_gregset_method): Likewise.
1578 (am33_collect_fpregset_method): Likewise.
1579
518be979
DE
15802015-02-04 Doug Evans <dje@google.com>
1581 Pedro Alves <palves@redhat.com>
1582 Eli Zaretskii <eliz@gnu.org>
1583
1584 PR tui/17810
1585 * tui/tui-command.c (tui_refresh_cmd_win): New function.
1586 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
1587 * tui/tui-file.c: #include tui/tui-command.h.
1588 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
1589 (tui_file_flush): Refresh command window if stream is gdb_stdout.
1590 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
1591
80bd5fab
PA
15922015-02-04 Pedro Alves <palves@redhat.com>
1593
1594 Fix build breakage.
1595 * event-loop.c (gdb_do_one_event): Add default switch case.
1596
a7606d80
JK
15972015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1598
1599 Filter out inferior gcc option -fpreprocessed.
1600 * compile/compile.c (filter_args): New function.
1601 (get_args): Use it.
1602
70b66289
PA
16032015-02-03 Pedro Alves <palves@redhat.com>
1604
1605 * event-loop.c: Don't declare nor define a queue type for
1606 gdb_event_p.
1607 (event_queue): Delete.
1608 (create_event, create_file_event, gdb_event_xfree)
1609 (initialize_event_loop, process_event): Delete.
1610 (gdb_do_one_event): Return as soon as one event is handled.
1611 (handle_file_event): Change prototype. Used the passed in
1612 file_handler pointer and ready_mask instead of looping over all
1613 file handlers.
1614 (gdb_wait_for_event): Update the poll/select timeouts before
1615 blocking. Run event handlers directly instead of queueing events.
1616 Return as soon as one event is handled.
1617 (struct async_event_handler_data): Delete.
1618 (invoke_async_event_handler): Delete.
1619 (check_async_event_handlers): Change return type to int. Run
1620 event handlers directly instead of queueing events. Return as
1621 soon as one event is handled.
1622 (handle_timer_event): Delete.
1623 (update_wait_timeout): New function, factored out from
1624 poll_timers.
1625 (poll_timers): Reimplement.
1626 * event-loop.h (initialize_event_loop): Delete declaration.
1627 * top.c (gdb_init): Don't call initialize_event_loop.
1628
b7d2e916
PA
16292015-02-03 Pedro Alves <palves@redhat.com>
1630
1631 * event-loop.c (clear_async_event_handler): New function.
1632 * event-loop.h (clear_async_event_handler): New declaration.
1633 * record-btrace.c (record_btrace_async): New function.
1634 (init_record_btrace_ops): Install record_btrace_async.
1635 * record-full.c (record_full_async): New function.
1636 (record_full_resume): Don't mark the async event source here.
1637 (init_record_full_ops): Install record_full_async.
1638 (record_full_core_resume): Don't mark the async event source here.
1639 (init_record_full_core_ops): Install record_full_async.
1640 * remote.c (remote_async): Mark and clear the async stop reply
1641 queue event-loop token as appropriate.
1642
d9d41e78
PA
16432015-02-03 Pedro Alves <palves@redhat.com>
1644
1645 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
1646 target_is_async_p instead of target_can_async.
1647 (linux_nat_wait): Use target_is_async_p instead of
1648 target_can_async. Don't enable async here.
1649 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
1650 target_is_async_p instead of target_can_async.
1651
aa3de267
SM
16522015-02-02 Simon Marchi <simon.marchi@ericsson.com>
1653
1654 * varobj.h (lang_varobj_ops): Mention which return values need
1655 to be freed.
1656
2c811c0f
JB
16572015-02-02 Joel Brobecker <brobecker@adacore.com>
1658
1659 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
1660
b1eedac9
JB
16612015-02-02 Joel Brobecker <brobecker@adacore.com>
1662
1663 PR gdb/17856:
1664 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
1665 results found in the cache.
1666
66c168ae
JB
16672015-02-02 Joel Brobecker <brobecker@adacore.com>
1668
1669 PR gdb/17854:
1670 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
1671 when allocating a new one.
1672
4bdc02b2
TT
16732015-02-01 Tom Tromey <tom@tromey.com>
1674
1675 * MAINTAINERS: Remove myself.
1676
ae6ae975
DE
16772015-01-31 Doug Evans <xdje42@gmail.com>
1678
1679 * dwarf2read.c (process_structure_scope): Update setting of
1680 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
1681 * gdbtypes.c (internal_type_vptr_fieldno): New function.
1682 (set_type_vptr_fieldno): New function.
1683 (internal_type_vptr_basetype): New function.
1684 (set_type_vptr_basetype): New function.
1685 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
1686 TYPE_VPTR_BASETYPE.
1687 (allocate_cplus_struct_type): Initialize vptr_fieldno.
1688 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
1689 (print_cplus_stuff): ... moved here.
1690 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
1691 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
1692 moved to ...
1693 (struct cplus_struct_type): ... here. All uses updated.
1694 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
1695 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
1696 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
1697 * stabsread.c (read_tilde_fields): Update setting of
1698 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
1699
09e2d7c7
DE
17002015-01-31 Doug Evans <xdje42@gmail.com>
1701
1702 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
1703 to self_p.
1704 (cp_print_class_member): Rename local domain to self_type.
1705 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
1706 domain_type to self_type.
1707 (set_die_type) <need_gnat_info>: Handle
1708 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
1709 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
1710 TYPE_SPECIFIC_SELF_TYPE.
1711 * gdbtypes.c (internal_type_self_type): New function.
1712 (set_type_self_type): New function.
1713 (smash_to_memberptr_type): Rename parameter domain to self_type.
1714 Update setting of TYPE_SELF_TYPE.
1715 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
1716 (smash_to_method_type): Rename parameter domain to self_type.
1717 Update setting of TYPE_SELF_TYPE.
1718 (check_stub_method): Call smash_to_method_type.
1719 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
1720 (copy_type_recursive): Ditto.
1721 * gdbtypes.h (enum type_specific_kind): New value
1722 TYPE_SPECIFIC_SELF_TYPE.
1723 (struct main_type) <type_specific>: New member self_type.
1724 (struct cplus_struct_type) <fn_field.type>: Update comment.
1725 (TYPE_SELF_TYPE): Rewrite.
1726 (internal_type_self_type, set_type_self_type): Declare.
1727 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
1728 self_type.
1729 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
1730 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
1731 TYPE_TARGET_TYPE.
1732 * stabsread.c (read_member_functions): Mark methods with
1733 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
1734 TYPE_SELF_TYPE.
1735
4bfb94b8
DE
17362015-01-31 Doug Evans <xdje42@gmail.com>
1737
1738 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
1739 All uses updated.
1740
5f4ce105
DE
17412015-01-31 Doug Evans <xdje42@gmail.com>
1742
1743 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
1744 or unions. Return zero if union.
1745 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
1746 (gnuv3_rtti_type): Pass already-check_typedef'd value to
1747 gnuv3_get_vtable.
1748 (compute_vtable_size): Assert only passed structs.
1749 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
1750
f6b3afbf
DE
17512015-01-31 Doug Evans <xdje42@gmail.com>
1752
1753 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
1754 kinds.
1755
cfb069a8
GB
17562015-01-31 Gary Benson <gbenson@redhat.com>
1757 Doug Evans <dje@google.com>
1758
1759 PR cli/9007
1760 PR cli/11920
1761 PR cli/15548
1762 * cli/cli-cmds.c (complete_command): Notify user if max-completions
1763 reached.
1764 * common/common-exceptions.h (enum errors)
1765 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
1766 * completer.h (get_max_completions_reached_message): New declaration.
1767 (max_completions): Likewise.
1768 (completion_tracker_t): New typedef.
1769 (new_completion_tracker): New declaration.
1770 (make_cleanup_free_completion_tracker): Likewise.
1771 (maybe_add_completion_enum): New enum.
1772 (maybe_add_completion): New declaration.
1773 (throw_max_completions_reached_error): Likewise.
1774 * completer.c (max_completions): New global variable.
1775 (new_completion_tracker): New function.
1776 (free_completion_tracker): Likewise.
1777 (make_cleanup_free_completion_tracker): Likewise.
1778 (maybe_add_completions): Likewise.
1779 (throw_max_completions_reached_error): Likewise.
1780 (complete_line): Remove duplicates and limit result to max_completions
1781 entries.
1782 (get_max_completions_reached_message): New function.
1783 (gdb_display_match_list): Handle max_completions.
1784 (_initialize_completer): New declaration and function.
1785 * symtab.c: Include completer.h.
1786 (completion_tracker): New static variable.
1787 (completion_list_add_name): Call maybe_add_completion.
1788 (default_make_symbol_completion_list_break_on_1): Renamed from
1789 default_make_symbol_completion_list_break_on. Maintain
1790 completion_tracker across calls to completion_list_add_name.
1791 (default_make_symbol_completion_list_break_on): New function.
1792 * top.c (init_main): Set rl_completion_display_matches_hook.
1793 * tui/tui-io.c: Include completer.h.
1794 (tui_old_rl_display_matches_hook): New static global.
1795 (tui_rl_display_match_list): Notify user if max-completions reached.
1796 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
1797 * NEWS (New Options): Mention set/show max-completions.
1798
e11c72c7
GB
17992015-01-31 Gary Benson <gbenson@redhat.com>
1800
1801 * symtab.c (struct add_name_data) <code>: New field.
1802 Updated comments.
1803 (add_symtab_completions): New function.
1804 (symtab_expansion_callback): Likewise.
1805 (default_make_symbol_completion_list_break_on): Set datum.code.
1806 Move minimal symbol scan before calling expand_symtabs_matching.
1807 Scan known primary symtabs for externs and statics before calling
1808 expand_symtabs_matching. Pass symtab_expansion_callback as
1809 expansion_notify argument to expand_symtabs_matching. Do not scan
1810 primary symtabs for externs and statics after calling
1811 expand_symtabs_matching.
1812
276d885b
GB
18132015-01-31 Gary Benson <gbenson@redhat.com>
1814
1815 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
1816 (struct quick_symbol_functions) <expand_symtabs_matching>:
1817 New argument expansion_notify. All uses updated.
1818 (expand_symtabs_matching): New argument expansion_notify.
1819 All uses updated.
1820 * symfile-debug.c (debug_qf_expand_symtabs_matching):
1821 Also print expansion notify.
1822 * symtab.c (expand_symtabs_matching_via_partial): Call
1823 expansion_notify whenever a partial symbol table is expanded.
1824 * dwarf2read.c (dw2_expand_symtabs_matching): Call
1825 expansion_notify whenever a symbol table is instantiated.
1826
82083d6d
DE
18272015-01-31 Doug Evans <xdje42@gmail.com>
1828
1829 * cli-out.c: #include completer.h, readline/readline.h.
1830 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
1831 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
1832 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
1833 * cli-out.h (cli_display_match_list): Declare.
1834 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
1835 (ELLIPSIS_LEN): Ditto.
1836 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
1837 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
1838 (gdb_fnprint, gdb_print_filename): Ditto.
1839 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
1840 (gdb_display_match_list): Ditto.
1841 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
1842 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
1843 (mld_beep_ftype, mld_read_key_ftype): Ditto.
1844 (match_list_displayer): New struct.
1845 (gdb_display_match_list): Declare.
1846 * top.c (init_main): Set rl_completion_display_matches_hook.
1847 * tui/tui-io.c: #include completer.h.
1848 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
1849 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
1850 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
1851 (tui_mld_getc, tui_mld_read_key): Ditto.
1852 (tui_rl_display_match_list): Rewrite.
1853 (tui_handle_resize_during_io): New arg for_completion. All callers
1854 updated.
1855
f57d2163
DE
18562015-01-31 Doug Evans <xdje42@gmail.com>
1857
1858 Add symbol lookup cache.
1859 * NEWS: Document new options and commands.
1860 * symtab.c (symbol_cache_key): New static global.
1861 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
1862 (SYMBOL_LOOKUP_FAILED): New macro.
1863 (symbol_cache_slot_state): New enum.
1864 (block_symbol_cache): New struct.
1865 (symbol_cache): New struct.
1866 (new_symbol_cache_size, symbol_cache_size): New static globals.
1867 (hash_symbol_entry, eq_symbol_entry): New functions.
1868 (symbol_cache_byte_size, resize_symbol_cache): New functions.
1869 (make_symbol_cache, free_symbol_cache): New functions.
1870 (get_symbol_cache, symbol_cache_cleanup): New function.
1871 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
1872 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
1873 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
1874 (symbol_cache_flush, symbol_cache_dump): New functions.
1875 (maintenance_print_symbol_cache): New function.
1876 (maintenance_flush_symbol_cache): New function.
1877 (symbol_cache_stats): New function.
1878 (maintenance_print_symbol_cache_statistics): New function.
1879 (symtab_new_objfile_observer): New function.
1880 (symtab_free_objfile_observer): New function.
1881 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
1882 (_initialize_symtab): Init symbol_cache_key. New parameter
1883 maint symbol-cache-size. New maint commands print symbol-cache,
1884 print symbol-cache-statistics, flush-symbol-cache.
1885 Install new_objfile, free_objfile observers.
1886
e700d1b2
JB
18872015-01-31 Joel Brobecker <brobecker@adacore.com>
1888
1889 PR symtab/17855
1890 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
1891 to end.
1892
9f050062
DE
18932015-01-31 Doug Evans <xdje42@gmail.com>
1894
1895 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
1896 * auto-load.c: #include ctype.h.
1897 (struct auto_load_pspace_info): Replace member loaded_scripts with
1898 new members loaded_script_files, loaded_script_texts.
1899 (auto_load_pspace_data_cleanup): Update.
1900 (init_loaded_scripts_info): Update.
1901 (get_auto_load_pspace_data_for_loading): Update.
1902 (maybe_add_script_file): Renamed from maybe_add_script. All callers
1903 updated.
1904 (maybe_add_script_text): New function.
1905 (clear_section_scripts): Update.
1906 (source_script_file, execute_script_contents): New functions.
1907 (source_section_scripts): Add support for
1908 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
1909 (print_scripts): New function.
1910 (auto_load_info_scripts): Also print inlined scripts.
1911 (maybe_print_unsupported_script_warning): Renamed from
1912 unsupported_script_warning_print. All callers updated.
1913 (maybe_print_script_not_found_warning): Renamed from
1914 script_not_found_warning_print. All callers updated.
1915 * extension-priv.h (struct extension_language_script_ops): New member
1916 objfile_script_executor.
1917 * extension.c (ext_lang_objfile_script_executor): New function.
1918 * extension.h (objfile_script_executor_func): New typedef.
1919 (ext_lang_objfile_script_executor): Declare.
1920 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
1921 * guile/guile.c (guile_extension_script_ops): Update.
1922 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
1923 * python/python.c (python_extension_script_ops): Update.
1924 (gdbpy_execute_objfile_script): New function.
1925
312809f8
EZ
19262015-01-31 Eli Zaretskii <eliz@gnu.org>
1927
1928 * tui/tui-io.c (tui_expand_tabs): New function.
1929 (tui_puts, tui_redisplay_readline): Expand TABs into the
1930 appropriate number of spaces.
1931 * tui/tui-regs.c: Include tui-io.h.
1932 (tui_register_format): Call tui_expand_tabs to expand TABs into
1933 the appropriate number of spaces.
1934 * tui/tui-io.h: Add prototype for tui_expand_tabs.
1935
b6577aab
DE
19362015-01-30 Doug Evans <dje@google.com>
1937
1938 * NEWS: "info source" command now display producer string if present.
1939 * source.c (source_info): Print producer string if present.
1940
6da58d3e
SM
19412015-01-30 Simon Marchi <simon.marchi@ericsson.com>
1942
1943 * varobj.c (varobj_delete): Fix comment.
1944
837ce252
SM
19452015-01-30 Simon Marchi <simon.marchi@ericsson.com>
1946
1947 * varobj.c (create_child): Modify comment.
1948
b09e2c59
SM
19492015-01-30 Simon Marchi <simon.marchi@ericsson.com>
1950
1951 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
1952 parameter.
1953 (ada_name_of_variable): Same.
1954 (ada_path_expr_of_child): Same.
1955 (ada_value_of_variable): Same.
1956 (ada_value_is_changeable_p): Same.
1957 (ada_value_has_mutated): Same.
1958 * c-varobj.c (varobj_is_anonymous_child): Same.
1959 (c_is_path_expr_parent): Same.
1960 (c_number_of_children): Same.
1961 (c_name_of_variable): Same.
1962 (c_path_expr_of_child): Same.
1963 (get_type): Same.
1964 (c_value_of_variable): Same.
1965 (cplus_number_of_children): Same.
1966 (cplus_name_of_variable): Same.
1967 (cplus_path_expr_of_child): Same.
1968 (cplus_value_of_variable): Same.
1969 * jv-varobj.c (java_number_of_children): Same.
1970 (java_name_of_variable): Same.
1971 (java_path_expr_of_child): Same.
1972 (java_value_of_variable): Same.
1973 * varobj.c (number_of_children): Same.
1974 (name_of_variable): Same.
1975 (is_root_p): Same.
1976 (varobj_ensure_python_env): Same.
1977 (varobj_get_objname): Same.
1978 (varobj_get_expression): Same.
1979 (varobj_get_display_format): Same.
1980 (varobj_get_display_hint): Same.
1981 (varobj_has_more): Same.
1982 (varobj_get_thread_id): Same.
1983 (varobj_get_frozen): Same.
1984 (dynamic_varobj_has_child_method): Same.
1985 (varobj_get_gdb_type): Same.
1986 (is_path_expr_parent): Same.
1987 (varobj_default_is_path_expr_parent): Same.
1988 (varobj_get_language): Same.
1989 (varobj_get_attributes): Same.
1990 (varobj_is_dynamic_p): Same.
1991 (varobj_get_child_range): Same.
1992 (varobj_value_has_mutated): Same.
1993 (varobj_get_value_type): Same.
1994 (number_of_children): Same.
1995 (name_of_variable): Same.
1996 (check_scope): Same.
1997 (varobj_editable_p): Same.
1998 (varobj_value_is_changeable_p): Same.
1999 (varobj_floating_p): Same.
2000 (varobj_default_value_is_changeable_p): Same.
2001
2568868e
SM
20022015-01-30 Simon Marchi <simon.marchi@ericsson.com>
2003
2004 * varobj.c (varobj_get_path_expr): Set var->path_expr.
2005 * c-varobj.c (c_path_expr_of_child): Set local var instead of
2006 child->path_expr.
2007 (cplus_path_expr_of_child): Same.
2008
ca83fa81
SM
20092015-01-30 Simon Marchi <simon.marchi@ericsson.com>
2010
2011 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
2012 result.
2013 (mi_cmd_var_info_expression): Same.
2014 * varobj.c (varobj_get_expression): Mention in the comment that
2015 the result must by freed by the caller.
2016
afa269ae
SM
20172015-01-30 Simon Marchi <simon.marchi@ericsson.com>
2018
2019 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
2020 varobj_get_type.
2021 (varobj_update_one): Same.
2022 * varobj.c (update_type_if_necessary): Free curr_type_str and
2023 new_type_str.
2024 (varobj_get_type): Specify in comment that the result needs to be
2025 freed by the caller.
2026
cd366ee8
DE
20272015-01-29 Doug Evans <dje@google.com>
2028
2029 PR symtab/17890
2030 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
2031
38360086
MW
20322015-01-25 Mark Wielaard <mjw@redhat.com>
2033
2034 * dwarf2read.c (checkproducer): Call producer_is_gcc.
2035 * utils.c (producer_is_gcc_ge_4): Likewise.
2036 (producer_is_gcc): New function.
2037 * utils.h (producer_is_gcc): New declaration.
2038
df25ebbd
JB
20392015-01-29 Joel Brobecker <brobecker@adacore.com>
2040
2041 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
2042 kind.
2043 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
2044 parameter by "addr_stack" parameter.
2045 (resolve_dynamic_range): Replace "addr" parameter by
2046 "stack_addr" parameter. Update function documentation.
2047 Update code accordingly.
2048 (resolve_dynamic_array, resolve_dynamic_union)
2049 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
2050 (resolve_dynamic_type): Update code, following the changes made
2051 to resolve_dynamic_type_internal's interface.
2052 * dwarf2loc.h (struct property_addr_info): New.
2053 (dwarf2_evaluate_property): Replace "address" parameter
2054 by "addr_stack" parameter. Adjust function documentation.
2055 (struct dwarf2_offset_baton): New.
2056 (struct dwarf2_property_baton): Update documentation of
2057 field "referenced_type" to be more general. New field
2058 "offset_info" in union data field.
2059 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
2060 parameter by "addr_stack" parameter. Adjust code accordingly.
2061 Add support for PROP_ADDR_OFFSET properties.
2062 * dwarf2read.c (attr_to_dynamic_prop): Add support for
2063 DW_AT_data_member_location attributes as well. Use case
2064 statements instead of if/else condition.
2065
4a0ca9ec
JB
20662015-01-29 Joel Brobecker <brobecker@adacore.com>
2067
2068 * ada-varobj.c (ada_varobj_get_array_number_of_children):
2069 Return zero if PARENT_VALUE is NULL and parent_type's
2070 range type is dynamic.
2071
ddb87a81
JB
20722015-01-29 Joel Brobecker <brobecker@adacore.com>
2073
2074 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
2075 nonzero if the type's subtype is dynamic.
2076 (resolve_dynamic_range): Also resolve the range's subtype.
2077
3d7ad9b4 20782015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
7a270e0c 2079
3d7ad9b4 2080 Pushed by Joel Brobecker <brobecker@adacore.com>.
7a270e0c
AK
2081 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
2082
3a8b707a
DE
20832015-01-27 Doug Evans <dje@google.com>
2084
2085 * NEWS: Mention gdb.Objfile.username.
2086 * python/py-objfile.c (objfpy_get_username): New function.
2087 (objfile_getset): Add "username".
2088
d35b90fb
MW
20892015-01-24 Mark Wielaard <mjw@redhat.com>
2090
2091 * stack.c (return_command): Markup warning message with _.
2092
734ae125
DE
20932015-01-24 Doug Evans <xdje42@gmail.com>
2094
2095 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
2096
527f3840
JK
20972015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 Fix 100x slowdown regression on DWZ files.
2100 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
2101 (struct line_header): Add offset and offset_in_dwz.
2102 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
2103 (free_line_header_voidp): New declaration.
2104 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
2105 functions.
2106 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
2107 (handle_DW_AT_stmt_list): Use line_header_hash.
2108 (free_line_header_voidp): New function.
2109 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
2110 (dwarf_decode_lines): New parameter decode_mapping, use it.
2111 (dwarf2_free_objfile): Free line_header_hash.
2112
f7e5394d
SM
21132015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2114
2115 PR gdb/17416
2116 * valops.c (value_rtti_indirect_type): Catch exception thrown by
2117 value_ind.
2118
743649fd
MW
21192015-01-15 Mark Wielaard <mjw@redhat.com>
2120
2121 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
2122 DW_AT_noreturn.
2123 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
2124 calling_convention an 8 bit bit field.
2125 (TYPE_NO_RETURN): New macro.
2126 * infcmd.c (finish_command): Query if function does not return
2127 normally.
2128 * stack.c (return_command): Likewise.
2129
198297aa
PA
21302015-01-23 Pedro Alves <palves@redhat.com>
2131
2132 * linux-nat.c (linux_is_async_p): New macro.
2133 (linux_nat_is_async_p):
2134 (linux_nat_terminal_inferior): Check whether the target can async
2135 instead of whether it is already async.
2136 (linux_nat_terminal_ours): Don't check whether the target is
2137 async.
2138 (linux_async_pipe): Use linux_is_async_p.
2139
253828f1
JK
21402015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2141
2142 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
2143 '-ascending'.
2144 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
2145 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
2146 Sort tp_array using tp_array_compar.
2147 (_initialize_thread): Extend thread_apply_all_command help.
2148
f0e8c4c5
JK
21492015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
2151 * corelow.c (core_open): Call also thread_command.
2152 * gdbthread.h (thread_command): New prototype moved from ...
2153 * thread.c (thread_command): ... here.
2154 (thread_command): Make it global.
2155
03b79603
PA
21562015-01-22 Pedro Alves <palves@redhat.com>
2157
2158 * configure.ac [*mingw32*]: Check $curses_found instead of
2159 $prefer_curses.
2160 * configure: Regenerate.
2161 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
2162 HAVE_NCURSES_NCURSES_H checks.
2163
6b8a872f
EZ
21642015-01-22 Eli Zaretskii <eliz@gnu.org>
2165
bbbbffbb 2166 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
6b8a872f
EZ
2167 fails with the 1st arg NULL, try again with "unknown". Don't test
2168 the "cup" capability: it isn't supported by the Windows port of
2169 ncurses, but the Windows console driver is still capable of
2170 supporting TUI.
2171
4b62a76e
JK
21722015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2173
2174 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
2175
82a864f9
EZ
21762015-01-22 Eli Zaretskii <eliz@gnu.org>
2177
2178 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
2179 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
2180 reason that "make TAGS" is broken.
2181
b35018fd
CG
21822015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
2183
2184 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
2185 and check additional store instructions.
2186
ffbc4646
WW
21872015-01-21 Wei-cheng Wang <cole945@gmail.com>
2188
2189 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
2190
ddeca1df
WW
21912015-01-21 Wei-cheng Wang <cole945@gmail.com>
2192
2193 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
2194 ppc_canonicalize_syscall, ppc_linux_syscall_record,
2195 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
2196 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
2197 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
2198 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
2199 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
2200 ppc_process_record_op19, ppc_process_record_op31,
2201 ppc_process_record_op59, ppc_process_record_op60,
2202 ppc_process_record_op63): Likewise.
2203
049bb5de
JB
22042015-01-20 Joel Brobecker <brobecker@adacore.com>
2205
2206 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
2207 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
2208 strerror.
2209
42b87c63 22102015-01-20 Wei-cheng Wang <cole945@gmail.com>
810c1026
WW
2211
2212 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
2213 ppc_process_record_op31, ppc_process_record_op59,
2214 ppc_process_record_op60, ppc_process_record_op63,
2215 ppc_process_record): Fix -Wformat warning.
2216 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
2217 Remove unused variables.
2218
569340fc
CG
22192015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
2220
2221 * MAINTAINERS (Write After Approval): Add "Chen Gang".
2222
63413d85
EZ
22232015-01-19 Eli Zaretskii <eliz@gnu.org>
2224
2225 * configure.ac [*mingw32*]: Only add windows-termcap.o to
2226 CONFIG_OBS if not building with a curses library.
2227 * configure: Regenerate.
2228
2229 * windows-termcap.c: Include defs.h. Make the whole body empty if
2230 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
2231 HAVE_NCURSES_NCURSES_H is defined.
2232
16d8013c
JB
22332015-01-19 Joel Brobecker <brobecker@adacore.com>
2234
2235 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
2236 from end of line to start of next line.
2237
cf90fd9a
WW
22382015-01-17 Wei-cheng Wang <cole945@gmail.com>
2239
2240 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
2241 Scan PLT stub backward for reverse debugging.
2242 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
2243
b4cdae6f
WW
22442015-01-17 Wei-cheng Wang <cole945@gmail.com>
2245 Ulrich Weigand <uweigand@de.ibm.com>
2246
2247 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
2248 gdb_target_obs.
2249 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
2250 record.
2251 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
2252 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
2253 (ppc_linux_init_abi): Set process_record, process_record_signal.
2254 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
2255 ppc_linux_record_tdep to gdbarch_tdep.
2256 (ppc_process_record): New declaration.
2257 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
2258 ppc_process_record_op19, ppc_process_record_op31,
2259 ppc_process_record_op59, ppc_process_record_op60,
2260 ppc_process_record_op63, ppc_process_record): New functions.
2261
2608dbf8
WW
22622015-01-17 Wei-cheng Wang <cole945@gmail.com>
2263
2264 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
2265 rs6000_in_function_epilogue_frame_p and add an argument
2266 for frame_info.
2267 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
2268 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
2269 New functions.
2270 (rs6000_epilogue_frame_unwind): New.
2271 (rs6000_gdbarch_init): Append epilogue unwinder.
2272
4c347be6
SDJ
22732015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
2274
2275 * nat/linux-personality.c: Replace "#ifndef
2276 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
2277 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
2278 systems.
2279
9f2850ba
EZ
22802015-01-16 Eli Zaretskii <eliz@gnu.org>
2281
6cdb25f4
EZ
2282 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
2283 functions.
2284 (_initialize_tui_win) <border-kind, border-mode>:
2285 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
c54da50d
EZ
2286 (tui_set_tab_width_command): Fix the commentary.
2287
6cdb25f4
EZ
2288 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
2289
bf555842
EZ
2290 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
2291 Doc fix.
cb86fcc1
EZ
2292 (tui_set_tab_width_command): Delete and recreate the source and
2293 the disassembly windows, to show the effect of the changed tab
2294 size immediately.
bf555842 2295
9f2850ba
EZ
2296 * tui/tui-data.h (LINE_PREFIX): Make shorter
2297 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
2298 "Thread NNNNN.XXXX" thread ID notation on Windows.
2299
95761b2d
JK
23002015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2301
2302 Fix gcc-5 compilation.
2303 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
2304
8cc73a39
SDJ
23052015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
2306
2307 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
2308 (linux-personality.o): New rule.
2309 * common/common-defs.h: Include <stdint.h>.
2310 * config/aarch64/linux.mh (NATDEPFILES): Include
2311 linux-personality.o.
2312 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2313 * config/arm/linux.mh (NATDEPFILES): Likewise.
2314 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2315 * config/i386/linux.mh (NATDEPFILES): Likewise.
2316 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2317 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2318 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2319 * config/mips/linux.mh (NATDEPFILES): Likewise.
2320 * config/pa/linux.mh (NATDEPFILES): Likewise.
2321 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
2322 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2323 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2324 * config/s390/linux.mh (NATDEPFILES): Likewise.
2325 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2326 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2327 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2328 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2329 * defs.h: Remove #include <stdint.h> (moved to
2330 common/common-defs.h).
2331 * linux-nat.c: Include nat/linux-personality.h. Remove #include
2332 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
2333 nat/linux-personality.c).
2334 (linux_nat_create_inferior): Remove code to disable address space
2335 randomization (moved to nat/linux-personality.c). Create cleanup
2336 to disable address space randomization.
2337 * nat/linux-personality.c: New file.
2338 * nat/linux-personality.h: Likewise.
2339
fb23d554
SDJ
23402015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
2341
2342 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
2343 common/posix-strerror.c.
2344 (posix-strerror.o): New rule.
2345 (mingw-strerror.o): Likewise.
2346 * common/common-utils.h (safe_strerror): Move prototype to here,
2347 from utils.h.
2348 * common/common.host: New file.
2349 * common/mingw-strerror.c: Likewise.
2350 * common/posix-strerror.c: Likewise.
2351 * configure: Regenerated.
2352 * configure.ac: Source common/common.host. Add variable
2353 common_host_obs to gdb_host_obs.
2354 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
2355 gdb/common/posix-strerror.c when warning about the use of
2356 strerror.
2357 * mingw-hdep.c (safe_strerror): Remove definition; move it to
2358 common/mingw-strerror.c.
2359 * posix-hdep.c (safe_strerror): Remove definition; move it to
2360 common/posix-hdep.c.
2361 * utils.h (safe_strerror): Remove prototype; move to
2362 common/common-utils.h.
2363
3af8af43
JB
23642015-01-15 Joel Brobecker <brobecker@adacore.com>
2365
2366 GDB 7.8.2 released.
2367
bafffb51
JB
23682015-01-15 Joel Brobecker <brobecker@adacore.com>
2369
2370 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
2371 ___XA type if the array has already been fixed.
2372
cdf43629
YQ
23732015-01-14 Yao Qi <yao@codesourcery.com>
2374
2375 * Makefile.in (ppc-linux.o): New rule.
2376 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
2377 * configure.ac: AC_CHECK_FUNCS(getauxval).
2378 * config.in: Re-generated.
2379 * configure: Re-generated.
2380 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
2381 Declare.
2382 * nat/ppc-linux.c: New file.
2383 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
2384 Call ppc64_64bit_inferior_p.
2385
514c5338
YQ
23862015-01-14 Yao Qi <yao@codesourcery.com>
2387
2388 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
2389 nat/ppc-linux.h.
2390 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
2391 (PPC_FEATURE_HAS_DFP): Likewise.
2392 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
2393 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
2394 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
2395 Include "nat/ppc-linux.h".
2396 * nat/ppc-linux.h: New file.
2397 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
2398
5589af0e
PA
23992015-01-14 Pedro Alves <palves@redhat.com>
2400
2401 PR gdb/17525
2402 * breakpoint.c: Include "interps.h".
2403 (bpstat_do_actions_1): Also check whether the interpreter is
2404 async.
2405
6c400b59
PA
24062015-01-14 Pedro Alves <palves@redhat.com>
2407
2408 PR cli/17828
2409 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
2410 reinstall if the interpreter is sync.
2411
e02c96a7
DE
24122015-01-13 Doug Evans <dje@google.com>
2413
2414 * objfiles.c (objfile_filename): New function.
2415 * objfiles.h (objfile_filename): Declare it.
2416 (objfile_name): Add function comment.
2417 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
2418 bfd file name (which may be realpath'd), and the original name.
2419
3b2f13ff
JB
24202015-01-13 Joel Brobecker <brobecker@adacore.com>
2421
2422 * NEWS: Create a new section for the next release branch.
2423 Rename the section of the current branch, now that it has
2424 been cut.
2425
b4cfe7f8
JB
24262015-01-13 Joel Brobecker <brobecker@adacore.com>
2427
2428 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
2429 * version.in: Bump version to 7.9.50.DATE-cvs.
2430
92fc2e69
JB
24312015-01-13 Joel Brobecker <brobecker@adacore.com>
2432
2433 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
2434 Remove trailing new-line in argument of call to warning.
2435
f71f0b0d
JB
24362015-01-13 Joel Brobecker <brobecker@adacore.com>
2437
2438 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
2439 new-line in argument of call to "warning".
2440
04dccad0
JB
24412015-01-13 Joel Brobecker <brobecker@adacore.com>
2442
2443 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
2444 in static block, then try searching for primitive types.
2445
08b13bdd
PP
24462015-01-12 Patrick Palka <patrick@parcs.ath.cx>
2447
2448 * top.h (gdb_add_history): Declare.
2449 * top.c (command_count): New variable.
2450 (gdb_add_history): New function.
2451 (gdb_safe_append_history): New static function.
2452 (quit_force): Call it.
2453 (command_line_input): Use gdb_add_history instead of
2454 add_history.
2455 * event-top.c (command_line_handler): Likewise.
2456
4ac15b59
JC
24572015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
2458
2459 PR gdb/17046
2460 * darwin-nat.c: Replace <machine/setjmp.h> #include by
2461 <setjmp.h> #include.
2462
005e54bb
DE
24632015-01-11 Doug Evans <xdje42@gmail.com>
2464
2465 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
2466
439250fb
DE
24672015-01-11 Doug Evans <xdje42@gmail.com>
2468
2469 PR gdb/15830
2470 * NEWS: The "maint demangle" command is renamed as "demangle".
2471 * demangle.c: #include cli/cli-utils.h, language.h.
2472 (demangle_command): New function.
2473 (_initialize_demangle): Add new command "demangle".
2474 * maint.c (maintenance_demangle): Stub out.
2475 (_initialize_maint_cmds): Update help text for "maint demangle",
2476 and mark as deprecated.
2477
ebf3aa72
MK
24782015-01-11 Mark Kettenis <kettenis@gnu.org>
2479
2480 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
2481 inferior_thread is a function.
2482
6bf045cd
PP
24832015-01-09 Patrick Palka <patrick@parcs.ath.cx>
2484
2485 * Makefile.in (.y.c): Don't munge yacc's #line
2486 directives.
2487
588dcc3e
PP
24882015-01-09 Patrick Palka <patrick@parcs.ath.cx>
2489
2490 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
2491 to prompt for input.
2492 * tui/tui-hooks.c (tui_query_hook): Remove.
2493 (tui_install_hooks): Don't set deprecated_query_hook.
2494 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
2495 height calculation. Always update the command window's cur_line.
2496
9c02b525
PA
24972015-01-09 Pedro Alves <palves@redhat.com>
2498
2499 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
2500 function.
2501 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
2502 declaration.
2503 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
2504 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
2505 stop_reason.
2506 (check_stopped_by_watchpoint): New function.
2507 (save_sigtrap): Reimplement.
2508 (linux_nat_stopped_by_watchpoint): Adjust.
2509 (linux_nat_lp_status_is_event): Delete.
2510 (stop_wait_callback): Only call save_sigtrap after storing the
2511 pending status.
2512 (status_callback): If the thread had been stopped for a breakpoint
2513 that has since been removed, discard the event and resume the LWP.
2514 (count_events_callback, select_event_lwp_callback): Use
2515 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
2516 (cancel_breakpoint): Rename to ...
2517 (check_stopped_by_breakpoint): ... this. Record whether the LWP
2518 stopped for a software breakpoint or hardware breakpoint.
2519 (select_event_lwp): Only give preference to the stepping LWP in
2520 all-stop mode. Adjust comments.
2521 (stop_and_resume_callback): Remove references to new_pending_p.
2522 (linux_nat_filter_event): Likewise. Leave exit events of the
2523 leader thread pending here. Handle signal short circuiting here.
2524 Only call save_sigtrap after storing the pending waitstatus.
2525 (linux_nat_wait_1): Remove 'retry' label. Remove references to
2526 new_pending. Don't handle leaving events the caller is not
2527 interested in pending here, nor handle signal short-circuiting
2528 here. Also give equal priority to all LWPs that have had events
2529 in non-stop mode. If reporting a software breakpoint event,
2530 unadjust the LWP's PC.
2531 * linux-nat.h (enum lwp_stop_reason): New.
2532 (struct lwp_info) <stop_pc>: New field.
2533 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
2534 (struct lwp_info) <stop_reason>: New field.
2535 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
2536
8af756ef
PA
25372015-01-09 Pedro Alves <palves@redhat.com>
2538
2539 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
2540 Set the LWP's 'resumed' flag.
2541
8a99810d
PA
25422015-01-09 Pedro Alves <palves@redhat.com>
2543
2544 * linux-nat.c (linux_resume_one_lwp): New function.
2545 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
2546 (linux_nat_resume): Use lwp_status_pending_p and
2547 linux_resume_one_lwp.
2548 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
2549 (linux_handle_extended_wait): Use linux_resume_one_lwp.
2550 (status_callback, running_callback): Use lwp_status_pending_p.
2551 (lwp_status_pending_p): New function.
2552 (stop_and_resume_callback): Use lwp_status_pending_p.
2553 (linux_nat_filter_event): Use linux_resume_one_lwp.
2554 (linux_nat_wait_1): Always use status_callback to look for an LWP
2555 with a pending status. Use linux_resume_one_lwp.
2556 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
2557 linux_resume_one_lwp.
2558
f7ce857f
PA
25592015-01-09 Pedro Alves <palves@redhat.com>
2560
2561 * breakpoint.c (bp_location_inserted_here_p): New function,
2562 factored out from ...
2563 (breakpoint_inserted_here_p): ... here. Use
2564 ALL_BP_LOCATIONS_AT_ADDR.
2565 (software_breakpoint_inserted_here_p): Use
2566 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
2567
c1a747c1
PA
25682014-01-09 Pedro Alves <palves@redhat.com>
2569
2570 Skip enabling event reporting if the kernel supports
2571 PTRACE_EVENT_CLONE.
2572 * linux-thread-db.c: Include "nat/linux-ptrace.h".
2573 (thread_db_use_events): New function.
2574 (try_thread_db_load_1): Check thread_db_use_events before enabling
2575 event reporting.
2576 (update_thread_state): New function.
2577 (attach_thread): Use it. Check thread_db_use_events before
2578 enabling event reporting.
2579 (thread_db_detach): Check thread_db_use_events before disabling
2580 event reporting.
2581 (find_new_threads_callback): Check thread_db_use_events before
2582 enabling event reporting. Update the thread's state if not using
2583 libthread_db events.
2584
a33e3959
PA
25852015-01-09 Pedro Alves <palves@redhat.com>
2586
2587 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
2588 about to wait for is > 0.
2589 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
2590 the kernel thread ID is -1.
2591
8784d563
PA
25922015-01-09 Pedro Alves <palves@redhat.com>
2593
2594 * linux-nat.c (attach_proc_task_lwp_callback): New function.
2595 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
2596 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
2597 ptrace option flags.
2598 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
2599 field.
2600 * nat/linux-procfs.c: Include <dirent.h>.
2601 (linux_proc_get_int): New parameter "warn". Handle it.
2602 (linux_proc_get_tgid): Adjust.
2603 (linux_proc_get_tracerpid): Rename to ...
2604 (linux_proc_get_tracerpid_nowarn): ... this.
2605 (linux_proc_pid_get_state): New function, factored out from
2606 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
2607 and handle it.
2608 (linux_proc_pid_is_gone): New function.
2609 (linux_proc_pid_is_stopped): Adjust.
2610 (linux_proc_pid_is_zombie_maybe_warn)
2611 (linux_proc_pid_is_zombie_nowarn): New functions.
2612 (linux_proc_pid_is_zombie): Use
2613 linux_proc_pid_is_zombie_maybe_warn.
2614 (linux_proc_attach_tgid_threads): New function.
2615 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
2616 (linux_proc_get_tracerpid): Rename to ...
2617 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
2618 (linux_proc_pid_is_gone): New declaration.
2619 (linux_proc_pid_is_zombie): Update comment.
2620 (linux_proc_pid_is_zombie_nowarn): New declaration.
2621 (linux_proc_attach_lwp_func): New typedef.
2622 (linux_proc_attach_tgid_threads): New declaration.
2623 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
2624 use nowarn functions.
2625 (linux_ptrace_attach_fail_reason_string): Move here from
2626 gdbserver/linux-low.c and rename.
2627 (ptrace_supports_feature): If the current ptrace options are not
2628 known yet, check them now, instead of asserting.
2629 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
2630 Declare.
2631
883ed13e
PA
26322015-01-09 Pedro Alves <palves@redhat.com>
2633
2634 * linux-thread-db.c (thread_db_find_new_threads_silently)
2635 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
2636 (find_new_threads_once): Print debug output on gdb_stdlog.
2637
1710aab8
CG
26382015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
2639 Pedro Alves <palves@redhat.com>
2640
2641 * compile/compile.c: Include "gdb_wait.h".
2642 (do_rmdir): Check return value, and free 'zap'.
2643
b597c318
YQ
26442015-01-08 Pedro Alves <palves@redhat.com>
2645 Yao Qi <yao@codesourcery.com>
2646
2647 * dwarf2loc.c (indirect_pieced_value): Don't call
2648 gdb_sign_extend. Call extract_signed_integer instead.
2649 * utils.c (gdb_sign_extend): Remove.
2650 * utils.h (gdb_sign_extend): Remove declaration.
2651
025ac414
PM
26522015-01-07 Pierre Muller <muller@sourceware.org>
2653
2654 PR symtab/17811
2655 * stabsread.c (define_symbol): Set language for C++ special symbols.
2656
fa5af12a
PP
26572015-01-07 Patrick Palka <patrick@parcs.ath.cx>
2658
2659 * inflow.c (initial_gdb_ttystate): Tweak comment.
2660
ea42d6f8
JB
26612015-01-07 Joel Brobecker <brobecker@adacore.com>
2662
2663 * inflow.c (set_initial_gdb_ttystate): Add empty line after
2664 comment documenting function.
2665
6a06d660
PP
26662015-01-07 Patrick Palka <patrick@parcs.ath.cx>
2667
2668 * terminal.h (set_initial_gdb_ttystate): Declare.
2669 * inflow.c (initial_gdb_ttystate): New static variable.
2670 (set_initial_gdb_ttystate): New setter.
2671 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
2672 instead of our current terminal state.
2673 * top.c (gdb_init): Call set_initial_gdb_ttystate.
2674
e810d75b
JB
26752015-01-07 Joel Brobecker <brobecker@adacore.com>
2676
2677 * guile/scm-type.c (tyscm_array_1): Add comment.
2678 * python/py-type.c (typy_array_1): Add comment.
2679
fce10a84
JB
26802015-01-06 Joel Brobecker <brobecker@adacore.com>
2681
2682 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
2683 error if N2 is equal to N1 - 1.
2684
8503d6e1
JB
26852015-01-06 Joel Brobecker <brobecker@adacore.com>
2686
2687 * python/py-type.c (typy_array_1): Do not raise negative-length
2688 exception if N2 is equal to N1 - 1.
2689
4d29c0a8
DE
26902015-01-03 Doug Evans <xdje42@gmail.com>
2691
2692 * c-exp.y: Whitespace cleanup.
2693 (classify_inner_name): Remove extra ;.
2694
eaa6a9a4
MR
26952015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
2696
2697 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
2698 offset signed.
2699
02fe9972
DE
27002015-01-02 Doug Evans <dje@google.com>
2701
2702 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
2703
e2ada9cb
DE
27042015-01-02 Doug Evans <dje@google.com>
2705
2706 * symtab.h (struct symbol): Fix typo in comment.
2707
32d0add0
JB
27082015-01-01 Joel Brobecker <brobecker@adacore.com>
2709
2710 Update year range in copyright notice of all files.
2711
76f2b779
JB
27122015-01-01 Joel Brobecker <brobecker@adacore.com>
2713
2714 * top.c (print_gdb_version): Update copyright year to 2015.
2715
077309e2 27162015-01-01 Joel Brobecker <brobecker@adacore.com>
6bf6fd09 2717
077309e2 2718 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
6bf6fd09 2719
077309e2 2720For older changes see ChangeLog-2014.
c906108c
SS
2721\f
2722Local Variables:
2723mode: change-log
2724left-margin: 8
2725fill-column: 74
2726version-control: never
57da7796 2727coding: utf-8
c906108c 2728End:
This page took 1.822438 seconds and 4 git commands to generate.