e6c7bbde97f7fa2804772e38196c23ccf88c4794
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
2
3 * mi/mi-out.c: Remove vec.h include.
4 (mi_ui_out_data) <streams>: Change type to std::vector.
5 (mi_field_string): Update.
6 (mi_field_fmt): Update.
7 (mi_flush): Update.
8 (mi_redirect): Update.
9 (field_separator): Update.
10 (mi_open): Update.
11 (mi_close): Update.
12 (mi_out_buffered): Update.
13 (mi_out_rewind): Update.
14 (mi_out_put): Update.
15 (mi_out_data_ctor): Update.
16 (mi_out_data_dtor): Don't free streams.
17
18 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
19
20 * ui-out.c (ui_out_level_p): Remove typedef.
21 (DEF_VEC_P (ui_out_level_p)): Remove definition.
22 (struct ui_out) <levels>: Change type to vector of unique_ptr of
23 ui_out_level.
24 (current_level): Update.
25 (push_level): Update.
26 (pop_level): Update, don't manually delete the ui_out_level
27 instance.
28 (ui_out_new): Update.
29
30 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
31
32 * cli-out.c (cli_uiout_dtor): Use delete instead of xfree.
33 (cli_out_new): Use new instead of XNEW.
34 * mi/mi-out.c (mi_out_data_dtor): Use delete instead of xfree.
35 (mi_out_new): Use new instead of XNEW.
36 * tui/tui-out.c (tui_out_new): Likewise.
37 * ui-out.c (push_level): Likewise.
38 (pop_level): Use delete instead of xfree.
39 (clear_header_list): Use delete instead of xfree.
40 (append_header_to_list): Use new instead of XNEW.
41 (ui_out_new): Likewise.
42
43 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
44
45 * disable-implicit-rules.mk: New file.
46 * Makefile.in: Include disable-implicit-rules.mk.
47 * data-directory/Makefile.in: Likewise.
48 * gnulib/Makefile.in: Likewise.
49
50 2016-11-30 Yao Qi <yao.qi@linaro.org>
51
52 * arm-tdep.c (arm_scan_prologue): Read memory as unsigned integer.
53 (arm_exidx_unwind_sniffer): Likewise.
54
55 2016-11-28 Simon Marchi <simon.marchi@polymtl.ca>
56
57 * record-full.c (record_full_open_1): Fix debug output.
58
59 2016-11-26 Simon Marchi <simon.marchi@polymtl.ca>
60
61 * mi/mi-out.c (mi_message): Remove verbosity argument.
62 * ada-tasks.c (print_ada_task_info, info_task, task_command):
63 Update call.
64 * auto-load.c (auto_load_info_scripts): Likewise.
65 * breakpoint.c (breakpoint_1, watchpoints_info, tracepoints_info):
66 Likewise.
67 * cli-out.c (cli_message): Remove verbosity argument.
68 * inferior.c (print_inferior): Update call.
69 * linux-thread-db.c (info_auto_load_libthread_db): Likewise.
70 * probe.c (info_probes_for_ops): Likewise.
71 * skip.c (skip_info): Likewise.
72 * solib.c (info_sharedlibrary_command): Likewise.
73 * symfile.c (load_progress): Likewise.
74 * thread.c (print_thread_info_1): Likewise.
75 * ui-out.c (uo_message, ui_out_message): Remove verbosity argument.
76 (ui_out_get_verblvl): Remove.
77 * ui-out.h (ui_out_message): Remove verbosity argument.
78 (ui_out_get_verblvl): Remove.
79 (message_ftype): Remove verbosity argument.
80
81 2016-11-26 Simon Marchi <simon.marchi@polymtl.ca>
82
83 * mi/mi-out.c (mi_wrap_hint): Constify argument.
84 * cli-out.c (cli_wrap_hint): Likewise.
85 * ui-out.c (ui_out_wrap_hint, uo_wrap_hint): Likewise.
86 * ui-out.h (ui_out_wrap_hint, wrap_hint_ftype): Likewise.
87 * utils.c (wrap_here): Likewise.
88 (wrap_indent): Constify.
89 * utils.h (wrap_here): Constify argument.
90
91 2016-11-26 Simon Marchi <simon.marchi@polymtl.ca>
92
93 * ui-out.c (uo_redirect): Return the return value from the
94 implementation function.
95
96 2016-11-26 Simon Marchi <simon.marchi@polymtl.ca>
97
98 * ui-out.c (ui_out_destroy, uo_data_destroy): Remove.
99 * ui-out.h (ui_out_destroy): Remove.
100
101 2016-11-26 Simon Marchi <simon.marchi@polymtl.ca>
102
103 * mi/mi-out.c (ui_out_data): Rename to ...
104 (mi_ui_out_data): ... this.
105
106 2016-11-26 Simon Marchi <simon.marchi@polymtl.ca>
107
108 * ui-out.c (_initialize_ui_out): Remove.
109 (ui_out_set_flags): Remove.
110 (ui_out_clear_flags): Remove.
111 * ui-out.h (ui_out_begin_cleanup_end): Remove.
112 (ui_out_begin_cleanup_end): Remove.
113 (ui_out_set_flags): Remove.
114 (ui_out_clear_flags): Remove.
115 * mi/mi-out.c (_initialize_mi_out): Remove.
116 (mi_out_buffered): Remove.
117 * mi/mi-out.h (mi_out_buffered): Remove.
118
119 2016-11-26 Simon Marchi <simon.marchi@polymtl.ca>
120
121 * ui-out.h (struct ui_out_impl): Remove comment.
122 * ui-out.c (struct ui_out): Remove comment.
123
124 2016-11-25 John Baldwin <jhb@FreeBSD.org>
125
126 * contrib/ari/gdb_ari.sh (no parameter function): Remove check.
127
128 2016-11-25 Simon Marchi <simon.marchi@ericsson.com>
129
130 * Makefile.in: Fix typo.
131
132 2016-11-25 Simon Marchi <simon.marchi@ericsson.com>
133
134 * record-full.c (record_full_resume): Fix typos in comment.
135
136 2016-11-25 Simon Marchi <simon.marchi@ericsson.com>
137
138 * infcmd.c (interrupt_command): Fix typo in comment.
139
140 2016-11-24 John Baldwin <jhb@FreeBSD.org>
141
142 * ada-lang.c (create_excep_cond_exprs): Do not use 'std::move'.
143 * ax-gdb.c (agent_eval_command_one): Likewise.
144 (agent_eval_command_one): Likewise.
145 * breakpoint.c (parse_cond_to_aexpr): Likewise.
146 (parse_cmd_to_aexpr): Likewise.
147 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
148 * parse.c (parse_expression_for_completion): Likewise.
149
150 2016-11-24 John Baldwin <jhb@FreeBSD.org>
151
152 * common/new-op.c (operator new): Mark 'noexcept'.
153 (operator new[]): Likewise.
154
155 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
156
157 * dwarf2loc.c (copy_bitwise): Use memcpy for the middle part, if
158 it is byte-aligned.
159
160 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
161 Pedro Alves <palves@redhat.com>
162
163 * dwarf2loc.c (bits_to_str, check_copy_bitwise)
164 (copy_bitwise_tests): New functions.
165 (_initialize_dwarf2loc): Register the new function
166 copy_bitwise_tests as a unit test.
167 * selftest.c (run_self_tests): Improve the failure message's
168 wording and formatting.
169
170 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
171
172 * dwarf2loc.c (extract_bits_primitive): Remove.
173 (extract_bits): Remove.
174 (copy_bitwise): Rewrite. Fixes a possible corruption that may
175 occur for non-byte-aligned copies.
176
177 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
178
179 PR gdb/12616
180 * dwarf2read.c (dwarf2_add_field): Handle the DWARF V4 attribute
181 DW_AT_data_bit_offset.
182
183 2016-11-23 Pedro Alves <palves@redhat.com>
184
185 * Makefile.in (SFILES): Add common/run-time-clock.c.
186 (HFILES_NO_SRCDIR): Add common/run-time-clock.h.
187 (COMMON_OBS): Add run-time-clock.o.
188 * common/run-time-clock.c, common/run-time-clock.h: New files.
189 * defs.h (struct timeval, print_transfer_performance): Delete
190 declarations.
191 * event-loop.c (struct gdb_timer) <when>: Now a
192 std::chrono::steady_clock::time_point.
193 (create_timer): use std::chrono::steady_clock instead of
194 gettimeofday. Use new instead of malloc.
195 (delete_timer): Use delete instead of xfree.
196 (duration_cast_timeval): New.
197 (update_wait_timeout): Use std::chrono::steady_clock instead of
198 gettimeofday.
199 * maint.c: Include <chrono> instead of "gdb_sys_time.h", <time.h>
200 and "timeval-utils.h".
201 (scoped_command_stats::~scoped_command_stats)
202 (scoped_command_stats::scoped_command_stats): Use
203 std::chrono::steady_clock instead of gettimeofday. Use
204 user_cpu_time_clock instead of get_run_time.
205 * maint.h: Include "run-time-clock.h" and <chrono>.
206 (scoped_command_stats): <m_start_cpu_time>: Now a
207 user_cpu_time_clock::time_point.
208 <m_start_wall_time>: Now a std::chrono::steady_clock::time_point.
209 * mi/mi-main.c: Include "run-time-clock.h" and <chrono> instead of
210 "gdb_sys_time.h" and <sys/resource.h>.
211 (rusage): Delete.
212 (mi_execute_command): Use new instead of XNEW.
213 (mi_load_progress): Use std::chrono::steady_clock instead of
214 gettimeofday.
215 (timestamp): Rewrite in terms of std::chrono::steady_clock,
216 user_cpu_time_clock and system_cpu_time_clock.
217 (timeval_diff): Delete.
218 (print_diff): Adjust to use std::chrono::steady_clock,
219 user_cpu_time_clock and system_cpu_time_clock.
220 * mi/mi-parse.h: Include "run-time-clock.h" and <chrono> instead
221 of "gdb_sys_time.h".
222 (struct mi_timestamp): Change fields types to
223 std::chrono::steady_clock::time_point, user_cpu_time_clock::time
224 and system_cpu_time_clock::time_point, instead of struct timeval.
225 * symfile.c: Include <chrono> instead of <time.h> and
226 "gdb_sys_time.h".
227 (struct time_range): New.
228 (generic_load): Use std::chrono::steady_clock instead of
229 gettimeofday.
230 (print_transfer_performance): Replace timeval parameters with a
231 std::chrono::steady_clock::duration parameter. Adjust.
232 * utils.c: Include <chrono> instead of "timeval-utils.h",
233 "gdb_sys_time.h", and <time.h>.
234 (prompt_for_continue_wait_time): Now a
235 std::chrono::steady_clock::duration.
236 (defaulted_query, prompt_for_continue): Use
237 std::chrono::steady_clock instead of
238 gettimeofday/timeval_sub/timeval_add.
239 (reset_prompt_for_continue_wait_time): Use
240 std::chrono::steady_clock::duration instead of struct timeval.
241 (get_prompt_for_continue_wait_time): Return a
242 std::chrono::steady_clock::duration instead of struct timeval.
243 (vfprintf_unfiltered): Use std::chrono::steady_clock instead of
244 gettimeofday. Use std::string. Use '.' instead of ':'.
245 * utils.h: Include <chrono>.
246 (get_prompt_for_continue_wait_time): Return a
247 std::chrono::steady_clock::duration instead of struct timeval.
248
249 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
250
251 * Makefile.in: Fix whitespace formatting.
252
253 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
254
255 * Makefile.in (ALL_64_TARGET_OBS, ALL_TARGET_OBS,
256 HFILES_NO_SRCDIR, ALLDEPFILES): Rename files.
257 * alphabsd-nat.c: Rename to ...
258 * alpha-bsd-nat.c: ... this, adjust include.
259 * alphabsd-tdep.c: Rename to ...
260 * alpha-bsd-tdep.c: ... this, adjust include.
261 * alphabsd-tdep.h: Rename to ...
262 * alpha-bsd-tdep.h: ... this, adjust include barrier and comment.
263 * alphafbsd-tdep.c: Rename to ...
264 * alpha-fbsd-tdep.c: ... this.
265 * alphanbsd-tdep.c: Rename to ...
266 * alpha-nbsd-tdep.c: ... this, adjust include.
267 * alphaobsd-tdep.c: Rename to ...
268 * alpha-obsd-tdep.c: ... this, adjust include.
269 * amd64bsd-nat.c: Rename to ...
270 * amd64-bsd-nat.c: ... this, adjust include.
271 * amd64fbsd-nat.c: Rename to ...
272 * amd64-fbsd-nat.c: ... this, adjust include.
273 * amd64fbsd-tdep.c: Rename to ...
274 * amd64-fbsd-tdep.c: ... this, adjust include.
275 * amd64nbsd-nat.c: Rename to ...
276 * amd64-nbsd-nat.c: ... this.
277 * amd64nbsd-tdep.c: Rename to ...
278 * amd64-nbsd-tdep.c: ... this.
279 * amd64obsd-nat.c: Rename to ...
280 * amd64-obsd-nat.c: ... this.
281 * amd64obsd-tdep.c: Rename to ...
282 * amd64-obsd-tdep.c: ... this.
283 * amd64-tdep.h: Update comments.
284 * armbsd-tdep.c: Rename to ...
285 * arm-bsd-tdep.c: ... this.
286 * armnbsd-nat.c: Rename to ...
287 * arm-nbsd-nat.c: ... this.
288 * armnbsd-tdep.c: Rename to ...
289 * arm-nbsd-tdep.c: ... this.
290 * armobsd-tdep.c: Rename to ...
291 * arm-obsd-tdep.c: ... this.
292 * arm-tdep.h: Update comments.
293 * hppabsd-tdep.c: Rename to ...
294 * hppa-bsd-tdep.c: ... this, adjust include.
295 * hppabsd-tdep.h: Rename to ...
296 * hppa-bsd-tdep.h: ... this, adjust include barrier and comment.
297 * hppanbsd-nat.c: Rename to ...
298 * hppa-nbsd-nat.c: ... this.
299 * hppanbsd-tdep.c: Rename to ...
300 * hppa-nbsd-tdep.c: ... this, adjust include.
301 * hppaobsd-nat.c: Rename to ...
302 * hppa-obsd-nat.c: ... this.
303 * hppaobsd-tdep.c: Rename to ...
304 * hppa-obsd-tdep.c: ... this, adjust include.
305 * i386bsd-nat.c: Rename to ...
306 * i386-bsd-nat.c: ... this, adjust include.
307 * i386bsd-nat.h: Rename to ...
308 * i386-bsd-nat.h: ... this, adjust include barrier and comment.
309 * i386bsd-tdep.c: Rename to ...
310 * i386-bsd-tdep.c: ... this.
311 * i386fbsd-nat.c: Rename to ...
312 * i386-fbsd-nat.c: ... this, adjust include.
313 * i386fbsd-tdep.c: Rename to ...
314 * i386-fbsd-tdep.c: ... this, adjust include.
315 * i386fbsd-tdep.h: Rename to ...
316 * i386-fbsd-tdep.h: ... this, adjust include barrier and comment.
317 * i386gnu-nat.c: Rename to ...
318 * i386-gnu-nat.c: ... this.
319 * i386gnu-tdep.c: Rename to ...
320 * i386-gnu-tdep.c: ... this.
321 * i386nbsd-nat.c: Rename to ...
322 * i386-nbsd-nat.c: ... this, adjust include.
323 * i386nbsd-tdep.c: Rename to ...
324 * i386-nbsd-tdep.c: ... this.
325 * i386obsd-nat.c: Rename to ...
326 * i386-obsd-nat.c: ... this, adjust include.
327 * i386obsd-tdep.c: Rename to ...
328 * i386-obsd-tdep.c: ... this.
329 * i386v4-nat.c: Rename to ...
330 * i386-v4-nat.c: ... this.
331 * i386-tdep.h: Update comments.
332 * m68k-tdep.h: Update comments.
333 * m68kbsd-nat.c: Rename to ...
334 * m68k-bsd-nat.c: ... this.
335 * m68kbsd-tdep.c: Rename to ...
336 * m68k-bsd-tdep.c: ... this.
337 * m68klinux-nat.c: Rename to ...
338 * m68k-linux-nat.c: ... this.
339 * m68klinux-tdep.c: Rename to ...
340 * m68k-linux-tdep.c: ... this.
341 * m88kbsd-nat.c: Rename to ...
342 * m88k-bsd-nat.c: ... this.
343 * mipsnbsd-nat.c: Rename to ...
344 * mips-nbsd-nat.c: ... this, adjust include.
345 * mipsnbsd-tdep.c: Rename to ...
346 * mips-nbsd-tdep.c: ... this, adjust include.
347 * mipsnbsd-tdep.h: Rename to ...
348 * mips-nbsd-tdep.h: ... this, adjust include barrier and comment.
349 * mips64obsd-nat.c: Rename to ...
350 * mips64-obsd-nat.c: ... this.
351 * mips64obsd-tdep.c: Rename to ...
352 * mips64-obsd-tdep.c: ... this.
353 * ppcfbsd-nat.c: Rename to ...
354 * ppc-fbsd-nat.c: ... this, adjust include.
355 * ppcfbsd-tdep.c: Rename to ...
356 * ppc-fbsd-tdep.c: ... this, adjust include.
357 * ppcfbsd-tdep.h: Rename to ...
358 * ppc-fbsd-tdep.h: ... this, adjust include barrier and comment.
359 * ppcnbsd-nat.c: Rename to ...
360 * ppc-nbsd-nat.c: ... this, adjust include.
361 * ppcnbsd-tdep.c: Rename to ...
362 * ppc-nbsd-tdep.c: ... this, adjust include.
363 * ppcnbsd-tdep.h: Rename to ...
364 * ppc-nbsd-tdep.h: ... this, adjust include barrier and comment.
365 * ppcobsd-nat.c: Rename to ...
366 * ppc-obsd-nat.c: ... this, adjust include.
367 * ppcobsd-tdep.c: Rename to ...
368 * ppc-obsd-tdep.c: ... this, adjust include.
369 * ppcobsd-tdep.h: Rename to ...
370 * ppc-obsd-tdep.h: ... this, adjust include barrier and comment.
371 * shnbsd-nat.c: Rename to ...
372 * sh-nbsd-nat.c: ... this.
373 * shnbsd-tdep.c: Rename to ...
374 * sh-nbsd-tdep.c: ... this.
375 * sparcnbsd-nat.c: Rename to ...
376 * sparc-nbsd-nat.c: ... this.
377 * sparcnbsd-tdep.c: Rename to ...
378 * sparc-nbsd-tdep.c: ... this.
379 * sparcobsd-tdep.c: Rename to ...
380 * sparc-obsd-tdep.c: ... this.
381 * sparc64fbsd-nat.c: Rename to ...
382 * sparc64-fbsd-nat.c: ... this.
383 * sparc64fbsd-tdep.c: Rename to ...
384 * sparc64-fbsd-tdep.c: ... this.
385 * sparc64nbsd-nat.c: Rename to ...
386 * sparc64-nbsd-nat.c: ... this.
387 * sparc64nbsd-tdep.c: Rename to ...
388 * sparc64-nbsd-tdep.c: ... this.
389 * sparc64obsd-nat.c: Rename to ...
390 * sparc64-obsd-nat.c: ... this.
391 * sparc64obsd-tdep.c: Rename to ...
392 * sparc64-obsd-tdep.c: ... this.
393 * sparc64-tdep.h: Update comments.
394 * vaxbsd-nat.c: Rename to ...
395 * vax-bsd-nat.c: ... this.
396 * vaxnbsd-tdep.c: Rename to ...
397 * vax-nbsd-tdep.c: ... this.
398 * vaxobsd-tdep.c: Rename to ...
399 * vax-obsd-tdep.c: ... this.
400 * x86bsd-nat.h: Rename to ...
401 * x86-bsd-nat.h: ... this, adjust include barrier and comment.
402 * x86bsd-nat.c: Rename to ...
403 * x86-bsd-nat.c: ... this, adjust include.
404 * configure.tgt: Update renamed files.
405 * config/alpha/fbsd.mh: Update renamed files.
406 * config/alpha/nbsd.mh: Update renamed files.
407 * config/arm/nbsdelf.mh: Update renamed files.
408 * config/djgpp/fnchange.lst: Update renamed files.
409 * config/i386/fbsd.mh: Update renamed files.
410 * config/i386/fbsd64.mh: Update renamed files.
411 * config/i386/i386gnu.mh: Update renamed files.
412 * config/i386/i386sol2.mh: Update renamed files.
413 * config/i386/nbsd64.mh: Update renamed files.
414 * config/i386/nbsdelf.mh: Update renamed files.
415 * config/i386/obsd.mh: Update renamed files.
416 * config/i386/obsd64.mh: Update renamed files.
417 * config/i386/sol2-64.mh: Update renamed files.
418 * config/m68k/linux.mh: Update renamed files.
419 * config/m68k/nbsdelf.mh: Update renamed files.
420 * config/m68k/obsd.mh: Update renamed files.
421 * config/m88k/obsd.mh: Update renamed files.
422 * config/mips/nbsd.mh: Update renamed files.
423 * config/mips/obsd64.mh: Update renamed files.
424 * config/pa/nbsd.mh: Update renamed files.
425 * config/pa/obsd.mh: Update renamed files.
426 * config/powerpc/fbsd.mh: Update renamed files.
427 * config/powerpc/nbsd.mh: Update renamed files.
428 * config/powerpc/obsd.mh: Update renamed files.
429 * config/sh/nbsd.mh: Update renamed files.
430 * config/sparc/fbsd.mh: Update renamed files.
431 * config/sparc/nbsd64.mh: Update renamed files.
432 * config/sparc/nbsdelf.mh: Update renamed files.
433 * config/sparc/obsd64.mh: Update renamed files.
434 * config/vax/nbsdelf.mh: Update renamed files.
435 * config/vax/obsd.mh: Update renamed files.
436
437 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
438
439 * Makefile.in: Add comment about file lists ordering.
440 (SUBDIR_CLI_OBS, SUBDIR_CLI_SRCS, SUBDIR_MI_OBS, SUBDIR_MI_SRCS,
441 SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS, SUBDIR_GCC_COMPILE_OBS,
442 SUBDIR_GCC_COMPILE_SRCS, SUBDIR_GUILE_OBS, SUBDIR_GUILE_SRCS,
443 SUBDIR_PYTHON_OBS, SUBDIR_PYTHON_SRCS, SUBDIR_GDBTK_OBS,
444 SUBDIR_GDBTK_SRCS, XMLFILES, REMOTE_OBS, ALL_64_TARGET_OBS,
445 ALL_TARGET_OBS, SFILES, HFILES_NO_SRCDIR, HFILES_WITH_SRCDIR,
446 COMMON_OBS, YYFILES, YYOBJ, generated_files, ALLDEPFILES):
447 Flatten list and order alphabetically.
448 * data-directory/Makefile.in: Add comment about file lists
449 ordering.
450 (GEN_SYSCALLS_FILES, PYTHON_FILE_LIST): Flatten list and order
451 alphabetically.
452
453 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
454
455 * contrib/expect-read1.sh: Fix spelling in comments.
456 * gdb_buildall.sh: Fix spelling in comments.
457 * gdb_mbuild.sh: Fix spelling in comments.
458
459 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
460
461 * configure.ac: Fix spelling in comments.
462 * configure: Regenerate.
463
464 2016-11-22 Yao Qi <yao.qi@linaro.org>
465
466 * gdbarch.sh (software_single_step): Change parameter from frame_info
467 to regcache.
468 * gdbarch.c, gdbarch.h: Regenerated.
469 * aarch64-tdep.c (aarch64_software_single_step): Change parameter
470 from frame_info to regcache. Don't call get_current_regcache.
471 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Likewise.
472 (alpha_software_single_step): Likewise.
473 * alpha-tdep.h (alpha_software_single_step): Update declaration.
474 * arm-linux-tdep.c (arm_linux_software_single_step): Likewise.
475 * arm-tdep.c (arm_software_single_step): Likewise.
476 * arm-tdep.h (arm_software_single_step): Likewise.
477 * breakpoint.c (insert_single_step_breakpoint): Pass regcache to
478 gdbarch_software_single_step.
479 * cris-tdep.c (cris_software_single_step): Change parameter from
480 frame_info to regcache. Don't call get_current_regcache.
481 * mips-tdep.c (mips_software_single_step): Likewise.
482 * mips-tdep.h (mips_software_single_step): Update declaration.
483 * moxie-tdep.c (moxie_software_single_step): Likewise.
484 * nios2-tdep.c (nios2_software_single_step): Likewise.
485 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Update declaration.
486 * rs6000-aix-tdep.c (rs6000_software_single_step): Likewise.
487 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Likewise.
488 * s390-linux-tdep.c (s390_software_single_step): Likewise.
489 * sparc-tdep.c (sparc_software_single_step): Likewise.
490 * spu-tdep.c (spu_software_single_step): Likewise.
491 * tic6x-tdep.c (tic6x_software_single_step): Likewise.
492
493 2016-11-22 Yao Qi <yao.qi@linaro.org>
494
495 * spu-tdep.c (spu_software_single_step): Call get_regcache_arch
496 instead of get_frame_arch. Call regcache_read_pc instead of
497 get_frame_pc. Call regcache_raw_get_unsigned instead of
498 get_frame_register_unsigned.
499
500 2016-11-22 Yao Qi <yao.qi@linaro.org>
501
502 * tic6x-tdep.c (tic6x_condition_true): Replace frame with
503 regcache. Call regcache_raw_get_signed instead of
504 get_frame_register_signed.
505 (tic6x_get_next_pc): Likewise. Caller updated.
506
507 2016-11-22 Yao Qi <yao.qi@linaro.org>
508
509 * rs6000-aix-tdep.c (branch_dest): Replace parameter frame with
510 regcache. Call get_regcache_arch instead of get_frame_arch.
511 Call regcache_raw_get_unsigned instead of
512 get_frame_register_unsigned.
513 (rs6000_software_single_step): Likewise.
514 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Call
515 get_regcache_arch instead of get_frame_arch. Call
516 regcache_read_pc instead of get_frame_pc.
517
518 2016-11-22 Yao Qi <yao.qi@linaro.org>
519
520 * s390-linux-tdep.c (s390_software_single_step): Call
521 get_regcache_arch instead of get_frame_arch. Call
522 regcache_read_pc instead of get_frame_pc.
523
524 2016-11-22 Yao Qi <yao.qi@linaro.org>
525
526 * sparc-tdep.c (sparc_analyze_control_transfer): Replace parameter
527 frame with regcache. Call get_current_frame.
528 (sparc_software_single_step): Call get_regcache_arch instead of
529 get_frame_arch. Call regcache_raw_get_unsigned instead of
530 get_frame_register_unsigned.
531
532 2016-11-22 Yao Qi <yao.qi@linaro.org>
533
534 * nios2-tdep.c (nios2_get_next_pc): Replace parameter frame
535 with regcache. Call regcache_raw_get_signed instead of
536 get_frame_register_unsigned.
537 (nios2_software_single_step): Call get_regcache_arch
538 instead of get_frame_arch.
539
540 2016-11-22 Yao Qi <yao.qi@linaro.org>
541
542 * moxie-tdep.c (moxie_software_single_step): Call
543 get_regcache_arch instead of get_frame_arch. Call
544 regcache_read_pc instead of get_frame_pc.
545
546 2016-11-22 Yao Qi <yao.qi@linaro.org>
547
548 * mips-tdep.c (mips32_bc1_pc): Replace parameter frame with
549 regcache. Call regcache_raw_get_unsigned instead of
550 get_frame_register_unsigned.
551 (mips32_next_pc): Likewise.
552 (micromips_bc1_pc): Likewise.
553 (micromips_next_pc): Likewise.
554 (extended_mips16_next_pc): Likewise.
555 (mips16_next_pc): Likewise.
556 (mips_next_pc): Likewise.
557 (mips_software_single_step): Call get_regcache_arch instead
558 of get_frame_arch.
559
560 2016-11-22 Yao Qi <yao.qi@linaro.org>
561
562 * cris-tdep.c (find_step_target): Replace parameter frame
563 with regcache. Call get_regcache_arch instead of
564 get_frame_arch. Call regcache_raw_get_unsigned instead of
565 get_frame_register_unsigned.
566 (cris_software_single_step): Call get_regcache_arch instead
567 of get_frame_arch.
568
569 2016-11-22 Yao Qi <yao.qi@linaro.org>
570
571 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Call
572 get_regcache_arch instead of get_frame_arch. Call
573 regcache_read_pc instead of get_frame_pc.
574 (alpha_next_pc): Replace parameter frame with regcache.
575 Call regcache_raw_get_unsigned instead of
576 get_frame_register_unsigned.
577
578 2016-11-22 Yao Qi <yao.qi@linaro.org>
579
580 * aarch64-tdep.c (aarch64_software_single_step): Call
581 get_regcache_arch instead of get_frame_arch. Call
582 regcache_read_pc instead of get_frame_pc.
583
584 2016-11-22 Yao Qi <yao.qi@linaro.org>
585
586 * regcache.c (regcache_raw_get_signed): New function.
587 * regcache.h (regcache_raw_get_signed): Declare.
588
589 2016-11-22 Yao Qi <yao.qi@linaro.org>
590
591 * value.c (value_from_component): Use VALUE_NEXT_FRAME_ID
592 instead of VALUE_FROM_ID.
593
594 2016-11-21 Simon Marchi <simon.marchi@ericsson.com>
595
596 * Makefile.in (%o: $(srcdir)/mi/%.c): Add missing POSTCOMPILE
597 step.
598
599 2016-11-21 Yao Qi <yao.qi@linaro.org>
600
601 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
602 Don't call value_from_contents_and_address and
603 set_value_address. Call value_from_component.
604 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer):
605 Likewise.
606 * value.c (value_from_component): New function.
607 * value.h (value_from_component): Likewise.
608 * valarith.c (value_subscripted_rvalue): Call
609 value_from_component.
610
611 2016-11-19 Joel Brobecker <brobecker@adacore.com>
612
613 * contrib/ari/gdb_ari.sh: Add detection of printf_vma and
614 sprintf_vma.
615
616 2016-11-18 Simon Marchi <simon.marchi@polymtl.ca>
617
618 * Makefile.in (%.o: $(srcdir)/gdbtk/generic/%.c): Fix typo.
619
620 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
621
622 (PYTHON_CFLAGS): Move up.
623 (%.o: $(srcdir)/arch/%.c): New rule.
624 (%.o: $(srcdir)/cli/%.c): New rule.
625 (%.o: $(srcdir)/common/%.c): New rule.
626 (%.o: $(srcdir)/compile/%.c): New rule.
627 (%.o: $(srcdir)/gdbtk/generic/%.c): New rule.
628 (%.o: $(srcdir)/guile/%.c): New rule.
629 (%.o: $(srcdir)/mi/%.c): New rule.
630 (%.o: $(srcdir)/nat/%.c): New rule.
631 (%.o: $(srcdir)/python/%.c): New rule.
632 (%.o: $(srcdir)/target/%.c): New rule.
633 (%.o: $(srcdir)/tui/%.c): New rule.
634 (cli-cmds.o): Remove.
635 (cli-decode.o): Likewise.
636 (cli-dump.o): Likewise.
637 (cli-interp.o): Likewise.
638 (cli-logging.o): Likewise.
639 (cli-script.o): Likewise.
640 (cli-setshow.o): Likewise.
641 (cli-utils.o): Likewise.
642 (compile.o): Likewise.
643 (compile-c-types.o): Likewise.
644 (compile-c-symbols.o): Likewise.
645 (compile-object-load.o): Likewise.
646 (compile-object-run.o): Likewise.
647 (compile-loc2c.o): Likewise.
648 (compile-c-support.o): Likewise.
649 (gdbtk.o): Likewise.
650 (gdbtk-bp.o): Likewise.
651 (gdbtk-cmds.o): Likewise.
652 (gdbtk-hooks.o): Likewise.
653 (gdbtk-interp.o): Likewise.
654 (gdbtk-main.o): Likewise.
655 (gdbtk-register.o): Likewise.
656 (gdbtk-stack.o): Likewise.
657 (gdbtk-varobj.o): Likewise.
658 (gdbtk-wrapper.o): Likewise.
659 (mi-cmd-break.o): Likewise.
660 (mi-cmd-catch.o): Likewise.
661 (mi-cmd-disas.o): Likewise.
662 (mi-cmd-env.o): Likewise.
663 (mi-cmd-file.o): Likewise.
664 (mi-cmd-info.o): Likewise.
665 (mi-cmds.o): Likewise.
666 (mi-cmd-stack.o): Likewise.
667 (mi-cmd-target.o): Likewise.
668 (mi-cmd-var.o): Likewise.
669 (mi-console.o): Likewise.
670 (mi-getopt.o): Likewise.
671 (mi-interp.o): Likewise.
672 (mi-main.o): Likewise.
673 (mi-out.o): Likewise.
674 (mi-parse.o): Likewise.
675 (mi-symbol-cmds.o): Likewise.
676 (mi-common.o): Likewise.
677 (signals.o): Likewise.
678 (common-utils.o): Likewise.
679 (gdb_vecs.o): Likewise.
680 (xml-utils.o): Likewise.
681 (ptid.o): Likewise.
682 (buffer.o): Likewise.
683 (filestuff.o): Likewise.
684 (format.o): Likewise.
685 (vec.o): Likewise.
686 (print-utils.o): Likewise.
687 (rsp-low.o): Likewise.
688 (errors.o): Likewise.
689 (common-debug.o): Likewise.
690 (cleanups.o): Likewise.
691 (common-exceptions.o
692 (posix-strerror.o): Likewise.
693 (mingw-strerror.o): Likewise.
694 (btrace-common.o): Likewise.
695 (fileio.o): Likewise.
696 (common-regcache.o): Likewise.
697 (signals-state-save-restore.o): Likewise.
698 (new-op.o): Likewise.
699 (waitstatus.o): Likewise.
700 (arm.o): Likewise.
701 (arm-linux.o): Likewise.
702 (arm-get-next-pcs.o): Likewise.
703 (x86-dregs.o): Likewise.
704 (linux-btrace.o): Likewise.
705 (linux-osdata.o): Likewise.
706 (linux-procfs.o): Likewise.
707 (linux-ptrace.o): Likewise.
708 (linux-waitpid.o): Likewise.
709 (mips-linux-watch.o): Likewise.
710 (ppc-linux.o): Likewise.
711 (linux-personality.o): Likewise.
712 (x86-linux.o): Likewise.
713 (x86-linux-dregs.o): Likewise.
714 (amd64-linux-siginfo.o): Likewise.
715 (linux-namespaces.o): Likewise.
716 (aarch64-linux-hw-point.o): Likewise.
717 (aarch64-linux.o): Likewise.
718 (aarch64-insn.o): Likewise.
719 (tui.o): Likewise.
720 (tui-command.o): Likewise.
721 (tui-data.o): Likewise.
722 (tui-disasm.o): Likewise.
723 (tui-file.o): Likewise.
724 (tui-hooks.o): Likewise.
725 (tui-interp.o): Likewise.
726 (tui-io.o): Likewise.
727 (tui-layout.o): Likewise.
728 (tui-out.o): Likewise.
729 (tui-regs.o): Likewise.
730 (tui-source.o): Likewise.
731 (tui-stack.o): Likewise.
732 (tui-win.o): Likewise.
733 (tui-windata.o): Likewise.
734 (tui-wingeneral.o): Likewise.
735 (tui-winsource.o): Likewise.
736 (guile.o): Likewise.
737 (scm-arch.o): Likewise.
738 (scm-auto-load.o): Likewise.
739 (scm-block.o): Likewise.
740 (scm-breakpoint.o): Likewise.
741 (scm-cmd.o): Likewise.
742 (scm-disasm.o): Likewise.
743 (scm-exception.o): Likewise.
744 (scm-frame.o): Likewise.
745 (scm-gsmob.o): Likewise.
746 (scm-iterator.o): Likewise.
747 (scm-lazy-string.o): Likewise.
748 (scm-math.o): Likewise.
749 (scm-objfile.o): Likewise.
750 (scm-param.o): Likewise.
751 (scm-ports.o): Likewise.
752 (scm-pretty-print.o): Likewise.
753 (scm-progspace.o): Likewise.
754 (scm-safe-call.o): Likewise.
755 (scm-string.o): Likewise.
756 (scm-symbol.o): Likewise.
757 (scm-symtab.o): Likewise.
758 (scm-type.o): Likewise.
759 (scm-utils.o): Likewise.
760 (scm-value.o): Likewise.
761 (python.o): Likewise.
762 (py-arch.o): Likewise.
763 (py-auto-load.o): Likewise.
764 (py-block.o): Likewise.
765 (py-bpevent.o): Likewise.
766 (py-breakpoint.o): Likewise.
767 (py-cmd.o): Likewise.
768 (py-continueevent.o): Likewise.
769 (py-xmethods.o): Likewise.
770 (py-event.o): Likewise.
771 (py-evtregistry.o): Likewise.
772 (py-evts.o): Likewise.
773 (py-exitedevent.o): Likewise.
774 (py-finishbreakpoint.o): Likewise.
775 (py-frame.o): Likewise.
776 (py-framefilter.o): Likewise.
777 (py-function.o): Likewise.
778 (py-gdb-readline.o): Likewise.
779 (py-inferior.o): Likewise.
780 (py-infevents.o): Likewise.
781 (py-infthread.o): Likewise.
782 (py-lazy-string.o): Likewise.
783 (py-linetable.o): Likewise.
784 (py-newobjfileevent.o): Likewise.
785 (py-objfile.o): Likewise.
786 (py-param.o): Likewise.
787 (py-prettyprint.o): Likewise.
788 (py-progspace.o): Likewise.
789 (py-signalevent.o): Likewise.
790 (py-stopevent.o): Likewise.
791 (py-symbol.o): Likewise.
792 (py-symtab.o): Likewise.
793 (py-threadevent.o): Likewise.
794 (py-type.o): Likewise.
795 (py-unwind.o): Likewise.
796 (py-utils.o): Likewise.
797 (py-value.o): Likewise.
798 (py-varobj.o): Likewise.
799
800 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
801
802 * Makefile.in (.c.o): Replace rule with ...
803 (%.o: %.c): ... this one.
804 (.po.gmo): Replace rule with ...
805 (%.gmo: %.po): ... this one.
806 (.po.pox): Replace rule with ...
807 (%.pox: %.po): ... this one.
808 (.y.c): Replace rule with ...
809 (%.c: %.y): ... this one.
810 (.l.c): Replace rule with ...
811 (%.c: %.l): ... this one.
812 (.SUFFIXES): Remove all instances.
813
814 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
815
816 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
817 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
818 make.
819 * configure.ac: Remove checks for the make program.
820 * configure: Re-generate.
821
822 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
823
824 * NEWS: Mention requirement of GNU make.
825
826 2016-11-17 Pedro Alves <palves@redhat.com>
827
828 * c-exp.y (c_print_token): Use parser_fprintf instead of fprintf.
829
830 2016-11-17 Pedro Alves <palves@redhat.com>
831
832 * ctf.c [USE_WIN32API] (mkdir): Delete.
833
834 2016-11-16 Pedro Alves <palves@redhat.com>
835
836 * ada-lang.c (ada_value_primitive_packed_val): Use unique_ptr and
837 new gdb_byte[] instead of malloc and cleanups.
838
839 2016-11-17 Pedro Alves <palves@redhat.com>
840
841 * tracepoint.c (collection_list::add_memrange): Add gdbarch
842 parameter. Use paddress instead of printf_vma. Adjust recursive
843 calls.
844 (collection_list::stringify): Use paddress and phex_nz instead of
845 sprintf_vma. Adjust add_memrange call.
846 * tracepoint.h (collection_list::add_memrange): Add gdbarch
847 parameter.
848
849 2016-11-16 Kevin Buettner <kevinb@redhat.com>
850
851 * frame.c (get_prev_frame): Stash frame id for current frame
852 prior to computing frame id for previous frame.
853
854 2016-11-16 Kevin Buettner <kevinb@redhat.com>
855
856 * python/py-unwind.c (pending_framepy_read_register): Use
857 value_of_register() instead of get_frame_register_value().
858
859 2016-11-16 Kevin Buettner <kevinb@redhat.com>
860
861 * value.h (VALUE_FRAME_ID): Rename to VALUE_NEXT_FRAME_ID. Update
862 comment. Create new VALUE_FRAME_ID which is defined in terms of
863 VALUE_NEXT_FRAME_ID.
864 (deprecated_value_frame_id_hack): Rename to
865 deprecated_value_next_frame_id_hack.
866 * dwarf2loc.c, findvar.c, frame-unwind.c, sentinel-frame.c,
867 valarith.c, valops.c, value.c: Adjust nearly all occurences of
868 VALUE_FRAME_ID to VALUE_NEXT_FRAME_ID. Add comments for those
869 which did not change.
870 * value.c (struct value): Rename frame_id field to next_frame_id.
871 Update comment.
872 (deprecated_value_frame_id_hack): Rename to
873 deprecated_value_next_frame_id_hack.
874 (value_fetch_lazy): Call frame_unwind_register_value()
875 instead of get_frame_register_value().
876 * frame.c (get_prev_frame_id_by_id): New function.
877 * frame.h (get_prev_frame_id_by_id): Declare.
878 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Make
879 VALUE_NEXT_FRAME_ID refer to the next frame.
880 * findvar.c (value_of_register_lazy): Likewise.
881 (default_value_from_register): Likewise.
882 (value_from_register): Likewise.
883 * frame_unwind.c (frame_unwind_got_optimized): Likewise.
884 * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
885 * value.h (VALUE_FRAME_ID): Update comment describing this macro.
886
887 2016-11-16 Kevin Buettner <kevinb@redhat.com>
888
889 * frame.h (enum frame_id_stack_status): Add FID_STACK_SENTINEL.
890 (struct frame_id): Increase number of bits required for storing
891 stack status to 3 from 2.
892 (sentinel_frame_id): New declaration.
893 (get_next_frame_sentinel_okay): Declare.
894 (frame_find_by_id_sentinel_okay): Declare.
895 * frame.c (current_frame): Rename this static global to...
896 (sentinel_frame): ...this static global, which has also been
897 moved an earlier location in the file.
898 (fprint_frame_id): Add case for sentinel frame id.
899 (get_frame_id): Return early for sentinel frame.
900 (sentinel_frame_id): Define.
901 (frame_find_by_id): Add case for sentinel_frame_id.
902 (create_sentinel_frame): Use sentinel_frame_id for this_id.value
903 instead of null_frame_id.
904 (get_current_frame): Add local declaration for `current_frame'.
905 Remove local declaration for `sentinel_frame.'
906 (get_next_frame_sentinel_okay): New function.
907 (reinit_frame_cache): Use `sentinel_frame' in place of
908 `current_frame'.
909
910 2016-11-15 Pedro Alves <palves@redhat.com>
911
912 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
913 38237baf99386101934cd93278023aa4ae523ec0.
914 * gnulib/configure, gnulib/config.in: Regenerate.
915 * gnulib/import/Makefile.am: Regenerate.
916 * gnulib/import/Makefile.in: Regenerate.
917 * gnulib/import/canonicalize-lgpl.c: Update.
918 * gnulib/import/extra/snippet/c++defs.h: Update.
919 * gnulib/import/m4/stdint.m4: Update.
920 * gnulib/import/m4/stdlib_h.m4: Update.
921 * gnulib/import/math.in.h: Update.
922 * gnulib/import/stdlib.in.h: Update.
923 * gnulib/import/sys_time.in.h: Update.
924
925 2016-11-15 Pedro Alves <palves@redhat.com>
926
927 * common/common-defs.h: Update comment.
928 * common/gdb_unique_ptr.h: Update header comment and copyright
929 year.
930 (gdb::unique_ptr, gdb::move): Delete.
931
932 2016-11-15 Pedro Alves <palves@redhat.com>
933
934 * ada-lang.c (create_excep_cond_exprs): Use std::move instead of
935 gdb::move.
936 * break-catch-throw.c (handle_gnu_v3_exceptions): Use
937 std::unique_ptr instead of gdb::unique_ptr.
938 * breakpoint.c (watch_command_1): Use std::move instead of
939 gdb::move.
940 * cli/cli-dump.c (dump_memory_to_file, restore_binary_file): Use
941 std::unique_ptr instead of gdb::unique_ptr.
942 * dtrace-probe.c (dtrace_process_dof_probe): Use std::move instead
943 of gdb::move.
944 * elfread.c (elf_read_minimal_symbols): Use std::unique_ptr
945 instead of gdb::unique_ptr.
946 * mi/mi-main.c (mi_cmd_data_read_memory): Use std::unique_ptr
947 instead of gdb::unique_ptr.
948 * parse.c (parse_expression_for_completion): Use std::move instead
949 of gdb::move.
950 * printcmd.c (display_command): std::move instead of gdb::move.
951
952 2016-11-14 Markus Metzger <markus.t.metzger@intel.com>
953
954 * nat/linux-btrace.c (perf_event_read): Allow data_head < size.
955 * nat/linux-btrace.c (perf_event_read_all): Do not adjust size.
956
957 2016-11-12 Tom Tromey <tom@tromey.com>
958
959 * rust-exp.y (super_name): Use std::vector.
960 (lex_number): Use std::string.
961 (convert_params_to_types): Return std::vector.
962 (convert_ast_to_type, convert_name): Update.
963 * rust-lang.c (rust_get_disr_info): Use unique_xmalloc_ptr.
964
965 2016-11-12 Tom Tromey <tom@tromey.com>
966
967 * rust-lang.c (rust_get_disr_info): Use std::string in one more
968 spot.
969
970 2016-11-11 Yao Qi <yao.qi@linaro.org>
971
972 * spu-tdep.c (spu_software_single_step): Don't call
973 get_frame_register_bytes, call get_frame_register_unsigned
974 instead.
975
976 2016-11-11 Yao Qi <yao.qi@linaro.org>
977
978 * cp-valprint.c (cp_print_value): Remove local base_valaddr.
979 * extension-priv.h (struct extension_language_ops)
980 <apply_val_pretty_printer>: Remove the second parameter.
981 Remove const from "struct value *". Callers updated.
982 * extension.c (apply_ext_lang_val_pretty_printer): Update
983 comments. Remove parameter valaddr. Remove const from
984 "struct value *".
985 * extension.h (apply_ext_lang_val_pretty_printer): Update
986 declaration.
987 * guile/guile-internal.h (gdbscm_apply_val_pretty_printer):
988 Update declaration.
989 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
990 Remove parameter valaddr. Remove const from "struct value *".
991 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer):
992 Likewise.
993 * python/python-internal.h (gdbpy_apply_val_pretty_printer):
994 Update declaration.
995
996 2016-11-11 Yao Qi <yao.qi@linaro.org>
997
998 * c-lang.h (cp_print_value_fields): Update declaration.
999 * cp-valprint.c (cp_print_value): Update declaration.
1000 (cp_print_value_fields): Remove parameter valaddr. Callers
1001 updated.
1002 (cp_print_value): Likewise.
1003
1004 2016-11-09 Tom Tromey <tom@tromey.com>
1005
1006 * varobj.h (varobj_get_display_hint): Change return type.
1007 * varobj.c (varobj_get_display_hint): Return unique_xmalloc_ptr.
1008 (varobj_value_get_print_value): Update.
1009 * python/python.c (gdbpy_before_prompt_hook, gdbpy_print_stack)
1010 (gdbpy_apply_type_printers): Update.
1011 * python/python-internal.h (unicode_to_target_string)
1012 (python_string_to_target_string, python_string_to_host_string)
1013 (gdbpy_obj_to_string, gdbpy_exception_to_string)
1014 (gdbpy_get_display_hint): Change return types.
1015 * python/py-varobj.c (py_varobj_iter_next): Update.
1016 * python/py-value.c (valpy_getitem, convert_value_from_python):
1017 Update.
1018 * python/py-utils.c (unicode_to_encoded_string)
1019 (unicode_to_target_string, python_string_to_target_string)
1020 (python_string_to_host_string, gdbpy_obj_to_string)
1021 (gdbpy_exception_to_string): Return unique_xmalloc_ptr.
1022 * python/py-unwind.c (pyuw_parse_register_id): Update.
1023 * python/py-type.c (typy_getitem): Update.
1024 * python/py-prettyprint.c (gdbpy_get_display_hint)
1025 (print_stack_unless_memory_error, print_children)
1026 (gdbpy_apply_val_pretty_printer): Update.
1027 * python/py-param.c (set_parameter_value): Update.
1028 (get_doc_string, call_doc_function): Return unique_xmalloc_ptr.
1029 (get_set_value, get_show_value, compute_enum_values, parmpy_init):
1030 Update.
1031 * python/py-infthread.c (thpy_set_name): Update.
1032 * python/py-function.c (fnpy_call, fnpy_init): Update.
1033 * python/py-framefilter.c (extract_sym): Change "name" to
1034 unique_xmalloc_ptr.
1035 (enumerate_args, enumerate_locals): Update.
1036 (py_print_frame): Use unique_xmalloc_ptr.
1037 * python/py-frame.c (frapy_read_var): Update. Remove cleanup.
1038 * python/py-cmd.c (cmdpy_function, cmdpy_completer, cmdpy_init):
1039 Update.
1040 * python/py-breakpoint.c (bppy_set_condition): Use
1041 unique_xmalloc_ptr.
1042 (bppy_init): Likewise. Remove cleanup.
1043 (local_setattro): Update.
1044 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_list_children)
1045 (varobj_update_one): Update.
1046
1047 2016-11-09 Pedro Alves <palves@redhat.com>
1048
1049 * ax-gdb.c (agent_eval_command_one): Use std::move instead of
1050 gdb::move.
1051 * ax.h (agent_expr_up): Use std::unique_ptr instead of
1052 gdb::unique_ptr.
1053 * breakpoint.c (parse_cond_to_aexpr): Use std::move instead of
1054 gdb::move.
1055 * tracepoint.c (collection_list::collect_symbol): Likewise.
1056 (collection_list::~collection_list): Delete.
1057 (encode_actions_1): Use std::move instead of gdb::move.
1058 (collection_list::add_aexpr): Use std::move instead of
1059 unique_ptr::release.
1060 * tracepoint.h (collection_list) <~collection_list>: Delete
1061 declaration.
1062 <m_aexprs>: Now a vector of agent_ptr_up.
1063
1064 2016-11-09 Pedro Alves <palves@redhat.com>
1065
1066 * main.c (struct cmdarg): Add constructor.
1067 (captured_main_1): Use vector::emplace_back.
1068 * tracepoint.c (collection_list::add_memrange): Likewise.
1069
1070 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
1071
1072 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove
1073 failed-xmalloc handling.
1074
1075 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
1076
1077 * tui/tui-winsource.c (tui_alloc_source_buffer): Subtract
1078 highlight box's overhead when calculating the content height.
1079
1080 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
1081
1082 * tui/tui-disasm.c (tui_set_disassem_content): Fix calculation of
1083 the longest disassembly line's length.
1084
1085 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
1086
1087 * tui/tui-disasm.c (tui_set_disassem_content): Fix line buffer
1088 overrun due to unchecked strcpy.
1089
1090 2016-11-09 Tristan Gingold <gingold@adacore.com>
1091
1092 * darwin-nat.c (find_inferior_task_it): Fix indentation.
1093 (find_inferior_notify_it): Remove.
1094 (find_inferior_pid_it): New function.
1095 (darwin_find_inferior_by_notify): Remove.
1096 (darwin_find_inferior_by_pid): New function.
1097 (darwin_find_new_inferior): New function.
1098 (darwin_check_message_ndr): New function from
1099 darwin_decode_exception_message.
1100 (darwin_decode_exception_message): Call darwin_check_message_ndr.
1101 Handle SIGTRAP addressed to an unknown task (when a task spawned).
1102 (darwin_decode_notify_message): New function.
1103 (darwin_decode_message): Handle unknown task.
1104 (darwin_deallocate_threads): New function from darwin_mourn_inferior.
1105 (darwin_mourn_inferior): Use darwin_deallocate_threads and
1106 darwin_deallocate_exception_ports.
1107 (darwin_deallocate_exception_ports): New function from
1108 darwin_mourn_inferior.
1109 (darwin_setup_exceptions): New function from darwin_attach_pid.
1110 (darwin_setup_request_notification): Likewise.
1111 (darwin_attach_pid): Call darwin_setup_request_notification and
1112 darwin_setup_request_notification.
1113
1114 2016-11-08 Tom Tromey <tom@tromey.com>
1115
1116 * python/py-framefilter.c (py_print_frame): Use
1117 get_addr_from_python. Check for errors when getting line number.
1118
1119 2016-11-08 Yao Qi <yao.qi@linaro.org>
1120
1121 * ada-lang.h (ada_val_print): Remove second parameter. Remove
1122 const from "struct value *".
1123 * ada-valprint.c (print_field_values): Remove const from
1124 "struct value *".
1125 (val_print_packed_array_elements): Likewise.
1126 (print_variant_part): Likewise.
1127 (ada_val_print_string): Likewise.
1128 (ada_val_print_gnat_array): Likewise.
1129 (ada_val_print_ptr): Likewise.
1130 (ada_val_print_num): Likewise.
1131 (ada_val_print_enum): Likewise.
1132 (ada_val_print_flt): Likewise.
1133 (ada_val_print_union): Likewise.
1134 (ada_val_print_struct_union): Likewise.
1135 (ada_val_print_ref): Likewise.
1136 (ada_val_print_1): Remove second parameter. Remove const from
1137 "struct value *".
1138 (ada_val_print): Likewise.
1139 * c-lang.h (c_val_print): Likewise.
1140 * c-valprint.c (c_val_print_array): Remove const from
1141 "struct value *".
1142 (c_val_print_ptr): Likewise.
1143 (c_val_print_struct): Likewise.
1144 (c_val_print_union): Likewise.
1145 (c_val_print_int): Likewise.
1146 (c_val_print_memberptr): Likewise.
1147 (c_val_print): Remove second parameter. Remove const from
1148 "struct value *". All callers updated.
1149 * cp-valprint.c (cp_print_value): Remove const from
1150 "struct value *".
1151 (cp_print_value_fields): Likewise.
1152 (c_val_print_value): Likewise.
1153 * d-lang.h (d_val_print): Remove second parameter. Remove const
1154 from "struct value *".
1155 * d-valprint.c (dynamic_array_type): Likewise.
1156 (d_val_print): Likewise.
1157 * f-lang.h (f_val_print): Likewise.
1158 * f-valprint.c (f_val_print): Likewise.
1159 * go-lang.h (go_val_print): Likewise.
1160 * go-valprint.c (print_go_string): Likewise.
1161 (go_val_print): Likewise.
1162 * language.c (unk_lang_val_print): Likewise.
1163 * language.h (struct language_defn) <la_val_print>: Likewise.
1164 Update comments.
1165 (LA_VAL_PRINT): Remove.
1166 * m2-lang.h (m2_val_print): Remove const from
1167 "struct value *".
1168 * m2-valprint.c (m2_print_array_contents): Likewise.
1169 (m2_val_print): Likewise.
1170 * p-lang.h (pascal_val_print): Remove second parameter. Remove
1171 const from "struct value *".
1172 (pascal_object_print_value_fields): Likewise.
1173 * p-valprint.c (pascal_val_print): Likewise.
1174 (pascal_object_print_value_fields): Likewise.
1175 (pascal_object_print_value): Likewise.
1176 * rust-lang.c (rust_get_disr_info): Likewise.
1177 (val_print_struct): Likewise.
1178 (rust_val_print): Likewise.
1179 * valprint.c (generic_val_print_array): Likewise.
1180 (generic_val_print_ptr): Likewise.
1181 (generic_val_print_memberptr): Likewise.
1182 (generic_val_print_ref): Likewise.
1183 (generic_val_print_enum): Likewise.
1184 (generic_val_print_flags): Likewise.
1185 (generic_val_print_func): Likewise.
1186 (generic_val_print_bool): Likewise.
1187 (generic_val_print_int): Likewise.
1188 (generic_val_print_char): Likewise.
1189 (generic_val_print_float): Likewise.
1190 (generic_val_print_decfloat): Likewise.
1191 (generic_val_print_complex): Likewise.
1192 (generic_val_print): Likewise.
1193 (val_print): Likewise.
1194 (common_val_print): Likewise.
1195 (val_print_type_code_flags): Likewise.
1196 (val_print_scalar_formatted): Likewise.
1197 (val_print_array_elements): Likewise.
1198 * valprint.h (val_print_array_elements): Update declaration.
1199 (val_print_scalar_formatted): Likewise.
1200 (generic_val_print): Likewise.
1201 * value.h (val_print): Likewise.
1202
1203 2016-11-08 Yao Qi <yao.qi@linaro.org>
1204
1205 * mt-tdep.c (mt_registers_info): Call
1206 get_frame_register_value instead of
1207 deprecated_frame_register_read.
1208 * sh64-tdep.c (sh64_do_register): Likewise.
1209
1210 2016-11-08 Pedro Alves <palves@redhat.com>
1211
1212 * ax.h (agent_expr_p): Delete.
1213 (DEF_VEC_P (agent_expr_p)): Delete.
1214 * breakpoint.c (build_target_condition_list)
1215 (build_target_command_list): Adjust to use of std::vector.
1216 (bp_location_dtor): Remove now unnecessary VEC_free calls.
1217 * breakpoint.h: Include <vector>.
1218 (struct bp_target_info) <conditions, tcommands>: Now
1219 std::vector's.
1220 * remote.c (remote_add_target_side_condition): bp_tgt->conditions
1221 is now a std::vector; adjust.
1222 (remote_add_target_side_commands, remote_insert_breakpoint):
1223 bp_tgt->tcommands is now a std::vector; adjust.
1224
1225 2016-11-08 Pedro Alves <palves@redhat.com>
1226
1227 * ax-gdb.c (is_nontrivial_conversion): Use agent_expr_up.
1228 (gen_trace_for_var, gen_trace_for_expr, gen_eval_for_expr)
1229 (gen_trace_for_return_address, gen_printf): Use and return an
1230 agent_expr_up. Don't use make_cleanup_free_agent_expr.
1231 (agent_eval_command_one, maint_agent_printf_command): Use
1232 agent_expr_up. Don't use make_cleanup_free_agent_expr.
1233 * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
1234 (gen_trace_for_return_address, gen_eval_for_expr, gen_printf): Use
1235 agent_expr_up.
1236 * ax-general.c (new_agent_expr): Rename to ...
1237 (agent_expr::agent_expr): ... this, and now a constructor.
1238 (free_agent_expr): Rename to ...
1239 (agent_expr::~agent_exp): ... this, and now a destructor.
1240 (do_free_agent_expr_cleanup, make_cleanup_free_agent_expr):
1241 Delete.
1242 * ax.h (struct agent_expr): Add ctor/dtor.
1243 (agent_expr_up): New typedef.
1244 (new_agent_expr, free_agent_expr, make_cleanup_free_agent_expr):
1245 Delete declarations.
1246 * breakpoint.c (parse_cond_to_aexpr): Use and return an
1247 agent_expr_up. Don't use make_cleanup_free_agent_expr.
1248 (build_target_condition_list): Adjust to use agent_expr_up.
1249 (parse_cmd_to_aexpr): Use and return an agent_expr_up. Don't use
1250 make_cleanup_free_agent_expr.
1251 (build_target_command_list): Adjust to use agent_expr_up.
1252 (force_breakpoint_reinsertion): Adjust to use agent_expr_up.
1253 (bp_location_dtor): Remove unnecessary free_agent_expr and xfree
1254 calls.
1255 * breakpoint.h (struct bp_target_info) <cond_bytecode,
1256 cmd_bytecode>: Now agent_expr_up's.
1257 * remote.c (remote_download_tracepoint): Adjust to use
1258 agent_expr_up and remove use of make_cleanup_free_agent_expr.
1259 * tracepoint.c (validate_actionline, collect_symbol): Adjust to
1260 use agent_expr_up and remove uses of make_cleanup_free_agent_expr.
1261 (collection_list::~collection_list): Call delete instead of
1262 free_agent_expr.
1263 (encode_actions_1): Adjust to use agent_expr_up and remove uses of
1264 make_cleanup_free_agent_expr.
1265 (add_aexpr): Change parameter type to agent_expr_up; Return a raw
1266 agent_expr pointer.
1267
1268 2016-11-08 Pedro Alves <palves@redhat.com>
1269
1270 * ada-lang.c (ada_name_for_lookup, type_as_string): Use and return
1271 std::string.
1272 (type_as_string_and_cleanup): Delete.
1273 (ada_lookup_struct_elt_type): Use type_as_string.
1274 * ada-lang.h (ada_name_for_lookup): Now returns std::string.
1275 * ada-varobj.c (ada_varobj_scalar_image): Return a std::string.
1276 (ada_varobj_describe_child): Make 'child_name' and
1277 'child_path_expr' parameters std::string pointers.
1278 (ada_varobj_describe_struct_child, ada_varobj_describe_ptr_child):
1279 Likewise, and use string_printf.
1280 (ada_varobj_describe_simple_array_child)
1281 (ada_varobj_describe_child): Likewise.
1282 (ada_varobj_get_name_of_child, ada_varobj_get_path_expr_of_child)
1283 (ada_varobj_get_value_image)
1284 (ada_varobj_get_value_of_array_variable)
1285 (ada_varobj_get_value_of_variable, ada_name_of_variable)
1286 (ada_name_of_child, ada_path_expr_of_child)
1287 (ada_value_of_variable): Now returns std::string. Use
1288 string_printf.
1289 (ada_value_of_child): Adjust.
1290 * break-catch-throw.c (check_status_exception_catchpoint): Adjust
1291 to use std::string.
1292 * breakpoint.c (watch_command_1): Adjust to use std::string.
1293 * c-lang.c (c_get_string): Adjust to use std::string.
1294 * c-typeprint.c (print_name_maybe_canonical): Use std::string.
1295 * c-varobj.c (varobj_is_anonymous_child): Use ==/!= std::string
1296 operators.
1297 (c_name_of_variable): Now returns a std::string.
1298 (c_describe_child): The 'cname' and 'cfull_expression' output
1299 parameters are now std::string pointers. Adjust.
1300 (c_name_of_child, c_path_expr_of_child, c_value_of_variable)
1301 (cplus_number_of_children): Adjust to use std::string and
1302 string_printf.
1303 (cplus_name_of_variable): Now returns a std::string.
1304 (cplus_describe_child): The 'cname' and 'cfull_expression' output
1305 parameters are now std::string pointers. Adjust.
1306 (cplus_name_of_child, cplus_path_expr_of_child)
1307 (cplus_value_of_variable): Now returns a std::string.
1308 * cp-abi.c (cplus_typename_from_type_info): Return std::string.
1309 * cp-abi.h (cplus_typename_from_type_info): Return std::string.
1310 (struct cp_abi_ops) <get_typename_from_type_info>: Return
1311 std::string.
1312 * cp-support.c (inspect_type): Use std::string.
1313 (cp_canonicalize_string_full, cp_canonicalize_string_no_typedefs)
1314 (cp_canonicalize_string): Return std::string and adjust.
1315 * cp-support.h (cp_canonicalize_string)
1316 (cp_canonicalize_string_no_typedefs, cp_canonicalize_string_full):
1317 Return std::string.
1318 * dbxread.c (read_dbx_symtab): Use std::string.
1319 * dwarf2read.c (dwarf2_canonicalize_name): Adjust to use std::string.
1320 * gdbcmd.h (lookup_struct_elt_type): Adjust to use std::string.
1321 * gnu-v3-abi.c (gnuv3_get_typeid): Use std::string.
1322 (gnuv3_get_typename_from_type_info): Return a std::string and
1323 adjust.
1324 (gnuv3_get_type_from_type_info): Adjust to use std::string.
1325 * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
1326 std::string.
1327 * infcmd.c (print_return_value_1): Adjust to use std::string.
1328 * linespec.c (find_linespec_symbols): Adjust to
1329 demangle_for_lookup API change. Use std::string.
1330 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_set_format)
1331 (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
1332 (mi_cmd_var_info_expression, mi_cmd_var_evaluate_expression)
1333 (mi_cmd_var_assign, varobj_update_one): Adjust to use std::string.
1334 * minsyms.c (lookup_minimal_symbol): Use std::string.
1335 * python/py-varobj.c (py_varobj_iter_next): Use new instead of
1336 XNEW. vitem->name is a std::string now, adjust.
1337 * rust-exp.y (convert_ast_to_type, convert_name): Adjust to use
1338 std::string.
1339 * stabsread.c (define_symbol): Adjust to use std::string.
1340 * symtab.c (demangle_for_lookup): Now returns 'const char *'. Add
1341 a demangle_result_storage parameter. Use it for storage.
1342 (lookup_symbol_in_language)
1343 (lookup_symbol_in_objfile_from_linkage_name): Adjust to new
1344 demangle_for_lookup API.
1345 * symtab.h (struct demangle_result_storage): New type.
1346 (demangle_for_lookup): Now returns 'const char *'. Add a
1347 demangle_result_storage parameter.
1348 * typeprint.c (type_to_string): Return std::string and use
1349 ui_file_as_string.
1350 * value.h (type_to_string): Change return type to std::string.
1351 * varobj-iter.h (struct varobj_item) <name>: Now a std::string.
1352 (varobj_iter_delete): Use delete instead of xfree.
1353 * varobj.c (create_child): Return std::string instead of char * in
1354 output parameter.
1355 (name_of_variable, name_of_child, my_value_of_variable): Return
1356 std::string instead of char *.
1357 (varobj_create, varobj_get_handle): Constify 'objname' parameter.
1358 Adjust to std::string fields.
1359 (varobj_get_objname): Return a const char * instead of a char *.
1360 (varobj_get_expression): Return a std::string.
1361 (varobj_list_children): Adjust to use std::string.
1362 (varobj_get_type): Return a std::string.
1363 (varobj_get_path_expr): Return a const char * instead of a char *.
1364 Adjust to std::string fields.
1365 (varobj_get_formatted_value, varobj_get_value): Return a
1366 std::string.
1367 (varobj_set_value): Change type of 'expression' parameter to
1368 std::string. Use std::string.
1369 (install_new_value): Use std::string.
1370 (delete_variable_1): Adjust to use std::string.
1371 (create_child): Change the 'name' parameter to a std::string
1372 reference. Swap it into the new item's name.
1373 (create_child_with_value): Swap item's name into the new child's
1374 name. Use string_printf.
1375 (new_variable): Use new instead of XNEW.
1376 (free_variable): Don't xfree fields that are now std::string.
1377 (name_of_variable, name_of_child): Now returns std::string.
1378 (value_of_root): Adjust to use std::string.
1379 (my_value_of_variable, varobj_value_get_print_value): Return
1380 and use std::string.
1381 (varobj_value_get_print_value): Adjust to use ui_file_as_string
1382 and std::string.
1383 * varobj.h (struct varobj) <name, path_expr, obj_name,
1384 print_value>: Now std::string's.
1385 <name_of_variable, name_of_child, path_expr_of_child,
1386 value_of_variable>: Return std::string.
1387 (varobj_create, varobj_get_handle): Constify 'objname' parameter.
1388 (varobj_get_objname): Return a const char * instead of a char *.
1389 (varobj_get_expression, varobj_get_type): Return a std::string.
1390 (varobj_get_path_expr): Return a const char * instead of a char *.
1391 (varobj_get_formatted_value, varobj_get_value): Return a
1392 std::string.
1393 (varobj_set_value): Constify 'expression' parameter.
1394 (varobj_value_get_print_value): Return a std::string.
1395
1396 2016-11-08 Pedro Alves <palves@redhat.com>
1397
1398 * language.c (add_language): Use ui_file_as_string and adjust to
1399 use std::string.
1400
1401 2016-11-08 Pedro Alves <palves@redhat.com>
1402 Tom Tromey <tom@tromey.com>
1403
1404 * rust-lang.c (struct disr_info) <name>: Now a std::string.
1405 (rust_get_disr_info): Use ui_file_as_string and adjust to use
1406 std::string.
1407 (rust_val_print): Adjust to use std::string.
1408
1409 2016-11-08 Pedro Alves <palves@redhat.com>
1410
1411 * infrun.c (print_target_wait_results): Use ui_file_as_string and
1412 std::string.
1413
1414 2016-11-08 Pedro Alves <palves@redhat.com>
1415
1416 * ada-lang.c (type_as_string): Use ui_file_as_string and return
1417 std::string.
1418 (type_as_string_and_cleanup): Delete.
1419 (ada_lookup_struct_elt_type): Use type_as_string.
1420
1421 2016-11-08 Pedro Alves <palves@redhat.com>
1422
1423 * gdbarch.sh (verify_gdbarch): Use ui_file_as_string and
1424 std::string.
1425 * gdbarch.c: Regenerate.
1426
1427 2016-11-08 Pedro Alves <palves@redhat.com>
1428
1429 * c-exp.y (OPERATOR NEW): Adjust to use ui_file_as_string and
1430 std::string.
1431
1432 2016-11-08 Pedro Alves <palves@redhat.com>
1433
1434 * c-lang.h (c_compute_program): Now returns std::string.
1435 * compile/compile-internal.h (class compile_file_names): New
1436 class.
1437 * compile/compile-object-load.c (compile_object_load): Replace
1438 object_file and source_file parameters with a compile_file_names
1439 parameter. Adjust.
1440 * compile-object-load.h: Include "compile-internal.h".
1441 (compile_object_load): Replace object_file and source_file
1442 parameters with a compile_file_names parameter.
1443 * compile/compile-c-support.c (c_compute_program): Now returns a
1444 std::string. Use ui_file_as_string.
1445 * compile/compile.c (get_new_file_names): Remove parameters and
1446 return a compile_file_names instead.
1447 (compile_to_object): Now returns a compile_file_names. Use
1448 ui_file_as_string.
1449 (eval_compile_command): Use compile_file_names.
1450 * language.h (struct language_defn) <la_compute_program>: Now
1451 returns std::string.
1452
1453 2016-11-08 Pedro Alves <palves@redhat.com>
1454
1455 * cli/cli-setshow.c (do_show_command): Adjust to use
1456 ui_file_as_string and std::string.
1457
1458 2016-11-08 Pedro Alves <palves@redhat.com>
1459
1460 * remote.c (escape_buffer): Use ui_file_as_string and return
1461 std::string.
1462 (putpkt_binary, read_frame): Adjust to use std::string.
1463
1464 2016-11-08 Pedro Alves <palves@redhat.com>
1465
1466 * python/py-arch.c (archpy_disassemble): Use ui_file_as_string and
1467 std::string.
1468 * python/py-breakpoint.c (bppy_get_commands): Use
1469 ui_file_as_string and std::string.
1470 * python/py-frame.c (frapy_str): Likewise.
1471 * python/py-type.c (typy_str): Likewise.
1472 * python/py-unwind.c (unwind_infopy_str): Likewise.
1473 * python/py-value.c (valpy_str): Likewise.
1474
1475 2016-11-08 Pedro Alves <palves@redhat.com>
1476
1477 * printcmd.c (eval_command): Use ui_file_as_string and
1478 std::string.
1479
1480 2016-11-08 Pedro Alves <palves@redhat.com>
1481
1482 * top.c (quit_confirm): Use ui_file_as_string and std::string.
1483
1484 2016-11-08 Pedro Alves <palves@redhat.com>
1485
1486 * gdbcmd.h (execute_command_to_string): Now returns std::string.
1487 (lookup_struct_elt_type): Adjust to use std::string.
1488 * top.c (execute_command_to_string): Use ui_file_as_string and
1489 return std::string.
1490 * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
1491 std::string.
1492 * python/python.c (execute_gdb_command): Adjust to use
1493 std::string.
1494
1495 2016-11-08 Pedro Alves <palves@redhat.com>
1496
1497 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
1498 ui_file_as_string and adjust to use std::string.
1499 * guile/scm-disasm.c (gdbscm_arch_disassemble): Likewise.
1500 * guile/scm-frame.c (frscm_print_frame_smob): Likewise.
1501 * guile/scm-type.c (tyscm_type_name): Use ui_file_as_string and
1502 adjust to use std::string. Throw exception directly instead of
1503 returning it in EXCP output parameter.
1504 (tyscm_print_type_smob, gdbscm_type_print_name): Adjust to
1505 tyscm_type_name interface change.
1506 * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
1507 Use ui_file_as_string and std::string.
1508
1509 2016-11-08 Pedro Alves <palves@redhat.com>
1510
1511 * arm-tdep.c (_initialize_arm_tdep): Use ui_file_as_string and
1512 std::string.
1513
1514 2016-11-08 Pedro Alves <palves@redhat.com>
1515
1516 * utils.c (error_stream): Use ui_file_as_string and std::string.
1517
1518 2016-11-08 Pedro Alves <palves@redhat.com>
1519
1520 * ui-out.c (ui_out_field_stream): Use ui_file_as_string.
1521
1522 2016-11-08 Pedro Alves <palves@redhat.com>
1523
1524 * ada-valprint.c (ada_print_floating): Use ui_file_as_string and
1525 std::string.
1526
1527 2016-11-08 Pedro Alves <palves@redhat.com>
1528
1529 * xtensa-tdep.c (xtensa_verify_config): Use ui_file_as_string and
1530 std::string.
1531
1532 2016-11-08 Pedro Alves <palves@redhat.com>
1533
1534 * dwarf2read.c (dwarf2_compute_name): Use ui_file_as_string and
1535 std::string.
1536
1537 2016-11-08 Pedro Alves <palves@redhat.com>
1538
1539 * mi/mi-main.c (print_variable_or_computed): Constify 'expression'
1540 parameter.
1541 (mi_cmd_trace_frame_collected): Call encode_actions instead of
1542 encode_actions_and_make_cleanup. Adjust to use std::vector.
1543 * tracepoint.c (memrange_cmp): Delete.
1544 (memrange_comp): New.
1545 (memrange_sortmerge): Take a memrange vector as parameter instead
1546 of a collection_list. Use std::sort instead of qsort.
1547 (add_register): Now a method of collection_list. Adjust to m_
1548 prefix of data fields.
1549 (add_memrange): Now a method of collection_list. Adjust to m_
1550 prefix of data fields. Adjust to use std::vector.
1551 (collect_symbol): Now a method of collection_list. Adjust to m_
1552 prefix of data fields.
1553 (do_collect_symbol): Adjust. Call add_wholly_collected instead of
1554 accessing the vector directly.
1555 (collection_list::add_wholly_collected): New.
1556 (add_local_symbols): Now a method of collection_list.
1557 (add_static_trace_data): Now a method of collection_list. Adjust
1558 to use bool.
1559 (clear_collection_list, do_clear_collection_list): Delete.
1560 (init_collection_list): Delete.
1561 (collection_list::collection_list): New.
1562 (collection_list::~collection_list): New.
1563 (stringify_collection_list): Rename to ...
1564 (collection_list::stringify): ... this and adjust to being a
1565 method of collection_list. Adjust to use of std::vector.
1566 (append_exp): Now a method of collection_list. Use
1567 ui_file_as_string. Adjust to std::vector.
1568 (collection_list::finish): New.
1569 (encode_actions_1): Adjust.
1570 (encode_actions_and_make_cleanup): Rename to ...
1571 (encode_actions)... this. No longer returns a cleanup. No longer
1572 call init_collection_list nor install do_clear_collection_list
1573 cleanups. Call collection_list::finish instead of
1574 memrange_sortmerge directly.
1575 (encode_actions_rsp): Adjust to call encode_actions instead of
1576 encode_actions_and_make_cleanup. Adjust to method renames.
1577 (add_aexpr): Now a method of collection_list.
1578 * tracepoint.h: Include <vector> and <string>.
1579 (struct memrange): Add constructors.
1580 (struct collection_list): Now a class.
1581 (class collection_list) <collection_list, ~collection_list,
1582 add_wholly_collected, append_exp, add_aexpr, add_register,
1583 add_memrange, collect_symbol, add_local_symbols,
1584 add_static_trace_data, finish, stringify, wholly_collected, and
1585 computed>: New methods.
1586 <regs_mask>: Rename to ...
1587 <m_regs_mask>: ... this.
1588 <listsize, next_memrange, list>: Delete fields.
1589 <m_memranges>: New field.
1590 <aexpr_listsize, next_aexpr_elt, aexpr_list>: Delete fields.
1591 <m_aexprs>: New field.
1592 <strace_data>: Rename to ...
1593 <m_strace_data>: ... this. Now a bool.
1594 <wholly_collected>: Rename to ...
1595 <m_wholly_collected>: ... this. Now a std::vector<std::string>.
1596 <computed>: Rename to ...
1597 <m_computed>: ... this. Now a std::vector<std::string>.
1598 (encode_actions_and_make_cleanup): Delete declaration.
1599 (encode_actions): New declaration.
1600
1601 2016-11-08 Pedro Alves <palves@redhat.com>
1602
1603 * ui-file.c (do_ui_file_as_string, ui_file_as_string): New
1604 functions.
1605 * ui-file.h: Include <string>.
1606 (ui_file_as_string): New declaration.
1607
1608 2016-11-08 Pedro Alves <palves@redhat.com>
1609
1610 * ada-lang.c (ada_read_renaming_var_value): Use expression_up.
1611 (struct ada_catchpoint_location) <excep_cond_expr>: Now an
1612 expression_up.
1613 (ada_catchpoint_location_dtor): Reset excep_cond_expr instead of
1614 using xfree.
1615 (create_excep_cond_exprs): Use expression_up and gdb::move.
1616 (allocate_location_exception): Use new instead of XNEW.
1617 (should_stop_exception): Likewise. Adjust to use expression_up.
1618 (create_ada_exception_catchpoint): Use new instead of XNEW.
1619 * ax-gdb.c (agent_eval_command_one): Use expression_up instead of
1620 cleanups.
1621 (maint_agent_printf_command): Use expression_up.
1622 * break-catch-sig.c (create_signal_catchpoint): Use new instead of
1623 XNEW.
1624 * break-catch-syscall.c (create_syscall_event_catchpoint):
1625 Likewise.
1626 * break-catch-throw.c (handle_gnu_v3_exceptions): Use new instead
1627 of XCNEW. Use gdb::unique_ptr instead of cleanups.
1628 * breakpoint.c (set_breakpoint_condition, update_watchpoint)
1629 (parse_cmd_to_aexpr, watchpoint_check)
1630 (bpstat_check_breakpoint_conditions, watchpoint_locations_match):
1631 Adjust to use expression_up.
1632 (init_bp_location): Adjust.
1633 (free_bp_location): Use delete instead of xfree.
1634 (set_raw_breakpoint_without_location, set_raw_breakpoint)
1635 (add_solib_catchpoint, create_fork_vfork_event_catchpoint)
1636 (new_single_step_breakpoint, create_breakpoint_sal): Use new
1637 instead of XNEW.
1638 (find_condition_and_thread): Adjust to use expression_up.
1639 (create_breakpoint): Use new instead of XNEW.
1640 (dtor_watchpoint): Don't xfree expression pointers, they're
1641 unique_ptr's now.
1642 (insert_watchpoint, remove_watchpoint): Adjust.
1643 (watch_command_1): Use expression_up. Use new instead of XCNEW.
1644 (catch_exec_command_1): Use new instead of XNEW.
1645 (bp_location_dtor): Don't xfree expression pointers, they're
1646 unique_ptr's now.
1647 (base_breakpoint_allocate_location)
1648 (strace_marker_create_breakpoints_sal): Use new instead of XNEW.
1649 (delete_breakpoint): Use delete instead of xfree.
1650 * breakpoint.h (struct bp_location) <cond>: Now an
1651 unique_ptr<expression> instead of a raw pointer.
1652 (struct watchpoint) <exp, cond_exp>: Likewise.
1653 * cli/cli-script.c (execute_control_command): Use expression_up
1654 instead of cleanups.
1655 * dtrace-probe.c (dtrace_process_dof_probe): Use expression_up.
1656 * eval.c (parse_and_eval_address, parse_and_eval_long)
1657 (parse_and_eval, parse_to_comma_and_eval, parse_and_eval_type):
1658 Use expression_up instead of cleanups.
1659 * expression.h (expression_up): New typedef.
1660 (parse_expression, parse_expression_with_language, parse_exp_1):
1661 Change return type to expression_up.
1662 * mi/mi-main.c (mi_cmd_data_evaluate_expression)
1663 (print_variable_or_computed): Use expression_up.
1664 * objc-lang.c (print_object_command): Use expression_up instead of
1665 cleanups.
1666 * parse.c (parse_exp_1, parse_exp_in_context)
1667 (parse_exp_in_context_1, parse_expression)
1668 (parse_expression_with_language): Return an expression_up instead
1669 of a raw pointer.
1670 (parse_expression_for_completion): Use expression_up.
1671 * printcmd.c (struct display) <exp>: Now an expression_up instead
1672 of a raw pointer.
1673 (print_command_1, output_command_const, set_command, x_command):
1674 Use expression_up instead of cleanups.
1675 (display_command): Likewise. Use new instead of XNEW.
1676 (free_display): Use delete instead of xfree.
1677 (do_one_display): Adjust to use expression_up.
1678 * remote.c (remote_download_tracepoint): Likewise.
1679 * stack.c (return_command): Likewise.
1680 * tracepoint.c (validate_actionline, encode_actions_1): Use
1681 expression_up instead of cleanups.
1682 * typeprint.c (whatis_exp, maintenance_print_type): Likewise.
1683 * value.c (init_if_undefined_command): Likewise.
1684 * varobj.c (struct varobj_root) <exp>: Now an expression_up
1685 instead of a raw pointer.
1686 (varobj_create): Adjust.
1687 (varobj_set_value): Use an expression_up instead of cleanups.
1688 (new_root_variable): Use new instead of XNEW.
1689 (free_variable): Use delete instead of xfree.
1690 (value_of_root_1): Use std::swap.
1691
1692 2016-11-08 Pedro Alves <palves@redhat.com>
1693
1694 * cli/cli-script.c (execute_control_command): Use std::string
1695 instead of cleanups.
1696 (locate_arg): Constify return type.
1697 (insert_args): Constify paremeter. Simplify using std::string.
1698 Return a std::string.
1699
1700 2016-11-08 Pedro Alves <palves@redhat.com>
1701
1702 * breakpoint.c (struct commands_info) <arg>: Constify.
1703 (commands_command_1): Constify 'arg' parameter. Use std::string
1704 and string_printf.
1705 (commands_from_control_command): Constify 'arg' parameter.
1706 (map_breakpoint_numbers): Constify 'args' parameter.
1707 * breakpoint.h (commands_from_control_command): Constify 'arg'
1708 parameter.
1709
1710 2016-11-08 Pedro Alves <palves@redhat.com>
1711
1712 * cli/cli-script.c (execute_control_command): Assume insert_args
1713 never returns NULL.
1714 (insert_args): Assume xmalloc never returns NULL.
1715
1716 2016-11-08 Pedro Alves <palves@redhat.com>
1717
1718 * Makefile.in (COMMON_OBS): Add utils-selftests.o.
1719 * common/common-utils.c (string_printf): New function.
1720 * common/common-utils.h: Include <string>.
1721 (string_printf): Declare.
1722 * utils-selftests.c: New file.
1723
1724 2016-11-08 Yao Qi <yao.qi@linaro.org>
1725
1726 * aarch64-tdep.c (aarch64_software_single_step): Return
1727 VEC (CORE_ADDR) *. Return NULL instead of 0. Don't call
1728 insert_single_step_breakpoint.
1729 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Likewise.
1730 (alpha_software_single_step): Likewise.
1731 * alpha-tdep.h (alpha_software_single_step): Update declaration.
1732 * arm-linux-tdep.c (arm_linux_software_single_step): Return
1733 VEC (CORE_ADDR) *. Return NULL instead of 0.
1734 * arm-tdep.c (arm_software_single_step): Return NULL instead of 0.
1735 * arm-tdep.h (arm_software_single_step): Update declaration.
1736 * breakpoint.c (insert_single_step_breakpoints): New function.
1737 * breakpoint.h (insert_single_step_breakpoints): Declare.
1738 * cris-tdep.c (cris_software_single_step): Return
1739 VEC (CORE_ADDR) *. Don't call insert_single_step_breakpoint.
1740 * gdbarch.sh (software_single_step): Change it to return
1741 VEC (CORE_ADDR) *.
1742 * gdbarch.c, gdbarch.h: Regenerated.
1743 * infrun.c (maybe_software_singlestep): Adjust.
1744 * mips-tdep.c (mips_deal_with_atomic_sequence): Return
1745 VEC (CORE_ADDR) *. Don't call insert_single_step_breakpoint.
1746 (micromips_deal_with_atomic_sequence): Likewise.
1747 (deal_with_atomic_sequence): Likewise.
1748 (mips_software_single_step): Likewise.
1749 * mips-tdep.h (mips_software_single_step): Update declaration.
1750 * moxie-tdep.c (moxie_software_single_step): Likewise.
1751 * nios2-tdep.c (nios2_software_single_step): Likewise.
1752 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Update
1753 declaration.
1754 * record-full.c (record_full_resume): Adjust.
1755 (record_full_wait_1): Likewise.
1756 * rs6000-aix-tdep.c (rs6000_software_single_step): Return
1757 VEC (CORE_ADDR) *. Don't call insert_single_step_breakpoint.
1758 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Return
1759 VEC (CORE_ADDR) *. Don't call insert_single_step_breakpoint.
1760 * s390-linux-tdep.c (s390_software_single_step): Likewise.
1761 * sparc-tdep.c (sparc_software_single_step): Likewise.
1762 * spu-tdep.c (spu_software_single_step): Likewise.
1763 * tic6x-tdep.c (tic6x_software_single_step): Likewise.
1764
1765 2016-11-08 Yao Qi <yao.qi@linaro.org>
1766
1767 * arm-linux-tdep.c (arm_linux_software_single_step): Write
1768 adjusted address back to vector. Call insert_single_step_breakpoint
1769 in a new loop.
1770 * arm-tdep.c (arm_software_single_step): Likewise.
1771
1772 2016-11-08 Yao Qi <yao.qi@linaro.org>
1773
1774 * arm-linux-tdep.c (arm_linux_software_single_step): Don't
1775 call arm_insert_single_step_breakpoint, call
1776 insert_single_step_breakpoint instead.
1777 * arm-tdep.c (arm_insert_single_step_breakpoint): Remove.
1778 (arm_software_single_step): Don't call
1779 arm_insert_single_step_breakpoint, call
1780 insert_single_step_breakpoint instead.
1781 * arm-tdep.h (arm_insert_single_step_breakpoint): Remove
1782 declaration.
1783
1784 2016-11-08 Cordian A. Daniluk <th3c0r1uk@gmail.com>
1785
1786 PR breakpoints/20739
1787 * breakpoint.c (check_fast_tracepoint_sals): Don't print duplicate
1788 0x prefix.
1789
1790 2016-11-08 Yao Qi <yao.qi@linaro.org>
1791
1792 * rust-lang.c (val_print_struct): Fix indentation.
1793
1794 2016-11-08 Lionel Flandrin <lionel@svkt.org>
1795
1796 * remote.c (process_g_packet): Detect truncated registers in 'g'
1797 packets and raise an error.
1798
1799 2016-11-07 Doug Evans <dje@google.com>
1800
1801 * guile/scm-value.c (gdbscm_value_field): Fix call to value_struct_elt.
1802 * python/py-value.c (valpy_getitem): Ditto.
1803
1804 2016-11-07 Doug Evans <dje@google.com>
1805
1806 * i386-tdep.c (i386_gdbarch_init): Add comments.
1807
1808 2016-11-07 Doug Evans <dje@google.com>
1809
1810 * python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.
1811
1812 2016-11-07 Doug Evans <dje@google.com>
1813
1814 * configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.
1815
1816 2016-11-04 Simon Marchi <simon.marchi@polymtl.ca>
1817
1818 * maint.c (scoped_command_stats::scoped_command_stats): Fix typo.
1819 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Likewise.
1820 * ppcobsd-tdep.c (_initialize_ppcobsd_tdep): Likewise.
1821 * ui-out.c (ui_out_new): Likewise.
1822 * utils.c (init_page_info): Likewise.
1823 (reset_prompt_for_continue_wait_time): Likewise.
1824 * windows-nat.c (windows_init_thread_list): Likewise.
1825 * xtensa-tdep.c (call0_analyze_prologue): Likewise.
1826
1827 2016-10-29 Manish Goregaokar <manish@mozilla.com>
1828
1829 * rust-exp.y: Parse `sizeof(exp)` as `UNOP_SIZEOF`.
1830
1831 2016-10-28 Manish Goregaokar <manish@mozilla.com>
1832
1833 * rust-lang.c (rust_union_is_untagged): Add function to check if a
1834 union is an untagged union.
1835 (rust_val_print): Handle printing of untagged union values.
1836 (rust_print_type): Handle printing of untagged union types.
1837 (rust_evaluate_subexp): Handle evaluating field access on untagged
1838 unions.
1839
1840 2016-10-27 Manish Goregaokar <manish@mozilla.com>
1841
1842 * rust-lang.c (rust_get_disr_info): Treat univariant enums without
1843 discriminants as encoded enums with a real field.
1844 * rust-lang.c (rust_evaluate_subexp): Handle field access on
1845 encoded struct-like enums.
1846
1847 2016-11-03 Yao Qi <yao.qi@linaro.org>
1848
1849 * Makefile.in (.y.c): Replace YY_NULL with YY_NULLPTR.
1850
1851 2016-11-03 Yao Qi <yao.qi@linaro.org>
1852 Pedro Alves <palves@redhat.com>
1853
1854 * aarch64-tdep.c (aarch64_default_breakpoint): Change it to
1855 constexpr. Don't use GDBARCH_BREAKPOINT_MANIPULATION.
1856 (aarch64_gdbarch_init): Don't use
1857 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1858 * alpha-tdep.c (break_insn): Rename to alpha_break_insn.
1859 Don't use GDBARCH_BREAKPOINT_MANIPULATION.
1860 (alpha_gdbarch_init): Don't use
1861 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1862 * arc-tdep.c (arc_gdbarch_init): Don't use
1863 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1864 * arch-utils.h (GDBARCH_BREAKPOINT_MANIPULATION): Remove.
1865 (struct bp_manipulation): New.
1866 (SET_GDBARCH_BREAKPOINT_MANIPULATION): Remove.
1867 (struct bp_manipulation_endian): New.
1868 (BP_MANIPULATION): New.
1869 (BP_MANIPULATION_ENDIAN): New.
1870 * arm-tdep.c (arm_gdbarch_init): Don't use
1871 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1872 * avr-tdep.c (avr_break_insn): Change it constexpr.
1873 (avr_gdbarch_init): Don't use
1874 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1875 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
1876 * cris-tdep.c (cris_gdbarch_init): Likewise.
1877 * frv-tdep.c (breakpoint): Rename it to frv_break_insn, and
1878 change its type to constexpr. Don't use
1879 GDBARCH_BREAKPOINT_MANIPULATION.
1880 (frv_gdbarch_init): Don't use
1881 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1882 * ft32-tdep.c (breakpoint): Rename it to ft32_break_insn and
1883 change its type to constexpr. Don't use
1884 GDBARCH_BREAKPOINT_MANIPULATION.
1885 (ft32_gdbarch_init): Don't use
1886 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1887 * h8300-tdep.c (breakpoint): Rename it to h8300_break_insn.
1888 Don't use GDBARCH_BREAKPOINT_MANIPULATION.
1889 (h8300_gdbarch_init): Don't use
1890 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1891 * hppa-tdep.c (breakpoint): Rename it to h8300_break_insn.
1892 Don't use GDBARCH_BREAKPOINT_MANIPULATION.
1893 (hppa_gdbarch_init): Don't use
1894 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1895 * i386-tdep.c (break_insn): Rename it to i386_break_insn.
1896 Don't use GDBARCH_BREAKPOINT_MANIPULATION.
1897 (i386_gdbarch_init): Don't use
1898 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1899 * iq2000-tdep.c (iq2000_gdbarch_init): Don't use
1900 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1901 * lm32-tdep.c (breakpoint): Rename it to lm32_break_insn and
1902 change its type to constexpr. Don't use
1903 GDBARCH_BREAKPOINT_MANIPULATION.
1904 (lm32_gdbarch_init): Don't use
1905 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1906 * m32c-tdep.c (break_insn): Rename it to m32c_break_insn and change
1907 its type to constexpr. Don't use GDBARCH_BREAKPOINT_MANIPULATION.
1908 (m32c_gdbarch_init): Don't use
1909 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1910 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
1911 * m68hc11-tdep.c (breakpoint): Rename it to m68hc11_break_insn and
1912 change its type to constexpr.
1913 Don't use GDBARCH_BREAKPOINT_MANIPULATION.
1914 (m68hc11_gdbarch_init): Don't use SET_GDBARCH_BREAKPOINT_MANIPULATION.
1915 * m68k-tdep.c (break_insn): Rename it to m68k_break_insn and change
1916 its type to constexpr. Don't use GDBARCH_BREAKPOINT_MANIPULATION.
1917 (m68k_gdbarch_init): Don't use
1918 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1919 * m88k-tdep.c (break_insn): Rename it to m88k_break_insn and change
1920 its type to constexpr. Don't use GDBARCH_BREAKPOINT_MANIPULATION.
1921 (m88k_gdbarch_init): Don't use
1922 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1923 * mep-tdep.c (breakpoint): Rename it to mep_break_insn and change
1924 its type to constexpr. Don't use GDBARCH_BREAKPOINT_MANIPULATION.
1925 (mep_gdbarch_init): Don't use
1926 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1927 * microblaze-tdep.c (break_insn): Rename it to
1928 microblaze_break_insn and change its type to constexpr. Don't use
1929 GDBARCH_BREAKPOINT_MANIPULATION.
1930 (microblaze_gdbarch_init): Don't use
1931 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1932 * mips-tdep.c (mips_gdbarch_init): Likewise.
1933 * mn10300-tdep.c (breakpoint): Rename it to mn10300_break_insn and
1934 change its type to constexpr. Don't use
1935 GDBARCH_BREAKPOINT_MANIPULATION.
1936 (mn10300_gdbarch_init): Don't use
1937 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1938 * moxie-tdep.c (breakpoint): Rename it to moxie_break_insn and
1939 change its type to constexpr. Don't use
1940 GDBARCH_BREAKPOINT_MANIPULATION.
1941 (moxie_gdbarch_init): Don't use
1942 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1943 * msp430-tdep.c (breakpoint): Rename it to msp430_break_insn
1944 and change its type to constexpr. Don't use
1945 GDBARCH_BREAKPOINT_MANIPULATION.
1946 (msp430_gdbarch_init): Don't use
1947 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1948 * mt-tdep.c (mt_gdbarch_init): Likewise.
1949 * nds32-tdep.c (break_insn): Rename it to nds32_break_insn
1950 and change its type to constexpr. Don't use
1951 GDBARCH_BREAKPOINT_MANIPULATION.
1952 (nds32_gdbarch_init): Don't use
1953 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1954 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
1955 * rl78-tdep.c (breakpoint): Rename it to rl78_break_ins
1956 and change its type to rl78_break_insn. Don't use
1957 GDBARCH_BREAKPOINT_MANIPULATION.
1958 (rl78_gdbarch_init): Don't use
1959 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1960 * rs6000-tdep.c (big_breakpoint): Change its type to
1961 constexpr.
1962 (little_breakpoint): Likewise.
1963 Don't use GDBARCH_BREAKPOINT_MANIPULATION_ENDIAN.
1964 (rs6000_gdbarch_init): Don't use
1965 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1966 * rx-tdep.c (breakpoint): Rename it to rx_break_insn and
1967 change its type to constexpr. Don't use
1968 GDBARCH_BREAKPOINT_MANIPULATION.
1969 (rx_gdbarch_init): Don't use
1970 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1971 * s390-linux-tdep.c (breakpoint): Rename it to s390_break_insn
1972 and change its type to constexpr. Don't use
1973 GDBARCH_BREAKPOINT_MANIPULATION
1974 (s390_gdbarch_init): Don't use
1975 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1976 * score-tdep.c (score_gdbarch_init): Likewise.
1977 * sh-tdep.c (sh_gdbarch_init): Likewise.
1978 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
1979 * sparc-tdep.c (break_insn): Rename it to sparc_break_insn
1980 and change its type to constexpr. Don't use
1981 GDBARCH_BREAKPOINT_MANIPULATION.
1982 (sparc32_gdbarch_init): Don't use
1983 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1984 * spu-tdep.c (breakpoint): Rename it to spu_break_insn and change
1985 its type to constexpr. Don't use
1986 GDBARCH_BREAKPOINT_MANIPULATION.
1987 (spu_gdbarch_init): Don't use
1988 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1989 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
1990 * tilegx-tdep.c (breakpoint): Rename it to tilegx_break_insn
1991 and change its type to constexpr. Don't use
1992 GDBARCH_BREAKPOINT_MANIPULATION.
1993 (tilegx_gdbarch_init): Don't use
1994 SET_GDBARCH_BREAKPOINT_MANIPULATION.
1995 * v850-tdep.c (v850_gdbarch_init): Likewise.
1996 * vax-tdep.c (break_insn): Rename it to vax_break_insn and
1997 change its type to constexpr.
1998 Don't use GDBARCH_BREAKPOINT_MANIPULATION.
1999 (vax_gdbarch_init): Don't use
2000 SET_GDBARCH_BREAKPOINT_MANIPULATION.
2001 * xstormy16-tdep.c (breakpoint): Rename it to
2002 xstormy16_break_insn and change its type to constexpr.
2003 Don't use GDBARCH_BREAKPOINT_MANIPULATION.
2004 (xstormy16_gdbarch_init): Don't use
2005 SET_GDBARCH_BREAKPOINT_MANIPULATION.
2006 * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
2007
2008 2016-11-03 Yao Qi <yao.qi@linaro.org>
2009
2010 * arm-tdep.c (arm_override_mode): Remove.
2011 (arm_pc_is_thumb): Update.
2012 (arm_insert_single_step_breakpoint): Update.
2013
2014 2016-11-03 Yao Qi <yao.qi@linaro.org>
2015
2016 * arch-utils.c (default_breakpoint_kind_from_current_state):
2017 New function.
2018 * arch-utils.h (default_breakpoint_kind_from_current_state):
2019 Declare.
2020 * arm-tdep.c (arm_breakpoint_kind_from_current_state): New
2021 function.
2022 (arm_gdbarch_init): Call
2023 set_gdbarch_breakpoint_kind_from_current_state.
2024 * breakpoint.c (breakpoint_kind): Call
2025 gdbarch_breakpoint_kind_from_current_state for single step
2026 breakpoint. Update comments.
2027 * gdbarch.sh (breakpoint_kind_from_current_state): New.
2028 * gdbarch.c, gdbarch.h: Regenerate.
2029
2030 2016-11-03 Yao Qi <yao.qi@linaro.org>
2031
2032 * arch-utils.c (default_breakpoint_from_pc): New function.
2033 * arch-utils.h (GDBARCH_BREAKPOINT_FROM_PC): Remove.
2034 (GDBARCH_BREAKPOINT_MANIPULATION): Don't use
2035 GDBARCH_BREAKPOINT_FROM_PC.
2036 (SET_GDBARCH_BREAKPOINT_MANIPULATION): Don't call
2037 set_gdbarch_breakpoint_from_pc.
2038 (default_breakpoint_from_pc): Remove declaration.
2039 * gdbarch.sh (breakpoint_from_pc): Add its default implementation.
2040 * gdbarch.c, gdbarch.h: Regenerate.
2041 * arm-tdep.c: Don't use GDBARCH_BREAKPOINT_FROM_PC.
2042 * arc-tdep.c, bfin-tdep.c, cris-tdep.c, iq2000-tdep.c: Likewise.
2043 * m32r-tdep.c, mips-tdep.c, mt-tdep.c: Likewise.
2044 * nios2-tdep.c, score-tdep.c, sh-tdep.c: Likewise.
2045 * sh64-tdep.c, tic6x-tdep.c, v850-tdep.c, xtensa-tdep.c: Likewise.
2046
2047 2016-11-03 Yao Qi <yao.qi@linaro.org>
2048
2049 * arch-utils.c (default_remote_breakpoint_from_pc): Remove.
2050 * arch-utils.h (default_remote_breakpoint_from_pc): Remove.
2051 * arm-tdep.c (arm_remote_breakpoint_from_pc): Remove.
2052 (arm_gdbarch_init): Don't call
2053 set_gdbarch_remote_breakpoint_from_pc.
2054 * gdbarch.sh (remote_breakpoint_from_pc): Remove.
2055 * gdbarch.c, gdbarch.h: Regenerate.
2056 * mips-tdep.c (mips_remote_breakpoint_from_pc): Remove.
2057 (mips_gdbarch_init): Don't call
2058 set_gdbarch_remote_breakpoint_from_pc.
2059
2060 2016-11-03 Yao Qi <yao.qi@linaro.org>
2061
2062 * breakpoint.h (struct bp_target_info) <placed_size>: Remove.
2063 <kind>: New field.
2064 Update all users.
2065
2066 2016-11-03 Yao Qi <yao.qi@linaro.org>
2067
2068 * arch-utils.h (GDBARCH_BREAKPOINT_MANIPULATION): Define
2069 breakpoint_kind_from_pc and sw_breakpoint_from_kind.
2070 (GDBARCH_BREAKPOINT_MANIPULATION_ENDIAN): Likewise.
2071 (SET_GDBARCH_BREAKPOINT_MANIPULATION): Call
2072 set_gdbarch_breakpoint_kind_from_pc and
2073 set_gdbarch_sw_breakpoint_from_kind.
2074 * arm-tdep.c: Add comments.
2075 * bfin-tdep.c: Likewise.
2076 * breakpoint.c (breakpoint_kind): New function.
2077 (insert_bp_location): Set target_info.placed_size and
2078 target_info.placed_address.
2079 (bkpt_insert_location): Likewise.
2080 * cris-tdep.c: Add comments.
2081 * gdbarch.sh (breakpoint_kind_from_pc): New.
2082 (sw_breakpoint_from_kind): New.
2083 * gdbarch.c, gdbarch.h: Regenerated.
2084 * ia64-tdep.c (ia64_memory_insert_breakpoint): Don't set
2085 bp_tgt->placed_size.
2086 (ia64_memory_remove_breakpoint): Don't assert
2087 bp_tgt->placed_size.
2088 (ia64_breakpoint_kind_from_pc): New function.
2089 (ia64_gdbarch_init): Install ia64_breakpoint_kind_from_pc.
2090 * m32r-tdep.c (m32r_memory_insert_breakpoint): Don't set
2091 bp_tgt->placed_size.
2092 * mem-break.c (default_memory_insert_breakpoint): Don't set
2093 bp_tgt->placed_size. Call gdbarch_sw_breakpoint_from_kind.
2094 (default_memory_remove_breakpoint): Call
2095 gdbarch_sw_breakpoint_from_kind.
2096 (memory_validate_breakpoint): Don't check bp_tgt->placed_size.
2097 * mips-tdep.c: Add comments.
2098 * mt-tdep.c: Likewise.
2099 * nios2-tdep.c: Likewise.
2100 * record-full.c (record_full_insert_breakpoint): Don't call
2101 gdbarch_breakpoint_from_pc. Don't set bp_tgt->placed_address
2102 and bp_tgt->placed_size.
2103 * remote.c (remote_insert_breakpoint): Don't call
2104 gdbarch_remote_breakpoint_from_pc. Use bp_tgt->placed_size.
2105 Don't set bp_tgt->placed_address and bp_tgt->placed_size.
2106 (remote_insert_hw_breakpoint): Likewise.
2107 * score-tdep.c: Likewise.
2108 * sh-tdep.c: Likewise.
2109 * tic6x-tdep.c: Likewise.
2110 * v850-tdep.c: Likewise.
2111 * xtensa-tdep.c: Likewise.
2112
2113 2016-11-03 Yao Qi <yao.qi@linaro.org>
2114
2115 * arch-utils.h (GDBARCH_BREAKPOINT_FROM_PC): New macro.
2116 (GDBARCH_BREAKPOINT_MANIPULATION_ENDIAN): New macro.
2117 * arm-tdep.c (arm_breakpoint_from_pc): Remove.
2118 (arm_breakpoint_kind_from_pc): New function.
2119 (arm_sw_breakpoint_from_kind): New function.
2120 (arm_breakpoint_from_pc): Call arm_breakpoint_kind_from_pc
2121 and arm_sw_breakpoint_from_kind.
2122 Use GDBARCH_BREAKPOINT_FROM_PC.
2123 (arm_remote_breakpoint_from_pc): Call
2124 arm_breakpoint_kind_from_pc.
2125 (arm_gdbarch_init): Replace set_gdbarch_breakpoint_from_pc
2126 with SET_GDBARCH_BREAKPOINT_MANIPULATION.
2127 * arc-tdep.c: Likewise.
2128 * bfin-tdep.c: Likewise.
2129 * cris-tdep.c: Likewise.
2130 * iq2000-tdep.c: Likewise.
2131 * m32r-tdep.c: Likewise.
2132 * mips-tdep.c: Likewise.
2133 * mt-tdep.c: Likewise.
2134 * nios2-tdep.c: Likewise.
2135 * rs6000-tdep.c: Likewise.
2136 * score-tdep.c: Likewise.
2137 * sh-tdep.c: Likewise.
2138 * sh64-tdep.c: Likewise.
2139 * tic6x-tdep.c: Likewise.
2140 * v850-tdep.c: Likewise.
2141 * xtensa-tdep.c: Likewise.
2142
2143 2016-11-03 Yao Qi <yao.qi@linaro.org>
2144
2145 * mips-tdep.c (mips_breakpoint_kind): New enum.
2146 (mips_breakpoint_from_pc): Use it.
2147 (mips_remote_breakpoint_from_pc): Likewise.
2148
2149 2016-11-03 Yao Qi <yao.qi@linaro.org>
2150
2151 * arch-utils.h (GDBARCH_BREAKPOINT_MANIPULATION): New macro.
2152 (SET_GDBARCH_BREAKPOINT_MANIPULATION): New macro.
2153 aarch64-tdep.c (aarch64_breakpoint_from_pc): Remove. Use
2154 GDBARCH_BREAKPOINT_MANIPULATION.
2155 (aarch64_gdbarch_init): Replace set_gdbarch_breakpoint_from_pc
2156 with SET_GDBARCH_BREAKPOINT_MANIPULATION.
2157 * alpha-tdep.c: Likewise.
2158 * avr-tdep.c: Likewise.
2159 * frv-tdep.c: Likewise.
2160 * ft32-tdep.c: Likewise.
2161 * h8300-tdep.c: Likewise.
2162 * hppa-tdep.c: Likewise.
2163 * i386-tdep.c: Likewise.
2164 * lm32-tdep.c: Likewise.
2165 * m32c-tdep.c: Likewise.
2166 * m68hc11-tdep.c: Likewise.
2167 * m68k-tdep.c: Likewise.
2168 * m88k-tdep.c: Likewise.
2169 * mep-tdep.c: Likewise.
2170 * microblaze-tdep.c: Likewise.
2171 * mn10300-tdep.c: Likewise.
2172 * moxie-tdep.c: Likewise.
2173 * msp430-tdep.c: Likewise.
2174 * rl78-tdep.c: Likewise.
2175 * rx-tdep.c: Likewise.
2176 * s390-linux-tdep.c: Likewise.
2177 * sparc-tdep.c: Likewise.
2178 * spu-tdep.c: Likewise.
2179 * tilegx-tdep.c: Likewise.
2180 * vax-tdep.c: Likewise.
2181 * xstormy16-tdep.c: Likewise.
2182
2183 2016-11-03 Yao Qi <yao.qi@linaro.org>
2184
2185 * mem-break.c (default_memory_insert_breakpoint): Don't check
2186 'bp' against NULL.
2187 * microblaze-linux-tdep.c (microblaze_linux_memory_remove_breakpoint):
2188 Likewise.
2189 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
2190
2191 2016-11-02 Tom Tromey <tom@tromey.com>
2192
2193 * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type): Rename
2194 from impl_get_base_type. Rewrite.
2195 (struct dwarf_expr_baton): Remove.
2196 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value): Save and
2197 restore more fields.
2198 (symbol_needs_eval_context::get_frame_pc): New method.
2199 * dwarf2expr.h (dwarf_expr_context::get_base_type): Now public,
2200 virtual.
2201 (dwarf_expr_context::impl_get_base_type): Remove.
2202 * dwarf2expr.c (dwarf_expr_context::get_base_type): Remove.
2203
2204 2016-10-31 Maciej W. Rozycki <macro@imgtec.com>
2205
2206 * configure.ac <mips-sgi-irix5*>: Remove <sys/proc.h> _KMEMUSER
2207 workaround.
2208 * configure: Regenerate.
2209 * config.in: Regenerate.
2210
2211 2016-10-31 Maciej W. Rozycki <macro@imgtec.com>
2212
2213 * mips-tdep.c (mips_r3041_reg_names): Remove.
2214 (mips_breakpoint_from_pc): Remove IDT and PMON breakpoint
2215 encodings.
2216
2217 2016-10-31 Maciej W. Rozycki <macro@imgtec.com>
2218
2219 * defs.h (gdb_osabi): Remove GDB_OSABI_IRIX enum value.
2220 * osabi.c (gdb_osabi_names): Remove "Irix" entry.
2221 * mips-tdep.c (mips_irix_reg_names): Remove.
2222 (mips_register_type): Remove GDB_OSABI_IRIX code.
2223 (mips_pseudo_register_type): Likewise.
2224 (mips_breakpoint_from_pc): Likewise.
2225 (mips_gdbarch_init): Likewise.
2226
2227 2016-10-29 Pedro Alves <palves@redhat.com>
2228
2229 * NEWS: Clarify C++ requirement.
2230
2231 2016-10-29 Pedro Alves <palves@redhat.com>
2232
2233 * NEWS: Adjust to mention C++11 requirement.
2234
2235 2016-10-29 Eli Zaretskii <eliz@gnu.org>
2236
2237 * NEWS: Mention support for redirection on MS-Windows.
2238
2239 * windows-nat.c (redir_open, redir_set_redirection)
2240 (redirect_inferior_handles) [!__CYGWIN__]: New functions.
2241 (windows_create_inferior) [!__CYGWIN__]: Use
2242 'redirect_inferior_handles' to redirect standard handles of the
2243 debuggee if the command line requests that.
2244
2245 2016-10-28 Pedro Alves <palves@redhat.com>
2246
2247 * Makefile.in (CXX_DIALECT): Get from configure.
2248 (COMPILE.pre, CC_LD): Append $(CXX_DIALECT).
2249 (FLAGS_TO_PASS): Pass CXX_DIALECT.
2250 * acinclude.m4: Include ax_cxx_compile_stdcxx.m4.
2251 * ax_cxx_compile_stdcxx.m4: Add FSF copyright header. Set and
2252 AC_SUBST CXX_DIALECT instead of changing CXX/CXXCPP.
2253 * configure.ac: Call AX_CXX_COMPILE_STDCXX.
2254 * config.in: Regenerate.
2255 * configure: Regenerate.
2256
2257 2016-10-28 Pedro Alves <palves@redhat.com>
2258
2259 * ax_cxx_compile_stdcxx.m4: New file.
2260
2261 2016-10-28 Pedro Alves <palves@redhat.com>
2262
2263 * maint.c (scoped_command_stats::scoped_command_stats): Clear
2264 m_space_enabled, m_time_enabled and m_symtab_enabled.
2265
2266 2016-10-28 Markus Metzger <markus.t.metzger@intel.com>
2267
2268 * btrace.c (bfun_s): New typedef.
2269 (ftrace_update_caller): Print caller in debug dump.
2270 (ftrace_get_caller, ftrace_match_backtrace, ftrace_fixup_level)
2271 (ftrace_compute_global_level_offset, ftrace_connect_bfun)
2272 (ftrace_connect_backtrace, ftrace_bridge_gap, btrace_bridge_gaps): New.
2273 (btrace_compute_ftrace_bts): Pass vector of gaps. Collect gaps.
2274 (btrace_compute_ftrace_pt): Likewise.
2275 (btrace_compute_ftrace): Split into this, ...
2276 (btrace_compute_ftrace_1): ... this, and ...
2277 (btrace_finalize_ftrace): ... this. Call btrace_bridge_gaps.
2278
2279 2016-10-28 Markus Metzger <markus.t.metzger@intel.com>
2280
2281 * btrace.c (ftrace_new_return): Start from the previous function's
2282 level if we can't find a matching call for a return.
2283
2284 2016-10-28 Markus Metzger <markus.t.metzger@intel.com>
2285
2286 * btrace.c (ftrace_update_function): Update tail call heuristic.
2287
2288 2016-10-28 Markus Metzger <markus.t.metzger@intel.com>
2289
2290 * btrace.c (btrace_compute_ftrace_bts, ftrace_add_pt): Allow
2291 leading gaps.
2292 * record-btrace.c (record_btrace_single_step_forward)
2293 (record_btrace_single_step_backward): Jump back to last
2294 instruction if step ends at a gap.
2295 (record_btrace_goto_begin): Skip gaps.
2296
2297 2016-10-28 Markus Metzger <markus.t.metzger@intel.com>
2298
2299 * btrace.c (ftrace_add_pt): Fix gap indication. Add warning for non-
2300 contiguous trace and overflow. Rephrase trace decode warning and print
2301 instruction number. Remove dead gaps warning.
2302 (btrace_compute_ftrace_bts): Rephrase warnings and print instruction
2303 number.
2304
2305 2016-10-25 Sandra Loosemore <sandra@codesourcery.com>
2306 Luis Machado <lgustavo@codesourcery.com>
2307 Pedro Alves <palves@redhat.com>
2308
2309 PR gdb/20569
2310 * exceptions.c (exception_print_same): Moved here from exec.c.
2311 * exceptions.h (exception_print_same): Declare.
2312 * exec.h: Include "symfile-add-flags.h".
2313 (try_open_exec_file): New declaration.
2314 * exec.c (exception_print_same): Moved to exceptions.c.
2315 (try_open_exec_file): New function.
2316 (exec_file_locate_attach): Rename exec_file and full_exec_path
2317 variables to avoid confusion between target and host pathnames.
2318 Move pathname processing logic to exec_file_find. Do not return
2319 early if pathname lookup fails; Call try_open_exec_file.
2320 * infrun.c (follow_exec): Split and rename execd_pathname variable
2321 to avoid confusion between target and host pathnames. Warn if
2322 pathname lookup fails. Pass target pathname to
2323 target_follow_exec, not hostpathname. Call try_open_exec_file.
2324 * main.c (symbol_file_add_main_adapter): New function.
2325 (captured_main_1): Use it.
2326 * solib-svr4.c (open_symbol_file_object): Adjust to pass
2327 symfile_add_flags to symbol_file_add_main.
2328 * solib.c (exec_file_find): Incorporate fallback logic for relative
2329 pathnames formerly in exec_file_locate_attach.
2330 * symfile.c (symbol_file_add_main, symbol_file_add_main_1):
2331 Replace 'from_tty' parameter with a symfile_add_file.
2332 (symbol_file_command): Adjust to pass symfile_add_flags to
2333 symbol_file_add_main.
2334 * symfile.h (symbol_file_add_main): Replace 'from_tty' parameter
2335 with a symfile_add_file.
2336
2337 2016-10-26 Pedro Alves <palves@redhat.com>
2338
2339 * coffread.c (coff_symfile_read): Use symfile_add_flags.
2340 * dbxread.c (dbx_symfile_read): Ditto.
2341 * elfread.c (elf_symfile_read): Ditto.
2342 * inferior.h: Include symfile-add-flags.h.
2343 (struct inferior) <symfile_flags>: Now symfile_add_flags.
2344 * machoread.c (macho_add_oso_symfile, macho_symfile_read_all_oso)
2345 (macho_symfile_read, mipscoff_symfile_read): Use
2346 symfile_add_flags.
2347 * objfile-flags.h: New file.
2348 * objfiles.c (allocate_objfile): Use objfile_flags.
2349 * objfiles.h: Include objfile-flags.h.
2350 (struct objfile) <flags>: Now an objfile_flags.
2351 (OBJF_REORDERED, OBJF_SHARED, OBJF_READNOW, OBJF_USERLOADED)
2352 (OBJF_PSYMTABS_READ, OBJF_MAINLINE, OBJF_NOT_FILENAME): Delete.
2353 Converted to an enum-flags in objfile-flags.h.
2354 (allocate_objfile): Use objfile_flags.
2355 * python/py-objfile.c (objfpy_add_separate_debug_file): Remove
2356 unnecessary local.
2357 * solib.c (solib_read_symbols, solib_add)
2358 (reload_shared_libraries_1): Use symfile_add_flags.
2359 * solib.h: Include "symfile-add-flags.h".
2360 (solib_read_symbols): Use symfile_add_flags.
2361 * symfile-add-flags.h: New file.
2362 * symfile-debug.c (debug_sym_read): Use symfile_add_flags.
2363 * symfile-mem.c (symbol_file_add_from_memory): Use
2364 symfile_add_flags.
2365 * symfile.c (read_symbols, syms_from_objfile_1)
2366 (syms_from_objfile, finish_new_objfile): Use symfile_add_flags.
2367 (symbol_file_add_with_addrs): Use symfile_add_flags and
2368 objfile_flags.
2369 (symbol_file_add_separate): Use symfile_add_flags.
2370 (symbol_file_add_from_bfd, symbol_file_add): Use symfile_add_flags
2371 and objfile_flags.
2372 (symbol_file_add_main_1): : Use objfile_flags. Fix add_flags vs
2373 flags confusion.
2374 (symbol_file_command): Use objfile_flags.
2375 (add_symbol_file_command): Use symfile_add_flags and
2376 objfile_flags.
2377 (clear_symtab_users): Use symfile_add_flags.
2378 * symfile.h: Include "symfile-add-flags.h" and "objfile-flags.h".
2379 (struct sym_fns) <sym_read>: Use symfile_add_flags.
2380 (clear_symtab_users): Use symfile_add_flags.
2381 (enum symfile_add_flags): Delete, moved to symfile-add-flags.h and
2382 converted to enum-flags.
2383 (symbol_file_add, symbol_file_add_from_bfd)
2384 (symbol_file_add_separate): Use symfile_add_flags.
2385 * xcoffread.c (xcoff_initial_scan): Use symfile_add_flags.
2386
2387 2016-10-26 Pedro Alves <palves@redhat.com>
2388
2389 * inferior.h (ALL_NON_EXITED_INFERIORS): New macro.
2390 * infrun.c (do_target_resume): Call target_commit_resume.
2391 (proceed): Defer target_commit_resume while looping over threads,
2392 resuming them. Call target_commit_resume at the end.
2393 * record-btrace.c (record_btrace_commit_resume): New function.
2394 (init_record_btrace_ops): Install it as to_commit_resume method.
2395 * record-full.c (record_full_commit_resume): New function.
2396 (record_full_wait_1): Call the beneath target's to_commit_resume
2397 method.
2398 (init_record_full_ops): Install record_full_commit_resume as
2399 to_commit_resume method.
2400 * remote.c (struct private_thread_info) <last_resume_step,
2401 last_resume_sig, vcont_resumed>: New fields.
2402 (remote_add_thread): Set the new thread's vcont_resumed flag.
2403 (demand_private_info): Delete.
2404 (get_private_info_thread, get_private_info_ptid): New functions.
2405 (remote_update_thread_list): Adjust.
2406 (process_initial_stop_replies): Clear the thread's vcont_resumed
2407 flag.
2408 (remote_resume): If connected in non-stop mode, record the resume
2409 request and return early.
2410 (struct private_inferior): New.
2411 (struct vcont_builder): New.
2412 (vcont_builder_restart, vcont_builder_flush)
2413 (vcont_builder_push_action): New functions.
2414 (MAX_ACTION_SIZE): New macro.
2415 (remote_commit_resume): New function.
2416 (thread_pending_fork_status, is_pending_fork_parent_thread): New
2417 functions.
2418 (check_pending_event_prevents_wildcard_vcont_callback)
2419 (check_pending_events_prevent_wildcard_vcont): New functions.
2420 (process_stop_reply): Adjust. Clear the thread's vcont_resumed
2421 flag.
2422 (init_remote_ops): Install remote_commit_resume.
2423 * target-delegates.c: Regenerate.
2424 * target.c (defer_target_commit_resume): New global.
2425 (target_commit_resume, make_cleanup_defer_target_commit_resume):
2426 New functions.
2427 * target.h (struct target_ops) <to_commit_resume>: New field.
2428 (target_resume): Update comments.
2429 (target_commit_resume): New declaration.
2430
2431 2016-10-26 Pedro Alves <palves@redhat.com>
2432
2433 * inferior.c (exit_inferior_1): Free 'priv'.
2434
2435 2016-10-26 Pedro Alves <palves@redhat.com>
2436
2437 * remote.c (remote_resume_with_hc): New function, factored out
2438 from ...
2439 (remote_resume): ... this. Always try vCont first.
2440 (remote_vcont_resume): Rename to ...
2441 (remote_resume_with_vcont): ... this. Bail out if execution
2442 direction is reverse.
2443
2444 2016-10-25 Pedro Alves <palves@redhat.com>
2445
2446 * dwarf2expr.h (struct dwarf_expr_context) <~dwarf_expr_context>:
2447 Make virtual.
2448
2449 2016-10-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2450
2451 PR build/20712
2452 * defs.h: Remove obsolete comment
2453 (atof): Remove.
2454 * procfs.c (do_destroy_procinfo_cleanup): Add cast.
2455 (sysset_t_alloc): Likewise.
2456 (proc_set_traced_sysentry): Likewise.
2457 (proc_set_traced_sysexit): Likewise.
2458 [!PIOCLSTATUS && NEW_PROC_API] (do_closedir_cleanup): Likewise.
2459 (proc_get_LDT_entry): Initiate cleanups before returns.
2460 (procfs_wait): Use GDB_SIGNAL_0.
2461 (procfs_corefile_thread_callback): Add cast.
2462 * sol-thread.c (td_log_ftype, td_ta_new_ftype, td_ta_delete_ftype)
2463 (td_init_ftype, td_ta_get_ph_ftype, td_ta_get_nthreads_ftype)
2464 (td_ta_tsd_iter_ftype, td_ta_thr_iter_ftype)
2465 (td_thr_validate_ftype, td_thr_tsd_ftype, td_thr_get_info_ftype)
2466 (td_thr_getfpregs_ftype, td_thr_getxregsize_ftype)
2467 (td_thr_getxregs_ftype, td_thr_sigsetmask_ftype)
2468 (td_thr_setprio_ftype, td_thr_setsigpending_ftype)
2469 (td_thr_setfpregs_ftype, td_thr_setxregs_ftype)
2470 (td_ta_map_id2thr_ftype, td_ta_map_lwp2thr_ftype)
2471 (td_thr_getgregs_ftype, td_thr_setgregs_ftype): New typedefs.
2472 (p_td_log, p_td_ta_new, p_td_ta_delete, p_td_init, p_td_ta_get_ph)
2473 (p_td_ta_get_nthreads, p_td_ta_tsd_iter, p_td_ta_thr_iter)
2474 (p_td_thr_validate, p_td_thr_tsd, p_td_thr_get_info)
2475 (p_td_thr_getfpregs, p_td_thr_getxregsize, p_td_thr_getxregs)
2476 (p_td_thr_sigsetmask, p_td_thr_setprio, p_td_thr_setsigpending)
2477 (p_td_thr_setfpregs, p_td_thr_setxregs, p_td_ta_map_id2thr)
2478 (p_td_ta_map_lwp2thr, p_td_thr_getgregs, p_td_thr_setgregs): Use them.
2479 (ps_pdread): Add cast.
2480 (ps_ptread): Likewise.
2481 (resolve): Likewise.
2482 * top.c (gdb_safe_append_history): Print pid_t as long.
2483
2484 2016-10-25 Pedro Alves <palves@redhat.com>
2485
2486 * common/common-defs.h (__STDC_FORMAT_MACROS): Define.
2487
2488 2016-10-25 Pedro Alves <palves@redhat.com>
2489
2490 * common/new-op.c: Add comment about -fsanitize=address.
2491
2492 2016-10-25 Pedro Alves <palves@redhat.com>
2493
2494 * common/common-defs.h (__STDC_CONSTANT_MACROS)
2495 (__STDC_LIMIT_MACROS): Define.
2496
2497 2016-10-25 Yao Qi <yao.qi@linaro.org>
2498
2499 PR gdb/20716
2500 * common/new-op.c (__has_feature): New macro.
2501 Don't override operator new if asan is used.
2502
2503 2016-10-24 Luis Machado <lgustavo@codesourcery.com>
2504
2505 * exec.c (exec_file_locate_attach): Prevent NULL pointer dereference
2506 when duplicating a string.
2507
2508 2016-10-24 Luis Machado <lgustavo@codesourcery.com>
2509
2510 * exec.c (exception_print_same): Fix string comparison to use
2511 statically-allocated ones.
2512
2513 2016-10-21 Tom Tromey <tom@tromey.com>
2514
2515 * dwarf2expr.h (class dwarf_expr_context)
2516 <get_frame_base, get_frame_cfa, get_tls_address, dwarf_call,
2517 push_dwarf_block_entry_value, get_addr_index, get_object_address>:
2518 Now pure virtual.
2519 * dwarf2-frame.c (class dwarf_expr_executor)
2520 <get_frame_base, get_frame_cfa, get_tls_address, dwarf_call,
2521 push_dwarf_block_entry_value, get_addr_index, get_object_address>:
2522 New methods.
2523 <invalid>: New method.
2524
2525 2016-10-21 Tom Tromey <tom@tromey.com>
2526
2527 * minsyms.h (minimal_symbol_reader::record_full): "copy_name" now
2528 a bool.
2529 (record, record_with_info): Update.
2530 * minsyms.c (record): Fix indentation.
2531 (record_full): Fix indentation. Update for type change.
2532 * elfread.c (record_minimal_symbol): "copy_name" now a bool.
2533 (elf_symtab_read): "copy_names" now a bool.
2534 (elf_rel_plt_read, elf_read_minimal_symbols): Update.
2535
2536 2016-10-21 Tom Tromey <tom@tromey.com>
2537
2538 * main.c: Include <vector>.
2539 (cmdarg_s): Remove typedef. Don't define VEC.
2540 (captured_main_1): Use vector, not VEC. Remove cleanups.
2541
2542 2016-10-21 Tom Tromey <tom@tromey.com>
2543
2544 * dwarf2loc.c (struct dwarf_expr_context_funcs): Don't declare.
2545 (dwarf_expr_read_addr_from_reg, dwarf_expr_get_reg_value)
2546 (dwarf_expr_read_mem, dwarf_expr_frame_base): Rename; turn into
2547 methods.
2548 (get_frame_pc_for_per_cu_dwarf_call): New function.
2549 (dwarf_expr_frame_cfa, dwarf_expr_frame_pc)
2550 (dwarf_expr_tls_address): Rename; turn into methods.
2551 (per_cu_dwarf_call): Remove arguments. Use
2552 get_frame_pc_for_per_cu_dwarf_call.
2553 (dwarf_evaluate_loc_desc): New class.
2554 (dwarf_expr_dwarf_call, dwarf_expr_context)
2555 (dwarf_expr_push_dwarf_reg_entry_value)
2556 (dwarf_expr_get_addr_index, dwarf_expr_get_obj_addr): Rename; turn
2557 into methods.
2558 (dwarf_expr_ctx_funcs): Remove.
2559 (dwarf2_evaluate_loc_desc_full): Update.
2560 (dwarf2_locexpr_baton_eval): Update.
2561 (symbol_needs_eval_context): New class.
2562 (symbol_needs_read_addr_from_reg, symbol_needs_get_reg_value)
2563 (symbol_needs_read_mem, symbol_needs_frame_base)
2564 (symbol_needs_frame_cfa, symbol_needs_tls_address)
2565 (symbol_needs_dwarf_call, needs_dwarf_reg_entry_value): Rename;
2566 turn into methods.
2567 (needs_get_addr_index, needs_get_obj_addr): Remove; turn into
2568 methods.
2569 (symbol_needs_ctx_funcs): Remove.
2570 (dwarf2_loc_desc_get_symbol_read_needs): Update.
2571 * dwarf2expr.h (struct dwarf_expr_context_funcs): Remove; turn
2572 contents into methods.
2573 (struct dwarf_expr_context) <baton, funcs>: Remove.
2574 <read_addr_from_reg, get_reg_value, read_mem, get_frame_base,
2575 get_frame_cfa, get_frame_pc, get_tls_address, dwarf_call,
2576 impl_get_base_type, push_dwarf_block_entry_value, get_addr_index,
2577 get_object_address>: Declare new methods.
2578 (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
2579 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
2580 (ctx_no_get_base_type, ctx_no_push_dwarf_reg_entry_value)
2581 (ctx_no_get_addr_index): Don't declare.
2582 * dwarf2expr.c (get_base_type): Use impl_get_base_type.
2583 (execute_stack_op): Update.
2584 (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
2585 (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
2586 (ctx_no_get_base_type, ctx_no_push_dwarf_reg_entry_value)
2587 (ctx_no_get_addr_index): Remove; now methods on
2588 dwarf_expr_context.
2589 * dwarf2-frame.c (read_addr_from_reg): Take a frame_info, not a
2590 baton.
2591 (class dwarf_expr_executor): New class.
2592 (get_reg_value, read_mem): Rename, turn into methods.
2593 (execute_stack_op): Use dwarf_expr_executor.
2594
2595 2016-10-21 Tom Tromey <tom@tromey.com>
2596
2597 * dwarf2loc.c (per_cu_dwarf_call)
2598 (dwarf_expr_push_dwarf_reg_entry_value)
2599 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval)
2600 (needs_dwarf_reg_entry_value)
2601 (dwarf2_loc_desc_get_symbol_read_needs): Update.
2602 * dwarf2expr.h (dwarf_expr_context) <push_address, eval, fetch,
2603 fetch_address, fetch_in_stack_memory, address_type, grow_stack,
2604 push, stack_empty_p, add_piece, get_base_type, execute_stack_op,
2605 pop>: New method declarations.
2606 (dwarf_expr_push_address, dwarf_expr_eval, dwarf_expr_fetch)
2607 (dwarf_expr_fetch_address, dwarf_expr_fetch_in_stack_memory):
2608 Don't declare.
2609 * dwarf2expr.c (address_type, grow_stack, push, push_address)
2610 (pop, fetch, fetch_address, fetch_in_stack_memory)
2611 (stack_empty_p, add_piece, eval, get_base_type)
2612 (execute_stack_op): Rename. Turn into methods.
2613 * dwarf2-frame.c (execute_stack_op): Update.
2614
2615 2016-10-21 Tom Tromey <tom@tromey.com>
2616
2617 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Stack-allocate
2618 dwarf_expr_context. Remove cleanups.
2619 (dwarf2_locexpr_baton_eval)
2620 (dwarf2_loc_desc_get_symbol_read_needs): Likewise.
2621 * dwarf2expr.h (dwarf_expr_context, ~dwarf_expr_context): Add
2622 constructors and destructors.
2623 (new_dwarf_expr_context, free_dwarf_expr_context)
2624 (make_cleanup_free_dwarf_expr_context): Don't declare.
2625 * dwarf2-frame.c (execute_stack_op): Stack-allocate
2626 dwarf_expr_context. Remove cleanups.
2627 (dwarf_expr_context): Rename from new_dwarf_expr_context. Turn
2628 into constructor.
2629 (free_dwarf_expr_context, free_dwarf_expr_context_cleanup):
2630 Remove.
2631 (~dwarf_expr_context): Rename from
2632 make_cleanup_free_dwarf_expr_context. Turn into destructor.
2633
2634 2016-10-21 Tom Tromey <tom@tromey.com>
2635
2636 * dwarf2loc.c: Include <vector>.
2637 (read_pieced_value, write_pieced_value)
2638 (dwarf2_compile_expr_to_ax): Use std::vector.
2639
2640 2016-10-21 Tom Tromey <tom@tromey.com>
2641
2642 * stack.c (print_stack_frame_to_uiout): Use scoped_restore.
2643 * ui-out.c (make_cleanup_restore_current_uiout)
2644 (restore_current_uiout_cleanup): Remove.
2645 * infrun.c (print_stop_event): Use scoped_restore.
2646 * ui-out.h (make_cleanup_restore_current_uiout): Don't declare.
2647
2648 2016-10-21 Tom Tromey <tom@tromey.com>
2649
2650 * elfread.c (elf_read_minimal_symbols): Use gdb::unique_ptr.
2651
2652 2016-10-21 Tom Tromey <tom@tromey.com>
2653
2654 * cli/cli-dump.c (dump_memory_to_file): Use gdb::unique_ptr.
2655 (restore_binary_file): Likewise.
2656
2657 2016-10-21 Tom Tromey <tom@tromey.com>
2658
2659 * maint.h (scoped_command_stats): New class.
2660 (make_command_stats_cleanup): Don't declare.
2661 * maint.c (struct cmd_stats): Remove.
2662 (~scoped_command_stats): Rename from report_command_stats. Now a
2663 destructor.
2664 (scoped_command_stats): Rename from make_command_stats_cleanup.
2665 Now a constructor.
2666 * main.c (captured_main_1): New function. Use
2667 scoped_command_stats.
2668 (captured_main): Call captured_main_1.
2669 * event-top.c (command_handler): Use scoped_command_stats.
2670
2671 2016-10-21 Tom Tromey <tom@tromey.com>
2672
2673 * mi/mi-main.c (mi_cmd_data_read_memory): Use gdb::unique_ptr.
2674 Remove some cleanups.
2675
2676 2016-10-21 Tom Tromey <tom@tromey.com>
2677
2678 * tui/tui-interp.c (tui_on_normal_stop, tui_on_signal_received)
2679 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
2680 (tui_on_no_history, tui_on_user_selected_context_changed):
2681 Update.
2682 * top.h (switch_thru_all_uis): New class.
2683 (SWITCH_THRU_ALL_UIS): Rewrite.
2684 (make_cleanup_restore_current_ui, switch_thru_all_uis_init)
2685 (switch_thru_all_uis_cond, switch_thru_all_uis_next): Don't
2686 declare.
2687 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
2688 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
2689 (mi_inferior_exit, mi_inferior_removed, mi_on_signal_received)
2690 (mi_on_end_stepping_range, mi_on_signal_exited, mi_on_exited)
2691 (mi_on_no_history, mi_on_normal_stop, mi_traceframe_changed)
2692 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
2693 (mi_breakpoint_created, mi_breakpoint_deleted)
2694 (mi_breakpoint_modified, mi_output_running_pid, mi_on_resume)
2695 (mi_solib_loaded, mi_solib_unloaded, mi_command_param_changed)
2696 (mi_memory_changed, mi_user_selected_context_changed): Update.
2697 * infrun.c (all_uis_check_sync_execution_done)
2698 (all_uis_on_sync_execution_starting, normal_stop): Update.
2699 * event-top.c (restore_ui_cleanup)
2700 (make_cleanup_restore_current_ui, switch_thru_all_uis_init)
2701 (switch_thru_all_uis_cond, switch_thru_all_uis_next): Remove.
2702 * cli/cli-interp.c (cli_on_normal_stop, cli_on_signal_received)
2703 (cli_on_end_stepping_range, cli_on_signal_exited, cli_on_exited)
2704 (cli_on_no_history, cli_on_user_selected_context_changed):
2705 Update.
2706 * breakpoint.c (watchpoint_check): Update.
2707
2708 2016-10-21 Tom Tromey <tom@tromey.com>
2709
2710 * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab): Add
2711 "reader" argument. Update.
2712 (xcoff_initial_scan): Update.
2713 * symfile.h (mdebug_build_psymtabs): Add "reader" argument.
2714 * mipsread.c (mipscoff_symfile_read): Update.
2715 (read_alphacoff_dynamic_symtab): Add "reader" argument. Update.
2716 * minsyms.h (minimal_symbol_reader) <record, record_full>:
2717 Declare.
2718 <m_msym_bunch, m_msym_bunch_index, m_msym_count>: New members.
2719 <record_with_info>: New function, renamed from
2720 prim_record_minimal_symbol_and_info.
2721 * minsyms.c (msym_bunch, msym_bunch_index, msym_count): Remove
2722 globals.
2723 (minimal_symbol_reader): Initialize new members.
2724 (minimal_symbol_reader::record): Renamed from
2725 prim_record_minimal_symbol.
2726 (minimal_symbol_reader::record_full): Renamed from
2727 prim_record_minimal_symbol_full.
2728 (prim_record_minimal_symbol_and_info): Move to minsyms.h; rename.
2729 * mdebugread.c (mdebug_build_psymtabs, parse_partial_symbols)
2730 (record_minimal_symbol): Add "reader" argument. Update.
2731 (elfmdebug_build_psymtabs): Update.
2732 * machoread.c (macho_symtab_add_minsym, macho_symtab_read): Add
2733 "reader" argument. Update.
2734 (macho_symfile_read): Update.
2735 * elfread.c (record_minimal_symbol, elf_symtab_read)
2736 (elf_rel_plt_read): Add "reader" argument. Update.
2737 (elf_read_minimal_symbols): Update.
2738 * dbxread.c (record_minimal_symbol, read_dbx_dynamic_symtab)
2739 (read_dbx_symtab): Add "reader" argument. Update.
2740 (dbx_symfile_read): Update.
2741 * coffread.c (record_minimal_symbol, coff_symtab_read): Add
2742 "reader" argument. Update.
2743 (coff_symfile_read): Update.
2744 * coff-pe-read.h (read_pe_exported_syms): Add "reader" argument.
2745 * coff-pe-read.c (add_pe_exported_sym, add_pe_forwarded_sym)
2746 (read_pe_exported_syms): Add "reader" argument. Update.
2747
2748 2016-10-21 Tom Tromey <tom@tromey.com>
2749
2750 * xcoffread.c (xcoff_initial_scan): Update.
2751 * mipsread.c (mipscoff_symfile_read): Update.
2752 * minsyms.c (minimal_symbol_reader): Add obj argument.
2753 Initialize member.
2754 (install): Remove objfile argument. Update.
2755 * mdebugread.c (elfmdebug_build_psymtabs): Update.
2756 * machoread.c (macho_symfile_read): Update.
2757 * elfread.c (elf_read_minimal_symbols): Update.
2758 * dbxread.c (dbx_symfile_read): Update.
2759 * coffread.c (coff_symfile_read): Update.
2760 * minsyms.h (minimal_symbol_reader): Add m_objfile member.
2761 (constructor): Add objfile argument.
2762 (minimal_symbol_reader::install): Remove objfile argument.
2763
2764 2016-10-21 Tom Tromey <tom@tromey.com>
2765
2766 * xcoffread.c (xcoff_initial_scan): Use
2767 minimal_symbol_reader.
2768 * mipsread.c (mipscoff_symfile_read): Use
2769 minimal_symbol_reader.
2770 * minsyms.h (minimal_symbol_reader): New class.
2771 (init_minimal_symbol_collection)
2772 (make_cleanup_discard_minimal_symbols, install_minimal_symbols):
2773 Don't declare.
2774 * minsyms.c (minimal_symbol_reader): Renamed from
2775 init_minimal_symbol_collection, turned into constructor.
2776 (~minimal_symbol_reader): Renamed from
2777 do_discard_minimal_symbols_cleanup, turned into destructor.
2778 (make_cleanup_discard_minimal_symbols): Remove.
2779 (minimal_symbol_reader::install): Rename form
2780 install_minimal_symbols.
2781 * mdebugread.c (elfmdebug_build_psymtabs): Use
2782 minimal_symbol_reader.
2783 * machoread.c (macho_symfile_read): Use
2784 minimal_symbol_reader.
2785 * elfread.c (elf_read_minimal_symbols): Use
2786 minimal_symbol_reader.
2787 * dbxread.c (dbx_symfile_read): Use minimal_symbol_reader.
2788 * coffread.c (coff_symfile_read): Use
2789 minimal_symbol_reader.
2790
2791 2016-10-21 Tom Tromey <tom@tromey.com>
2792
2793 * top.c (new_ui_command, wait_sync_command_done)
2794 (gdb_readline_wrapper): Use scoped_restore.
2795 * infrun.c (fetch_inferior_event): Use scoped_restore.
2796 * infcall.c (call_thread_fsm_should_stop): Use scoped_restore.
2797
2798 2016-10-21 Tom Tromey <tom@tromey.com>
2799
2800 * utils.c (make_cleanup_restore_ui_file, do_restore_ui_file)
2801 (struct restore_ui_file_closure): Remove.
2802 * utils.h (make_cleanup_restore_ui_file): Don't declare.
2803 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
2804 scoped_restore.
2805 * top.c (execute_command_to_string): Use scoped_restore.
2806
2807 2016-10-21 Tom Tromey <tom@tromey.com>
2808
2809 * common/scoped_restore.h: New file.
2810 * utils.h: Include scoped_restore.h.
2811 * top.c (execute_command_to_string): Use scoped_restore.
2812 * python/python.c (python_interactive_command): Use
2813 scoped_restore.
2814 (python_command, execute_gdb_command): Likewise.
2815 * printcmd.c (do_one_display): Use scoped_restore.
2816 * mi/mi-main.c (exec_continue): Use scoped_restore.
2817 * mi/mi-cmd-var.c (mi_cmd_var_assign): Use scoped_restore.
2818 * linux-fork.c (checkpoint_command): Use scoped_restore.
2819 * infrun.c (restore_execution_direction): Remove.
2820 (fetch_inferior_event): Use scoped_restore.
2821 * compile/compile.c (compile_file_command): Use
2822 scoped_restore.
2823 (compile_code_command, compile_print_command): Likewise.
2824 * cli/cli-script.c (execute_user_command): Use
2825 scoped_restore.
2826 (while_command, if_command, script_from_file): Likewise.
2827 * arm-tdep.c (arm_insert_single_step_breakpoint): Use
2828 scoped_restore.
2829
2830 2016-10-21 Tom Tromey <tom@tromey.com>
2831
2832 * xcoffread.c (read_xcoff_symtab): Make "filestring" const.
2833
2834 2016-10-21 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
2835 Ulrich Weigand <uweigand@de.ibm.com>
2836
2837 * xcoffread.c (read_xcoff_symtab): Make name of current file as
2838 pst->filename instead of _start_ in AIX.
2839
2840 2016-10-21 Philipp Rudo <prudo@linux.vnet.ibm.com>
2841
2842 * solist.h (struct target_so_ops): Delete special_symbol_handling
2843 hook.
2844 * solib.c (solib_add, reload_shared_libraries): Adjust.
2845 * solib-aix.c (solib_aix_special_symbol_handling): Delete
2846 (_initialize_solib_aix): Adjust
2847 * solib-darwin.c (darwin_special_symbol_handling): Delete
2848 (_initialize_darwin_solib): Adjust
2849 * solib-dsbt.c (dsbt_special_symbol_handling): Delete
2850 (_initialize_dsbt_solib): Adjust
2851 * solib-frv.c (frv_special_symbol_handling): Delete
2852 (_initialize_frv_solib): Adjust
2853 * solib-svr4.c (svr4_special_symbol_handling): Delete
2854 (_initialize_svr4_solib): Adjust
2855 * solib-target.c (solib_target_special_symbol_handling): Delete
2856 (_initialize_solib_target): Adjust
2857
2858 2016-10-20 Yao Qi <yao.qi@linaro.org>
2859
2860 * configure.tgt: Don't configure if target is *-*-vxworks*.
2861
2862 2016-10-19 Pedro Alves <palves@redhat.com>
2863
2864 * config.in: Regenerate.
2865
2866 2016-10-18 Pedro Alves <palves@redhat.com>
2867
2868 * common/common-defs.h (__STDC_CONSTANT_MACROS)
2869 (__STDC_LIMIT_MACROS): Delete.
2870
2871 2016-10-18 Pedro Alves <palves@redhat.com>
2872
2873 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
2874 2692e23a48e21f6daa029e8af9f1a143b7532f47.
2875 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
2876 Regenerate.
2877 * gnulib/import/Makefile: Update.
2878 * gnulib/import/alloca: Update.
2879 * gnulib/import/basename-lgpl: Update.
2880 * gnulib/import/canonicalize-lgpl: Update.
2881 * gnulib/import/config: Update.
2882 * gnulib/import/dirent: Update.
2883 * gnulib/import/dirfd: Update.
2884 * gnulib/import/dirname-lgpl: Update.
2885 * gnulib/import/dirname.h: Update.
2886 * gnulib/import/dosname.h: Update.
2887 * gnulib/import/errno: Update.
2888 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
2889 * gnulib/import/extra/snippet/c++defs.h: Update.
2890 * gnulib/import/extra/snippet/warn-on-use.h: Update.
2891 * gnulib/import/extra/update-copyright: Update.
2892 * gnulib/import/flexmember.h: Update.
2893 * gnulib/import/float+.h: Update.
2894 * gnulib/import/float: Update.
2895 * gnulib/import/float: Update.
2896 * gnulib/import/fnmatch: Update.
2897 * gnulib/import/fnmatch: Update.
2898 * gnulib/import/fnmatch_loop: Update.
2899 * gnulib/import/fpucw.h: Update.
2900 * gnulib/import/frexp: Update.
2901 * gnulib/import/frexpl: Update.
2902 * gnulib/import/gettimeofday: Update.
2903 * gnulib/import/hard-locale: Update.
2904 * gnulib/import/hard-locale.h: Update.
2905 * gnulib/import/inttypes: Update.
2906 * gnulib/import/isnan: Update.
2907 * gnulib/import/isnand-nolibm.h: Update.
2908 * gnulib/import/isnand: Update.
2909 * gnulib/import/isnanl-nolibm.h: Update.
2910 * gnulib/import/isnanl: Update.
2911 * gnulib/import/itold: Update.
2912 * gnulib/import/limits: Update.
2913 * gnulib/import/localcharset: Update.
2914 * gnulib/import/localcharset.h: Update.
2915 * gnulib/import/lstat: Update.
2916 * gnulib/import/m4/00gnulib: Update.
2917 * gnulib/import/m4/absolute-header: Update.
2918 * gnulib/import/m4/alloca: Update.
2919 * gnulib/import/m4/canonicalize: Update.
2920 * gnulib/import/m4/codeset: Update.
2921 * gnulib/import/m4/configmake: Update.
2922 * gnulib/import/m4/dirent_h: Update.
2923 * gnulib/import/m4/dirfd: Update.
2924 * gnulib/import/m4/dirname: Update.
2925 * gnulib/import/m4/double-slash-root: Update.
2926 * gnulib/import/m4/eealloc: Update.
2927 * gnulib/import/m4/errno_h: Update.
2928 * gnulib/import/m4/exponentd: Update.
2929 * gnulib/import/m4/exponentl: Update.
2930 * gnulib/import/m4/extensions: Update.
2931 * gnulib/import/m4/extern-inline: Update.
2932 * gnulib/import/m4/fcntl-o: Update.
2933 * gnulib/import/m4/flexmember: Update.
2934 * gnulib/import/m4/float_h: Update.
2935 * gnulib/import/m4/fnmatch: Update.
2936 * gnulib/import/m4/fpieee: Update.
2937 * gnulib/import/m4/frexp: Update.
2938 * gnulib/import/m4/frexpl: Update.
2939 * gnulib/import/m4/gettimeofday: Update.
2940 * gnulib/import/m4/glibc21: Update.
2941 * gnulib/import/m4/gnulib-cache: Update.
2942 * gnulib/import/m4/gnulib-common: Update.
2943 * gnulib/import/m4/gnulib-comp: Update.
2944 * gnulib/import/m4/gnulib-tool: Update.
2945 * gnulib/import/m4/hard-locale: Update.
2946 * gnulib/import/m4/include_next: Update.
2947 * gnulib/import/m4/inttypes-pri: Update.
2948 * gnulib/import/m4/inttypes: Update.
2949 * gnulib/import/m4/isnand: Update.
2950 * gnulib/import/m4/isnanl: Update.
2951 * gnulib/import/m4/largefile: Update.
2952 * gnulib/import/m4/limits-h: Update.
2953 * gnulib/import/m4/localcharset: Update.
2954 * gnulib/import/m4/locale-fr: Update.
2955 * gnulib/import/m4/locale-ja: Update.
2956 * gnulib/import/m4/locale-zh: Update.
2957 * gnulib/import/m4/longlong: Update.
2958 * gnulib/import/m4/lstat: Update.
2959 * gnulib/import/m4/malloc: Update.
2960 * gnulib/import/m4/malloca: Update.
2961 * gnulib/import/m4/math_h: Update.
2962 * gnulib/import/m4/mbrtowc: Update.
2963 * gnulib/import/m4/mbsinit: Update.
2964 * gnulib/import/m4/mbsrtowcs: Update.
2965 * gnulib/import/m4/mbstate_t: Update.
2966 * gnulib/import/m4/memchr: Update.
2967 * gnulib/import/m4/memmem: Update.
2968 * gnulib/import/m4/mmap-anon: Update.
2969 * gnulib/import/m4/multiarch: Update.
2970 * gnulib/import/m4/nocrash: Update.
2971 * gnulib/import/m4/off_t: Update.
2972 * gnulib/import/m4/pathmax: Update.
2973 * gnulib/import/m4/rawmemchr: Update.
2974 * gnulib/import/m4/readlink: Update.
2975 * gnulib/import/m4/rename: Update.
2976 * gnulib/import/m4/rmdir: Update.
2977 * gnulib/import/m4/signal_h: Update.
2978 * gnulib/import/m4/ssize_t: Update.
2979 * gnulib/import/m4/stat: Update.
2980 * gnulib/import/m4/stdbool: Update.
2981 * gnulib/import/m4/stddef_h: Update.
2982 * gnulib/import/m4/stdint: Update.
2983 * gnulib/import/m4/stdio_h: Update.
2984 * gnulib/import/m4/stdlib_h: Update.
2985 * gnulib/import/m4/strchrnul: Update.
2986 * gnulib/import/m4/string_h: Update.
2987 * gnulib/import/m4/strstr: Update.
2988 * gnulib/import/m4/strtok_r: Update.
2989 * gnulib/import/m4/sys_socket_h: Update.
2990 * gnulib/import/m4/sys_stat_h: Update.
2991 * gnulib/import/m4/sys_time_h: Update.
2992 * gnulib/import/m4/sys_types_h: Update.
2993 * gnulib/import/m4/time_h: Update.
2994 * gnulib/import/m4/unistd_h: Update.
2995 * gnulib/import/m4/warn-on-use: Update.
2996 * gnulib/import/m4/wchar_h: Update.
2997 * gnulib/import/m4/wchar_t: Update.
2998 * gnulib/import/m4/wctype_h: Update.
2999 * gnulib/import/m4/wint_t: Update.
3000 * gnulib/import/malloc: Update.
3001 * gnulib/import/malloca: Update.
3002 * gnulib/import/malloca.h: Update.
3003 * gnulib/import/math: Update.
3004 * gnulib/import/math: Update.
3005 * gnulib/import/mbrtowc: Update.
3006 * gnulib/import/mbsinit: Update.
3007 * gnulib/import/mbsrtowcs-impl.h: Update.
3008 * gnulib/import/mbsrtowcs-state: Update.
3009 * gnulib/import/mbsrtowcs: Update.
3010 * gnulib/import/memchr: Update.
3011 * gnulib/import/memmem: Update.
3012 * gnulib/import/pathmax.h: Update.
3013 * gnulib/import/rawmemchr: Update.
3014 * gnulib/import/readlink: Update.
3015 * gnulib/import/ref-add.sin: Update.
3016 * gnulib/import/ref-del.sin: Update.
3017 * gnulib/import/rename: Update.
3018 * gnulib/import/rmdir: Update.
3019 * gnulib/import/same-inode.h: Update.
3020 * gnulib/import/signal: Update.
3021 * gnulib/import/stat: Update.
3022 * gnulib/import/stdbool: Update.
3023 * gnulib/import/stddef: Update.
3024 * gnulib/import/stdint: Update.
3025 * gnulib/import/stdio: Update.
3026 * gnulib/import/stdlib: Update.
3027 * gnulib/import/str-two-way.h: Update.
3028 * gnulib/import/strchrnul: Update.
3029 * gnulib/import/streq.h: Update.
3030 * gnulib/import/string: Update.
3031 * gnulib/import/stripslash: Update.
3032 * gnulib/import/strnlen1: Update.
3033 * gnulib/import/strnlen1.h: Update.
3034 * gnulib/import/strstr: Update.
3035 * gnulib/import/strtok_r: Update.
3036 * gnulib/import/sys_stat: Update.
3037 * gnulib/import/sys_time: Update.
3038 * gnulib/import/sys_types: Update.
3039 * gnulib/import/time: Update.
3040 * gnulib/import/unistd: Update.
3041 * gnulib/import/unistd: Update.
3042 * gnulib/import/verify.h: Update.
3043 * gnulib/import/wchar: Update.
3044 * gnulib/import/wctype: Update.
3045 * gnulib/import/flexmember.h: New file.
3046 * gnulib/import/hard-locale.c: New file.
3047 * gnulib/import/hard-locale.h: New file.
3048 * gnulib/import/limits.in.h: New file.
3049 * gnulib/import/m4/flexmember.m4: New file.
3050 * gnulib/import/m4/hard-locale.m4: New file.
3051 * gnulib/import/m4/limits-h.m4: New file.
3052
3053 2016-10-18 Pedro Alves <palves@redhat.com>
3054
3055 * common/common-defs.h: Include "gdb_unique_ptr.h".
3056 * common/gdb_unique_ptr.h: New.
3057
3058 2016-10-18 Maciej W. Rozycki <macro@imgtec.com>
3059
3060 * i386-tdep.c (i386_mpx_info_bounds): Make sure the architecture
3061 is `bfd_arch_i386' before proceeding.
3062 (i386_mpx_set_bounds): Likewise.
3063
3064 2016-10-18 Maciej W. Rozycki <macro@imgtec.com>
3065
3066 * tilegx-tdep.c (tilegx_analyze_prologue): Use the `long long'
3067 type for `operands'.
3068
3069 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
3070
3071 * mi/mi-main.c (mi_cmd_trace_save): Check if argument is present
3072 before using it.
3073
3074 2016-10-17 Pedro Alves <palves@redhat.com>
3075
3076 * charset.h (class wchar_iterator) [PHONY_ICONV] <m_desc>: Use
3077 'int' as type.
3078
3079 2016-10-14 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3080 Ulrich Weigand <uweigand@de.ibm.com>
3081
3082 * solib-aix.c (solib_aix_bfd_open): Call solib_find so that sysroot
3083 path is set properly if program has a dependency on .a archive and
3084 sysroot is set via set sysroot command.
3085
3086 2016-10-14 Markus Metzger <markus.t.metzger@intel.com>
3087
3088 * nat/linux-btrace.c: Remove leftover comment.
3089
3090 2016-10-14 Eli Zaretskii <eliz@gnu.org>
3091
3092 * common/common-defs.h [HAVE_STRINGS_H]: Include strings.h if
3093 available, to get prototypes of 'strcasecmp' and 'strncasecmp'.
3094
3095 2016-10-13 Pedro Alves <palves@redhat.com>
3096
3097 * contrib/ari/gdb_ari.sh (boolean): Suggest bool instead.
3098 (false, true): Remove checks.
3099
3100 2016-10-12 Tom Tromey <tom@tromey.com>
3101
3102 * machoread.c (macho_symfile_read_all_oso): Use std::string.
3103
3104 2016-10-12 Tom Tromey <tom@tromey.com>
3105
3106 * tracepoint.c (trace_dump_command): Remove unnecessary
3107 null_cleanup.
3108
3109 2016-10-12 Tom Tromey <tom@tromey.com>
3110
3111 * valprint.c (generic_emit_char, count_next_character)
3112 (generic_printstr): Update.
3113 * charset.c (struct wchar_iterator): Move to charset.h.
3114 (wchar_iterator::wchar_iterator): Rename from
3115 make_wchar_iterator, turn into a constructor.
3116 (wchar_iterator::~wchar_iterator): Rename from
3117 do_cleanup_iterator, turn into a destructor.
3118 (make_cleanup_wchar_iterator): Remove.
3119 (wchar_iterator::iterate): Rename from wchar_iterate. Remove
3120 "iter" argument. Update.
3121 * charset.h: Include <vector>.
3122 (class wchar_iterator): New class, from old struct
3123 wchar_iterator.
3124 (make_wchar_iterator, make_cleanup_wchar_iterator): Don't
3125 declare.
3126
3127 2016-10-12 Tom Tromey <tom@tromey.com>
3128
3129 * selftest.c: Include <vector>, not "vec.h".
3130 (self_test_function_ptr): Remove.
3131 (tests): Now a std::vector.
3132 (register_self_test, run_self_tests): Update.
3133
3134 2016-10-13 Pedro Alves <palves@redhat.com>
3135 Tom Tromey <tom@tromey.com>
3136
3137 * tid-parse.h (tid_range_parser): New class.
3138 (enum tid_range_state): Move into tid_range_parser's scope.
3139 Remove TID_RANGE_ prefix from all values.
3140 (tid_range_parser_get_tid, tid_range_parser_get_tid_range)
3141 (tid_range_parser_star_range, tid_range_parser_finished)
3142 (tid_range_parser_skip, tid_range_parser_qualified): Don't
3143 declare.
3144 (tid_is_in_list): Update comment.
3145 * tid-parse.c (tid_range_parser::tid_range_parser): New.
3146 (init, finished, get_string, skip, tid_is_qualified)
3147 (get_tid_or_range, get_tid_range, get_tid, star_range): Rename;
3148 turn into methods.
3149 (tid_is_in_list): Adjust.
3150 * cli/cli-utils.h (number_or_range_parser): New class.
3151 (init_number_or_range, get_number_or_range)
3152 (number_range_setup_range): Don't declare.
3153 * cli/cli-utils.c
3154 (number_or_range_parser::number_or_range_parser): New.
3155 (init_number_or_range, get_number_or_range)
3156 (number_range_setup_range): Rename; turn into methods.
3157 (number_is_in_list): Adjust.
3158 * breakpoint.c (map_breakpoint_numbers): Adjust. Use bool.
3159 (trace_pass_command, get_tracepoint_by_number): Adjust.
3160 * breakpoint.h (get_tracepoint_by_number): Adjust.
3161 * inferior.c (detach_inferior_command, kill_inferior_command)
3162 (remove_inferior_command): Adjust.
3163 * linespec.c (decode_line_2): Adjust.
3164 * memattr.c (mem_enable_command, mem_disable_command)
3165 (mem_delete_command): Adjust.
3166 * printcmd.c (map_display_numbers): Adjust.
3167 * reverse.c (delete_bookmark_command, bookmarks_info): Adjust.
3168 * thread.c (thread_apply_command): Adjust.
3169
3170 2016-10-12 Anton Kolesov <anton.kolesov@synopsys.com>
3171
3172 * arc-newlib-tdep.c: New file.
3173 * configure.tgt: Add newlib support for ARC.
3174
3175 2016-10-12 Anton Kolesov <anton.kolesov@synopsys.com>
3176
3177 * arc-tdep.h (struct gdbarch_tdep) <jb_pc>: New field.
3178 * arc-tdep.c (arc_get_longjmp_target): New function.
3179 (arc_gdbarch_init): Set get_longjmp_target if jb_pc is non-negative.
3180 (arc_dump_tdep): Print jb_pc.
3181
3182 2016-10-12 Anton Kolesov <anton.kolesov@synopsys.com>
3183
3184 * arc-tdep.h (struct gdbarch_tdep): New.
3185 * arc-tdep.c (arc_gdbarch_init): Allocate gdbarch_tdep.
3186
3187 2016-10-12 Yao Qi <yao.qi@linaro.org>
3188
3189 PR tdep/20682
3190 * aarch64-tdep.c: Replace 32 with AARCH64_D_REGISTER_COUNT.
3191 (aarch64_analyze_prologue): Extend array 'regs' for D registers.
3192 Assert that operand 0 and 1 can be X or D registers. Update
3193 register number for D registers. Update registers in frame
3194 cache.
3195 * aarch64-tdep.h (AARCH64_D_REGISTER_COUNT): New macro.
3196
3197 2016-10-10 Yao Qi <yao.qi@linaro.org>
3198
3199 * arch/arm.h (enum arm_breakpoint_kinds): New.
3200 * arm-tdep.c (arm_remote_breakpoint_from_pc): Use
3201 ARM_BP_KIND_THUMB2.
3202
3203 2016-10-10 Yao Qi <yao.qi@linaro.org>
3204
3205 * m32c-tdep.c (m32c_gdbarch_init): Rename local 'arch' by
3206 'gdbarch'.
3207
3208 2016-10-10 Yao Qi <yao.qi@linaro.org>
3209
3210 * v850-tdep.c (v850_breakpoint_from_pc): Use the right
3211 breakpoint instruction.
3212 (v850_dbtrap_breakpoint_from_pc): Remove.
3213 (v850_gdbarch_init): Update.
3214
3215 2016-10-08 Simon Marchi <simon.marchi@polymtl.ca>
3216
3217 * ui-out.c (push_level): Remove "id" parameter.
3218 (ui_out_begin): Update call.
3219
3220 2016-10-07 Joel Brobecker <brobecker@adacore.com>
3221
3222 GDB 7.12 released.
3223
3224 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
3225
3226 * python/python.c (gdbpy_decode_line): Call
3227 string_to_event_location_basic instead of new_linespec_location.
3228
3229 2016-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3230
3231 * target.c (target_supports_multi_process): New function, moved
3232 from...
3233 * target.h (target_supports_multi_process): ... here. Remove
3234 macro.
3235 * target/target.h (target_supports_multi_process): New prototype.
3236
3237 2016-10-06 Pedro Alves <palves@redhat.com>
3238
3239 * cp-valprint.c (vtbl_ptr_name): Write "extern const" instead of
3240 EXPORTED_CONST.
3241 * stub-termcap.c: Remove __cplusplus checks.
3242 * common/common-defs.h [!__cplusplus] (EXTERN_C, EXTERN_C_PUSH,
3243 EXTERN_C_POP): Delete.
3244 * common/common-exceptions.h (GDB_XCPT_SJMP): Update comments.
3245 (GDB_XCPT) [!__cplusplus]: Delete.
3246 (throw_exception, throw_exception_sjlj): Update comments.
3247 * guile/guile-internal.h (as_a_scm_t_subr) [!__cplusplus]: Delete.
3248 * guile/guile.c (extension_language_guile): Write "extern const"
3249 instead of EXPORTED_CONST.
3250 * features/feature_to_c.sh: Don't emit !__cplusplus code. Write
3251 "extern const" instead of EXPORTED_CONST.
3252
3253 2016-10-06 Doug Evans <dje@google.com>
3254
3255 * python/py-value.c (valpy_long): Handle unsigned values.
3256
3257 2016-10-06 Simon Marchi <simon.marchi@ericsson.com>
3258
3259 * frame.h: Forward-declare struct ui_out.
3260
3261 2016-10-06 Tom Tromey <tom@tromey.com>
3262
3263 * MAINTAINERS: Remove Java test maintainer.
3264 * varobj.h (java_varobj_ops): Don't declare.
3265 * valprint.h (struct value_print_options)
3266 <pascal_static_field_print>: Update comment.
3267 * utils.c (producer_is_gcc): Remove java reference.
3268 * symtab.h (struct general_symbol_info): Remove java references.
3269 (SYMBOL_SEARCH_NAME): Likewise.
3270 * objfiles.c (allocate_objfile): Update comment.
3271 * linespec.c (find_linespec_symbols): Remove java references.
3272 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_baseclass_offset): Remove
3273 java references.
3274 * gdbtypes.h (struct cplus_struct_type) <is_java>: Remove.
3275 (TYPE_CPLUS_REALLY_JAVA): Remove.
3276 * c-varobj.c (enum vsections): Update comment.
3277 * symtab.c (symbol_set_language, symbol_set_names)
3278 (symbol_natural_name, symbol_demangled_name)
3279 (demangle_for_lookup, symbol_matches_domain)
3280 (default_make_symbol_completion_list_break_on_1): Remove java
3281 references.
3282 (JAVA_PREFIX, JAVA_PREFIX_LEN): Remove.
3283 * psymtab.c (match_partial_symbol, psymtab_search_name)
3284 (lookup_partial_symbol): Remove java references.
3285 * dwarf2read.c (find_slot_in_mapped_hash): Remove java references.
3286 (add_partial_symbol, dwarf2_compute_name, dwarf2_physname)
3287 (dwarf2_add_member_fn, is_vtable_name, read_structure_type)
3288 (process_structure_scope, read_subroutine_type)
3289 (read_subrange_type, load_partial_dies)
3290 (new_symbol_full, determine_prefix, typename_concat)
3291 (dwarf2_name): Remove java references.
3292 (set_cu_language): Treat Java as C++.
3293 * c-typeprint.c (c_type_print_args): Remove java reference.
3294 * defs.h (enum language) <language_java>: Remove.
3295 * Makefile.in (SFILES, HFILES_NO_SRCDIR, COMMON_OBS, YYFILES)
3296 (YYOBJ, local-maintainer-clean): Don't mention java files.
3297 * jv-exp.y, jv-lang.c, jv-lang.h, jv-typeprint.c, jv-valprint.c,
3298 jv-varobj.c: Remove.
3299
3300 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3301
3302 * mips-tdep.c (mips_pseudo_register_type): Make FCRs always
3303 32-bit.
3304
3305 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
3306
3307 * mips-tdep.c (mips_pseudo_register_type): Rearrange comments
3308 throughout.
3309
3310 2016-10-06 Markus Metzger <markus.t.metzger@intel.com>
3311
3312 * stack.c (frame_info): Call val_print_not_saved instead of
3313 val_print_unavailable if frame_id check fails.
3314
3315 2016-10-06 Pedro Alves <palves@redhat.com>
3316
3317 * jit.c (free_objfile_data): Delete the JIT breakpoint and clear
3318 the cached code address.
3319
3320 2016-10-06 Doug Evans <dje@google.com>
3321
3322 * features/aarch64-core.xml (cpsr_flags): Elide "type" and specify
3323 "end" in all fields.
3324 * features/aarch64.c: Regenerate.
3325 * features/i386/32bit-mpx.xml (_bndcfgu): Specify type of "preserved"
3326 and "enabled" fields. Correct size of "enabled" field.
3327 * features/i386/64bit-mpx.xml (_bndcfgu): Specify type of "preserved"
3328 and "enabled" fields.
3329 * features/i386/i386-avx-mpx-linux.c: Regenerate.
3330 * features/i386/i386-avx-mpx.c: Regenerate.
3331 * features/i386/i386-avx512-linux.c: Regenerate.
3332 * features/i386/i386-avx512.c: Regenerate.
3333 * features/i386/i386-mpx-linux.c: Regenerate.
3334 * features/i386/i386-mpx.c: Regenerate.
3335 * features/arc-arcompact.c: Regenerate.
3336 * features/arc-v2.c: Regenerate.
3337 * xml-tdesc.c (tdesc_start_field): Require "end" spec. Single bit
3338 fields default to "bool" type.
3339
3340 Revert 2016-03-15 Doug Evans <dje@google.com>
3341 * features/i386/32bit-core.xml (i386_eflags): Remove "end" spec.
3342 * features/i386/32bit-sse.xml (i386_eflags): Ditto.
3343 * features/i386/64bit-core.xml (i386_eflags): Ditto.
3344 * features/i386/64bit-sse.xml (i386_eflags): Ditto.
3345 * features/i386/x32-core.xml (i386_eflags): Ditto.
3346
3347 2016-10-05 Tom Tromey <tom@tromey.com>
3348
3349 PR breakpoints/20653:
3350 * location.c (string_to_explicit_location): Use NULL, not '\0'.
3351
3352 2016-10-05 Tom Tromey <tom@tromey.com>
3353
3354 PR symtab/20652:
3355 * psymtab.c (psymbol_compare): Correctly compare "ginfo.value"
3356 fields.
3357
3358 2016-10-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
3359
3360 * dwarf2expr.c (dwarf_expr_require_composition): Allow
3361 DW_OP_GNU_uninit.
3362 (execute_stack_op): Use dwarf_expr_require_composition instead of
3363 copying its logic.
3364
3365 2016-10-05 Anton Kolesov <anton.kolesov@synopsys.com>
3366
3367 * arc-tdep.c (arc_frame_prev_register): Remove annoying log message.
3368
3369 2016-10-05 Yao Qi <yao.qi@linaro.org>
3370
3371 * features/Makefile (WHICH): Add
3372 rs6000/powerpc-isa205-32l, rs6000/powerpc-isa205-64l,
3373 rs6000/powerpc-isa205-altivec32l, rs6000/powerpc-isa205-altivec64l,
3374 rs6000/powerpc-isa205-vsx32l and rs6000/powerpc-isa205-vsx64l.
3375 * regformats/rs6000/powerpc-isa205-32l.dat: Regenerated.
3376 * regformats/rs6000/powerpc-isa205-64l.dat: Likewise.
3377 * regformats/rs6000/powerpc-isa205-altivec32l.dat: Likewise.
3378 * regformats/rs6000/powerpc-isa205-altivec64l.dat: Likewise.
3379 * regformats/rs6000/powerpc-isa205-vsx32l.dat: Likewise.
3380 * regformats/rs6000/powerpc-isa205-vsx64l.dat: Likewise.
3381
3382 2016-10-05 Yao Qi <yao.qi@linaro.org>
3383
3384 * features/Makefile (XMLTOC): Add s390-tevx-linux64.xml,
3385 s390-vx-linux64.xml, s390x-tevx-linux64.xml and
3386 s390x-vx-linux64.xml.
3387
3388 2016-10-05 Yao Qi <yao.qi@linaro.org>
3389
3390 * features/Makefile: Remove i386/*-expedite. Add i386-expedite,
3391 amd64-expedite, and x32-expedite.
3392
3393 2016-10-05 Terry Guo <terry.guo@arm.com>
3394 Yao Qi <yao.qi@linaro.org>
3395
3396 * arm-tdep.c: Adjust includes.
3397 * features/Makefile (WHICH): Add "arm/" directory to arm
3398 target descriptions.
3399 (XMLTOC): Likewise.
3400 (arm/arm-with-iwmmxt.dat): Adjust the path for
3401 dependencies.
3402 * features/arm-core.xml: Moved to ...
3403 * features/arm/arm-core.xml: ... it.
3404 * features/arm-fpa.xml: Moved to ...
3405 * features/arm/arm-fpa.xml: ... it.
3406 * features/arm-m-profile.xml: Moved to ...
3407 * features/arm/arm-m-profile.xm: ... it.
3408 * features/arm-vfpv2.xml: Moved to ...
3409 * features/arm/arm-vfpv2.xm: ... it.
3410 * features/arm-vfpv3.xml: Moved to ...
3411 * features/arm/arm-vfpv3.xml: ... it.
3412 * features/arm-with-iwmmxt.c: Moved to ...
3413 * features/arm/arm-with-iwmmxt.c: ... it.
3414 * features/arm-with-iwmmxt.xml: Moved to ...
3415 * features/arm/arm-with-iwmmxt.xml: ... it.
3416 * features/arm-with-m-fpa-layout.c: Moved to ...
3417 * features/arm/arm-with-m-fpa-layout.c: ... it.
3418 * features/arm-with-m-fpa-layout.xml: Moved to ...
3419 * features/arm/arm-with-m-fpa-layout.xml: ... it.
3420 * features/arm-with-m-vfp-d16.c: Moved to ...
3421 * features/arm/arm-with-m-vfp-d16.c: ... it.
3422 * features/arm-with-m-vfp-d16.xml: Moved to ...
3423 * features/arm/arm-with-m-vfp-d16.xml: ... it.
3424 * features/arm-with-m.c: Moved to ...
3425 * features/arm/arm-with-m.c: ... it.
3426 * features/arm-with-m.xml: Moved to ...
3427 * features/arm/arm-with-m.xm: ... it.
3428 * features/arm-with-neon.c: Moved to ...
3429 * features/arm/arm-with-neon.c: ... it.
3430 * features/arm-with-neon.xml: Moved to ...
3431 * features/arm/arm-with-neon.xml: ... it.
3432 * features/arm-with-vfpv2.c: Moved to ...
3433 * features/arm/arm-with-vfpv2.c: ... it.
3434 * features/arm-with-vfpv2.xml: Moved to ...
3435 * features/arm/arm-with-vfpv2.xml: ... it.
3436 * features/arm-with-vfpv3.c: Moved to ...
3437 * features/arm/arm-with-vfpv3.c: ... it.
3438 * features/arm-with-vfpv3.xml: Moved to ...
3439 * features/arm/arm-with-vfpv3.xml: ... it.
3440 * features/xscale-iwmmxt.xml: Moved to ...
3441 * features/arm/xscale-iwmmxt.xml: ... it.
3442
3443 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
3444 2016-10-03 Simon Marchi <simon.marchi@ericsson.com>
3445
3446 PR gdb/20487
3447 * NEWS: Mention new frame field of =thread-selected event.
3448 * cli/cli-decode.c (add_cmd): Initialize c->suppress_notification.
3449 (add_com_suppress_notification): New function definition.
3450 (cmd_func): Set and restore the suppress_notification flag.
3451 * cli/cli-deicode.h (struct cmd_list_element)
3452 <suppress_notification>: New field.
3453 * cli/cli-interp.c (cli_suppress_notification): New global variable.
3454 (cli_on_user_selected_context_changed): New function.
3455 (_initialize_cli_interp): Attach to user_selected_context_changed
3456 observer.
3457 * command.h (struct cli_suppress_notification): New structure.
3458 (cli_suppress_notification): New global variable declaration.
3459 (add_com_suppress_notification): New function declaration.
3460 * defs.h (enum user_selected_what_flag): New enum.
3461 (user_selected_what): New enum flag type.
3462 * frame.h (print_stack_frame_to_uiout): New function declaration.
3463 * gdbthread.h (print_selected_thread_frame): New function declaration.
3464 * inferior.c (print_selected_inferior): New function definition.
3465 (inferior_command): Remove printing of inferior/thread/frame switch
3466 notifications, notify user_selected_context_changed observer.
3467 * inferior.h (print_selected_inferior): New function declaration.
3468 * mi/mi-cmds.c (struct mi_cmd): Add user_selected_context
3469 suppression to stack-select-frame and thread-select commands.
3470 * mi/mi-interp.c (struct mi_suppress_notification)
3471 <user_selected_context>: Initialize.
3472 (mi_user_selected_context_changed): New function definition.
3473 (_initialize_mi_interp): Attach to user_selected_context_changed.
3474 * mi/mi-main.c (mi_cmd_thread_select): Print thread selection reply.
3475 (mi_execute_command): Handle notification suppression. Notify
3476 user_selected_context_changed observer on thread change instead of printing
3477 event directly. Don't send it if command already sends the notification.
3478 (command_notifies_uscc_observer): New function.
3479 (mi_cmd_execute): Don't handle notification suppression.
3480 * mi/mi-main.h (struct mi_suppress_notification)
3481 <user_selected_context>: New field.
3482 * stack.c (print_stack_frame_to_uiout): New function definition.
3483 (select_frame_command): Notify user_selected_context_changed
3484 observer.
3485 (frame_command): Call print_selected_thread_frame if there's no frame
3486 change or notify user_selected_context_changed observer if there is.
3487 (up_command): Notify user_selected_context_changed observer.
3488 (down_command): Likewise.
3489 (_initialize_stack): Suppress user_selected_context notification for
3490 command select-frame.
3491 * thread.c (thread_command): Notify
3492 user_selected_context_changed if the thread has changed, print
3493 thread info directly if it hasn't.
3494 (do_captured_thread_select): Do not print thread switch event.
3495 (print_selected_thread_frame): New function definition.
3496 * tui/tui-interp.c (tui_on_user_selected_context_changed):
3497 New function definition.
3498 (_initialize_tui_interp): Attach to user_selected_context_changed
3499 observer.
3500
3501 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3502
3503 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
3504 * exec.c (exec_file_locate_attach): Add parameter defer_bp_reset.
3505 Use it.
3506 * gdbcore.h (exec_file_locate_attach): Add parameter defer_bp_reset.
3507 * infcmd.c (setup_inferior): Update caller.
3508 * remote.c (remote_add_inferior): Likewise.
3509
3510 2016-09-28 Pedro Alves <palves@redhat.com>
3511
3512 * infcall.c (run_inferior_call): Remove input from the event
3513 loop while running the infcall.
3514
3515 2016-09-27 Fredrik Hederstierna <fredrik.hederstierna@verisure.com>
3516
3517 * arm-tdep.c (arm_m_addr_is_magic): New function.
3518 (arm_addr_bits_remove): Call arm_m_addr_is_magic.
3519 (arm_m_exception_unwind_sniffer): Likewise.
3520
3521 2016-09-23 Jon Turney <jon.turney@dronecode.org.uk>
3522
3523 * windows-nat.c (windows_delete_thread): Adjusting call to
3524 target_mourn_inferior to include ptid_t argument.
3525
3526 2016-09-23 Tom Tromey <tom@tromey.com>
3527
3528 * utils.h (make_cleanup_dyn_string_delete): Remove declaration.
3529 * utils.c: Don't include dyn-string.h.
3530 (do_dyn_string_delete, make_cleanup_dyn_string_delete): Remove.
3531 * cli/cli-cmds.c: Include <string>. Don't include dyn-string.h.
3532 (argv_to_string): Rename. Change return type to std::string.
3533 (alias_command): Use std::string.
3534
3535 2016-09-23 Tom Tromey <tom@tromey.com>
3536
3537 * objfiles.c: Include <vector>.
3538 (objfile_relocate): Use std::vector.
3539
3540 2016-09-23 Tom Tromey <tom@tromey.com>
3541
3542 * rust-lang.c: Include <string> and <vector>.
3543 (rust_evaluate_funcall): Use std::vector, std::string.
3544 (rust_evaluate_subexp): Use std::string.
3545 (rust_lookup_symbol_nonlocal): Use std::string.
3546
3547 2016-09-23 Tom Tromey <tom@tromey.com>
3548
3549 * cp-namespace.c: Include <string>.
3550 (cp_search_static_and_baseclasses)
3551 (cp_lookup_symbol_imports_or_template, find_symbol_in_baseclass):
3552 Use std::string.
3553
3554 2016-09-23 Tom Tromey <tom@tromey.com>
3555
3556 * break-catch-sig.c: Include <string>.
3557 (signal_catchpoint_print_one): Use std::string.
3558
3559 2016-09-23 Tom Tromey <tom@tromey.com>
3560
3561 * utils.c (struct restore_ui_out_closure): Remove.
3562 * objfiles.h (terminate_minimal_symbol_table): Don't declare.
3563
3564 2016-09-23 Yao Qi <yao.qi@linaro.org>
3565
3566 * nat/linux-osdata.c (linux_xfer_osdata_threads): Replace
3567 sprintf with xsnprintf.
3568 (linux_xfer_osdata_fds): Likewise.
3569
3570 2016-09-23 Pedro Alves <palves@redhat.com>
3571
3572 * Makefile.in (SFILES): Add common/new-op.c.
3573 (COMMON_OBS): Add common/new-op.o.
3574 (new-op.o): New rule.
3575 * common/common-exceptions.h: Include <new>.
3576 (struct gdb_quit_bad_alloc): New type.
3577 * common/new-op.c: New file.
3578
3579 2016-09-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3580
3581 * rs6000-tdep.c (ppc_process_record_op31): Fix
3582 regcache_raw_read_unsigned call using the correct parameter type.
3583
3584 2016-09-22 Anton Kolesov <anton.kolesov@synopsys.com>
3585
3586 * arc-tdep.c: Fix ARI warning for printf(%p).
3587
3588 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3589
3590 * MAINTAINERS (Write After Approval): Add Anton Kolesov.
3591
3592 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
3593
3594 * Makefile.in (ALL_TARGET_OBS): Add arc-tdep.o.
3595 (HFILES_NO_SRCDIR): Add arc-tdep.h.
3596 (ALLDEPFILES): Add arc-tdep.c.
3597 * NEWS: Mention new ARC port.
3598 * configure.tgt: Add ARC.
3599 * arc-tdep.c: New file.
3600 * arc-tdep.h: New file.
3601 * features/Makefile (XMLTOC): Add arc-v2.xml and arc-arcompact.xml.
3602 * features/arc-v2.xml: New file.
3603 * features/arc-v2.c: New file (generated).
3604 * features/arc-arcompact.xml: New file.
3605 * features/arc-arcompact.c: New file (generated).
3606
3607 2016-09-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3608
3609 * rs6000-tdep.c (ppc_process_record_op63): Fix return of instruction
3610 handlers.
3611
3612 2016-09-21 Tom Tromey <tom@tromey.com>
3613
3614 PR gdb/20604:
3615 * top.h (quit_force): Update.
3616 * top.c (quit_force): Changed type of first argument. Don't
3617 evaluate expression. Pass NULL to kill_or_detach.
3618 * cli/cli-cmds.c (quit_command): Evaluate "args".
3619
3620 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
3621
3622 * .gitignore: Ignore more files.
3623 * data-directory/.gitignore: Likewise.
3624
3625 2016-09-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3626
3627 * rs6000-tdep.c (PPC_DQ): New macro.
3628 (ppc_process_record_op4): Add Power ISA 3.0 instructions.
3629 (ppc_process_record_op19): Likewise.
3630 (ppc_process_record_op31): Likewise.
3631 (ppc_process_record_op59): Likewise.
3632 (ppc_process_record_op60): Likewise.
3633 (ppc_process_record_op63): Likewise.
3634 (ppc_process_record): Likewise.
3635 (ppc_process_record_op61): New function.
3636
3637 2016-09-21 Yao Qi <yao.qi@linaro.org>
3638
3639 * aarch32-linux-nat.c (aarch32_gp_regcache_collect): Keep
3640 bits 20 to 23.
3641
3642 2016-09-20 Tom Tromey <tom@tromey.com>
3643
3644 * python/py-value.c (convert_value_from_python): Make PyInt_Check
3645 conditional on Python 2.
3646 * python/py-arch.c (archpy_disassemble): Make PyInt_Check
3647 conditional on Python 2.
3648
3649 2016-09-20 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3650
3651 * rs6000-tdep.c (ppc_process_record_op31): Fix record of Store String
3652 Word instructions.
3653
3654 2016-09-20 Sergio Durigan Junior <sergiodj@redhat.com>
3655
3656 * fork-inferior.c (startup_inferior): Pass 'event_ptid' instead of
3657 'resume_ptid' to 'target_mourn_inferior'. Fix regression
3658 introduced by my last commit.
3659
3660 2016-09-19 Pedro Alves <palves@redhat.com>
3661
3662 * common/gdb_locale.h [!ENABLE_NLS] (gettext, dgettext, dcgettext,
3663 textdomain, bindtextdomain): Delete macros.
3664 * main.c (captured_main) [!ENABLE_NLS]: Skip bintextdomain and
3665 textdomain calls.
3666
3667 2016-09-19 Sergio Durigan Junior <sergiodj@redhat.com>
3668
3669 * darwin-nat.c (darwin_kill_inferior): Adjusting call to
3670 target_mourn_inferior to include ptid_t argument.
3671 * fork-child.c (startup_inferior): Likewise.
3672 * gnu-nat.c (gnu_kill_inferior): Likewise.
3673 * inf-ptrace.c (inf_ptrace_kill): Likewise.
3674 * infrun.c (handle_inferior_event_1): Likewise.
3675 * linux-nat.c (linux_nat_attach): Likewise.
3676 (linux_nat_kill): Likewise.
3677 * nto-procfs.c (interrupt_query): Likewise.
3678 (procfs_interrupt): Likewise.
3679 (procfs_kill_inferior): Likewise.
3680 * procfs.c (procfs_kill_inferior): Likewise.
3681 * record.c (record_mourn_inferior): Likewise.
3682 * remote-sim.c (gdbsim_kill): Likewise.
3683 * remote.c (remote_detach_1): Likewise.
3684 (remote_kill): Likewise.
3685 * target.c (target_mourn_inferior): Change declaration to accept
3686 new ptid_t argument; use gdb_assert on it.
3687 * target.h (target_mourn_inferior): Move function prototype from
3688 here...
3689 * target/target.h (target_mourn_inferior): ... to here. Adjust it
3690 to accept new ptid_t argument.
3691 * windows-nat.c (get_windows_debug_event): Adjusting call to
3692 target_mourn_inferior to include ptid_t argument.
3693
3694 2016-09-18 Pedro Alves <palves@redhat.com>
3695
3696 * s390-linux-nat.c: Include <algorithm>.
3697
3698 2016-09-18 Pedro Alves <palves@redhat.com>
3699
3700 * breakpoint.c (hardware_watchpoint_inserted_in_range): Explicitly
3701 specify the std:min/std::max specialization.
3702 * exec.c (section_table_read_available_memory): Likewise.
3703 * remote.c (remote_read_qxfer): Likewise.
3704 * target.c (simple_verify_memory): Likewise.
3705
3706 2016-09-16 Simon Marchi <simark@simark.ca>
3707
3708 * infrun.c (restore_current_uiout_cleanup): Move to ui-out.c.
3709 (print_stop_event): Use make_cleanup_restore_current_uiout.
3710 * python/python.c (execute_gdb_command): Likewise.
3711 * ui-out.c (restore_current_uiout_cleanup): Move from infrun.c.
3712 (make_cleanup_restore_current_uiout): New function definition.
3713 * ui-out.h (make_cleanup_restore_current_uiout): New function
3714 declaration.
3715 * utils.c (do_restore_ui_out): Remove.
3716 (make_cleanup_restore_ui_out): Remove.
3717 * utils.h (make_cleanup_restore_ui_out): Remove.
3718
3719 2016-09-16 Pedro Alves <palves@redhat.com>
3720
3721 * defs.h (min, max): Delete.
3722 * aarch64-tdep.c: Include <algorithm> and use std::min and
3723 std::max throughout.
3724 * aarch64-tdep.c: Likewise.
3725 * alpha-tdep.c: Likewise.
3726 * amd64-tdep.c: Likewise.
3727 * amd64-windows-tdep.c: Likewise.
3728 * arm-tdep.c: Likewise.
3729 * avr-tdep.c: Likewise.
3730 * breakpoint.c: Likewise.
3731 * btrace.c: Likewise.
3732 * ctf.c: Likewise.
3733 * disasm.c: Likewise.
3734 * doublest.c: Likewise.
3735 * dwarf2loc.c: Likewise.
3736 * dwarf2read.c: Likewise.
3737 * environ.c: Likewise.
3738 * exec.c: Likewise.
3739 * f-exp.y: Likewise.
3740 * findcmd.c: Likewise.
3741 * ft32-tdep.c: Likewise.
3742 * gcore.c: Likewise.
3743 * hppa-tdep.c: Likewise.
3744 * i386-darwin-tdep.c: Likewise.
3745 * i386-tdep.c: Likewise.
3746 * linux-thread-db.c: Likewise.
3747 * lm32-tdep.c: Likewise.
3748 * m32r-tdep.c: Likewise.
3749 * m88k-tdep.c: Likewise.
3750 * memrange.c: Likewise.
3751 * minidebug.c: Likewise.
3752 * mips-tdep.c: Likewise.
3753 * moxie-tdep.c: Likewise.
3754 * nds32-tdep.c: Likewise.
3755 * nios2-tdep.c: Likewise.
3756 * nto-procfs.c: Likewise.
3757 * parse.c: Likewise.
3758 * ppc-sysv-tdep.c: Likewise.
3759 * probe.c: Likewise.
3760 * record-btrace.c: Likewise.
3761 * remote.c: Likewise.
3762 * rs6000-tdep.c: Likewise.
3763 * rx-tdep.c: Likewise.
3764 * s390-linux-nat.c: Likewise.
3765 * s390-linux-tdep.c: Likewise.
3766 * ser-tcp.c: Likewise.
3767 * sh-tdep.c: Likewise.
3768 * sh64-tdep.c: Likewise.
3769 * source.c: Likewise.
3770 * sparc-tdep.c: Likewise.
3771 * symfile.c: Likewise.
3772 * target-memory.c: Likewise.
3773 * target.c: Likewise.
3774 * tic6x-tdep.c: Likewise.
3775 * tilegx-tdep.c: Likewise.
3776 * tracefile-tfile.c: Likewise.
3777 * tracepoint.c: Likewise.
3778 * valprint.c: Likewise.
3779 * value.c: Likewise.
3780 * xtensa-tdep.c: Likewise.
3781 * cli/cli-cmds.c: Likewise.
3782 * compile/compile-object-load.c: Likewise.
3783
3784 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3785
3786 * s390-linux-nat.c (PER_BIT, PER_EVENT_BRANCH, PER_EVENT_IFETCH)
3787 (PER_EVENT_STORE, PER_EVENT_NULLIFICATION)
3788 (PER_CONTROL_BRANCH_ADDRESS, PER_CONTROL_SUSPENSION)
3789 (PER_CONTROL_ALTERATION): New macros.
3790 (struct s390_debug_reg_state) <break_areas>: New member.
3791 (s390_forget_process): Free break_areas as well.
3792 (s390_linux_new_fork): Copy break_areas as well.
3793 (s390_prepare_to_resume): Install hardware breakpoints.
3794 (s390_can_use_hw_breakpoint): Indicate support for hardware
3795 breakpoints.
3796 (s390_insert_hw_breakpoint, s390_remove_hw_breakpoint): New
3797 linux_nat target methods.
3798 (_initialize_s390_nat): Register them.
3799
3800 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3801
3802 * nat/linux-nat.h (lwp_is_stepping): New declaration.
3803 * linux-nat.c (lwp_is_stepping): New function.
3804
3805 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3806
3807 * s390-linux-nat.c (gdbcmd.h): New include.
3808 (s390_show_debug_regs): New function.
3809 (s390_stopped_by_watchpoint): Call it, if show_debug_regs is set.
3810 (s390_prepare_to_resume): Likewise.
3811 (_initialize_s390_nat): Register the command "maint set
3812 show-debug-regs".
3813
3814 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3815
3816 * s390-linux-nat.c (watch_areas): Remove variable. Replace by a
3817 member of...
3818 (struct s390_debug_reg_state): ...this. New struct.
3819 (struct s390_process_info): New struct.
3820 (s390_process_list): New variable.
3821 (s390_find_process_pid, s390_add_process, s390_process_info_get)
3822 (s390_get_debug_reg_state): New functions.
3823 (s390_stopped_by_watchpoint): Now access the watch_areas VEC via
3824 s390_get_debug_reg_state.
3825 (s390_prepare_to_resume): Likewise.
3826 (s390_insert_watchpoint): Likewise.
3827 (s390_remove_watchpoint): Likewise.
3828 (s390_forget_process, s390_linux_new_fork): New linux_nat target
3829 methods.
3830 (_initialize_s390_nat): Register them.
3831
3832 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3833
3834 * s390-linux-nat.c (s390_watch_area): New typedef. Define a VEC.
3835 (watch_base): Remove variable.
3836 (watch_areas): New variable.
3837 (s390_stopped_by_watchpoint): Transform operations on the
3838 watch_base list to equivalent operations on the watch_areas VEC.
3839 (s390_prepare_to_resume): Likewise.
3840 (s390_insert_watchpoint): Likewise.
3841 (s390_remove_watchpoint): Likewise.
3842
3843 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3844
3845 * s390-linux-nat.c (s390_prepare_to_resume): Use advertised lwp
3846 functions instead of accessing lwp_info structure members.
3847 (s390_mark_per_info_changed): New function.
3848 (s390_new_thread): Use it.
3849 (s390_refresh_per_info_cb): New function.
3850 (s390_refresh_per_info): Remove parameter. Refresh all lwps of
3851 the current process.
3852 (s390_insert_watchpoint): Adjust call to s390_refresh_per_info.
3853 (s390_remove_watchpoint): Likewise.
3854
3855 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
3856
3857 * elfread.c (auxv.h): New include.
3858 (elf_gnu_ifunc_resolve_addr): Pass HWCAP to ifunc resolver.
3859
3860 2016-09-08 Tom Tromey <tom@tromey.com>
3861
3862 * remote.c (remote_notif_stop_ack, remote_wait_as)
3863 (show_remote_cmd): Remove unneeded casts.
3864
3865 2016-09-06 Pedro Alves <palves@redhat.com>
3866
3867 * top.c (wait_sync_command_done): Don't assume current_ui doesn't
3868 change across events. Restore the current UI before returning.
3869 (gdb_readline_wrapper): Restore the current UI before returning.
3870
3871 2016-09-06 Pedro Alves <palves@redhat.com>
3872
3873 * event-top.c (restore_ui_cleanup): Now static.
3874 (make_cleanup_restore_current_ui): New function.
3875 (switch_thru_all_uis_init): Use it.
3876 * infcall.c (call_thread_fsm_should_stop): Use it.
3877 * infrun.c (fetch_inferior_event): Use it.
3878 * top.c (new_ui_command): Use it.
3879 * top.h (restore_ui_cleanup): Delete declaration.
3880 (make_cleanup_restore_current_ui): New declaration.
3881
3882 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3883
3884 * i386-tdep.c (i386_floatformat_for_type): New function.
3885 (i386_gdbarch_init): Install it.
3886 * ppc-linux-tdep.c (ppc_floatformat_for_type): New function.
3887 (ppc_linux_init_abi): Install it.
3888
3889 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3890
3891 * gdbarch.sh (floatformat_for_type): New gdbarch callback.
3892 * gdbarch.h, gdbarch.c: Re-generate.
3893 * arch-utils.h (default_floatformat_for_type): New prototype.
3894 * arch-utils.c (default_floatformat_for_type): New function.
3895
3896 * doublest.c (floatformat_from_length): Remove.
3897 (floatformat_from_type): Assume TYPE_FLOATFORMAT is non-NULL.
3898 * gdbtypes.c (verify_floatformat): Require non-NULL format.
3899
3900 * dwarf2read.c (dwarf2_init_float_type): New function.
3901 (read_base_type): Use it.
3902 * stabsread.c (dbx_init_float_type): New function.
3903 (read_sun_floating_type): Use it.
3904 (read_range_type): Likewise.
3905
3906 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3907
3908 * ada-lang.c (ada_language_arch_info): Use gdbarch-provided
3909 platform ABI floating-point formats for built-in types.
3910 * d-lang.c (build_d_types): Likewise.
3911 * f-lang.c (build_fortran_types): Likewise.
3912 * m2-lang.c (build_m2_types): Likewise.
3913 * mdebugread.c (basic_type): Likewise.
3914
3915 * go-lang.c (build_go_types): Use IEEE floating-point formats
3916 for language built-in types as mandanted by the language.
3917 * jv-lang.c (build_java_types): Likewise.
3918 * rust-lang.c (rust_language_arch_info): Likewise.
3919 * stabsread.c (rs6000_builtin_type): Likewise.
3920
3921 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3922
3923 * gdbtypes.c (init_type): Remove "char" special case.
3924 (arch_integer_type): Likewise.
3925 (gdbtypes_post_init): Set TYPE_NOSIGN for "char" type.
3926 (objfile_type): Likewise.
3927 * mdebugread.c (basic_type): Likewise.
3928 * stabsread.c (rs6000_builtin_type): Likewise.
3929
3930 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3931
3932 * gdbtypes.h (enum type_flag_value): Remove.
3933 Remove references to TYPE_FLAG_... in comments throughout.
3934 * gdbtypes.c (recursive_dump_type): Do not print TYPE_FLAG_...
3935 flags, print the corresponding TYPE_... access macro names.
3936 Remove references to TYPE_FLAG_... in comments throughout.
3937 * infcall.c: Remove references to TYPE_FLAG_... in comments.
3938 * valprint.c: Likewise.
3939 * gdb-gdb.py (class TypeFlag): No longer consider TYPE_FLAG_...
3940 values, only TYPE_INSTANCE_FLAG_... values.
3941 (class TypeFlagsPrinter): Likewise.
3942
3943 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3944
3945 * gdbtypes.h (init_type): Remove FLAGS argument. Move OBJFILE
3946 argument to first position.
3947 (init_integer_type): New prototype.
3948 (init_character_type): Likewise.
3949 (init_boolean_type): Likewise.
3950 (init_float_type): Likewise.
3951 (init_decfloat_type): Likewise.
3952 (init_complex_type): Likewise.
3953 (init_pointer_type): Likewise.
3954 * gdbtypes.c (verify_floatflormat): New function.
3955 (init_type): Remove FLAGS argument and processing. Move OBJFILE
3956 argument to first position.
3957 (init_integer_type): New function.
3958 (init_character_type): Likewise.
3959 (init_boolean_type): Likewise.
3960 (init_float_type): Likewise.
3961 (init_decfloat_type): Likewise.
3962 (init_complex_type): Likewise.
3963 (init_pointer_type): Likewise.
3964 (arch_float_type): Use verify_floatflormat.
3965 (objfile_type): Use init_..._type helpers instead of calling
3966 init_type directly.
3967 * dwarf2read.c (fixup_go_packaging): Update to changed init_type
3968 prototype.
3969 (read_namespace_type): Likewise.
3970 (read_module_type): Likewise.
3971 (read_typedef): Likewise.
3972 (read_unspecified_type): Likewise.
3973 (build_error_marker_type): Likewise.
3974 (read_base_type): Use init_..._type helpers.
3975 * mdebugread.c (basic_type): Use init_..._type helpers.
3976 (parse_type): Update to changed init_type prototype.
3977 (cross_ref): Likewise.
3978 * stabsread.c (rs6000_builtin_type): Use init_..._type helpers.
3979 (read_sun_builtin_type): Likewise.
3980 (read_sun_floating_type): Likewise.
3981 (read_range_type): Likewise. Also update to changed init_type
3982 prototype.
3983
3984 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3985
3986 * gdbtypes.h (arch_decfloat_type): New prototype.
3987 (arch_pointer_type): Likewise.
3988 * gdbtypes.c (arch_decfloat_type): New function.
3989 (arch_pointer_type): Likewise.
3990 (gdbtypes_post_init): Use arch_decfloat_type.
3991 * avr-tdep.c (avr_gdbarch_init): Use arch_pointer_type.
3992 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
3993 * m32c-tdep.c (make_types): Likewise.
3994 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3995
3996 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
3997
3998 * gdbtypes.c (set_type_code): New function.
3999 (init_type, arch_type): Use it.
4000
4001 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
4002
4003 * ada-lang.c (ada_language_arch_info): Use gdbarch_long_double_bit
4004 instead of gdbarch_double_bit for "long_long_float".
4005
4006 2016-09-05 Pedro Alves <palves@redhat.com>
4007
4008 * NEWS: Mention that a C++ compiler is now required.
4009 * Makefile.in (COMPILER, COMPILER_CFLAGS): Remove.
4010 (COMPILE.pre, CC_LD): Use CXX directly.
4011 (INTERNAL_CFLAGS_BASE): Use CXXFLAGS directly.
4012 * acinclude.m4: Don't include build-with-cxx.m4.
4013 * build-with-cxx.m4: Delete file.
4014 * configure.ac: Remove GDB_AC_BUILD_WITH_CXX call.
4015 * warning.m4: Assume $enable_build_with_cxx is yes.
4016 * configure: Regenerate.
4017
4018 2016-09-05 Pedro Alves <palves@redhat.com>
4019
4020 PR backtrace/19927
4021 * frame.c (get_frame_id): Compute the frame id if not computed
4022 yet.
4023 (unwind_to_current_frame): Delete.
4024 (get_current_frame): Use get_prev_frame_always_1 to get the
4025 current frame and assert that that always succeeds.
4026 (get_prev_frame_if_no_cycle): Skip cycle detection if returning
4027 the current frame.
4028
4029 2016-09-02 Tom Tromey <tom@tromey.com>
4030
4031 PR gdb/11616:
4032 * dwarf2read.c (decode_locdesc): Handle DW_OP_form_tls_address.
4033 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Handle
4034 DW_OP_form_tls_address.
4035 (locexpr_describe_location_piece): Likewise.
4036 * dwarf2expr.h (struct dwarf_expr_context_funcs): Update comment.
4037 * dwarf2expr.c (execute_stack_op): Handle DW_OP_form_tls_address.
4038 (ctx_no_get_tls_address): Mention DW_OP_form_tls_address.
4039 * compile/compile-loc2c.c (struct insn_info): Update comment.
4040 (compute_stack_depth_worker): Handle DW_OP_form_tls_address.
4041
4042 2016-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
4043
4044 * target.c (target_wait): Mention that the function's prototype
4045 can be found at target/target.h.
4046 * target.h (target_wait): Move prototype from here...
4047 * target/target.h (target_wait): ... to here.
4048
4049 2016-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
4050
4051 * fork-child.c (startup_inferior): Replace calls to target_resume
4052 by target_continue{,_no_signal}, depending on the case.
4053 * linux-nat.c (cleanup_target_stop): Call
4054 target_continue_no_signal instead of target_resume.
4055 * procfs.c (procfs_wait): Likewise.
4056 * target.c (target_continue): New function.
4057 * target/target.h (target_continue): New prototype.
4058
4059 2016-08-31 Yao Qi <yao.qi@linaro.org>
4060
4061 * record-full.c (record_full_insert_breakpoint): Fix typo.
4062
4063 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
4064
4065 * thread.c (tp_array_compar): Insert missing parentheses.
4066
4067 2016-08-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4068
4069 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Replace
4070 designated initializer list by plain initializer list, for C++
4071 compliance.
4072
4073 2016-08-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
4074
4075 * aarch64-linux-nat.c (ps_get_thread_area): Remove const from
4076 struct ps_prochandle.
4077 * amd64-linux-nat.c (ps_get_thread_area): Likewise.
4078 * arm-linux-nat.c (ps_get_thread_area): Likewise.
4079 * gdb_proc_service.h (ps_get_thread_area): Likewise.
4080 * i386-linux-nat.c (ps_get_thread_area): Likewise.
4081 * m68klinux-nat.c (ps_get_thread_area): Likewise.
4082 * mips-linux-nat.c (ps_get_thread_area): Likewise.
4083 * nat/aarch64-linux.c (aarch64_ps_get_thread_area): Likewise.
4084 * nat/aarch64-linux.h (aarch64_ps_get_thread_area): Likewise.
4085 * xtensa-linux-nat.c (ps_get_thread_area): Likewise.
4086
4087 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
4088
4089 * infcmd.c (set_inferior_io_terminal): Set inferior terminal to
4090 NULL if terminal_name is an empty string.
4091 (_initialize_infcmd): Make the argument of "set inferior-tty"
4092 optional, mention it in the help doc.
4093
4094 2016-08-24 Carl Love <cel@us.ibm.com>
4095
4096 * rs6000-tdep.c (rs6000_gdbarch_init): Remove call
4097 set_gdbarch_deprecated_fp_regnum() architecture
4098 initialization function.
4099
4100 2016-08-23 Simon Marchi <simon.marchi@ericsson.com>
4101
4102 * stack.c (parse_frame_specification): Fix typo in comment.
4103
4104 2016-08-23 Pedro Alves <palves@redhat.com>
4105
4106 PR gdb/20494
4107 * inflow.c (our_terminal_info, initial_gdb_ttystate): Update
4108 comments.
4109 (enum gdb_has_a_terminal_flag_enum, gdb_has_a_terminal_flag):
4110 Delete.
4111 (set_initial_gdb_ttystate): Record our_terminal_info here too,
4112 instead of ...
4113 (gdb_has_a_terminal): ... here. Reimplement in terms of
4114 initial_gdb_ttystate. Make static.
4115 * terminal.h (gdb_has_a_terminal): Delete declaration.
4116 (set_initial_gdb_ttystate): Add comment.
4117 * top.c (show_interactive_mode): Use input_interactive_p instead
4118 of gdb_has_a_terminal.
4119
4120 2016-08-22 Pedro Alves <palves@redhat.com>
4121
4122 PR gdb/20505
4123 * linux-tdep.c (linux_vsyscall_range_raw): For core inferiors,
4124 find the vDSO's start address with AT_SYSINFO_EHDR too, and
4125 determine the vDSO's size by finding the PT_LOAD segment that
4126 matches AT_SYSINFO_EHDR.
4127
4128 2016-08-19 Yao Qi <yao.qi@linaro.org>
4129
4130 * aarch64-tdep.c (aarch64_analyze_prologue): Handle register
4131 based STP instruction.
4132
4133 2016-08-19 Yao Qi <yao.qi@linaro.org>
4134
4135 * completer.c (linespec_location_completer): Make file_to_match
4136 null-terminated.
4137
4138 2016-08-19 Pedro Alves <palves@redhat.com>
4139
4140 * amd64-tdep.c (amd64_relocate_instruction) <callq>: Handle return
4141 addresses over 0x7fffffff.
4142
4143 2016-08-18 Carl Love <cel@us.ibm.com>
4144
4145 * MAINTANERS Write After Approval): Add "Carl Love".
4146
4147 2016-08-18 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4148
4149 * rs6000-tdep.c (ppc_process_record_op31): Handle HTM instructions.
4150
4151 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4152
4153 * inferior.c (remove_inferior_command): Fix error message.
4154
4155 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
4156
4157 * inferior.c (exit_inferior_1): Remove comment.
4158
4159 2016-08-15 Matthew Wahab <matthew.wahab@arm.com>
4160
4161 PR gdb/20457
4162 * gdb_proc_service.h: Add an include of gregset.h
4163 [!HAVE_PROC_SERVICE_H]: Remove the include of gregset.h.
4164
4165 2016-08-15 Yao Qi <yao.qi@linaro.org>
4166
4167 * location.c (explicit_location_lex_one): Compare the return
4168 value of strncmp with zero. Don't check (*inp)[9]. Increment
4169 *inp by 8.
4170
4171 2016-08-11 Pedro Alves <palves@redhat.com>
4172
4173 PR gdb/20413
4174 * nat/linux-ptrace.c: Include <sys/procfs.h> instead of
4175 "gregset.h".
4176
4177 2016-08-10 Pedro Alves <palves@redhat.com>
4178
4179 PR gdb/19187
4180 * record-full.c (record_full_remove_breakpoint): Don't remove the
4181 breakpoint from the record_full_breakpoints VEC if we're detaching
4182 the breakpoint from a fork child.
4183
4184 2016-08-10 Pedro Alves <palves@redhat.com>
4185
4186 PR gdb/19187
4187 * break-catch-sig.c (signal_catchpoint_remove_location): Adjust
4188 interface.
4189 * break-catch-syscall.c (remove_catch_syscall):
4190 * breakpoint.c (enum remove_bp_reason): Moved to breakpoint.h.
4191 (remove_breakpoint_1): Pass 'reason' down.
4192 (remove_catch_fork, remove_catch_vfork, remove_catch_solib)
4193 (remove_catch_exec, remove_watchpoint, remove_masked_watchpoint)
4194 (base_breakpoint_remove_location, bkpt_remove_location)
4195 (bkpt_probe_remove_location, bkpt_probe_remove_location): Adjust
4196 interface.
4197 * breakpoint.h (enum remove_bp_reason): Moved here from
4198 breakpoint.c.
4199 (struct breakpoint_ops) <remove_location>: Add 'reason' parameter.
4200 * corelow.c (core_remove_breakpoint): New function.
4201 (init_core_ops): Install it as to_remove_breakpoint method.
4202 * exec.c (exec_remove_breakpoint): New function.
4203 (init_exec_ops): Install it as to_remove_breakpoint method.
4204 * mem-break.c (memory_remove_breakpoint): Adjust interface.
4205 * record-btrace.c (record_btrace_remove_breakpoint): Adjust
4206 interface.
4207 * record-full.c (record_full_remove_breakpoint)
4208 (record_full_core_remove_breakpoint): Adjust interface.
4209 * remote.c (remote_remove_breakpoint): Adjust interface.
4210 * target-debug.h (target_debug_print_enum_remove_bp_reason): New
4211 macro.
4212 * target-delegates.c: Regenerate.
4213 * target.c (target_remove_breakpoint): Add 'reason' parameter.
4214 * target.h (struct target_ops) <to_remove_breakpoint>: Add
4215 'reason' parameter.
4216 (target_remove_breakpoint, memory_remove_breakpoint): Add 'reason'
4217 parameter.
4218
4219 2016-08-10 Pedro Alves <palves@redhat.com>
4220
4221 PR gdb/19187
4222 * breakpoint.c (insertion_state_t): Delete.
4223 (enum remove_bp_reason): New.
4224 (detach_breakpoints, remove_breakpoint_1, remove_breakpoint):
4225 Adjust to use enum remove_bp_reason instead of insertion_state_t.
4226
4227 2016-08-10 Pedro Alves <palves@redhat.com>
4228
4229 PR gdb/19187
4230 * breakpoint.c (remove_breakpoint): Remove 'is' parameter and
4231 always pass mark_uninserted to remove_breakpoint_1.
4232 (insert_breakpoint_locations, remove_breakpoints)
4233 (remove_breakpoints_pid, update_global_location_list): Update
4234 callers.
4235
4236 2016-08-10 Руслан Ижбулатов <lrn1986@gmail.com>
4237 Pedro Alves <palves@redhat.com>
4238
4239 * windows-nat.c (MS_VC_EXCEPTION): New define.
4240 (handle_exception_result): New enum.
4241 (windows_delete_thread): Free the thread's name.
4242 (handle_exception): Handle MS_VC_EXCEPTION.
4243 (get_windows_debug_event): Handle HANDLE_EXCEPTION_IGNORED.
4244 (windows_thread_name): New function.
4245 (windows_target): Install it as to_thread_name method.
4246 * NEWS: Mention the thread naming support on MS-Windows.
4247
4248 2016-08-10 Pedro Alves <palves@redhat.com>
4249
4250 * common/signals-state-save-restore.c
4251 (save_original_signals_state, restore_original_signals_state):
4252 Wrap perror_with_name arguments with '()'.
4253
4254 2016-08-09 Pedro Alves <palves@redhat.com>
4255
4256 PR gdb/20418
4257 * event-top.c (ui_register_input_event_handler)
4258 (ui_unregister_input_event_handler): New functions.
4259 (async_enable_stdin): Register input in the event loop.
4260 (async_disable_stdin): Unregister input from the event loop.
4261 (gdb_setup_readline): Register input in the event loop.
4262 * infrun.c (check_curr_ui_sync_execution_done): Register input in
4263 the event loop.
4264 * target.c (target_terminal_inferior): Don't unregister input from
4265 the event loop.
4266 (target_terminal_ours): Don't register input in the event loop.
4267 * target.h (target_terminal_inferior)
4268 (target_terminal_ours_for_output, target_terminal_ours): Update
4269 comments.
4270 * top.h (ui_register_input_event_handler)
4271 (ui_unregister_input_event_handler): New declarations.
4272 * utils.c (ui_unregister_input_event_handler_cleanup)
4273 (prepare_to_handle_input): New functions.
4274 (defaulted_query, prompt_for_continue): Use
4275 prepare_to_handle_input.
4276
4277 2016-08-09 Pedro Alves <palves@redhat.com>
4278
4279 PR mi/20431
4280 * mi/mi-main.c (mi_execute_command): Enable input and set prompt
4281 state to PROMPT_NEEDED.
4282
4283 2016-08-09 Pedro Alves <palves@redhat.com>
4284
4285 PR gdb/18653
4286 * Makefile.in (SFILES): Add
4287 common/signals-state-save-restore.c.
4288 (HFILES_NO_SRCDIR): Add common/signals-state-save-restore.h.
4289 (COMMON_OBS): Add signals-state-save-restore.o.
4290 (signals-state-save-restore.o): New rule.
4291 * configure: Regenerate.
4292 * fork-child.c: Include "signals-state-save-restore.h".
4293 (fork_inferior): Call restore_original_signals_state.
4294 * main.c: Include "signals-state-save-restore.h".
4295 (captured_main): Call save_original_signals_state.
4296 * common/common.m4: Add sigaction to AC_CHECK_FUNCS checks.
4297 * common/signals-state-save-restore.c: New file.
4298 * common/signals-state-save-restore.h: New file.
4299
4300 2016-08-09 Pedro Alves <palves@redhat.com>
4301
4302 * value.c (unpack_value_bitfield): Skip unpacking if the parent
4303 has no contents buffer to begin with.
4304
4305 2016-08-08 Pedro Alves <palves@redhat.com>
4306
4307 * features/i386/amd64-avx-mpx-linux.c: Regenerate.
4308 * features/i386/amd64-avx-mpx.c: Regenerate.
4309 * features/i386/i386-avx-mpx-linux.c: Regenerate.
4310 * features/i386/i386-avx-mpx.c: Regenerate.
4311
4312 2016-08-05 Simon Marchi <simon.marchi@ericsson.com>
4313
4314 * event-top.h (cli_command_loop): Remove.
4315
4316 2016-08-05 Pedro Alves <palves@redhat.com>
4317
4318 PR remote/20398
4319 * remote-fileio.c (remote_fileio_quit_handler): Check the quit
4320 flag before calling quit.
4321
4322 2016-08-05 Pedro Alves <palves@redhat.com>
4323
4324 * NEWS: Mention that GDB and GDBserver build with a C++ compiler
4325 by default.
4326
4327 2016-08-05 Pedro Alves <palves@redhat.com>
4328
4329 * build-with-cxx.m4: Change help string to be in terms of
4330 --disable-build-with-cxx.
4331 * configure: Regenerate.
4332
4333 2016-08-04 Yao Qi <yao.qi@linaro.org>
4334
4335 * aarch64-linux-nat.c (tdesc_arm_with_vfpv3): Remove the
4336 declaration.
4337 (aarch64_linux_read_description): Remove code on getting
4338 auxv and select target description on it. Select target
4339 description by the result of NT_ARM_VFP ptrace request.
4340
4341 2016-08-03 Tom Tromey <tom@tromey.com>
4342
4343 PR python/18565:
4344 * python/py-frame.c (frapy_function): Use find_frame_funname.
4345
4346 2016-08-03 Tom Tromey <tom@tromey.com>
4347
4348 * stack.c (find_frame_funname): Avoid any possible leak in case
4349 cp_remove_params can throw.
4350
4351 2016-08-03 Tom Tromey <tom@tromey.com>
4352
4353 * NEWS: Mention new Python breakpoint events.
4354
4355 2016-08-02 Tom Tromey <tom@tromey.com>
4356
4357 * MAINTAINERS (Core): Add self as Rust maintainer.
4358
4359 2016-08-01 Joel Brobecker <brobecker@adacore.com>
4360
4361 * NEWS: Create a new section for the next release branch.
4362 Rename the section of the current branch, now that it has
4363 been cut.
4364
4365 2016-08-01 Joel Brobecker <brobecker@adacore.com>
4366
4367 GDB 7.12 branch created (41bfcd638a4e0e48b96ce4de2845372dea481322):
4368 * version.in: Bump version to 7.12.50.DATE-git.
4369
4370 2016-07-27 Alan Modra <amodra@gmail.com>
4371
4372 * amd64-darwin-tdep.c: Don't include libbfd.h.
4373 * i386-darwin-tdep.c: Likewise.
4374 * rs6000-nat.c: Likewise.
4375 * rs6000-tdep.c: Likewise.
4376
4377 2016-07-26 Tom Tromey <tom@tromey.com>
4378
4379 * symtab.c (register_symbol_computed_impl): Update.
4380 PR python/20190:
4381 * value.h (symbol_read_needs): Declare.
4382 (symbol_read_needs_frame): Add comment.
4383 * symtab.h (struct symbol_computed_ops) <read_variable>: Update
4384 comment.
4385 <get_symbol_read_needs>: Rename. Change return type.
4386 * findvar.c (symbol_read_needs): New function.
4387 (symbol_read_needs_frame): Rewrite.
4388 (default_read_var_value): Use symbol_read_needs.
4389 * dwarf2loc.c (struct symbol_needs_baton): Rename.
4390 <needs>: Renamed from needs_frame. Changed type.
4391 (needs_frame_read_addr_from_reg, symbol_needs_get_reg_value)
4392 (symbol_needs_read_mem, symbol_needs_frame_base)
4393 (symbol_needs_frame_cfa, symbol_needs_tls_address)
4394 (symbol_needs_dwarf_call): Rename.
4395 (needs_dwarf_reg_entry_value): Update.
4396 (symbol_needs_ctx_funcs, dwarf2_loc_desc_get_symbol_read_needs):
4397 Rename and update.
4398 (locexpr_get_symbol_read_needs, loclist_symbol_needs): Likewise.
4399 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Update.
4400 * defs.h (enum symbol_needs_kind): New.
4401
4402 2016-07-26 Pedro Alves <palves@redhat.com>
4403
4404 * nat/linux-ptrace.c: Include "gregset.h".
4405 (linux_ptrace_test_ret_to_nx): Use PTRACE_GETREGS instead of
4406 PTRACE_PEEKUSER.
4407
4408 2016-07-26 Pedro Alves <palves@redhat.com>
4409
4410 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Rename 'native'
4411 parameter to 'ptrace'.
4412 * nat/amd64-linux-siginfo.c (GDB_SI_SIZE): New define.
4413 (nat_uptr_t): New an unsigned long.
4414 (nat_clock_t): Remove attribute __aligned__.
4415 (struct nat_timeval): Delete.
4416 (nat_siginfo_t): Remove attribute __aligned__.
4417 (ptrace_siginfo_t): Define.
4418 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
4419 (compat_x32_siginfo_from_siginfo)
4420 (siginfo_from_compat_x32_siginfo): Make 'from' parameter const.
4421 Convert through a ptrace_siginfo_t instead of a nat_siginfo_t.
4422 Remove casts.
4423 (amd64_linux_siginfo_fixup_common): Rename 'native' parameter to
4424 'ptrace'. Remove static assertions.
4425 (top level): New static assertions.
4426
4427 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
4428
4429 * top.h (make_delete_ui_cleanup): New declaration.
4430 * top.c (delete_ui_cleanup): New function.
4431 (make_delete_ui_cleanup): New function.
4432 (new_ui_command): Create restore_ui cleanup earlier, create a
4433 delete_ui cleanup and discard it on success.
4434
4435 2016-07-25 Pedro Alves <palves@redhat.com>
4436 Jan Kratochvil <jan.kratochvil@redhat.com>
4437
4438 * nat/linux-procfs.c (parse_proc_status_state): Handle lowercase
4439 't'.
4440
4441 2016-07-25 Pedro Alves <palves@redhat.com>
4442
4443 * nat/linux-procfs.c (enum proc_state): New enum.
4444 (parse_proc_status_state): New function.
4445 (linux_proc_pid_get_state): Replace output string buffer parameter
4446 with an output proc_state parameter. Use parse_proc_status_state.
4447 (linux_proc_pid_is_gone): Adjust to use proc_state values.
4448 (linux_proc_pid_has_state): Change type of 'state' parameter; now
4449 an enum proc_state. Adjust to linux_proc_pid_get_state interface
4450 change.
4451 (linux_proc_pid_is_stopped)
4452 (linux_proc_pid_is_trace_stopped_nowarn)
4453 (linux_proc_pid_is_zombie_maybe_warn): Adjust to
4454 linux_proc_pid_get_state interface change.
4455
4456 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4457
4458 * MAINTAINERS (Write After Approval): Add Tim Wiederhake
4459
4460 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
4461
4462 * NEWS: Resume btrace on reconnect.
4463 * record-btrace.c: Added record-btrace.h include.
4464 (record_btrace_open): Split into this and ...
4465 (record_btrace_push_target): ... this.
4466 (record_btrace_disconnect): New function.
4467 (init_record_btrace_ops): Use record_btrace_disconnect.
4468 * record-btrace.h: New file.
4469 * remote.c: Added record-btrace.h include.
4470 (remote_start_remote): Check recording status.
4471 (remote_btrace_maybe_reopen): New function.
4472
4473 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
4474
4475 * xml-syscall.c (get_syscalls_by_group): New.
4476 (get_syscall_group_names): New.
4477 (struct syscall_group_desc): New structure to store group data.
4478 (struct syscalls_info): Include field to store the group list.
4479 (sysinfo_free_syscall_group_desc): New.
4480 (free_syscalls_info): Free group list.
4481 (syscall_group_create_syscall_group_desc): New.
4482 (syscall_group_add_syscall): New.
4483 (syscall_create_syscall_desc): Add syscall to its groups.
4484 (syscall_start_syscall): Load group attribute.
4485 (syscall_group_get_group_by_name): New.
4486 (xml_list_syscalls_by_group): New.
4487 (xml_list_of_groups): New.
4488 * xml-syscall.h (get_syscalls_by_group): Export function
4489 to retrieve a list of syscalls filtered by the group name.
4490 (get_syscall_group_names): Export function to retrieve the list
4491 of syscall groups.
4492 * break-catch-syscall.c (catch_syscall_split_args): Verify if
4493 argument is a syscall group and expand it to a list of syscalls
4494 when creating catchpoints.
4495 (catch_syscall_completer): Add word completion for system call
4496 groups.
4497 * configure.ac: Include dependency for xsltproc when building
4498 in maintainer-mode.
4499 * break-catch-syscall.c (_initialize_breakpoint): Update catch
4500 syscall command documentation.
4501 * NEWS: Include section about catching groups of syscalls.
4502 * configure: Regenerate.
4503 * data-directory/Makefile.in: Generate syscall xml when building
4504 in maintainer mode.
4505 * syscalls/gdb-syscalls.dtd: Include group attribute to the
4506 syscall element.
4507 * syscalls/apply-defaults.xsl: New.
4508 * syscalls/linux-defaults.xml.in: New.
4509 * syscalls/aarch64-linux.xml: Rename to aarch64-linux.xml.in.
4510 * syscalls/amd64-linux.xml: Rename to amd64-linux.xml.in.
4511 * syscalls/arm-linux.xml: Rename to arm-linux.xml.in.
4512 * syscalls/bfin-linux.xml: Rename to bfin-linux.xml.in.
4513 * syscalls/i386-linux.xml: Rename to i386-linux.xml.in.
4514 * syscalls/mips-n32-linux.xml: Rename to mips-n32-linux.xml.in.
4515 * syscalls/mips-n64-linux.xml: Rename to mips-n64-linux.xml.in.
4516 * syscalls/mips-o32-linux.xml: Rename to mips-o32-linux.xml.in.
4517 * syscalls/ppc-linux.xml: Rename to ppc-linux.xml.in.
4518 * syscalls/ppc64-linux.xml: Rename to ppc64-linux.xml.in.
4519 * syscalls/s390-linux.xml: Rename to s390-linux.xml.in.
4520 * syscalls/s390x-linux.xml: Rename to s390x-linux.xml.in.
4521 * syscalls/sparc-linux.xml: Rename to sparc-linux.xml.in.
4522 * syscalls/sparc64-linux.xml: Rename to sparc64-linux.xml.in.
4523 * syscalls/aarch64-linux.xml: Regenerate.
4524 * syscalls/amd64-linux.xml: Regenerate.
4525 * syscalls/arm-linux.xml: Regenerate.
4526 * syscalls/i386-linux.xml: Regenerate.
4527 * syscalls/mips-n32-linux.xml: Regenerate.
4528 * syscalls/mips-n64-linux.xml: Regenerate.
4529 * syscalls/mips-o32-linux.xml: Regenerate.
4530 * syscalls/ppc-linux.xml: Regenerate.
4531 * syscalls/ppc64-linux.xml: Regenerate.
4532 * syscalls/s390-linux.xml: Regenerate.
4533 * syscalls/s390x-linux.xml: Regenerate.
4534 * syscalls/sparc-linux.xml: Regenerate.
4535 * syscalls/sparc64-linux.xml: Regenerate.
4536
4537 2016-07-23 Andrew Pinski <apinski@cavium.com>
4538
4539 * nat/aarch64-linux-hw-point.c
4540 (aarch64_linux_get_debug_reg_capacity): Handle
4541 ARMv8.1 and ARMv8.2 debug versions.
4542 * nat/aarch64-linux-hw-point.h
4543 (AARCH64_DEBUG_ARCH_V8_1): New define.
4544 (AARCH64_DEBUG_ARCH_V8_2): New define.
4545
4546 2016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
4547
4548 PR gdb/14529
4549 * windows-nat.c (signal_event_command): New command 'signal-event'
4550 for W32 JIT debug support.
4551 * NEWS: Add an entry about the new 'signal-event' command.
4552
4553 2016-07-22 Tom Tromey <tom@tromey.com>
4554
4555 PR rust/20162:
4556 * dwarf2read.c (scan_partial_symbols) <DW_TAG_structure_type>:
4557 Call scan_partial_symbols for children when reading a Rust CU.
4558 (dwarf2_physname): Ignore invalid DW_AT_linkage_name generated by
4559 rustc.
4560 (process_structure_scope) <DW_TAG_subprogram>: Call
4561 read_func_scope for Rust.
4562
4563 2016-07-22 Yao Qi <yao.qi@linaro.org>
4564
4565 * ctf.c (ctf_traceframe_info): Call bt_ctf_get_uint64 rather than
4566 bt_ctf_get_int64.
4567
4568 2016-07-21 Tom Tromey <tom@tromey.com>
4569
4570 * rust-lang.c (rust_tuple_struct_type_p): Return false for empty
4571 structs.
4572 * rust-exp.y (struct_expr_list): Allow empty elements.
4573
4574 2016-07-21 Tom Tromey <tom@tromey.com>
4575
4576 * configure: Rebuild.
4577 * warning.m4 (AM_GDB_WARNINGS) <build_warnings>: Add
4578 -Wunused-but-set-parameter, -Wunused-but-set-variable.
4579
4580 2016-07-21 Pedro Alves <palves@redhat.com>
4581
4582 * go32-nat.c (go32_create_inferior): Add cast.
4583 * ser-go32.c (dos_noop): Delete.
4584 (dos_flush_output, dos_setparity, dos_drain_output): New
4585 functions.
4586 (dos_write): Add cast.
4587 (dos_ops): Use dos_flush_output, dos_setparity and
4588 dos_drain_output.
4589 * top.c (do_chdir_cleanup): Add cast.
4590
4591 2016-07-21 Pedro Alves <palves@redhat.com>
4592
4593 * windows-nat.c (handle_exception): Remove "th".
4594
4595 2016-07-21 Pedro Alves <palves@redhat.com>
4596
4597 * varobj.c (varobj_value_get_print_value): Move "gdbarch" to block
4598 scope that uses it.
4599
4600 2016-07-20 John Baldwin <jhb@FreeBSD.org>
4601
4602 * fbsd-nat.c (fbsd_enable_proc_events): Enable "PTRACE_VFORK"
4603 events.
4604 (fbsd_pending_vfork_done): Only define if "PTRACE_VFORK" is not
4605 defined.
4606 (fbsd_add_vfork_done): Likewise.
4607 (fbsd_is_vfork_done_pending): Likewise.
4608 (fbsd_next_vfork_done): Likewise.
4609 (fbsd_resume): Only ignore pending vfork done events if
4610 "PTRACE_VFORK" is not defined.
4611 (fbsd_wait): Only look for pending vfork done events if
4612 "PTRACE_VFORK" is not defined.
4613 [PTRACE_VFORK]: Handle "PL_FLAG_VFORKED" and "PL_FLAG_VFORK_DONE"
4614 events.
4615 (fbsd_follow_fork): Only fake a vfork done event if "PTRACE_VFORK"
4616 is not defined.
4617
4618 2016-07-20 John Baldwin <jhb@FreeBSD.org>
4619
4620 * fbsd-nat.c (fbsd_wait): Use "fbsd_enable_proc_events" on
4621 new child processes.
4622
4623 2016-07-20 John Baldwin <jhb@FreeBSD.org>
4624
4625 * fbsd-nat.c (fbsd_enable_lwp_events): Remove function.
4626 (fbsd_enable_proc_events): New function.
4627 (fbsd_enable_follow_fork): Remove function.
4628 (fbsd_post_startup_inferior): Use "fbsd_enable_proc_events".
4629 (fbsd_post_attach): Likewise.
4630
4631 2016-07-15 John Baldwin <jhb@FreeBSD.org>
4632
4633 * common/signals.c (gdb_signal_from_host): Handle SIGLIBRT.
4634 (do_gdb_signal_to_host): Likewise.
4635 * infrun.c (_initialize_infrun): Pass GDB_SIGNAL_LIBRT through to
4636 programs.
4637 * proc-events.c (signal_table): Add entry for SIGLIBRT.
4638
4639 2016-07-14 Tom Tromey <tom@tromey.com>
4640
4641 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Add missing
4642 newline.
4643
4644 2016-07-14 Tom Tromey <tom@tromey.com>
4645
4646 * mips-tdep.c (micromips_scan_prologue): Remove "frame_addr".
4647 (mips_o32_push_dummy_call): Remove "stack_used_p".
4648 * aarch64-tdep.c (aarch64_record_data_proc_imm): Remove
4649 "insn_bit28".
4650 * rust-lang.c (rust_print_type): Remove "len".
4651 * rust-exp.y (super_name): Remove "current_len".
4652 * python/py-framefilter.c (py_print_type): Remove "type".
4653 * mdebugread.c (parse_partial_symbols): Remove
4654 "past_first_source_file".
4655 <N_SO>: Remove "valu", "first_so_symnum", "prev_textlow_not_set".
4656 * m2-valprint.c (m2_print_unbounded_array): Remove
4657 "content_type".
4658 (m2_val_print): Remove "i".
4659 * linespec.c (unexpected_linespec_error): Remove "cleanup".
4660 * f-valprint.c (f_val_print): Remove "i".
4661 * elfread.c (elf_symtab_read): Remove "offset".
4662 * dwarf2-frame.c (dwarf2_fetch_cfa_info): Remove "addr_size".
4663 * jit.c (jit_dealloc_cache): Remove "i" and "frame_arch".
4664
4665 2016-07-14 Tom Tromey <tom@tromey.com>
4666
4667 * arch-utils.c (default_skip_permanent_breakpoint): Remove
4668 "bp_insn".
4669 * disasm.c (do_assembly_only): Remove "num_displayed".
4670 * dwarf2read.c (read_abbrev_offset): Remove "length".
4671 (dwarf_decode_macro_bytes) <DW_MACINFO_vendor_ext>: Remove
4672 "constant".
4673 * m32c-tdep.c (make_regs): Remove "r2hl", "r3hl", and "intbhl".
4674 * microblaze-tdep.c (microblaze_frame_cache): Remove "func".
4675 * tracefile.c (trace_save): Remove "status".
4676
4677 2016-07-14 Tom Tromey <tom@tromey.com>
4678
4679 * symfile.c (simple_overlay_update_1): Remove initialization
4680 of "size", and commented-out code.
4681 (simple_overlay_update): Likewise.
4682
4683 2016-07-14 Tom Tromey <tom@tromey.com>
4684
4685 * tui/tui-winsource.c (tui_show_source_line): Use getcurx.
4686 * tui/tui-io.c (tui_puts): Use getcurx.
4687 (tui_redisplay_readline): Likewise.
4688
4689 2016-07-14 Tom Tromey <tom@tromey.com>
4690
4691 * inflow.c (child_terminal_ours_1): Use ATTRIBUTE_UNUSED.
4692
4693 2016-07-14 Tom Tromey <tom@tromey.com>
4694
4695 * corefile.c (reopen_exec_file): Only examine st.st_mtime if stat
4696 succeeded.
4697
4698 2016-07-13 Tom Tromey <tom@tromey.com>
4699
4700 PR python/15620, PR python/18620:
4701 * python/py-evts.c (gdbpy_initialize_py_events): Call
4702 add_new_registry for new events.
4703 * python/py-events.h (events_object) <breakpoint_created,
4704 breakpoint_deleted, breakpoint_modified>: New fields.
4705 * python/py-breakpoint.c (gdbpy_breakpoint_created): Emit the
4706 breakpoint changed event.
4707 (gdbpy_breakpoint_deleted): Emit the breakpoint deleted event.
4708 (gdbpy_breakpoint_modified): New function.
4709 (gdbpy_initialize_breakpoints): Attach to the breakpoint modified
4710 observer.
4711
4712 2016-07-13 Tom Tromey <tom@tromey.com>
4713
4714 PR python/17698:
4715 * NEWS: Update.
4716 * python/py-breakpoint.c (bppy_get_pending): New function.
4717 (breakpoint_object_getset): Add entry for "pending".
4718 * breakpoint.h (pending_breakpoint_p): Declare.
4719 * breakpoint.c (pending_breakpoint_p): New function.
4720
4721 2016-07-13 Tom Tromey <tom@tromey.com>
4722
4723 * python/py-breakpoint.c (bppy_get_visibility)
4724 (gdbpy_breakpoint_created): Use user_breakpoint_p.
4725
4726 2016-07-13 Tom Tromey <tom@tromey.com>
4727
4728 PR cli/18053:
4729 * jit.c (jit_reader_load_command): Use tilde_expand.
4730 (_initialize_jit): Fix help for jit-reader-unload. Set completer
4731 for new commands.
4732
4733 2016-07-12 Tom Tromey <tom@tromey.com>
4734
4735 PR python/19293:
4736 * python/lib/gdb/command/unwinders.py (do_enable_unwinder): Call
4737 gdb.invalidate_cached_frames.
4738 * python/lib/gdb/unwinder.py (register_unwinder): Call
4739 gdb.invalidate_cached_frames.
4740 * python/python.c (gdbpy_invalidate_cached_frames): New function.
4741 (python_GdbMethods): Add entry for invalidate_cached_frames.
4742
4743 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4744
4745 * cp-namespace.c (cp_lookup_bare_symbol): Initialize
4746 lang_this.symbol.
4747
4748 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4749
4750 * cp-namespace.c (cp_lookup_bare_symbol): Use language passed as
4751 parameter to look for the symbol "this".
4752
4753
4754 2016-07-06 John Baldwin <jhb@FreeBSD.org>
4755
4756 * h8300-tdep.c (h8300_print_register): Remove extraneous parentheses.
4757
4758 2016-07-06 John Baldwin <jhb@FreeBSD.org>
4759
4760 * ada-lang.c (ada_unpack_from_contents): Use unsigned constants with
4761 left shifts.
4762
4763 2016-07-06 John Baldwin <jhb@FreeBSD.org>
4764
4765 * sh64-tdep.c (sh64_analyze_prologue): Set "uses_fp" when setting
4766 the MEDIA_FP_REGNUM register.
4767
4768 2016-07-06 John Baldwin <jhb@FreeBSD.org>
4769
4770 * score-tdep.c (score7_malloc_and_get_memblock): Remove check for
4771 negative size.
4772
4773 2016-07-06 John Baldwin <jhb@FreeBSD.org>
4774
4775 * fbsd-nat.c (fbsd_is_vfork_done_pending): Fix return type.
4776
4777 2016-07-06 Yao Qi <yao.qi@linaro.org>
4778
4779 * arm-tdep.c (arm_vfp_cprc_sub_candidate): Don't call
4780 arm_vfp_cprc_sub_candidate for static field.
4781
4782 2016-07-06 Manish Goregaokar <manish@mozilla.com>
4783
4784 * rust-lang.c (rust_subscript): Allow subscripting pointers.
4785
4786 2016-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4787
4788 * configure: Regenerate.
4789 * configure.ac (HAVE_LIBBABELTRACE): Fix pos variable dereference.
4790
4791 2016-07-01 Don Breazeal <donb@codesourcery.com>
4792
4793 * remote.c (remote_get_memory_xfer_limit): New function.
4794 * target-delegates.c: Regenerate.
4795 * target.c (memory_xfer_partial): Call
4796 target_ops.to_get_memory_xfer_limit.
4797 * target.h (struct target_ops) <to_get_memory_xfer_limit>: New
4798 member.
4799
4800 2016-07-01 John Baldwin <jhb@FreeBSD.org>
4801
4802 * fbsd-nat.c (struct fbsd_fork_child_info): Rename to ...
4803 (struct fbsd_fork_info): ... this.
4804 (struct fbsd_fork_info) <child>: Rename to ...
4805 (struct fbsd_fork_info) <ptid>: ... this.
4806 (fbsd_pending_children): Update type.
4807 (fbsd_remember_child): Update type and field name.
4808 (fbsd_is_child_pending): Likewise.
4809 (fbsd_pending_vfork_done): New variable.
4810 (fbsd_is_vfork_done_pending): New function.
4811 (fbsd_next_vfork_done): New function.
4812 (fbsd_resume): Don't resume processes with a pending vfork done
4813 event.
4814 (fbsd_wait): Report pending vfork done events.
4815 (fbsd_follow_fork): Delay and record a pending vfork done event
4816 for a vfork parent when detaching the child.
4817
4818 2016-07-01 John Baldwin <jhb@FreeBSD.org>
4819
4820 * fbsd-nat.c (super_resume): Move earlier next to "super_wait".
4821 (resume_one_thread_cb): Move below fork following helper code.
4822 (resume_all_threads_cb): Likewise.
4823 (fbsd_resume): Likewise.
4824
4825 2016-07-01 John Baldwin <jhb@FreeBSD.org>
4826
4827 * fbsd-nat.c (fbsd_follow_fork): Only detach child if
4828 "detach_fork" is true.
4829
4830 2016-07-01 John Baldwin <jhb@FreeBSD.org>
4831
4832 * x86bsd-nat.c: Include 'gdbthread.h'.
4833 (x86bsd_dr_set): Set debug registers on all threads belonging to
4834 the current inferior.
4835
4836 2016-07-01 John Baldwin <jhb@FreeBSD.org>
4837
4838 * Makefile.in [HFILES_NO_SRCDIR]: Replace 'amd64bsd-nat.h' with
4839 'x86bsd-nat.h'.
4840 * amd64bsd-nat.c: Include 'x86bsd-nat.h' instead of
4841 'amd64bsd-nat.h'.
4842 (amd64bsd_xsave_len): Rename and move to x86bsd-nat.c.
4843 (amd64bsd_fetch_inferior_registers): Replace 'amd64bsd_xsave_len'
4844 with 'x86bsd_xsave_len'.
4845 (amd64bsd_store_inferior_registers): Likewise.
4846 (amd64bsd_target): Inherit from x86bsd_target.
4847 (amd64bsd_dr_get): Rename and move to x86bsd-nat.c.
4848 (amd64bsd_dr_set): Likewise.
4849 (amd64bsd_dr_set_control): Likewise.
4850 (amd64bsd_dr_set_addr): Likewise.
4851 (amd64bsd_dr_get_addr): Likewise.
4852 (amd64bsd_dr_get_status): Likewise.
4853 (amd64bsd_dr_get_control): Likewise.
4854 * amd64fbsd-nat.c: Include 'x86bsd-nat.h' instead of
4855 'amd64bsd-nat.h'.
4856 (super_mourn_inferior): Move to x86bsd-nat.c.
4857 (amd64fbsd_mourn_inferior): Rename and move to x86bsd-nat.c.
4858 (amd64fbsd_read_description): Replace 'amd64bsd_xsave_len' with
4859 'x86bsd_xsave_len'.
4860 (_initialize_amd64fbsd_nat): Remove x86 watchpoint setup and
4861 mourn_inferior' target op.
4862 * config/i386/fbsd.mh (NATDEPFILES): Add x86bsd-nat.o.
4863 * config/i386/fbsd64.mh: Likewise.
4864 * config/i386/nbsd64.mh: Likewise.
4865 * config/i386/nbsdelf.mh: Likewise.
4866 * config/i386/obsd.mh: Likewise.
4867 * config/i386/obsd64.mh: Likewise.
4868 * i386bsd-nat.c: Include 'x86bsd-nat.h'.
4869 (i386bsd_xsave_len): Rename and move to x86bsd-nat.c.
4870 (i386bsd_fetch_inferior_registers): Replace 'i386bsd_xsave_len'
4871 with 'x86bsd_xsave_len'.
4872 (i386bsd_store_inferior_registers): Likewise.
4873 (i386bsd_target): Inherit from x86bsd_target.
4874 (i386bsd_dr_get): Rename and move to x86bsd-nat.c.
4875 (i386bsd_dr_set): Likewise.
4876 (i386bsd_dr_set_control): Likewise.
4877 (i386bsd_dr_set_addr): Likewise.
4878 (i386bsd_dr_get_addr): Likewise.
4879 (i386bsd_dr_get_status): Likewise.
4880 (i386bsd_dr_get_control): Likewise.
4881 * i386bsd-nat.h (i386bsd_xsave_len): Remove.
4882 (i386bsd_dr_set_control): Remove.
4883 (i386bsd_dr_set_addr): Remove.
4884 (i386bsd_dr_get_addr): Remove.
4885 (i386bsd_dr_get_status): Remove.
4886 (i386bsd_dr_get_control): Remove.
4887 * i386fbsd-nat.c: Include 'x86bsd-nat.h'.
4888 (i386fbsd_read_description): Replace 'i386bsd_xsave_len' with
4889 'x86bsd_xsave_len'.
4890 (_initialize_i386fbsd_nat): Remove x86 watchpoint setup and
4891 mourn_inferior' target op.
4892 * x86bsd-nat.c: New file.
4893 * x86bsd-nat.h: New file.
4894
4895 2016-07-01 Pedro Alves <palves@redhat.com>
4896 Tom Tromey <tom@tromey.com>
4897
4898 * jit.c (jit_reader_load_command): Call reinit_frame_cache and
4899 jit_inferior_created_hook.
4900 (jit_reader_unload_command): Call reinit_frame_cache and
4901 jit_inferior_exit_hook.
4902 * jit.c (struct jit_unwind_private) <registers>: Delete field.
4903 <regcache>: New field.
4904 (jit_unwind_reg_set_impl): Set the register's value in the
4905 regcache. Free the passed-in gdb_reg_value.
4906 (jit_dealloc_cache): Adjust to free the regcache.
4907 (jit_frame_sniffer): Allocate a regcache instead of an array of
4908 gdb_reg_value pointers.
4909 (jit_frame_this_id): Adjust.
4910 (jit_frame_prev_register): Read raw registers off of the regcache
4911 instead of from the gdb_reg_value pointer array. Use
4912 gdbarch_pseudo_register_read_value to read pseudo registers.
4913 * regcache.c (regcache_raw_set_cached_value): New function,
4914 factored out from ...
4915 (regcache_raw_write): ... here.
4916 * regcache.h (regcache_raw_set_cached_value): Declare.
4917
4918 2016-07-01 Pedro Alves <palves@redhat.com>
4919 Antoine Tremblay <antoine.tremblay@ericsson.com>
4920
4921 * inf-ptrace.c (inf_ptrace_detach_success): New function, factored
4922 out from ...
4923 (inf_ptrace_detach): ... here.
4924 * inf-ptrace.h (inf_ptrace_detach_success): New declaration.
4925 * linux-nat.c (get_pending_status): Rename to ...
4926 (get_detach_signal): ... this, and return a host signal instead of
4927 filling in a wait status.
4928 (detach_one_lwp): New function, factored out from detach_callback
4929 and adjusted to handle detaching from a zombie thread.
4930 (detach_callback): Skip the leader thread.
4931 (linux_nat_detach): No longer defer to inf_ptrace_detach to detach
4932 the leader thread, nor build a signal string to pass down.
4933 Instead, use target_announce_detach, detach_one_lwp and
4934 inf_ptrace_detach_success.
4935
4936 2016-07-01 Pedro Alves <palves@redhat.com>
4937
4938 * breakpoint.c (breakpoint_init_inferior): Discard watchpoint
4939 locations.
4940 * infcmd.c (detach_command): Call breakpoint_init_inferior.
4941
4942 2016-07-01 Pedro Alves <palves@redhat.com>
4943
4944 * darwin-nat.c (darwin_detach): Use target_announce_detach.
4945 * inf-ptrace.c (inf_ptrace_detach): Likewise.
4946 * nto-procfs.c (procfs_detach): Likewise.
4947 * remote.c (remote_detach_1): Likewise.
4948 * target.c (target_announce_detach): New function.
4949 * target.h (target_announce_detach): New declaration.
4950
4951 2016-06-29 Tom Tromey <tom@tromey.com>
4952
4953 PR python/20129:
4954 * python/lib/gdb/command/frame_filters.py (_do_enable_frame_filter)
4955 (SetFrameFilterPriority._set_filter_priority): Use "frame_filter",
4956 not "name".
4957
4958 2016-06-29 Tom Tromey <tom@tromey.com>
4959
4960 PR gdb/17210:
4961 * target.c (free_memory_read_result_vector): Take a pointer to the
4962 VEC as an argument.
4963 (read_memory_robust): Install a cleanup for "result".
4964 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update.
4965
4966 2016-06-29 Manish Goregaokar <manish@mozilla.com>
4967
4968 * rust-lang.c (rust_get_disr_info): Initialize saveptr to NULL.
4969
4970 2016-06-29 Manish Goregaokar <manish@mozilla.com>
4971
4972 * rust-lang.c (rust_get_disr_info): Use strtok_r instead of strsep.
4973
4974 2016-06-28 Yao Qi <yao.qi@linaro.org>
4975
4976 * aarch64-tdep.c (aarch64_displaced_step_b): Use int64_t for
4977 variable new_offset.
4978
4979 2016-06-27 Manish Goregaokar <manish@mozilla.com>
4980
4981 * rust-lang.c (rust_print_type, rust_decorations): Print unit
4982 types as "()".
4983 (rust_print_type): Omit return type for functions returning unit.
4984
4985 2016-06-25 Pierre-Marie de Rodat <derodat@adacore.com>
4986
4987 * python/py-breakpoint.c (bppy_init): Clear bppy_pending_object
4988 when there is an error during the breakpoint creation.
4989
4990 2016-06-25 Tom Tromey <tom@tromey.com>
4991
4992 * rust-lang.c (rust_get_disr_info, rust_print_type): Fix
4993 formatting.
4994
4995 2016-06-25 Manish Goregaokar <manish@mozilla.com>
4996
4997 PR gdb/20239
4998 * rust-lang.c (rust_get_disr_info): Correctly interpret
4999 NonZero-optimized enums of arbitrary depth.
5000 (rust_print_type): Correctly print NonZero-optimized
5001 enums.
5002
5003 2016-06-24 David Taylor <dtaylor@emc.com>
5004
5005 PR gdb/17520 Structure offset wrong when 1/4 GB or greater.
5006 * c-lang.h: Change all parameters, variables, and struct or union
5007 members used as struct or union fie3ld offsets from int to
5008 LONGEST.
5009 * c-valprint.c: Likewise.
5010 * cp-abi.c: Likewise.
5011 * cp-abi.h: Likewise.
5012 * cp-valprint.c: Likewise.
5013 * d-valprint.c: Likewise.
5014 * dwarf2loc.c: Likewise.
5015 * eval.c: Likewise.
5016 * extension-priv.h: Likewise.
5017 * extension.c: Likewise.
5018 * extension.h: Likewise.
5019 * findvar.c: Likewise.
5020 * gdbtypes.h: Likewise.
5021 * gnu-v2-abi.c: Likewise.
5022 * gnu-v3-abi.c: Likewise.
5023 * go-valprint.c: Likewise.
5024 * guile/guile-internal.h: Likewise.
5025 * guile/scm-pretty-print.c: Likewise.
5026 * jv-valprint.c Likewise.
5027 * opencl-lang.c: Likewise.
5028 * p-lang.h: Likewise.
5029 * python/py-prettyprint.c: Likewise.
5030 * python/python-internal.h: Likewise.
5031 * spu-tdep.c: Likewise.
5032 * typeprint.c: Likewise.
5033 * valarith.c: Likewise.
5034 * valops.c: Likewise.
5035 * valprint.c: Likewise.
5036 * valprint.h: Likewise.
5037 * value.c: Likewise.
5038 * value.h: Likewise.
5039 * p-valprint.c: Likewise.
5040 * c-typeprint.c (c_type_print_base): When printing offset, use
5041 plongest, not %d.
5042 * gdbtypes.c (recursive_dump_type): Ditto.
5043
5044 2016-06-24 David Taylor <david.taylor@emc.com>
5045
5046 * MAINTAINERS (Write After Approval): Add David Taylor.
5047
5048 2016-06-24 John Baldwin <jhb@FreeBSD.org>
5049
5050 * configure.ac: Check for support for system call LWP fields on
5051 FreeBSD.
5052 * config.in, configure: Rebuild.
5053 * data-directory/Makefile.in (SYSCALLS_FILES): Add freebsd.xml.
5054 * fbsd-nat.c (fbsd_wait) [HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE]:
5055 Report system call events.
5056 [HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE]
5057 (fbsd_set_syscall_catchpoint): New function.
5058 (fbsd_nat_add_target) [HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE]:
5059 Set "to_set_syscall_catchpoint" to "fbsd_set_syscall_catchpoint".
5060 * fbsd-tdep.c: Include xml-syscall.h
5061 (fbsd_get_syscall_number): New function.
5062 (fbsd_init_abi): Set XML system call file name.
5063 Add "get_syscall_number" gdbarch method.
5064 * syscalls/freebsd.xml: New file.
5065
5066 2016-06-24 John Baldwin <jhb@FreeBSD.org>
5067
5068 * fbsd-tdep.c: Include "auxv.h".
5069 (fbsd_print_auxv_entry): New function.
5070 (fbsd_init_abi): Install gdbarch "print_auxv_entry" method.
5071
5072 2016-06-24 John Baldwin <jhb@FreeBSD.org>
5073
5074 * auxv.c (fprint_auxv_entry): New function.
5075 (default_print_auxv_entry): New function.
5076 (fprint_target_auxv): Use gdbarch_print_auxv_entry.
5077 * auxv.h (enum auxv_format): New enum.
5078 (fprint_auxv_entry): Declare.
5079 (default_print_auxv_entry): Declare.
5080 * gdbarch.sh (print_auxv_entry): New.
5081 * gdbarch.c, gdbarch.h: Re-generated.
5082
5083 2016-06-24 John Baldwin <jhb@FreeBSD.org>
5084
5085 * fbsd-nat.c [KERN_PROC_AUXV] New variable super_xfer_partial.
5086 (fbsd_xfer_partial): New function.
5087 (fbsd_nat_add_target) [KERN_PROC_AUXV] Set "to_xfer_partial" to
5088 "fbsd_xfer_partial".
5089
5090 2016-06-23 Tom Tromey <tom@tromey.com>
5091
5092 * symtab.c (symbol_find_demangled_name): Loop over languages and
5093 use language_sniff_from_mangled_name.
5094 * rust-lang.c (rust_sniff_from_mangled_name): New function.
5095 (rust_language_defn): Update.
5096 * p-lang.c (pascal_language_defn): Update.
5097 * opencl-lang.c (opencl_language_defn): Update.
5098 * objc-lang.c (objc_sniff_from_mangled_name): New function.
5099 (objc_language_defn): Update.
5100 * m2-lang.c (m2_language_defn): Update.
5101 * language.h (struct language_defn) <la_sniff_from_mangled_name>: New
5102 field.
5103 (language_sniff_from_mangled_name): Declare.
5104 * language.c (language_sniff_from_mangled_name): New function.
5105 (unknown_language_defn, auto_language_defn, local_language_defn):
5106 Update.
5107 * jv-lang.c (java_sniff_from_mangled_name): New function.
5108 (java_language_defn): Use it.
5109 * go-lang.c (go_sniff_from_mangled_name): New function.
5110 (go_language_defn): Use it.
5111 * f-lang.c (f_language_defn): Update.
5112 * defs.h (enum language): Reorder.
5113 * d-lang.c (d_sniff_from_mangled_name): New function.
5114 (d_language_defn): Use it.
5115 * cp-support.h (gdb_sniff_from_mangled_name): Declare.
5116 * cp-support.c (gdb_sniff_from_mangled_name): New function.
5117 * c-lang.c (c_language_defn, cplus_language_defn)
5118 (asm_language_defn, minimal_language_defn): Update.
5119 * ada-lang.c (ada_sniff_from_mangled_name): New function.
5120 (ada_language_defn): Use it.
5121
5122 2016-06-23 Tom Tromey <tom@tromey.com>
5123
5124 * ada-lang.c (ada_extensions): New array.
5125 (ada_language_defn): Use it.
5126 * c-lang.c (c_extensions): New array.
5127 (c_language_defn): Use it.
5128 (cplus_extensions): New array.
5129 (cplus_language_defn): Use it.
5130 (asm_extensions): New array.
5131 (asm_language_defn): Use it.
5132 (minimal_language_defn): Update.
5133 * d-lang.c (d_extensions): New array.
5134 (d_language_defn): Use it.
5135 * f-lang.c (f_extensions): New array.
5136 (f_language_defn): Use it.
5137 * go-lang.c (go_language_defn): Update.
5138 * jv-lang.c (java_extensions): New array.
5139 (java_language_defn): Use it.
5140 * language.c (add_language): Call add_filename_language.
5141 (unknown_language_defn, auto_language_defn, local_language_defn):
5142 Update.
5143 * language.h (struct language_defn) <la_filename_extensions>: New
5144 field.
5145 * m2-lang.c (m2_language_defn): Update.
5146 * objc-lang.c (objc_extensions): New array.
5147 (objc_language_defn): Use it.
5148 * opencl-lang.c (opencl_language_defn): Update.
5149 * p-lang.c (p_extensions): New array.
5150 (pascal_language_defn): Use it.
5151 * rust-lang.c (rust_extensions): New array.
5152 (rust_language_defn): Use it.
5153 * symfile.c (add_filename_language): No longer static. Make "ext"
5154 const.
5155 (init_filename_language_table): Remove.
5156 (_initialize_symfile): Update.
5157 * symfile.h (add_filename_language): Declare.
5158
5159 2016-06-23 Tom Tromey <tom@tromey.com>
5160
5161 * symfile.c (filename_language_table): Now a VEC.
5162 (fl_table_size, fl_table_next): Remove.
5163 (add_filename_language): Use VEC_safe_push.
5164 (set_ext_lang_command, info_ext_lang_command)
5165 (deduce_language_from_filename): Use VEC_iterate.
5166 (init_filename_language_table): Use VEC_empty.
5167
5168 2016-06-23 Tom Tromey <tom@tromey.com>
5169
5170 * python/python.c (gdbpy_parameter): Now static.
5171 * python/python-internal.h (gdbpy_parameter): Don't declare.
5172
5173 2016-06-23 Tom Tromey <tom@tromey.com>
5174
5175 PR gdb/16483:
5176 * python/lib/gdb/command/frame_filters.py
5177 (InfoFrameFilter.list_frame_filters): Rename to print_list. Print
5178 nothing if no filters found. Return value indicating whether
5179 filters were printed.
5180 (InfoFrameFilter.print_list): Remove.
5181 (InfoFrameFilter.invoke): Print message if no frame filters
5182 found.
5183
5184 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
5185
5186 * f-valprint.c (f_val_print): Add field names for printing
5187 derived types fields.
5188
5189 2016-06-21 Andreas Arnez <arnez@linux.vnet.ibm.com>
5190
5191 * s390-linux-tdep.c (s390_iterate_over_regset_sections): Fix typo
5192 in name of last-break regset.
5193
5194 2016-06-21 Pedro Alves <palves@redhat.com>
5195
5196 * fork-child.c (fork_inferior): Switch the child to the main UI
5197 right after vfork. Save/restore the current UI in the parent.
5198 Flush outputs of the main UI instead of the current UI.
5199
5200 2016-06-21 Pedro Alves <palves@redhat.com>
5201
5202 * breakpoint.c (watchpoint_check): Send watchpoint-deleted output
5203 to all UIs.
5204
5205 2016-06-21 Pedro Alves <palves@redhat.com>
5206
5207 * NEWS: Mention support for running interpreters on separate
5208 UIs and the new new-ui command.
5209
5210 2016-06-21 Pedro Alves <palves@redhat.com>
5211
5212 * interps.c (set_top_level_interpreter): New function, factored
5213 out from captured_main.
5214 (interpreter_completer): Make extern.
5215 * interps.h (set_top_level_interpreter, interpreter_completer):
5216 New declarations.
5217 (captured_main): Use set_top_level_interpreter.
5218 * top.c [!O_NOCTTY] (O_NOCTTY): Define as 0.
5219 (open_terminal_stream, new_ui_command): New functions.
5220 (init_main): Install the "new-ui" command.
5221
5222 2016-06-21 Pedro Alves <palves@redhat.com>
5223
5224 * cli/cli-script.c (read_next_line): Adjust to per-UI stdin.
5225 (read_command_lines): Use input_interactive_p instead of
5226 input_from_terminal_p.
5227 * defs.h (struct ui): Forward declare.
5228 (input_from_terminal_p): Rename to ...
5229 (input_interactive_p): ... this.
5230 * event-top.c (stdin_event_handler): Pass 0 as from_tty argument
5231 to quit_command.
5232 (command_handler): Adjust to per-UI stdin.
5233 (handle_line_of_input): Adjust to per-UI stdin and use
5234 input_interactive_p instead of ISATTY and input_from_terminal_p.
5235 (gdb_readline_no_editing_callback): Adjust to per-UI stdin.
5236 (command_line_handler): Always pass true as "from_tty" parameter
5237 of handle_line_of_input and execute_command.
5238 (async_sigterm_handler): Pass 0 as from_tty argument to
5239 quit_command.
5240 * inflow.c (interactive_mode, show_interactive_mode): Moved to ...
5241 (gdb_has_a_terminal): Don't check interactive_mode here.
5242 (_initialize_inflow): Don't install "set interactive-mode" here.
5243 * main.c (captured_command_loop): Adjust to per-UI stdin.
5244 * mi/mi-interp.c (mi_execute_command_wrapper): Adjust to per-UI
5245 stdin.
5246 * top.c (new_ui): Save the stdin stream and whether it's a tty.
5247 (dont_repeat): Adjust to per-UI stdin.
5248 (command_line_input): Adjust to per-UI stdin and to use
5249 input_interactive_p.
5250 (quit_force): Write history if any UI supports interactive input.
5251 (interactive_mode, show_interactive_mode): Move here, from
5252 inflow.c.
5253 (input_from_terminal_p): Rename to ...
5254 (input_interactive_p): ... this, and check the "interactive_mode"
5255 global instead of calling gdb_has_a_terminal.
5256 (_initialize_top): Install "set interactive-mode" here.
5257 * top.h (struct ui) <stdin_stream, input_interactive_p>: New
5258 fields.
5259 * utils.c (quit): Pass 0 as from_tty argument to quit_force.
5260 (defaulted_query): Adjust to per-UI stdin and to use
5261 input_interactive_p.
5262
5263 2016-06-21 Pedro Alves <palves@redhat.com>
5264
5265 * event-top.c (stdin_event_handler): Don't quit gdb if it was a
5266 secondary UI's input stream that closed. Instead, just delete the
5267 UI.
5268
5269 2016-06-21 Pedro Alves <palves@redhat.com>
5270
5271 * event-top.c (main_ui_): Delete.
5272 (main_ui, current_ui, ui_list): No longer initialize here.
5273 * main.c (captured_main): UI initialization code factored out to
5274 new new_ui function.
5275 (gdb_main): Wrap captured_main with TRY/CATCH instead of
5276 catch_errors.
5277 * top.c (highest_ui_num): New global.
5278 (new_ui): New function.
5279 * top.h (struct ui) <num>: New field.
5280 (new_ui): New declaration.
5281
5282 2016-06-21 Pedro Alves <palves@redhat.com>
5283
5284 * cli/cli-interp.c (cli_on_normal_stop): Bail out early if there's
5285 nothing to print. Use should_print_stop_to_console.
5286 * tui/tui-interp.c (tui_on_normal_stop): Likewise.
5287
5288 2016-06-21 Pedro Alves <palves@redhat.com>
5289
5290 * breakpoint.c (new_until_break_fsm): Add 'cmd_interp' parameter.
5291 (until_break_fsm_should_stop, until_break_fsm_clean_up): Add
5292 thread parameter.
5293 (until_break_command): Pass command interpreter to thread fsm
5294 ctor.
5295 * cli/cli-interp.c (should_print_stop_to_console): Adjust.
5296 * gdbthread.h (struct thread_control_state) <command_interp>:
5297 Delete field.
5298 * infcall.c (new_call_thread_fsm): Add 'cmd_interp' parameter.
5299 Pass it down.
5300 (call_thread_fsm_should_stop): Add thread parameter.
5301 (call_function_by_hand_dummy): Pass command interpreter to thread
5302 fsm ctor. Pass thread pointer to fsm clean up method.
5303 * infcmd.c: Include interps.h.
5304 (struct step_command_fsm) <thread>: Delete field.
5305 (new_step_command_fsm): Add 'cmd_interp' parameter. Pass it down.
5306 (step_command_fsm_prepare): Remove references to fsm's thread
5307 field.
5308 (step_1): Pass command interpreter to thread
5309 fsm ctor. Pass thread pointer to fsm clean up method.
5310 (step_command_fsm_should_stop, step_command_fsm_clean_up): Add
5311 thread parameter and use it.
5312 (new_until_next_fsm): Add 'cmd_interp' parameter. Pass it down.
5313 (until_next_fsm_should_stop, until_next_fsm_clean_up): Add thread
5314 parameter and use it.
5315 (until_next_command): Pass command interpreter to thread fsm ctor.
5316 (struct finish_command_fsm) <thread>: Delete field.
5317 (finish_command_fsm_ops): Add NULL slot for should_notify_stop.
5318 (new_finish_command_fsm): Add 'cmd_interp' parameter and pass it
5319 down. Remove thread parameter and adjust.
5320 (finish_command_fsm_should_stop, finish_command_fsm_clean_up): Add
5321 thread parameter and use it.
5322 (finish_command): Pass command interpreter to thread fsm ctor.
5323 Don't pass thread.
5324 * infrun.c (follow_fork): Move thread fsm to child fork instead of
5325 command interpreter, only.
5326 (clear_proceed_status_thread): Remove reference to command_interp.
5327 (proceed): Don't record the thread's command interpreter.
5328 (clean_up_just_stopped_threads_fsms): Pass thread to fsm clean_up
5329 method.
5330 (fetch_inferior_event): Pass thread to fsm should_stop method.
5331 * thread-fsm.c (thread_fsm_ctor): Add 'cmd_interp' parameter.
5332 Store it.
5333 (thread_fsm_clean_up, thread_fsm_should_stop): Add thread
5334 parameter and pass it down.
5335 * thread-fsm.h (struct thread_fsm) <command_interp>: New field.
5336 (struct thread_fsm_ops) <clean_up, should_stop>: Add thread
5337 parameter.
5338 (thread_fsm_ctor): Add 'cmd_interp' parameter.
5339 (thread_fsm_clean_up, thread_fsm_should_stop): Add thread
5340 parameter.
5341 * thread.c (thread_cancel_execution_command): Pass thread to
5342 thread fsm clean_up method.
5343
5344 2016-06-21 Pedro Alves <palves@redhat.com>
5345
5346 * cli/cli-interp.c: Include gdbthread.h and thread-fsm.h.
5347 (should_print_stop_to_console): New function, factored out from
5348 mi_on_normal_stop_1.
5349 * cli/cli-interp.h (should_print_stop_to_console): Declare.
5350 * mi/mi-interp.c (mi_on_normal_stop_1): Use
5351 should_print_stop_to_console. Pass it the current UI's console
5352 interpreter.
5353 * mi/mi-main.c (captured_mi_execute_command): Use the
5354 INTERP_CONSOLE symbol rather than explicit "console".
5355
5356 2016-06-21 Pedro Alves <palves@redhat.com>
5357
5358 * infcmd.c (prepare_execution_command): Use
5359 all_uis_on_sync_execution_starting.
5360 * infrun.c (all_uis_on_sync_execution_starting): New function.
5361 * infrun.h (all_uis_on_sync_execution_starting): Declare.
5362
5363 2016-06-21 Pedro Alves <palves@redhat.com>
5364
5365 * annotate.c: Include top.h.
5366 (async_background_execution_p): Delete.
5367 (print_value_flags): Check the UI's prompt state rather then
5368 async_background_execution_p.
5369 * event-loop.c (start_event_loop): Set the prompt state to
5370 PROMPT_NEEDED.
5371 * event-top.c (display_gdb_prompt, async_enable_stdin)
5372 (async_disable_stdin): Check the current UI's prompt state instead
5373 of the sync_execution global.
5374 (command_line_handler): Set the prompt state to PROMPT_NEEDED
5375 before running a command, and display the prompt if still needed
5376 afterwards.
5377 * infcall.c (struct call_thread_fsm) <waiting_ui>: New field.
5378 (new_call_thread_fsm): New parameter 'waiting_ui'. Store it.
5379 (call_thread_fsm_should_stop): Set the prompt state to
5380 PROMPT_NEEDED.
5381 (run_inferior_call): Adjust to temporarily set the prompt state to
5382 PROMPT_BLOCKED instead of using the sync_execution global.
5383 (call_function_by_hand_dummy): Pass the current UI to
5384 new_call_thread_fsm.
5385 * infcmd.c: Include top.h.
5386 (continue_1): Check the current UI's prompt state instead of the
5387 sync_execution global.
5388 (continue_command): Validate global execution state before calling
5389 prepare_execution_command.
5390 (step_1): Call all_uis_check_sync_execution_done.
5391 (attach_post_wait): Don't call async_enable_stdin here. Remove
5392 reference to sync_execution.
5393 * infrun.c (sync_execution): Delete global.
5394 (follow_fork_inferior)
5395 (reinstall_readline_callback_handler_cleanup): Check the current
5396 UI's prompt state instead of the sync_execution global.
5397 (check_curr_ui_sync_execution_done)
5398 (all_uis_check_sync_execution_done): New functions.
5399 (fetch_inferior_event): Call all_uis_check_sync_execution_done
5400 instead of trying to determine whether the global sync execution
5401 changed.
5402 (handle_no_resumed): Check the prompt state of all UIs.
5403 (normal_stop): Emit the no unwait-for even to all PROMPT_BLOCKED
5404 UIs. Emit the "Switching to" notification to all UIs. Enable
5405 stdin in all UIs.
5406 * infrun.h (sync_execution): Delete.
5407 (all_uis_check_sync_execution_done): Declare.
5408 * main.c (captured_command_loop): Don't call
5409 interp_pre_command_loop if the prompt is blocked.
5410 (catch_command_errors, catch_command_errors_const): Adjust.
5411 (captured_main): Set the initial prompt state to PROMPT_NEEDED.
5412 * mi/mi-interp.c (display_mi_prompt): Set the prompt state to
5413 PROMPTED.
5414 (mi_interpreter_resume): Don't clear sync_execution. Remove hack
5415 comment.
5416 (mi_execute_command_input_handler): Set the prompt state to
5417 PROMPT_NEEDED before executing the command, and only display the
5418 prompt if the prompt state is PROMPT_NEEDED afterwards.
5419 (mi_on_resume_1): Adjust to check the prompt state.
5420 * target.c (target_terminal_inferior): Adjust to check the prompt
5421 state.
5422 * top.c (wait_sync_command_done, maybe_wait_sync_command_done)
5423 (execute_command): Check the current UI's prompt state instead of
5424 sync_execution.
5425 * top.h (enum prompt_state): New.
5426 (struct ui) <prompt_state>: New field.
5427 (ALL_UIS): New macro.
5428
5429 2016-06-21 Pedro Alves <palves@redhat.com>
5430
5431 * top.c (gdb_secondary_prompt_depth): Delete.
5432 (gdb_in_secondary_prompt_p): Add ui parameter. Use it.
5433 (gdb_readline_wrapper_cleanup, gdb_readline_wrapper): Adjust to
5434 per-UI gdb_secondary_prompt_depth.
5435 * top.h (struct ui) <secondary_prompt_depth>: New field.
5436
5437 2016-06-21 Pedro Alves <palves@redhat.com>
5438
5439 * cli/cli-interp.c (cli_interpreter_pre_command_loop): New
5440 function.
5441 (cli_interp_procs): Install it instead of cli_command_loop.
5442 * cli/cli-interp.h (cli_interpreter_pre_command_loop): Declare.
5443 * event-top.c (cli_command_loop): Delete.
5444 * interps.c (interp_new): Remove reference to command_loop_proc.
5445 (current_interp_command_loop): Delete.
5446 (interp_pre_command_loop): New function.
5447 (interp_command_loop_ftype): Delete.
5448 * interps.h (interp_pre_command_loop_ftype): New typedef.
5449 (struct interp_procs) <command_loop_proc>: Delele field.
5450 <pre_command_loop_proc>: New field.
5451 (current_interp_command_loop): Delete declaration.
5452 (interp_pre_command_loop): New declaration.
5453 * main.c (captured_command_loop): Call interp_pre_command_loop
5454 instead of current_interp_command_loop and start an event loop.
5455 * mi/mi-interp.c (mi_command_loop): Delete.
5456 (mi_interpreter_pre_command_loop): New.
5457 (mi_interp_procs): Update.
5458 * tui/tui-interp.c (tui_interp_procs): Install
5459 cli_interpreter_pre_command_loop instead of cli_command_loop.
5460
5461 2016-06-21 Pedro Alves <palves@redhat.com>
5462
5463 * interps.c (current_interpreter): New function.
5464 * interps.h (current_interpreter): New declaration.
5465 * mi/mi-cmds.h (raw_stdout): Delete declaration.
5466 * mi/mi-common.h (struct mi_interp) <raw_stdout,
5467 saved_raw_stdout>: New field.
5468 * mi/mi-interp.c (display_mi_prompt): New parameter 'mi'. Adjust
5469 to per-UI raw_stdout.
5470 (mi_interpreter_init): Adjust to per-UI raw_stdout.
5471 (mi_on_sync_execution_done, mi_execute_command_input_handler)
5472 (mi_command_loop): Pass MI instance to display_mi_prompt.
5473 (mi_on_normal_stop_1, mi_output_running_pid, mi_on_resume_1)
5474 (mi_on_resume): Adjust to per-UI raw_stdout.
5475 (saved_raw_stdout): Delete.
5476 (mi_set_logging): Adjust to per-UI raw_stdout and
5477 saved_raw_stdout.
5478 * mi/mi-main.c (raw_stdout): Delete.
5479 (mi_cmd_gdb_exit, captured_mi_execute_command)
5480 (mi_print_exception, mi_load_progress): Adjust to per-UI
5481 raw_stdout.
5482 (print_diff_now, mi_print_timing_maybe): New ui_file parameter.
5483 Pass it along.
5484 (print_diff): New ui_file parameter. Send output there instead of
5485 raw_stdout.
5486 * mi/mi-main.h (struct ui_file): Forward declare.
5487 (mi_print_timing_maybe): Add ui_file parameter.
5488
5489 2016-06-21 Pedro Alves <palves@redhat.com>
5490
5491 * mi/mi-interp.c (display_mi_prompt): New function.
5492
5493 2016-06-21 Pedro Alves <palves@redhat.com>
5494
5495 * target.c (target_terminal_inferior): Bail out after
5496 unregistering input_fd if not on the main UI.
5497 (target_terminal_ours): Bail out after registering input_fd if not
5498 on the main UI.
5499 (target_terminal_ours_for_output): Bail out if not on the main UI.
5500
5501 2016-06-21 Pedro Alves <palves@redhat.com>
5502
5503 * event-top.c (restore_ui_cleanup): Make extern.
5504 * infrun.c (fetch_inferior_event): Always switch to the main UI.
5505 * top.h (restore_ui_cleanup): Declare.
5506
5507 2016-06-21 Pedro Alves <palves@redhat.com>
5508
5509 PR mi/20034
5510 * cli/cli-interp.c: Include cli-interp.h and event-top.h.
5511 (cli_interpreter_resume): Pass 1 to gdb_setup_readline. Set the
5512 UI's input_handler here.
5513 (cli_interpreter_supports_command_editing): New function.
5514 (cli_interp_procs): Install it.
5515 * cli/cli-interp.h: New file.
5516 * event-top.c (async_command_editing_p): Rename to ...
5517 (set_editing_cmd_var): ... this.
5518 (change_line_handler): Add parameter 'editing', and use it. Bail
5519 early if the interpreter doesn't support editing. Don't touch
5520 readline state if editing is off.
5521 (gdb_rl_callback_handler_remove, gdb_rl_callback_handler_install)
5522 (gdb_rl_callback_handler_reinstall): Assert the current UI is the
5523 main UI.
5524 (display_gdb_prompt): Don't call gdb_rl_callback_handler_remove if
5525 not using readline. Check whether the current UI is using command
5526 editing instead of checking the async_command_editing_p global.
5527 (set_async_editing_command): Delete.
5528 (gdb_setup_readline): Add 'editing' parameter. Only allow editing
5529 on the main UI. Don't touch readline state if editing is off.
5530 (gdb_disable_readline): Don't touch readline state if editing is
5531 off.
5532 * event-top.h (gdb_setup_readline): Add 'int' parameter.
5533 (set_async_editing_command): Delete declaration.
5534 (change_line_handler, command_line_handler): Declare.
5535 (async_command_editing_p): Rename to ...
5536 (set_editing_cmd_var): ... this.
5537 * infrun.c (reinstall_readline_callback_handler_cleanup): Check
5538 whether the current UI has editing enabled rather than checking
5539 the async_command_editing_p global.
5540 * interps.c (interp_supports_command_editing): New function.
5541 * interps.h (interp_supports_command_editing_ftype): New typedef.
5542 (struct interp_procs) <supports_command_editing_proc>: New field.
5543 (interp_supports_command_editing): Declare.
5544 * mi/mi-interp.c (mi_interpreter_resume): Pass 0 to
5545 gdb_setup_readline. Don't clear the async_command_editing_p
5546 global. Update comments.
5547 * top.c (gdb_readline_wrapper_line, gdb_readline_wrapper): Check
5548 whether the current UI has editing enabled rather than checking
5549 the async_command_editing_p global. Don't touch readline state if
5550 editing is off.
5551 (undo_terminal_modifications_before_exit): Switch to the main UI.
5552 Unconditionally call gdb_disable_readline.
5553 (set_editing): New function.
5554 (show_async_command_editing_p): Rename to ...
5555 (show_editing): ... this. Show the state of the current UI.
5556 (_initialize_top): Adjust.
5557 * top.h (struct ui) <command_editing>: New field.
5558 * tui/tui-interp.c: Include cli/cli-interp.h.
5559 (tui_resume): Pass 1 to gdb_setup_readline. Set the UI's
5560 input_handler.
5561 (tui_interp_procs): Install
5562 cli_interpreter_supports_command_editing.
5563 * tui/tui-io.c (tui_getc): Check whether the current UI has
5564 editing enabled rather than checking the async_command_editing_p
5565 global.
5566
5567 2016-06-21 Pedro Alves <palves@redhat.com>
5568
5569 * top.c: Call gen_ret_current_ui_field_ptr for current_uiout.
5570 * top.h (struct ui) <m_current_uiout>: New field.
5571 * ui-out.c (current_uiout): Delete.
5572 * ui-out.h (current_uiout): Delete.
5573 (current_ui_current_uiout_ptr): New declaration.
5574 (current_uiout): Reimplement as wrapper around
5575 current_ui_current_uiout_ptr.
5576
5577 2016-06-21 Pedro Alves <palves@redhat.com>
5578
5579 * ui-out.c (default_ui_out_impl): Delete.
5580 (def_uiout): Delete.
5581 (current_uiout): Set to NULL.
5582 (default_table_begin, default_table_body, default_table_end)
5583 (default_table_header, default_begin, default_end)
5584 (default_field_int, default_field_skip, default_field_string)
5585 (default_field_fmt, default_spaces, default_text, default_message)
5586 (default_wrap_hint, default_flush, default_data_destroy): Delete.
5587
5588 2016-06-21 Pedro Alves <palves@redhat.com>
5589
5590 * event-top.c (gdb_setup_readline): Pass the UI's outstream and
5591 errstream to stdout_fileopen and stderr_fileopen.
5592 * exceptions.c: Include top.h.
5593 (print_flush): Open the current UI's outstream file descriptor,
5594 instead of hardcoding file descriptor 1.
5595 * main.c (captured_main): Save the main UI's out and error
5596 streams. Adjust stderr_fileopen call.
5597 * top.h (struct ui) <outstream, errstream>: New fields.
5598 * ui-file.c (stderr_fileopen): Add stream parameter. Use it
5599 instead of stderr.
5600 * ui-file.h (stderr_fileopen): Add stream parameter and update
5601 comment.
5602
5603 2016-06-21 Pedro Alves <palves@redhat.com>
5604
5605 * event-top.c (input_fd): Delete.
5606 (stdin_event_handler): Switch to the UI whose input descriptor got
5607 the event. Adjust to per-UI input_fd.
5608 (gdb_setup_readline): Don't set the input_fd global. Adjust to
5609 per-UI input_fd.
5610 (gdb_disable_readline): Adjust to per-UI input_fd.
5611 * event-top.h (input_fd): Delete declaration.
5612 * linux-nat.c (linux_nat_terminal_inferior): Don't remove input_fd
5613 from the event-loop here.
5614 (linux_nat_terminal_ours): Don't register input_fd in the
5615 event-loop here.
5616 * main.c (captured_main): Adjust to per-UI input_fd.
5617 * remote.c (remote_terminal_inferior): Don't remove input_fd from
5618 the event-loop here.
5619 (remote_terminal_ours): Don't register input_fd in the event-loop
5620 here.
5621 * target.c: Include top.h and event-top.h.
5622 (target_terminal_inferior): Remove input_fd from the event-loop
5623 here.
5624 (target_terminal_ours): Register input_fd in the event-loop.
5625 * top.h (struct ui) <input_fd>: New field.
5626
5627 2016-06-21 Pedro Alves <palves@redhat.com>
5628
5629 * cli/cli-script.c (execute_user_command, read_next_line)
5630 (read_next_line): Adjust to per-UI instream.
5631 * event-top.c (stdin_event_handler, command_handler)
5632 (handle_line_of_input, command_line_handler)
5633 (gdb_readline_no_editing_callback, async_sigterm_handler)
5634 (gdb_setup_readline): Likewise.
5635 * inflow.c: Include top.h.
5636 (gdb_has_a_terminal, child_terminal_init_with_pgrp)
5637 (gdb_save_tty_state, child_terminal_inferior)
5638 (child_terminal_ours_1, copy_terminal_info): Use the main UI.
5639 (initialize_stdin_serial): Adjust to per-UI instream.
5640 * main.c (captured_command_loop, captured_main): Adjust to per-UI
5641 instream.
5642 * mi/mi-interp.c (mi_execute_command_wrapper): Likewise.
5643 * python/python.c (python_interactive_command): Likewise.
5644 * terminal.h (struct ui): Forward declare.
5645 (initialize_stdin_serial): Add struct ui parameter.
5646 * top.c (instream): Delete.
5647 (do_restore_instream_cleanup, read_command_file, dont_repeat)
5648 (gdb_readline_no_editing, command_line_input)
5649 (input_from_terminal_p, gdb_init): Adjust to per-UI instream.
5650 * top.h (struct ui) <instream>: New field.
5651 (instream): Delete declaration.
5652 (quit): Adjust to per-UI instream.
5653
5654 2016-06-21 Pedro Alves <palves@redhat.com>
5655
5656 * event-loop.c: Include top.h.
5657 (invoke_async_signal_handlers): Switch to the main UI.
5658 * event-top.c (main_ui_): Update comment.
5659 (main_ui): New global.
5660 * top.h (main_ui): Declare.
5661
5662 2016-06-21 Pedro Alves <palves@redhat.com>
5663
5664 * cli/cli-interp.c (cli_interp): Delete.
5665 (as_cli_interp): New function.
5666 (cli_on_normal_stop, cli_on_signal_received)
5667 (cli_on_end_stepping_range, cli_on_signal_exited, cli_on_exited)
5668 (cli_on_no_history): Send output to all CLI UIs.
5669 (cli_on_sync_execution_done, cli_on_command_error): Skip output if
5670 the top level interpreter is not a CLI.
5671 (cli_interpreter_init): Don't set cli_interp or install observers
5672 here.
5673 (_initialize_cli_interp): Install observers here.
5674 * event-top.c (main_ui_, ui_list): New globals.
5675 (current_ui): Point to main_ui_.
5676 (restore_ui_cleanup, switch_thru_all_uis_init)
5677 (switch_thru_all_uis_cond, switch_thru_all_uis_next): New
5678 functions.
5679 * mi/mi-interp.c (as_mi_interp): New function.
5680 (mi_interpreter_init): Don't install observers here.
5681 (mi_on_sync_execution_done): Skip output if the top level
5682 interpreter is not a MI.
5683 (mi_new_thread, mi_thread_exit, mi_record_changed)
5684 (mi_inferior_added, mi_inferior_appeared, mi_inferior_exit)
5685 (mi_inferior_removed): Send output to all MI UIs.
5686 (find_mi_interpreter, mi_interp_data): Delete.
5687 (find_mi_interp): New function.
5688 (mi_on_signal_received, mi_on_end_stepping_range)
5689 (mi_on_signal_exited, mi_on_exited, mi_on_no_history): Send output
5690 to all MI UIs.
5691 (mi_on_normal_stop): Rename to ...
5692 (mi_on_normal_stop_1): ... this.
5693 (mi_on_normal_stop): Reimplement, sending output to all MI UIs.
5694 (mi_traceframe_changed, mi_tsv_created, mi_tsv_deleted)
5695 (mi_tsv_modified, mi_breakpoint_created, mi_breakpoint_deleted)
5696 (mi_breakpoint_modified, mi_output_running_pid): Send output to
5697 all MI UIs.
5698 (mi_on_resume): Rename to ...
5699 (mi_on_resume_1): ... this. Don't handle infcalls here.
5700 (mi_on_resume): Reimplement, sending output to all MI UIs.
5701 (mi_solib_loaded, mi_solib_unloaded, mi_command_param_changed)
5702 (mi_memory_changed): Send output to all MI UIs.
5703 (report_initial_inferior): Install observers here.
5704 * top.h (struct ui) <next>: New field.
5705 (ui_list): Declare.
5706 (struct switch_thru_all_uis): New.
5707 (switch_thru_all_uis_init, switch_thru_all_uis_cond)
5708 (switch_thru_all_uis_next): Declare.
5709 (SWITCH_THRU_ALL_UIS): New macro.
5710 * tui/tui-interp.c (tui_interp): Delete global.
5711 (as_tui_interp): New function.
5712 (tui_on_normal_stop, tui_on_signal_received)
5713 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
5714 (tui_on_no_history): Send output to all TUI UIs.
5715 (tui_on_sync_execution_done, tui_on_command_error): Skip output if
5716 the top level interpreter is not a TUI.
5717 (tui_init): Don't set tui_interp or install observers here.
5718 (_initialize_tui_interp): Install observers here.
5719
5720 2016-06-21 Pedro Alves <palves@redhat.com>
5721
5722 * cli/cli-interp.c (cli_uiout): Delete, moved into ...
5723 (struct cli_interp): ... this new structure.
5724 (cli_on_normal_stop, cli_on_signal_received)
5725 (cli_on_end_stepping_range, cli_on_signal_exited, cli_on_exited)
5726 (cli_on_no_history): Use interp_ui_out.
5727 (cli_interpreter_init): If top level, set the cli_interp global.
5728 (cli_interpreter_init): Return the interp's data instead of NULL.
5729 (cli_interpreter_resume, cli_interpreter_exec, cli_ui_out): Adjust
5730 to cli_uiout being in the interpreter's data.
5731 (cli_interp_procs): New, factored out from _initialize_cli_interp.
5732 (cli_interp_factory): New function.
5733 (_initialize_cli_interp): Call interp_factory_register.
5734 * interps.c (get_interp_info): New, factored out from ...
5735 (get_current_interp_info): ... this.
5736 (interp_new): Add parameter 'data'. Store it.
5737 (struct interp_factory): New function.
5738 (interp_factory_p): New typedef. Define a VEC_P.
5739 (interpreter_factories): New global.
5740 (interp_factory_register): New function.
5741 (interp_add): Add 'ui' parameter. Use get_interp_info and
5742 interp_lookup_existing.
5743 (interp_lookup): Rename to ...
5744 (interp_lookup_existing): ... this. Add 'ui' parameter. Don't
5745 check for NULL or empty name here.
5746 (interp_lookup): Add 'ui' parameter and reimplement.
5747 (interp_set_temp, interpreter_exec_cmd): Adjust.
5748 (interpreter_completer): Complete on registered interpreter
5749 factories instead of interpreters.
5750 * interps.h (interp_factory_func): New typedef.
5751 (interp_factory_register): Declare.
5752 (interp_new, interp_add): Adjust.
5753 (interp_lookup): Declare.
5754 * main.c (captured_main): Adjust.
5755 * mi/mi-interp.c (mi_cmd_interpreter_exec): Adjust.
5756 (mi_interp_procs): New, factored out from
5757 _initialize_mi_interp.
5758 (mi_interp_factory): New function.
5759 * python/python.c (execute_gdb_command): Adjust.
5760 * tui/tui-interp.c (tui_init): If top level, set the tui_interp
5761 global.
5762 (tui_interp_procs): New.
5763 (tui_interp_factory): New function.
5764 (_initialize_tui_interp): Call interp_factory_register.
5765
5766 2016-06-21 Pedro Alves <palves@redhat.com>
5767
5768 * breakpoint.c (bpstat_do_actions_1): Access the current UI's
5769 async field instead of the interpreter_async global.
5770 * cli/cli-script.c (execute_user_command, while_command)
5771 (if_command, script_from_file): Likewise.
5772 * compile/compile.c: Include top.h instead of interps.h.
5773 (compile_file_command, compile_code_command)
5774 (compile_print_command): Access the current UI's async field
5775 instead of the interpreter_async global.
5776 * guile/guile.c: Include top.h instead of interps.h.
5777 (guile_repl_command, guile_command, gdbscm_execute_gdb_command):
5778 Access the current UI's async field instead of the
5779 interpreter_async global.
5780 * guile/scm-ports.c: Include top.h instead of interps.h.
5781 (ioscm_with_output_to_port_worker): Access the current UI's async
5782 field instead of the interpreter_async global.
5783 * inf-loop.c (inferior_event_handler): Likewise.
5784 * infcall.c (run_inferior_call): Likewise.
5785 * infrun.c (reinstall_readline_callback_handler_cleanup)
5786 (fetch_inferior_event): Likewise.
5787 * interps.c (interpreter_async): Delete.
5788 (struct ui_interp_info): New.
5789 (get_current_interp_info): New function.
5790 (interp_list, current_interpreter, top_level_interpreter_ptr):
5791 Delete.
5792 (interp_add, interp_set, interp_lookup, interp_ui_out)
5793 (current_interp_set_logging, interp_set_temp)
5794 (current_interp_named_p): Adjust to per-UI interpreters.
5795 (command_interpreter): Delete.
5796 (command_interp, current_interp_command_loop, interp_quiet_p)
5797 (interp_exec, interpreter_exec_cmd, interpreter_completer)
5798 (top_level_interpreter, top_level_interpreter_data): Adjust to
5799 per-UI interpreters.
5800 * interps.h (interpreter_async): Delete.
5801 * main.c (captured_command_loop): Access the current UI's async
5802 field instead of the interpreter_async global.
5803 * python/python.c (python_interactive_command, python_command)
5804 (execute_gdb_command): Likewise.
5805 * top.c (maybe_wait_sync_command_done, execute_command_to_string):
5806 Access the current UI's async field instead of the
5807 interpreter_async global.
5808 * top.h (struct tl_interp_info): Forward declare.
5809 (struct ui) <interp_info, async>: New fields.
5810
5811 2016-06-21 Pedro Alves <palves@redhat.com>
5812
5813 * main.c (gdb_stdout, gdb_stderr, gdb_stdlog, gdb_stdin): Delete
5814 globals.
5815 (gen_ret_current_ui_field_ptr): New macro. Use it to generate
5816 wrappers for gdb_stdout, gdb_stderr, gdb_stdlog and gdb_stdin.
5817 * top.h (struct ui) <m_gdb_stdout, m_gdb_stdin, m_gdb_stderr,
5818 m_gdb_stdlog>: New fields.
5819 (current_ui_gdb_stdout_ptr, current_ui_gdb_stdin_ptr)
5820 (current_ui_gdb_stderr_ptr, current_ui_gdb_stdlog_ptr): Declare.
5821 (gdb_stdout, gdb_stdin, gdb_stderr, gdb_stdlog): Reimplement as
5822 macros.
5823
5824 2016-06-21 Pedro Alves <palves@redhat.com>
5825
5826 * event-top.c: Update readline-related comments.
5827 (input_handler, call_readline): Delete globals.
5828 (gdb_rl_callback_handler): Call the current UI's input_handler
5829 method.
5830 (change_line_handler): Adjust to set current UI's properties
5831 instead of globals.
5832 (current_ui_, current_ui): New globals.
5833 (get_command_line_buffer): Rewrite to refer to the current UI.
5834 (stdin_event_handler): Adjust to call the call_readline method of
5835 the current UI.
5836 (gdb_readline_no_editing_callback): Adjust to call the current UI's
5837 input_handler method.
5838 (gdb_setup_readline): Adjust to set current UI's properties
5839 instead of globals.
5840 * event-top.h (call_readline, input_handler): Delete declarations.
5841 * mi/mi-interp.c (mi_interpreter_resume): Adjust to set current
5842 UI's properties instead of globals.
5843 * top.c (gdb_readline_wrapper_cleanup): Adjust to set current UI's
5844 properties instead of globals.
5845 (gdb_readline_wrapper): Adjust to call and set current UI's
5846 methods instead of globals.
5847 * top.h: Include buffer.h and event-loop.h.
5848 (struct ui): New struct.
5849 (current_ui): New declaration.
5850
5851 2016-06-21 Pedro Alves <palves@redhat.com>
5852
5853 * ada-lang.c (ada_exception_name_addr_1): Add comment.
5854 (print_it_exception): Select the current frame.
5855
5856 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
5857
5858 * Makefile.in (ALL_TARGET_OBS): Add nds32-tdep.o.
5859 (HFILES_NO_SRCDIR): Add nds32-tdep.h.
5860 (ALLDEPFILES): Add nds32-tdep.c.
5861 * NEWS: Mention new NDS32 port.
5862 * configure.tgt: Add NDS32.
5863 * nds32-tdep.c: New file.
5864 * nds32-tdep.h: New file.
5865 * features/Makefile (XMLTOC): Add nds32.xml.
5866 * features/nds32-core.xml: New file.
5867 * features/nds32-fpu.xml: New file.
5868 * features/nds32-system.xml: New file.
5869 * features/nds32.c: New file (generated).
5870 * features/nds32.xml: New file.
5871
5872 2016-06-14 John Baldwin <jhb@FreeBSD.org>
5873
5874 * v850-tdep.c (v850_use_struct_convention): Trim type length checks.
5875
5876 2016-06-14 John Baldwin <jhb@FreeBSD.org>
5877
5878 * tui/tui-stack.c (tui_show_frame_info): Fix type mismatch.
5879
5880 2016-06-14 John Baldwin <jhb@FreeBSD.org>
5881
5882 * rs6000-tdep.c (ppc_process_record_op31): Initialize ra.
5883
5884 2016-06-13 Nick Clifton <nickc@redhat.com>
5885
5886 * gdbtypes.c (replace_type): Fix assertion.
5887
5888 2016-06-10 Tom Tromey <tom@tromey.com>
5889
5890 * gdbtypes.c (arch_type, arch_integer_type, arch_character_type)
5891 (arch_boolean_type, arch_float_type, arch_complex_type)
5892 (arch_flags_type, append_flags_type_field)
5893 (append_flags_type_flag, arch_composite_type)
5894 (append_composite_type_field_raw)
5895 (append_composite_type_field_aligned)
5896 (append_composite_type_field): Make "name" parameter const.
5897 * gdbtypes.h (arch_type, arch_integer_type, arch_character_type)
5898 (arch_boolean_type, arch_float_type, arch_complex_type)
5899 (append_composite_type_field, append_composite_type_field_aligned)
5900 (append_composite_type_field_raw, arch_flags_type)
5901 (append_flags_type_field, append_flags_type_flag): Constify.
5902
5903 2016-06-10 Tom Tromey <tom@tromey.com>
5904
5905 PR rust/20110:
5906 * rust-exp.y (lex_number): Don't truncate large numbers to i32.
5907
5908 2016-06-10 Tom Tromey <tom@tromey.com>
5909
5910 * Makefile.in (COMMON_OBS): Remove rust-exp.o.
5911 (YYFILES): Add rust-exp.c.
5912 (YYOBJ): Add rust-exp.o.
5913 (local-maintainer-clean): Remove rust-exp.c.
5914
5915 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5916
5917 * NEWS: Mention that GDB now supports a negative repeat count in
5918 the 'x' command.
5919 * printcmd.c (decode_format): Allow '-' in the parameter
5920 "string_ptr" to accept a negative repeat count.
5921 (find_instruction_backward): New function.
5922 (read_memory_backward): New function.
5923 (integer_is_zero): New function.
5924 (find_string_backward): New function.
5925 (do_examine): Use new functions to examine memory backward.
5926 (_initialize_printcmd): Mention that 'x' command supports a negative
5927 repeat count.
5928
5929 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
5930
5931 * MAINTAINERS (Write After Approval): Add Toshihito Kikuchi.
5932
5933 2016-06-09 Tom Tromey <tom@tromey.com>
5934
5935 PR python/19819:
5936 * python/py-xmethods.c (invoke_method_name)
5937 (py_get_result_type_method_name, py_invoke_method_name): Remove.
5938 (gdbpy_initialize_xmethods): Don't initialize
5939 py_invoke_method_name, py_get_result_type_method_name.
5940
5941 2016-06-07 Simon Marchi <simon.marchi@ericsson.com>
5942
5943 * mi/mi-interp.c (mi_record_changed): Add missing braces.
5944
5945 2016-06-07 Bernhard Heckel <bernhard.heckel@intel.com>
5946
5947 * findvar.c (follow_static_link): Check for valid pointer.
5948
5949 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
5950
5951 * NEWS: Mention the new fields in =record-started.
5952 * common/btrace-common.h (btrace_format_short_string): New function
5953 declaration.
5954 * common/btrace-common.c (btrace_format_short_string): New
5955 function.
5956 * mi/mi-interp.c (mi_record_changed): Output method and format
5957 fields in the =record-started record.
5958 * record-btrace.c (record_btrace_open): Adapt record_changed
5959 notification.
5960 * record-full.c (record_full_open): Likewise.
5961 * record.c (cmd_record_stop): Likewise.
5962
5963 2016-06-02 Jon Turney <jon.turney@dronecode.org.uk>
5964
5965 * windows-nat.c (handle_output_debug_string): Return type of
5966 gdb_signal_from_host() is gdb_signal, not an int.
5967 (windows_get_exec_module_filename): Add pointer casts for C++.
5968
5969 2016-06-02 Tom Tromey <tom@tromey.com>
5970
5971 PR python/18984:
5972 * python/python.c (gdbpy_solib_name): Use GDB_PY_LLU_ARG.
5973
5974 2016-06-01 Pedro Alves <palves@redhat.com>
5975
5976 * remote-fileio.c (remote_fio_ctrl_c_flag, remote_fio_sa)
5977 (remote_fio_osa)
5978 (remote_fio_ofunc, remote_fileio_sig_init, remote_fileio_sig_set)
5979 (remote_fileio_sig_exit, remote_fileio_ctrl_c_signal_handler):
5980 Delete.
5981 (remote_fileio_o_quit_handler): New global.
5982 (remote_fileio_quit_handler): New function.
5983 (remote_fileio_reply): Check the quit flag instead of the custom
5984 'remote_fio_ctrl_c_flag' flag. Restore the quit handler instead
5985 of changing the SIGINT handler.
5986 (do_remote_fileio_request): Override the quit handler instead of
5987 changing the SIGINT handler.
5988
5989 2016-06-01 Nick Clifton <nickc@redhat.com>
5990
5991 * common/common-utils.c (xmalloc_failed): New function. Provided
5992 so that the version in libiberty is not linked in.
5993
5994 2016-06-01 Markus Metzger <markus.t.metzger@intel.com>
5995
5996 * infcmd.c (skip_finish_frames): New.
5997 (finish_command): Call skip_finish_frames.
5998
5999 2016-06-01 Yao Qi <yao.qi@linaro.org>
6000
6001 PR remote/19998
6002 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Call
6003 quit_serial_event_set.
6004
6005 2016-06-01 Joel Brobecker <brobecker@adacore.com>
6006
6007 GDB 7.11.1 released.
6008
6009 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6010
6011 PR c++/19893
6012 * dwarf2loc.c (coerce_pieced_ref, indirect_synthetic_pointer,
6013 fetch_const_value_from_synthetic_pointer): New functions.
6014 (indirect_pieced_value): Move lower half to indirect_synthetic_pointer.
6015 (pieced_value_funcs): Implement coerce_ref.
6016 * valops.c (value_addr): Call coerce_ref for synthetic references.
6017 * valprint.c (valprint_check_validity): Return true for synthetic
6018 references. Also, don't show "<synthetic pointer>" if they reference
6019 addressable values.
6020 (generic_val_print_ref): Handle synthetic references. Also move some
6021 code to print_ref_address.
6022 (print_ref_address, get_value_addr_contents): New functions.
6023
6024 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6025
6026 PR c++/15231
6027 * dwarf2read.c (enum pc_bounds_kind): Add PC_BOUNDS_INVALID.
6028 (process_psymtab_comp_unit_reader, read_func_scope): Adjust callers.
6029 (read_lexical_block_scope): Import DIEs from bare DW_TAG_lexical_block.
6030 (read_call_site_scope): Adjust callers.
6031 (dwarf2_get_pc_bounds): Implement pc_bounds_invalid.
6032 (dwarf2_get_subprogram_pc_bounds, get_scope_pc_bounds): Adjust callers.
6033
6034 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6035
6036 Code cleanup: dwarf2_get_pc_bounds: -1/0/+1 -> enum
6037 * dwarf2read.c (enum pc_bounds_kind) New.
6038 (dwarf2_get_pc_bounds): Use it in the declaration.
6039 (process_psymtab_comp_unit_reader): Adjust caller. Rename has_pc_info
6040 to cu_bounds_kind.
6041 (read_func_scope, read_lexical_block_scope, read_call_site_scope):
6042 Adjust callers.
6043 (dwarf2_get_pc_bounds): Use enum pc_bounds_kind in the definition.
6044 (dwarf2_get_subprogram_pc_bounds, get_scope_pc_bounds): Adjust callers.
6045
6046 2016-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6047
6048 * NEWS (QCatchSyscalls): Remove the parameter. Include ...
6049 (QCatchSyscalls:1 in qSupported) ... this separate entry which got
6050 deleted.
6051
6052 2016-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6053
6054 * NEWS (N stop reply): Remove empty line.
6055
6056 2016-05-28 Alan Modra <amodra@gmail.com>
6057
6058 * compile/compile-object-load.c (link_callbacks_multiple_definition,
6059 link_callbacks_warning, link_callbacks_undefined_symbol,
6060 link_callbacks_undefined_symbol, link_callbacks_reloc_overflow,
6061 link_callbacks_reloc_dangerous,
6062 link_callbacks_unattached_reloc): Return void.
6063
6064 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6065
6066 * opencl-lang.c (evaluate_subexp_opencl): If
6067 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute to
6068 the returned value in the STRUCTOP_STRUCT case.
6069
6070 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6071
6072 * eval.c (evaluate_subexp_standard): If EVAL_AVOID_SIDE_EFFECTS
6073 mode, forward the VALUE_LVAL attribute to the returned value in
6074 the STRUCTOP_PTR case.
6075
6076 2016-05-25 Tom Tromey <tom@tromey.com>
6077
6078 * python/py-value.c (value_object_as_number): Use correct spelling
6079 of HAVE_LIBPYTHON2_4.
6080
6081 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6082
6083 * f-typeprint.c (f_type_print_base): Replace 0 by show.
6084
6085 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6086
6087 * f-typeprint.c (f_type_print_base): Decrease show by one.
6088
6089 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6090
6091 * f-typeprint.c (f_type_print_base): Don't print fields when show < 0.
6092
6093 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6094
6095 * f-typeprint.c (f_type_print_base): Take print level into account.
6096
6097 2016-05-24 Tom Tromey <tom@tromey.com>
6098
6099 PR python/17386:
6100 * python/py-value.c (value_object_as_number): Add
6101 nb_inplace_floor_divide, nb_inplace_true_divide, nb_index.
6102
6103 2016-05-24 Tom Tromey <tom@tromey.com>
6104
6105 * python/py-value.c (value_object_as_number): Add
6106 nb_inplace_divide for Python 2.
6107
6108 2016-05-23 Tom Tromey <tom@tromey.com>
6109
6110 PR python/17981:
6111 * python/py-breakpoint.c (gdbpy_breakpoints): Return a new tuple
6112 when there are no breakpoints.
6113
6114 2016-05-24 Pedro Alves <palves@redhat.com>
6115
6116 PR gdb/19828
6117 * linux-nat.c (attach_proc_task_lwp_callback): Mark the lwp
6118 resumed, and add the thread to GDB's thread list.
6119
6120 2016-05-24 Pedro Alves <palves@redhat.com>
6121
6122 PR gdb/19828
6123 * linux-nat.c (get_pending_status): If the thread reported the
6124 event to the core and it's pending, use the pending status signal
6125 number.
6126
6127 2016-05-24 Pedro Alves <palves@redhat.com>
6128
6129 PR gdb/19828
6130 * linux-nat.c (lwp_lwpid_htab): New htab.
6131 (lwp_info_hash, lwp_lwpid_htab_eq, lwp_lwpid_htab_create)
6132 (lwp_lwpid_htab_add_lwp): New functions.
6133 (lwp_list): Tweak comment.
6134 (lwp_list_add, lwp_list_remove, lwp_lwpid_htab_remove_pid): New
6135 functions.
6136 (purge_lwp_list): Rewrite, using htab_traverse_noresize.
6137 (add_initial_lwp): Add lwp to htab too. Use lwp_list_add.
6138 (delete_lwp): Use lwp_list_remove. Remove htab too.
6139 (find_lwp_pid): Search in htab.
6140 (_initialize_linux_nat): Call lwp_lwpid_htab_create.
6141 * linux-nat.h (struct lwp_info) <prev>: New field.
6142
6143 2016-05-24 Pedro Alves <palves@redhat.com>
6144
6145 PR gdb/19828
6146 * linux-nat.c (lwp_lwpid_htab): New htab.
6147 (lwp_info_hash, lwp_lwpid_htab_eq, lwp_lwpid_htab_create)
6148 (lwp_lwpid_htab_add_lwp): New functions.
6149 (lwp_list): Tweak comment.
6150 (lwp_list_add, lwp_list_remove, lwp_lwpid_htab_remove_pid): New
6151 functions.
6152 (purge_lwp_list): Rewrite, using htab_traverse_noresize.
6153 (add_initial_lwp): Add lwp to htab too. Use lwp_list_add.
6154 (delete_lwp): Use lwp_list_remove. Remove htab too.
6155 (find_lwp_pid): Search in htab.
6156 (_initialize_linux_nat): Call lwp_lwpid_htab_create.
6157 * linux-nat.h (struct lwp_info) <prev>: New field.
6158
6159 2016-05-24 Pedro Alves <palves@redhat.com>
6160
6161 PR gdb/19828
6162 * linux-nat.c (linux_resume_one_lwp_throw): Clear the LWP's core
6163 field.
6164 (linux_nat_update_thread_list): Don't fetch the core if already
6165 known.
6166
6167 2016-05-24 Pedro Alves <palves@redhat.com>
6168
6169 PR gdb/19828
6170 * linux-tdep.c (find_mapping_size): Delete.
6171 (linux_vsyscall_range_raw): Rewrite reading from
6172 /proc/PID/task/PID/maps directly instead of using
6173 gdbarch_find_memory_regions.
6174
6175 2016-05-24 Pedro Alves <palves@redhat.com>
6176
6177 PR gdb/19828
6178 * linux-nat.c (report_thread_events): New global.
6179 (linux_handle_extended_wait): Report
6180 TARGET_WAITKIND_THREAD_CREATED if thread event reporting is
6181 enabled.
6182 (wait_lwp, linux_nat_filter_event): Report all thread exits if
6183 thread event reporting is enabled. Remove comment.
6184 (filter_exit_event): New function.
6185 (linux_nat_wait_1): Use it.
6186 (linux_nat_thread_events): New function.
6187 (linux_nat_add_target): Install it as target_thread_events method.
6188
6189 2016-05-24 Yan-Ting Lin <currygt52@gmail.com>
6190
6191 * MAINTAINERS (Write After Approval): Add "Yan-Ting Lin".
6192
6193 2016-05-23 Yao Qi <yao.qi@arm.com>
6194
6195 * arch-utils.c (default_code_of_frame_writable): New function.
6196 * arch-utils.h (default_code_of_frame_writable): Declare.
6197 * arm-tdep.c (arm_code_of_frame_writable): New function.
6198 (arm_gdbarch_init): Install gdbarch method
6199 code_of_frame_writable if the target is M-profile.
6200 * frame.c (skip_unwritable_frames): New function.
6201 * frame.h (skip_unwritable_frames): Declare.
6202 * gdbarch.sh (code_of_frame_writable): New.
6203 * gdbarch.c, gdbarch.h: Re-generated.
6204 * infcmd.c (finish_command): Call skip_unwritable_frames.
6205
6206 2016-05-23 Tom Tromey <tom@tromey.com>
6207
6208 PR python/19438, PR python/18393:
6209 * python/py-objfile.c (objfpy_initialize): Initialize self->dict.
6210 * python/py-progspace.c (pspy_initialize): Initialize self->dict.
6211
6212 2016-05-23 Gary Benson <gbenson@redhat.com>
6213
6214 * nat/gdb_thread_db.h (td_thr_validate_ftype): Remove typedef.
6215 * linux-thread-db.c (struct thread_db_info) <td_thr_validate_p>:
6216 Remove field.
6217 (try_thread_db_load_1): Remove td_thr_validate initialization.
6218
6219 2016-05-23 Jon Boden <jon@ubuntubsd.org> (tiny change)
6220
6221 * configure.ac: Search for libutil-freebsd as alternative to libutil.
6222 * configure: Re-generated.
6223
6224 2016-05-19 Andreas Schwab <schwab@suse.de>
6225
6226 * ia64-libunwind-tdep.c (libunwind_descr): Add cast from void *.
6227 (libunwind_frame_set_descr): Likewise.
6228 (libunwind_frame_cache): Likewise.
6229 (libunwind_frame_dealloc_cache): Likewise.
6230 (libunwind_frame_sniffer): Likewise.
6231 (libunwind_search_unwind_table): Likewise.
6232 (libunwind_sigtramp_frame_sniffer): Likewise.
6233 (libunwind_get_reg_special): Likewise.
6234 (libunwind_load): Likewise.
6235 * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
6236 (ia64_linux_store_register): Likewise.
6237 (ia64_linux_xfer_partial): Likewise.
6238 * ia64-tdep.c (ia64_access_reg): Likewise.
6239 (ia64_access_fpreg): Likewise.
6240 (ia64_access_rse_reg): Likewise.
6241 (ia64_access_rse_fpreg): Likewise.
6242
6243 2016-05-18 Tom Tromey <tom@tromey.com>
6244
6245 * rust-lang.c (rust_subscript): Initialize "high".
6246
6247 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6248
6249 PR gdb/20045
6250 * mi/mi-main.c (mi_on_resume): Call target_can_async_p instead
6251 of target_is_async_p.
6252
6253 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6254
6255 PR gdb/18077
6256 * mi/mi-main.c (run_one_inferior): Use run target to determine
6257 whether to run async or not.
6258 (mi_cmd_exec_run): Likewise.
6259
6260 2016-05-17 Tom Tromey <tom@tromey.com>
6261
6262 * std-operator.def (OP_RANGE): Rename from OP_F90_RANGE.
6263 * rust-lang.c: Don't include f-lang.h.
6264 (rust_range, rust_compute_range, rust_subscript)
6265 (rust_evaluate_subexp): Update.
6266 * rust-exp.y: Don't include f-lang.h.
6267 (ast_range, convert_ast_to_expression): Update.
6268 * parse.c (operator_length_standard): Update.
6269 * f-lang.h (enum f90_range_type): Move to expression.h.
6270 * f-exp.y: Use OP_RANGE.
6271 * expression.h (enum range_type): New enum; renamed from
6272 f90_range_type.
6273 * expprint.c: Don't include f-lang.h.
6274 (print_subexp_standard, dump_subexp_body_standard): Use OP_RANGE.
6275 * eval.c (value_f90_subarray, evaluate_subexp_standard): Update.
6276
6277 2016-05-17 Tom Tromey <tom@tromey.com>
6278
6279 * NEWS: Add Rust item.
6280
6281 2016-05-17 Tom Tromey <tom@tromey.com>
6282 Manish Goregaokar <manishsmail@gmail.com>
6283
6284 * symtab.c (symbol_find_demangled_name): Handle Rust.
6285 * symfile.c (init_filename_language_table): Treat ".rs" as Rust.
6286 * std-operator.def (STRUCTOP_ANONYMOUS, OP_RUST_ARRAY): New
6287 constants.
6288 * rust-lang.h: New file.
6289 * rust-lang.c: New file.
6290 * rust-exp.y: New file.
6291 * dwarf2read.c (read_file_scope): Add Rust producer sniffing.
6292 (dwarf2_compute_name, read_func_scope, read_structure_type)
6293 (read_base_type, read_subrange_type, set_cu_language)
6294 (new_symbol_full, determine_prefix): Handle Rust.
6295 * defs.h (enum language) <language_rust>: New constant.
6296 * Makefile.in (SFILES): Add rust-exp.y, rust-lang.c.
6297 (COMMON_OBS): Add rust-exp.o, rust-lang.o.
6298
6299 2016-05-17 Tom Tromey <tom@tromey.com>
6300
6301 * valprint.h (struct generic_val_print_array) <array_start,
6302 array_end>: New fields.
6303 * valprint.c (generic_val_print_array): Add "decorations"
6304 parameter. Use "array_start", "array_end".
6305 (generic_val_print) <TYPE_CODE_ARRAY>: Update.
6306 * p-valprint.c (p_decorations): Update.
6307 * m2-valprint.c (m2_decorations): Update.
6308 * f-valprint.c (f_decorations): Update.
6309 * c-valprint.c (c_decorations): Update.
6310
6311 2016-05-17 Tom Tromey <tom@tromey.com>
6312
6313 * NEWS: Add "maint selftest" entry.
6314 * selftest.h: New file.
6315 * selftest.c: New file.
6316 * maint.c: Include selftest.h.
6317 (maintenance_selftest): New function.
6318 (_initialize_maint_cmds): Add "maint selftest" command.
6319 * configure.ac (GDB_SELF_TEST): Maybe define.
6320 * config.in, configure: Rebuild.
6321 * Makefile.in (SFILES): Add selftest.c.
6322 (COMMON_OBS): Add selftest.o.
6323
6324 2016-05-17 Tom Tromey <tom@tromey.com>
6325
6326 * expprint.c: Include f-lang.h.
6327 (print_subexp_standard, dump_subexp_body_standard): Handle
6328 OP_F90_RANGE.
6329
6330 2016-05-17 Tom Tromey <tom@tromey.com>
6331
6332 * Makefile.in (init.c): Search .y files for initialization
6333 functions.
6334
6335 2016-05-12 Doug Evans <dje@google.com>
6336
6337 PR symtab/19999
6338 * dwarf2loc.c (dwarf2_find_location_expression): For DWO files still
6339 add base_offset.
6340
6341 2016-05-10 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
6342
6343 * iq2000-tdep.c (iq2000_scan_prologue): Remove if that shouldn't guard
6344 anything.
6345 * linespec.c (add_sal_to_sals): Restore call to symtab_to_fullname.
6346
6347 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
6348
6349 * arm-tdep.c (arm_elf_make_msymbol_special): Use
6350 ARM_GET_SYM_BRANCH_TYPE to get branch type of a symbol.
6351
6352 2016-05-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
6353
6354 * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Remove unused
6355 variables.
6356 * aarch64-tdep.c (aarch64_skip_prologue): Likewise.
6357 (aarch64_scan_prologue): Likewise.
6358 (aarch64_prologue_prev_register): Likewise.
6359 (aarch64_dwarf2_prev_register): Likewise.
6360 (pass_in_v): Likewise.
6361 (aarch64_push_dummy_call): Likewise.
6362 (aarch64_breakpoint_from_pc): Likewise.
6363 (aarch64_return_in_memory): Likewise.
6364 (aarch64_return_value): Likewise.
6365 (aarch64_displaced_step_b_cond): Likewise.
6366 (aarch64_displaced_step_cb): Likewise.
6367 (aarch64_displaced_step_tb): Likewise.
6368 (aarch64_gdbarch_init): Likewise.
6369 (aarch64_process_record): Likewise.
6370 * alpha-mdebug-tdep.c (alpha_mdebug_init_abi): Likewise.
6371 * alpha-tdep.c (_initialize_alpha_tdep): Likewise.
6372 * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
6373 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Likewise.
6374 * amd64-tdep.c (fixup_riprel): Likewise.
6375 * amd64-windows-tdep.c (amd64_windows_frame_decode_epilogue): Likewise.
6376 (amd64_windows_frame_decode_insns): Likewise.
6377 (amd64_windows_frame_cache): Likewise.
6378 (amd64_windows_frame_prev_register): Likewise.
6379 (amd64_windows_frame_this_id): Likewise.
6380 (amd64_windows_init_abi): Likewise.
6381 * arm-linux-tdep.c (arm_linux_get_syscall_number): Likewise.
6382 (arm_linux_get_next_pcs_syscall_next_pc): Likewise.
6383 * arm-symbian-tdep.c (arm_symbian_init_abi): Likewise.
6384 * arm-tdep.c (arm_make_epilogue_frame_cache): Likewise.
6385 (arm_epilogue_frame_prev_register): Likewise.
6386 (arm_record_vdata_transfer_insn): Likewise.
6387 (arm_record_exreg_ld_st_insn): Likewise.
6388 * auto-load.c (execute_script_contents): Likewise.
6389 (print_scripts): Likewise.
6390 * avr-tdep.c (avr_frame_prev_register): Likewise.
6391 (avr_push_dummy_call): Likewise.
6392 * bfin-linux-tdep.c (bfin_linux_sigframe_init): Likewise.
6393 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
6394 * blockframe.c (find_pc_partial_function_gnu_ifunc): Likewise.
6395 * break-catch-throw.c (fetch_probe_arguments): Likewise.
6396 * breakpoint.c (breakpoint_xfer_memory): Likewise.
6397 (breakpoint_init_inferior): Likewise.
6398 (breakpoint_inserted_here_p): Likewise.
6399 (software_breakpoint_inserted_here_p): Likewise.
6400 (hardware_breakpoint_inserted_here_p): Likewise.
6401 (bpstat_what): Likewise.
6402 (break_range_command): Likewise.
6403 (save_breakpoints): Likewise.
6404 * coffread.c (coff_symfile_read): Likewise.
6405 * cris-tdep.c (cris_push_dummy_call): Likewise.
6406 (cris_scan_prologue): Likewise.
6407 (cris_register_size): Likewise.
6408 (_initialize_cris_tdep): Likewise.
6409 * d-exp.y: Likewise.
6410 * dbxread.c (dbx_read_symtab): Likewise.
6411 (process_one_symbol): Likewise.
6412 (coffstab_build_psymtabs): Likewise.
6413 (elfstab_build_psymtabs): Likewise.
6414 * dicos-tdep.c (dicos_init_abi): Likewise.
6415 * disasm.c (do_mixed_source_and_assembly): Likewise.
6416 (gdb_disassembly): Likewise.
6417 * dtrace-probe.c (dtrace_process_dof): Likewise.
6418 * dwarf2read.c (error_check_comp_unit_head): Likewise.
6419 (build_type_psymtabs_1): Likewise.
6420 (skip_one_die): Likewise.
6421 (process_imported_unit_die): Likewise.
6422 (dwarf2_physname): Likewise.
6423 (read_file_scope): Likewise.
6424 (setup_type_unit_groups): Likewise.
6425 (create_dwo_cu_reader): Likewise.
6426 (create_dwo_cu): Likewise.
6427 (create_dwo_unit_in_dwp_v1): Likewise.
6428 (create_dwo_unit_in_dwp_v2): Likewise.
6429 (lookup_dwo_unit_in_dwp): Likewise.
6430 (free_dwo_file): Likewise.
6431 (check_producer): Likewise.
6432 (dwarf2_add_typedef): Likewise.
6433 (dwarf2_add_member_fn): Likewise.
6434 (read_unsigned_leb128): Likewise.
6435 (read_signed_leb128): Likewise.
6436 (dwarf2_const_value): Likewise.
6437 (follow_die_sig_1): Likewise.
6438 (dwarf_decode_macro_bytes): Likewise.
6439 * extension.c (restore_active_ext_lang): Likewise.
6440 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
6441 * ft32-tdep.c (ft32_analyze_prologue): Likewise.
6442 * gdbtypes.c (lookup_typename): Likewise.
6443 (resolve_dynamic_range): Likewise.
6444 (check_typedef): Likewise.
6445 * h8300-tdep.c (h8300_is_argument_spill): Likewise.
6446 (h8300_gdbarch_init): Likewise.
6447 * hppa-tdep.c (hppa32_push_dummy_call): Likewise.
6448 (hppa_frame_this_id): Likewise.
6449 (_initialize_hppa_tdep): Likewise.
6450 * hppanbsd-tdep.c (hppanbsd_sigtramp_cache_init): Likewise.
6451 * hppaobsd-tdep.c (hppaobsd_supply_fpregset): Likewise.
6452 * i386-dicos-tdep.c (i386_dicos_init_abi): Likewise.
6453 * i386-tdep.c (i386_bnd_type): Likewise.
6454 (i386_gdbarch_init): Likewise.
6455 (i386_mpx_bd_base): Likewise.
6456 * i386nbsd-tdep.c (i386nbsd_sigtramp_cache_init): Likewise.
6457 * i386obsd-tdep.c (i386obsd_elf_init_abi): Likewise.
6458 * ia64-tdep.c (examine_prologue): Likewise.
6459 (ia64_frame_cache): Likewise.
6460 (ia64_push_dummy_call): Likewise.
6461 * infcmd.c (finish_command_fsm_async_reply_reason): Likewise.
6462 (default_print_one_register_info): Likewise.
6463 * infrun.c (infrun_thread_ptid_changed): Likewise.
6464 (thread_still_needs_step_over): Likewise.
6465 (stop_all_threads): Likewise.
6466 (restart_threads): Likewise.
6467 (keep_going_stepped_thread): Likewise.
6468 * iq2000-tdep.c (iq2000_scan_prologue): Likewise.
6469 * language.c (language_init_primitive_type_symbols): Likewise.
6470 * linespec.c (add_sal_to_sals): Likewise.
6471 * linux-nat.c (status_callback): Likewise.
6472 (kill_unfollowed_fork_children): Likewise.
6473 (linux_nat_kill): Likewise.
6474 * linux-tdep.c (linux_fill_prpsinfo): Likewise.
6475 * linux-thread-db.c (thread_db_notice_clone): Likewise.
6476 (record_thread): Likewise.
6477 * location.c (string_to_event_location_basic): Likewise.
6478 * m32c-tdep.c (m32c_prev_register): Likewise.
6479 * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
6480 * m32r-tdep.c (decode_prologue): Likewise.
6481 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
6482 * machoread.c (macho_symtab_read): Likewise.
6483 (macho_symfile_read): Likewise.
6484 (macho_symfile_offsets): Likewise.
6485 * maint.c (set_per_command_cmd): Likewise.
6486 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
6487 (mi_cmd_stack_list_variables): Likewise.
6488 * mi/mi-main.c (mi_cmd_exec_run): Likewise.
6489 (output_register): Likewise.
6490 (mi_cmd_execute): Likewise.
6491 (mi_cmd_trace_define_variable): Likewise.
6492 (print_variable_or_computed): Likewise.
6493 * minsyms.c (prim_record_minimal_symbol_full): Likewise.
6494 * mn10300-tdep.c (mn10300_frame_prev_register): Likewise.
6495 * msp430-tdep.c (msp430_pseudo_register_write): Likewise.
6496 * mt-tdep.c (mt_registers_info): Likewise.
6497 * nios2-tdep.c (nios2_analyze_prologue): Likewise.
6498 (nios2_push_dummy_call): Likewise.
6499 (nios2_frame_unwind_cache): Likewise.
6500 (nios2_stub_frame_cache): Likewise.
6501 (nios2_stub_frame_sniffer): Likewise.
6502 (nios2_gdbarch_init): Likewise.
6503 * ppc-ravenscar-thread.c: Likewise.
6504 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
6505 * python/py-evts.c (add_new_registry): Likewise.
6506 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
6507 (bpfinishpy_detect_out_scope_cb): Likewise.
6508 * python/py-framefilter.c (py_print_value): Likewise.
6509 * python/py-inferior.c (infpy_write_memory): Likewise.
6510 * python/py-infevents.c (create_inferior_call_event_object): Likewise.
6511 * python/py-infthread.c (thpy_get_ptid): Likewise.
6512 * python/py-linetable.c (ltpy_get_pcs_for_line): Likewise.
6513 (ltpy_get_all_source_lines): Likewise.
6514 (ltpy_is_valid): Likewise.
6515 (ltpy_iternext): Likewise.
6516 * python/py-symtab.c (symtab_and_line_to_sal_object): Likewise.
6517 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Likewise.
6518 (unwind_infopy_str): Likewise.
6519 * python/py-varobj.c (py_varobj_get_iterator): Likewise.
6520 * ravenscar-thread.c (ravenscar_inferior_created): Likewise.
6521 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
6522 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
6523 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Likewise.
6524 * s390-linux-tdep.c (s390_supply_tdb_regset): Likewise.
6525 (s390_frame_prev_register): Likewise.
6526 (s390_dwarf2_frame_init_reg): Likewise.
6527 (s390_record_vr): Likewise.
6528 (s390_process_record): Likewise.
6529 * score-tdep.c (score_push_dummy_call): Likewise.
6530 (score3_analyze_prologue): Likewise.
6531 * sh-tdep.c (sh_extract_return_value_nofpu): Likewise.
6532 * sh64-tdep.c (sh64_analyze_prologue): Likewise.
6533 (sh64_push_dummy_call): Likewise.
6534 (sh64_extract_return_value): Likewise.
6535 (sh64_do_fp_register): Likewise.
6536 * solib-aix.c (solib_aix_get_section_offsets): Likewise.
6537 * solib-darwin.c (darwin_read_exec_load_addr_from_dyld): Likewise.
6538 (darwin_solib_read_all_image_info_addr): Likewise.
6539 * solib-dsbt.c (enable_break): Likewise.
6540 * solib-frv.c (enable_break2): Likewise.
6541 (frv_fdpic_find_canonical_descriptor): Likewise.
6542 * solib-svr4.c (svr4_handle_solib_event): Likewise.
6543 * sparc-tdep.c (sparc_skip_stack_check): Likewise.
6544 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): Likewise.
6545 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6546 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
6547 * stack.c (read_frame_local): Likewise.
6548 * symfile.c (symbol_file_add_separate): Likewise.
6549 (remove_symbol_file_command): Likewise.
6550 * symmisc.c (maintenance_print_one_line_table): Likewise.
6551 * symtab.c (symbol_cache_flush): Likewise.
6552 (basic_lookup_transparent_type): Likewise.
6553 (sort_search_symbols_remove_dups): Likewise.
6554 * target.c (target_memory_map): Likewise.
6555 (target_detach): Likewise.
6556 (target_resume): Likewise.
6557 (acquire_fileio_fd): Likewise.
6558 (target_store_registers): Likewise.
6559 * thread.c (print_thread_info_1): Likewise.
6560 * tic6x-tdep.c (tic6x_analyze_prologue): Likewise.
6561 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Likewise.
6562 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
6563 (tilegx_analyze_prologue): Likewise.
6564 (tilegx_stack_frame_destroyed_p): Likewise.
6565 (tilegx_frame_cache): Likewise.
6566 * tracefile.c (trace_save): Likewise.
6567 * tracepoint.c (encode_actions_and_make_cleanup): Likewise.
6568 (start_tracing): Likewise.
6569 (print_one_static_tracepoint_marker): Likewise.
6570 * tui/tui.c (tui_enable): Likewise.
6571 * valops.c (value_struct_elt_bitpos): Likewise.
6572 (find_overload_match): Likewise.
6573 (find_oload_champ): Likewise.
6574 * value.c (value_contents_copy_raw): Likewise.
6575 * windows-tdep.c (windows_get_tlb_type): Likewise.
6576 * x86-linux-nat.c (x86_linux_enable_btrace): Likewise.
6577 * xcoffread.c (record_minimal_symbol): Likewise.
6578 (scan_xcoff_symtab): Likewise.
6579 * xtensa-tdep.c (execute_code): Likewise.
6580 (xtensa_gdbarch_init): Likewise.
6581 (_initialize_xtensa_tdep): Likewise.
6582
6583 2016-05-04 Ulrich Weigand <uweigand@de.ibm.com>
6584
6585 * spu-linux-nat.c (spu_bfd_iovec_pread): Add pointer cast for C++.
6586 (spu_bfd_open): Likewise.
6587
6588 2016-05-04 Yao Qi <yao.qi@linaro.org>
6589
6590 PR gdb/19947
6591 * corefile.c (read_memory): Rename it to ...
6592 (read_memory_object): ... it. Add parameter object.
6593 (read_memory): Call read_memory_object.
6594 (read_stack): Likewise.
6595 (read_code): Likewise.
6596
6597 2016-05-03 Yunlian Jiang <yunlian@google.com>
6598 Doug Evans <dje@google.com>
6599
6600 PR symtab/19914
6601 * dwarf2read.c (open_and_init_dwp_file): Look at backlink if objfile
6602 is separate debug file.
6603
6604 2016-05-03 Don Breazeal <donb@codesourcery.com>
6605
6606 * serial.h (gdb_pipe): Fix argument names in comment.
6607
6608 2016-05-03 Pedro Alves <palves@redhat.com>
6609
6610 PR python/20037
6611 * python/python.c (_initialize_python) [IS_PY3K]: xstrdup/xfree
6612 oldloc.
6613
6614 2016-05-03 Pedro Alves <palves@redhat.com>
6615
6616 * python/python.c (_initialize_python) [IS_PY3K]: Remove dead
6617 code.
6618
6619 2016-05-03 Pedro Alves <palves@redhat.com>
6620
6621 * configure.ac (PYTHON_LIBS): Sed away "-Xlinker -export-dynamic".
6622 * configure: Regenerate.
6623
6624 2016-05-03 Pedro Alves <palves@redhat.com>
6625
6626 * configure.ac (checking for the dynamic export flag): Add
6627 $PYTHON_CPPFLAGS to CPPFLAGS.
6628 * configure: Regenerate.
6629
6630 2016-05-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6631
6632 * symfile.c (find_pc_overlay): Add braces to avoid -Wparentheses
6633 warning.
6634 (find_pc_mapped_section): Likewise.
6635 (list_overlays_command): Likewise.
6636
6637 2016-05-02 Eli Zaretskii <eliz@gnu.org>
6638
6639 * windows-nat.c (_initialize_check_for_gdb_ini): Fix off-by-one
6640 error in allocation of space for "$HOME/.gdbinit" string. This
6641 caused GDB to abort on startup whenever a '~/gdb.ini' file was
6642 actually found, because xsnprintf would hit an assertion
6643 violation.
6644
6645 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6646
6647 * cli/cli-decode.c (help_cmd_list): Do not list commands that
6648 are deprecated.
6649
6650 2016-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6651
6652 * remote.c (remote_start_remote): Detect PACKET_vFile_setfs.support.
6653
6654 2016-04-27 Martin Galvan <martin.galvan@tallertechnologies.com>
6655
6656 * c-valprint.c (c_value_print): Always convert val back to reference
6657 type if we converted it to a pointer type.
6658
6659 2016-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
6660
6661 * configure.ac: Enhance configure check for babeltrace to reject
6662 non-C++-enabled versions.
6663 * configure: Regenerate.
6664
6665 2016-04-26 Sanimir Agovic <sanimir.agovic@intel.com>
6666 Keven Boell <keven.boell@intel.com>
6667 Bernhard Heckel <bernhard.heckel@intel.com>
6668
6669 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
6670 function.
6671 (F77_DIM_SIZE, F77_DIM_OFFSET): Remove macro.
6672 (f77_print_array_1): Use value_subscript to subscript a
6673 value array.
6674 (f77_print_array): Remove call to f77_create_arrayprint_offset_tbl.
6675 (f_val_print): Use value_field to construct a field value.
6676
6677 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6678
6679 * valarith.c (value_address): Resolve dynamic types.
6680
6681 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6682 Keven Boell <kevel.boell@intel.com>
6683
6684 * NEWS: Add new supported features for fortran.
6685 * gdbtypes.c (remove_dyn_prop): New.
6686 (resolve_dynamic_struct): Keep type length for fortran structs.
6687 * gdbtypes.h: Forward declaration of new function.
6688 * value.c (value_address): Return dynamic resolved location of a value.
6689 (set_value_component_location): Adjust the value address
6690 for single value prints.
6691 (value_primitive_field): Support value types with a dynamic location.
6692 (set_internalvar): Remove dynamic location property of
6693 internal variables.
6694
6695 2016-04-25 Pedro Alves <palves@redhat.com>
6696 Yao Qi <yao.qi@linaro.org>
6697
6698 * mem-break.c (set_raw_breakpoint_at): Create a raw breakpoint
6699 object. Insert it if it is not inserted yet. Increase the
6700 refcount and link it into the proc's raw breakpoint list.
6701
6702 2016-04-25 Yao Qi <yao.qi@linaro.org>
6703
6704 * breakpoint.c (should_be_inserted): Return 0 if the location's
6705 owner is not single step breakpoint or single step breakpoint's
6706 thread isn't the thread which is stepping past a breakpoint.
6707 * gdbarch.sh (software_single_step): Update comments.
6708 * gdbarch.h: Regenerated.
6709 * infrun.c (struct step_over_info) <thread>: New field.
6710 (set_step_over_info): New argument 'thread'. Callers updated.
6711 (clear_step_over_info): Set field thread to -1.
6712 (thread_is_stepping_over_breakpoint): New function.
6713 * infrun.h (thread_is_stepping_over_breakpoint): Declaration.
6714
6715 2016-04-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6716
6717 * ppc-linux-nat.c (ppc_linux_read_description): Use PPC_FEATURE_HAS_VSX
6718 and PPC_FEATURE_HAS_ALTIVEC to check if such features are available.
6719
6720 2016-04-22 Yao Qi <yao.qi@linaro.org>
6721
6722 * valops.c (read_value_memory): New local variable 'stack'.
6723 Set it to either TARGET_OBJECT_STACK_MEMORY or
6724 TARGET_OBJECT_MEMORY.
6725
6726 2016-04-22 Pedro Alves <palves@redhat.com>
6727
6728 * ada-exp.y: Remove all yy symbol remappings.
6729 (GDB_YY_REMAP_PREFIX): Define.
6730 Include "yy-remap.h".
6731 * ada-lang.c (ada_language_defn): Adjust.
6732 * ada-lang.h (ada_error): Rename to ...
6733 (ada_yyerror): ... this.
6734 * c-exp.y: Remove all yy symbol remappings.
6735 (GDB_YY_REMAP_PREFIX): Define.
6736 Include "yy-remap.h".
6737 * c-lang.c (c_language_defn, cplus_language_defn)
6738 (asm_language_defn, minimal_language_defn): Adjust.
6739 * c-lang.h (c_error): Rename to ...
6740 (c_yyerror): ... this.
6741 * d-exp.y: Remove all yy symbol remappings.
6742 (GDB_YY_REMAP_PREFIX): Define.
6743 Include "yy-remap.h".
6744 * d-lang.c (d_language_defn): Adjust.
6745 * d-lang.h (d_error): Rename to ...
6746 (d_yyerror): ... this.
6747 * f-exp.y: Remove all yy symbol remappings.
6748 (GDB_YY_REMAP_PREFIX): Define.
6749 Include "yy-remap.h".
6750 * f-lang.c (f_language_defn): Adjust.
6751 * f-lang.h (f_error): Rename to ...
6752 (f_yyerror): ... this.
6753 * go-exp.y: Remove all yy symbol remappings.
6754 (GDB_YY_REMAP_PREFIX): Define.
6755 Include "yy-remap.h".
6756 * go-lang.c (go_language_defn): Adjust.
6757 * go-lang.h (go_error): Rename to ...
6758 (go_yyerror): ... this.
6759 * jv-exp.y: Remove all yy symbol remappings.
6760 (GDB_YY_REMAP_PREFIX): Define.
6761 Include "yy-remap.h".
6762 * jv-lang.c (java_language_defn): Adjust.
6763 * jv-lang.h (java_error): Rename to ...
6764 (java_yyerror): ... this.
6765 * m2-exp.y: Remove all yy symbol remappings.
6766 (GDB_YY_REMAP_PREFIX): Define.
6767 Include "yy-remap.h".
6768 * m2-lang.c (m2_language_defn): Adjust.
6769 * m2-lang.h (m2_error): Rename to ...
6770 (m2_yyerror): ... this.
6771 * objc-exp.y: Remove all yy symbol remappings.
6772 (GDB_YY_REMAP_PREFIX): Define.
6773 Include "yy-remap.h".
6774 * objc-lang.c (objc_language_defn): Adjust.
6775 * opencl-lang.c (opencl_language_defn): Adjust.
6776 * p-exp.y: Remove all yy symbol remappings.
6777 (GDB_YY_REMAP_PREFIX): Define.
6778 Include "yy-remap.h".
6779 * p-lang.c (pascal_language_defn): Adjust.
6780 * p-lang.h (pascal_error): Rename to ...
6781 (pascal_yyerror): ... this.
6782 * yy-remap.h: New file.
6783
6784 2016-04-22 Pedro Alves <palves@redhat.com>
6785
6786 * common/common-exceptions.h (GDB_XCPT_TRY): Remove mention of
6787 the foreign frames issue.
6788 [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
6789
6790 2016-04-22 Pedro Alves <palves@redhat.com>
6791
6792 * common/common-exceptions.c (enum catcher_state, struct catcher)
6793 (current_catcher): Define in C++ mode too.
6794 (exceptions_state_mc_catch): Call throw_exception_sjlj instead of
6795 throw_exception.
6796 (throw_exception_sjlj, throw_exception_cxx): New functions,
6797 factored out from throw_exception.
6798 (throw_exception): Reimplement.
6799 * common/common-exceptions.h (exceptions_state_mc_init)
6800 (exceptions_state_mc_action_iter)
6801 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
6802 Declare in C++ mode too.
6803 (TRY): Rename to ...
6804 (TRY_SJLJ): ... this.
6805 (CATCH): Rename to ...
6806 (CATCH_SJLJ): ... this.
6807 (END_CATCH): Rename to ...
6808 (END_CATCH_SJLJ): ... this.
6809 [GDB_XCPT == GDB_XCPT_SJMP] (TRY, CATCH, END_CATCH): Map to SJLJ
6810 equivalents.
6811 (throw_exception): Update comments.
6812 (throw_exception_sjlj): Declare.
6813 * event-top.c (gdb_rl_callback_read_char_wrapper): Extend intro
6814 comment. Wrap body in TRY_SJLJ/CATCH_SJLJ and rethrow any
6815 intercepted exception.
6816 (gdb_rl_callback_handler): New function.
6817 (gdb_rl_callback_handler_install): Always install
6818 gdb_rl_callback_handler as readline callback.
6819
6820 2016-04-22 Pedro Alves <palves@redhat.com>
6821
6822 * event-top.c (rl_callback_read_char_wrapper): Rename to ...
6823 (gdb_rl_callback_read_char_wrapper): ... this.
6824 (change_line_handler, gdb_setup_readline): Adjust.
6825
6826 2016-04-22 Yao Qi <yao.qi@linaro.org>
6827
6828 * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Clear CPSR
6829 bits 20 to 23.
6830
6831 2016-04-22 Joel Brobecker <brobecker@adacore.com>
6832
6833 * MAINTAINER: Remove myself as AIX Maintainer.
6834
6835 2016-04-22 Maciej W. Rozycki <macro@imgtec.com>
6836
6837 * mips-tdep.c (mips_gdbarch_init): For GDB_OSABI_LINUX set
6838 `num_regs' to 90 rather than 79. Where a target description is
6839 present adjust the setting appropriately.
6840
6841 2016-04-21 Pedro Alves <palves@redhat.com>
6842
6843 * common/common-exceptions.h (GDB_XCPT_TRY): Add comment.
6844 (GDB_XCPT): Always define as GDB_XCPT_SJMP.
6845
6846 2016-04-21 Pedro Alves <palves@redhat.com>
6847
6848 * aix-thread.c (pdc_read_data, pdc_write_data): Add cast.
6849 (aix_thread_resume): Use PTRACE_TYPE_ARG5.
6850 * rs6000-nat.c (rs6000_ptrace64): Use PTRACE_TYPE_ARG5.
6851 (rs6000_ptrace_ldinfo): Change type of 'ldi' local to void
6852 pointer, and cast return to gdb_byte pointer.
6853
6854 2016-04-21 Pedro Alves <palves@redhat.com>
6855
6856 * s390-linux-nat.c (fetch_regset, store_regset, check_regset): Use
6857 void * instead of gdb_byte *.
6858
6859 2016-04-21 Pedro Alves <palves@redhat.com>
6860
6861 * dwarf2read.c (try_open_dwop_file, open_dwo_file)
6862 (file_file_name, file_full_name): Add char * cast to sentinel in
6863 concat/reconcat calls.
6864 * event-top.c (top_level_prompt): Likewise.
6865 * guile/guile.c (initialize_scheme_side): Likewise.
6866 * linux-tdep.c (linux_fill_prpsinfo): Likewise.
6867 * macrotab.c (macro_source_fullname): Likewise.
6868 * main.c (get_init_files, captured_main): Likewise.
6869 * psymtab.c (psymtab_to_fullname): Likewise.
6870 * python/python.c (_initialize_python)
6871 (gdbpy_finish_initialization): Likewise.
6872 * source.c (symtab_to_fullname): Likewise.
6873
6874 2016-04-20 Pedro Alves <palves@redhat.com>
6875
6876 * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Default to yes.
6877 * configure: Renegerate.
6878
6879 2016-04-20 Pedro Alves <palves@redhat.com>
6880
6881 * darwin-nat.c (darwin_decode_message): Use gdb_signal_from_host.
6882
6883 2016-04-20 Pedro Alves <palves@redhat.com>
6884
6885 * aarch64-tdep.c (aarch64_record_load_store): Change type of
6886 'reg_rm_val' local to ULONGEST.
6887
6888 2016-04-20 Pedro Alves <palves@redhat.com>
6889
6890 * darwin-nat.c (darwin_resume_thread): Add uintptr_t cast.
6891
6892 2016-04-20 Doug Evans <xdje42@gmail.com>
6893
6894 * symmisc.c (dump_symtab_1): Print owning compunit for identical
6895 blockvectors.
6896
6897 2016-04-20 Yao Qi <yao.qi@linaro.org>
6898
6899 * aarch32-linux-nat.c: Include "arch/arm-linux.h".
6900
6901 2016-04-20 Yao Qi <yao.qi@linaro.org>
6902
6903 * arm-linux-tdep.h (ARM_CPSR_GREGNUM): Move it to ...
6904 * arch/arm-linux.h: ... here.
6905
6906 2016-04-19 John Baldwin <jhb@FreeBSD.org>
6907
6908 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Change xstateregs
6909 to void *.
6910 (amd64bsd_store_inferior_registers): Likewise.
6911 * fbsd-nat.c (resume_one_thread_cb): Explicitly cast data to ptid_t *.
6912 (resume_all_threads_cb): Likewise.
6913 * i386bsd-nat.c (i386bsd_supply_gregset): Cast gregs to char *.
6914 (i386bsd_collect_gregset): Likewise.
6915 (i386bsd_fetch_inferior_registers): Change xstateregs to void *.
6916 (i386bsd_store_inferior_registers): Likewise.
6917
6918 2016-04-19 John Baldwin <jhb@FreeBSD.org>
6919
6920 * main.c (setup_alternate_signal_stack): Cast to char *.
6921
6922 2016-04-19 Doug Evans <xdje42@gmail.com>
6923
6924 * symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.
6925 All callers updated.
6926
6927 2016-04-19 Doug Evans <xdje42@gmail.com>
6928
6929 PR gdb/17911
6930 * source.c (is_regular_file): New arg errno_ptr.
6931 All callers updated.
6932
6933 2016-04-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
6934
6935 * linux-record.c (record_linux_system_call): Merge handling for
6936 readlink/recv/read and pipe/pipe2.
6937
6938 2016-04-14 Walfred Tedeschi <walfred.tedeschi@intel.com>
6939
6940 * features/i386/amd64-mpx-linux.xml: Remove AVX feature.
6941 * features/i386/amd64-mpx.xml: Remove AVX feature.
6942 * features/i386/i386-mpx-linux.xml: Remove AVX feature.
6943 * features/i386/i386-mpx.xml: Remove AVX feature.
6944 * features/i386/amd64-mpx-linux.c: Regenerate.
6945 * features/i386/amd64-mpx.c: Regenerate.
6946 * features/i386/i386-mpx-linux.c: Regenerate.
6947 * features/i386/i386-mpx.c: Regenerate.
6948 * regformats/i386/amd64-mpx-linux.dat: Regenerate.
6949 * regformats/i386/amd64-mpx.dat: Regenerate.
6950 * regformats/i386/i386-mpx-linux.dat: Regenerate.
6951 * regformats/i386/i386-mpx.dat: Regenerate.
6952
6953 2016-04-16 Walfred Tedeschi <walfred.tedeschi@intel.com>
6954
6955 * amd64-linux-tdep.c (features/i386/amd64-avx-mpx-linux.c):
6956 New include.
6957 (amd64_linux_core_read_description): Add case for
6958 X86_XSTATE_AVX_MPX_MASK.
6959 (_initialize_amd64_linux_tdep): Call initialize_tdesc_amd64_avx_mpx_linux.
6960 * amd64-linux-tdep.h (tdesc_amd64_avx_mpx_linux): New definition.
6961 * amd64-tdep.c (features/i386/amd64-avx-mpx.c): New include.
6962 (amd64_target_description): Add case for X86_XSTATE_AVX_MPX_MASK.
6963 (_initialize_amd64_tdep): Call initialize_tdesc_amd64_avx_mpx.
6964 * common/x86-xstate.h (X86_XSTATE_MPX_MASK): Remove AVX bits.
6965 (X86_XSTATE_AVX_MPX_MASK): New case.
6966 * features/Makefile (i386/i386-avx-mpx, i386/i386-avx-mpx-linux)
6967 (i386/amd64-avx-mpx, i386/amd64-avx-mpx-linux): New rules.
6968 (i386/i386-avx-mpx-expedite, i386/i386-avx-mpx-linux-expedite)
6969 (i386/amd64-avx-mpx-expedite, i386/amd64-avx-mpx-linux-expedite):
6970 New expedites.
6971 * i386-linux-tdep.c (features/i386/i386-avx-mpx-linux.c): New
6972 include.
6973 (i386_linux_core_read_description): Add case
6974 X86_XSTATE_AVX_MPX_MASK.
6975 (_initialize_i386_linux_tdep): Call
6976 initialize_tdesc_i386_avx_mpx_linux.
6977 * i386-linux-tdep.h (tdesc_i386_avx_mpx_linux): New include.
6978 * i386-tdep.c (features/i386/i386-avx-mpx.c): New include.
6979 (i386_target_description): Add case for X86_XSTATE_AVX_MPX_MASK.
6980 * x86-linux-nat.c (x86_linux_read_description): Add case for
6981 X86_XSTATE_AVX_MPX_MASK.
6982 * features/i386/amd64-avx-mpx-linux.xml: New file.
6983 * features/i386/i386-avx-mpx-linux.xml: New file.
6984 * features/i386/i386-avx-mpx.xml: New file.
6985 * features/i386/amd64-avx-mpx.xml: New file.
6986 * features/i386/amd64-avx-mpx-linux.c: Generated.
6987 * features/i386/amd64-avx-mpx.c: Generated.
6988 * features/i386/i386-avx-mpx-linux.c: Generated.
6989 * features/i386/i386-avx-mpx.c: Generated.
6990 * regformats/i386/amd64-avx-mpx-linux.dat: Generated.
6991 * regformats/i386/amd64-avx-mpx.dat: Generated.
6992 * regformats/i386/i386-avx-mpx-linux.dat: Generated.
6993 * regformats/i386/i386-avx-mpx.dat: Generated.
6994
6995 2016-04-18 Pedro Alves <palves@redhat.com>
6996
6997 * ptrace.m4 (GDB_AC_PTRACE): Don't run tests in C++ mode.
6998 * configure: Regenerate.
6999
7000 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7001
7002 * valops.c (value_addr): For C++ references, set the copied value's
7003 enclosing_type as well.
7004
7005 2016-04-18 Yao Qi <yao.qi@linaro.org>
7006
7007 Revert:
7008 2016-04-15 Yao Qi <yao.qi@linaro.org>
7009
7010 * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
7011 PC is far from the end of function.
7012
7013 2016-04-16 Pedro Alves <palves@redhat.com>
7014
7015 * ada-exp.y (yydefred): Define as ada_yydefred.
7016
7017 2016-04-15 Pedro Alves <palves@redhat.com>
7018
7019 * ada-lang.c (ada_lookup_struct_elt_type): Constify 'type_str' and
7020 'name_str' locals.
7021
7022 2016-04-15 Pedro Alves <palves@redhat.com>
7023
7024 * btrace.c (pt_btrace_insn_flags): Change return type to
7025 btrace_insn_flags. Use btrace_insn_flags for local.
7026
7027 2016-04-15 Pedro Alves <palves@redhat.com>
7028
7029 * nat/linux-ptrace.h [__mips__] (GDB_ARCH_IS_TRAP_BRKPT): Also
7030 accept TRAP_BRKPT.
7031 [__mips__] (GDB_ARCH_IS_TRAP_HWBKPT): Also accept TRAP_HWBKPT.
7032
7033 2016-04-15 Yao Qi <yao.qi@linaro.org>
7034
7035 * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
7036 PC is far from the end of function.
7037
7038 2016-04-14 Pedro Alves <palves@redhat.com>
7039
7040 * cli/cli-cmds.c (alias_usage_error): New function.
7041 (alias_command): Use it.
7042 * ctf.c (ctf_save_metadata_header): Inline metadata_fmt local in
7043 ctf_save_write_metadata call.
7044
7045 2016-04-14 Pedro Alves <palves@redhat.com>
7046
7047 * ada-typeprint.c (print_fixed_point_type): Don't pass float as
7048 argument to function expecting LONGEST.
7049 * value.c (unpack_long): Add casts to LONGEST.
7050
7051 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7052
7053 * exec.c (exec_file_locate_attach): Guard a couple functions
7054 that can throw errors.
7055 (exception_print_same): New helper function.
7056
7057 2016-04-13 Pedro Alves <palves@redhat.com>
7058
7059 PR remote/19840
7060 * remote.c (struct remote_state) <last_resume_exec_dir>: New
7061 field.
7062 (new_remote_state): Default last_resume_exec_dir to EXEC_FORWARD.
7063 (remote_open_1): Reset last_resume_exec_dir to EXEC_FORWARD.
7064 (remote_resume): Store the last execution direction.
7065 (remote_execution_direction): New function.
7066 (init_remote_ops): Install it as to_execution_direction target_ops
7067 method.
7068
7069 2016-04-12 Pedro Alves <palves@redhat.com>
7070
7071 * common/common-exceptions.h (GDB_XCPT_TRY): Update comment.
7072 [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
7073
7074 2016-04-12 Pedro Alves <palves@redhat.com>
7075
7076 * common/common-exceptions.c (struct catcher) <buf>: Now a
7077 'jmp_buf' instead of SIGJMP_BUF.
7078 (exceptions_state_mc_init): Change return type to 'jmp_buf'.
7079 (throw_exception): Use longjmp instead of SIGLONGJMP.
7080 * common/common-exceptions.h: Include <setjmp.h> instead of
7081 "gdb_setjmp.h".
7082 (exceptions_state_mc_init): Change return type to 'jmp_buf'.
7083 [GDB_XCPT == GDB_XCPT_SJMP] (TRY): Use setjmp instead of
7084 SIGSETJMP.
7085 * cp-support.c: Include "gdb_setjmp.h".
7086
7087 2016-04-12 Pedro Alves <palves@redhat.com>
7088
7089 * common/common-exceptions.c (exception_rethrow): Remove
7090 prepare_to_throw_exception call.
7091 * common/common-exceptions.h (prepare_to_throw_exception): Delete
7092 declaration.
7093 * exceptions.c (prepare_to_throw_exception): Delete.
7094
7095 2016-04-12 Pedro Alves <palves@redhat.com>
7096
7097 * target.c (target_check_pending_interrupt): Delete.
7098 * target.h (struct target_ops) <to_check_pending_interrupt>:
7099 Remove method.
7100 (target_check_pending_interrupt): Remove declaration.
7101 * target-delegates.c: Regenerate.
7102
7103 2016-04-12 Pedro Alves <palves@redhat.com>
7104
7105 * defs.h: Update comments on SIGINT handling.
7106 (immediate_quit): Delete declaration.
7107 * event-loop.c (call_async_signal_handler): Delete.
7108 * event-loop.h (call_async_signal_handler): Delete declaration.
7109 (mark_async_signal_handler): Update comments.
7110 (gdb_call_async_signal_handler): Delete declaration.
7111 * event-top.c (handle_sigint): Call mark_async_signal_handler
7112 instead of gdb_call_async_signal_handler.
7113 * exceptions.c (prepare_to_throw_exception): Remove reference to
7114 immediate_quit.
7115 (exception_fprintf): Remove comments about immediate_quit.
7116 * mingw-hdep.c (sigint_event, sigint_handler): Delete.
7117 (gdb_select): Don't wait on sigint_event.
7118 (gdb_call_async_signal_handler): Delete.
7119 (_initialize_mingw_hdep): Delete.
7120 * posix-hdep.c (gdb_call_async_signal_handler): Delete.
7121 * utils.c (immediate_quit): Delete.
7122
7123 2016-04-12 Pedro Alves <palves@redhat.com>
7124
7125 * defs.h (quit_handler_ftype, quit_handler)
7126 (make_cleanup_override_quit_handler, default_quit_handler): New.
7127 (QUIT): Adjust comments.
7128 * event-top.c (default_quit_handler): New function.
7129 (quit_handler): New global.
7130 (struct quit_handler_cleanup_data): New.
7131 (restore_quit_handler, restore_quit_handler_dtor)
7132 (make_cleanup_override_quit_handler): New.
7133 (async_request_quit): Call QUIT.
7134 * remote.c (struct remote_state) <got_ctrlc_during_io>: New field.
7135 (async_sigint_remote_twice_token, async_sigint_remote_token):
7136 Delete.
7137 (remote_close): Update comments.
7138 (remote_start_remote): Don't set immediate_quit. Set starting_up
7139 earlier.
7140 (remote_serial_quit_handler, remote_unpush_and_throw): New
7141 functions.
7142 (remote_open_1): Clear got_ctrlc_during_io. Set
7143 remote_async_terminal_ours_p unconditionally.
7144 (async_initialize_sigint_signal_handler)
7145 (async_handle_remote_sigint, async_handle_remote_sigint_twice)
7146 (remote_check_pending_interrupt, async_remote_interrupt)
7147 (async_remote_interrupt_twice)
7148 (async_cleanup_sigint_signal_handler, ofunc)
7149 (sync_remote_interrupt, sync_remote_interrupt_twice): Delete.
7150 (remote_terminal_inferior, remote_terminal_ours): Remove async
7151 checks.
7152 (remote_wait_as): Don't install a SIGINT handler in sync mode.
7153 (readchar, remote_serial_write): Override the quit handler with
7154 remote_serial_quit_handler.
7155 (getpkt_or_notif_sane_1): Don't call QUIT.
7156 (initialize_remote_ops): Don't install
7157 remote_check_pending_interrupt.
7158 (_initialize_remote): Don't create async_sigint_remote_token and
7159 async_sigint_remote_twice_token.
7160 * ser-base.c (ser_base_wait_for): Call QUIT and use
7161 interruptible_select.
7162 (ser_base_write): Call QUIT.
7163 * ser-go32.c (dos_readchar, dos_write): Call QUIT.
7164 * ser-unix.c (wait_for): Don't use VTIME. Always take the
7165 gdb_select path, but call QUIT and interruptible_select.
7166 * utils.c (maybe_quit): Call the current quit handler. Don't call
7167 target_check_pending_interrupt.
7168 (defaulted_query, prompt_for_continue): Override the quit handler
7169 with the default quit handler.
7170
7171 2016-04-12 Pedro Alves <palves@redhat.com>
7172
7173 * tui/tui-hooks.c (tui_target_has_run): Delete.
7174 (tui_about_to_proceed): Delete.
7175 (tui_about_to_proceed_observer): Delete.
7176 (tui_install_hooks, tui_remove_hooks): Don't install/remove an
7177 about_to_proceed observer.
7178
7179 2016-04-12 Pedro Alves <palves@redhat.com>
7180
7181 * mi/mi-interp.c (mi_new_thread): Put
7182 target_terminal_ours_for_output in effect while outputting.
7183 (mi_thread_exit): Use target_terminal_ours_for_output instead of
7184 target_terminal_ours.
7185 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
7186 (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
7187 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
7188 (mi_breakpoint_created, mi_breakpoint_deleted)
7189 (mi_breakpoint_modified, mi_solib_loaded, mi_solib_unloaded)
7190 (mi_command_param_changed, mi_memory_changed)
7191 (report_initial_inferior): Use target_terminal_ours_for_output
7192 instead of target_terminal_ours. Restore terminal settings.
7193 * mi/mi-main.c (mi_execute_command): Use
7194 target_terminal_ours_for_output instead of target_terminal_ours.
7195 Restore terminal settings.
7196
7197 2016-04-12 Pedro Alves <palves@redhat.com>
7198
7199 PR gdb/19828
7200 * gnu-nat.c (inf_validate_task_sc): Don't call
7201 target_terminal_ours / target_terminal_inferior around query.
7202 * i386-tdep.c (i386_record_lea_modrm, i386_process_record): Don't
7203 call target_terminal_ours / target_terminal_inferior around
7204 yquery.
7205 * linux-record.c (record_linux_system_call): Don't call
7206 target_terminal_ours / target_terminal_inferior around yquery.
7207 * nto-procfs.c (interrupt_query): Don't call target_terminal_ours
7208 / target_terminal_inferior around query.
7209 * record-full.c (record_full_check_insn_num): Remove
7210 'set_terminal' parameter. Don't call target_terminal_ours /
7211 target_terminal_inferior around query.
7212 (record_full_message, record_full_registers_change)
7213 (record_full_xfer_partial): Adjust.
7214 * remote.c (interrupt_query): Don't call target_terminal_ours /
7215 target_terminal_inferior around query.
7216 * utils.c (defaulted_query): Install cleanup to restore target
7217 terminal. Put target_terminal_ours_for_output in effect while
7218 defaulted producing, and target_terminal_ours in in effect while
7219 handling input.
7220 (prompt_for_continue): Install cleanup to restore target terminal.
7221 Put target_terminal_ours in in effect while handling input.
7222
7223 2016-04-12 Pedro Alves <palves@redhat.com>
7224
7225 * utils.c (defaulted_query, prompt_for_continue): Free temporary
7226 strings with cleanups, instead of xfree.
7227
7228 2016-04-12 Pedro Alves <palves@redhat.com>
7229
7230 * utils.c (vwarning, internal_vproblem): Use
7231 make_cleanup_restore_target_terminal and
7232 target_terminal_ours_for_output.
7233
7234 2016-04-12 Pedro Alves <palves@redhat.com>
7235
7236 * infcmd.c (post_create_inferior, prepare_one_step): Use
7237 target_terminal_ours_for_output instead of target_terminal_ours.
7238
7239 2016-04-12 Pedro Alves <palves@redhat.com>
7240
7241 * exceptions.c (print_flush): Use target_terminal_ours_for_output
7242 instead of target_terminal_ours, and restore target terminal with
7243 a cleanup.
7244
7245 2016-04-12 Pedro Alves <palves@redhat.com>
7246
7247 * cp-support.c (gdb_demangle): Use target_terminal_ours_for_output
7248 instead of target_terminal_ours, and restore target terminal with
7249 a cleanup.
7250
7251 2016-04-12 Pedro Alves <palves@redhat.com>
7252
7253 * ada-lang.c (type_as_string, type_as_string_and_cleanup): New
7254 functions.
7255 (ada_lookup_struct_elt_type): Use type_as_string_and_cleanup.
7256
7257 2016-04-12 Pedro Alves <palves@redhat.com>
7258
7259 * ser-base.c (fd_event): Retry read_prim on EINTR.
7260 (do_ser_base_readchar): Retry read_prim on EINTR.
7261 (ser_base_write): Retry write_prim on EINTR.
7262 * ser-unix.c (ser_unix_read_prim): Don't retry on EINTR here.
7263 (ser_unix_write_prim): Remove comment.
7264
7265 2016-04-12 Pedro Alves <palves@redhat.com>
7266
7267 * remote.c (remote_pass_ctrlc): New function.
7268 (init_remote_ops): Install it.
7269 * target.c (target_terminal_inferior): Pass pending Ctrl-C to the
7270 target.
7271 (target_pass_ctrlc, default_target_pass_ctrlc): New functions.
7272 * target.h (struct target_ops) <to_pass_ctrlc>: New method.
7273 (target_pass_ctrlc, default_target_pass_ctrlc): New declarations.
7274 * target-delegates.c: Regenerate.
7275
7276 2016-04-12 Pedro Alves <palves@redhat.com>
7277
7278 * infcmd.c (interrupt_target_1): Call target_stop is in non-stop
7279 mode.
7280 * linux-nat.c (linux_nat_interrupt): Delete.
7281 (linux_nat_add_target): Don't install linux_nat_interrupt.
7282 * remote.c (remote_interrupt_ns): Change return type to void.
7283 Throw error if interrupting the target is not supported.
7284 (remote_interrupt): Don't call the remote_stop_ns/remote_stop_as.
7285
7286 2016-04-12 Pedro Alves <palves@redhat.com>
7287
7288 * defs.h (clear_quit_flag): Remove declaration.
7289 * extension-priv.h (struct extension_language_ops)
7290 <clear_quit_flag>: Remove field and update comments.
7291 * extension.c (clear_quit_flag): Delete.
7292 * guile/guile.c (guile_extension_ops): Adjust.
7293 * python/python.c (python_extension_ops): Adjust.
7294 (gdbpy_clear_quit_flag): Delete.
7295
7296 2016-04-12 Pedro Alves <palves@redhat.com>
7297
7298 * main.c (captured_main): Don't clear the quit flag.
7299
7300 2016-04-12 Pedro Alves <palves@redhat.com>
7301
7302 * exceptions.c (prepare_to_throw_exception): Don't clear the quit
7303 flag.
7304
7305 2016-04-12 Pedro Alves <palves@redhat.com>
7306
7307 * event-top.c (command_handler): Don't call clear_quit_flag.
7308
7309 2016-04-12 Pedro Alves <palves@redhat.com>
7310
7311 * remote-sim.c (gdb_os_poll_quit): Don't call clear_quit_flag.
7312 * remote.c (remote_wait_as): Don't call clear_quit_flag.
7313
7314 2016-04-12 Pedro Alves <palves@redhat.com>
7315
7316 * python/python.c: Include "ser-event.h".
7317 (gdbpy_event_fds): Delete.
7318 (gdbpy_serial_event): New.
7319 (gdbpy_run_events): Change prototype. Use serial_event_clear
7320 instead of serial_readchar.
7321 (gdbpy_post_event): Use serial_event_set instead of serial_write.
7322 (gdbpy_initialize_events): Use make_serial_event instead of
7323 serial_pipe.
7324
7325 2016-04-12 Pedro Alves <palves@redhat.com>
7326
7327 * defs.h: Extend QUIT-related comments to mention
7328 interruptible_select.
7329 (quit_serial_event_set, quit_serial_event_clear): Declare.
7330 * event-top.c: Include "ser-event.h" and "gdb_select.h".
7331 (quit_serial_event): New global.
7332 (async_init_signals): Make quit_serial_event.
7333 (quit_serial_event_set, quit_serial_event_clear)
7334 (quit_serial_event_fd, interruptible_select): New functions.
7335 * extension.c (set_quit_flag): Set the quit serial event.
7336 (check_quit_flag): Clear the quit serial event.
7337 * gdb_select.h (interruptible_select): New declaration.
7338 * guile/scm-ports.c (ioscm_input_waiting): Use
7339 interruptible_select instead of gdb_select.
7340 * top.c (gdb_readline_no_editing): Likewise.
7341 * ui-file.c (stdio_file_read): Likewise.
7342
7343 2016-04-12 Pedro Alves <palves@redhat.com>
7344
7345 * event-loop.c: Include "ser-event.h".
7346 (async_signal_handlers_serial_event): New global.
7347 (async_signals_handler, initialize_async_signal_handlers): New
7348 functions.
7349 (mark_async_signal_handler): Set
7350 async_signal_handlers_serial_event.
7351 (invoke_async_signal_handlers): Clear
7352 async_signal_handlers_serial_event.
7353 * event-top.c (async_init_signals): Call
7354 initialize_async_signal_handlers.
7355
7356 2016-04-12 Pedro Alves <palves@redhat.com>
7357
7358 * Makefile.in (SFILES): Add ser-event.c.
7359 (HFILES_NO_SRCDIR): Add ser-event.h.
7360 (COMMON_OBS): Add ser-event.o.
7361 * ser-event.c, ser-event.h: New files.
7362 * serial.c (new_serial): New function, factored out from
7363 (serial_fdopen_ops): ... this.
7364 (serial_open_ops_1): New function, factored out from
7365 (serial_open): ... this.
7366 (serial_open_ops): New function.
7367 * serial.h (struct serial): Forware declare.
7368 (serial_open_ops): New declaration.
7369
7370 2016-04-12 Pedro Alves <palves@redhat.com>
7371
7372 * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
7373 Remove references to name.
7374 * serial.h (struct serial) <name>: Delete.
7375
7376 2016-04-12 Pedro Alves <palves@redhat.com>
7377
7378 * remote-fileio.c (sigint_fileio_token, remote_fio_no_longjmp):
7379 Delete.
7380 (async_remote_fileio_interrupt): Delete.
7381 (remote_fileio_ctrl_c_signal_handler): Don't call the async signal
7382 handler. Instead just always set the ctrl_c flag.
7383 (remote_fileio_reply): Clear remote_fio_ctrl_c_flag before
7384 re-enabling the SIGINT handler.
7385 (remote_fileio_func_open, remote_fileio_func_close)
7386 (remote_fileio_func_read, remote_fileio_func_write)
7387 (remote_fileio_func_lseek, remote_fileio_func_rename)
7388 (remote_fileio_func_unlink, remote_fileio_func_stat)
7389 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
7390 (remote_fileio_func_isatty, remote_fileio_func_system)
7391 (remote_fileio_request): Remove references to
7392 remote_fio_no_longjmp.
7393 (initialize_remote_fileio): Don't create an async signal handler.
7394
7395 2016-04-12 Pedro Alves <palves@redhat.com>
7396
7397 * event-top.c (stdin_event_handler): Call QUIT;
7398 (prompt_for_continue): Don't run with immediate_quit set.
7399
7400 2016-04-12 Pedro Alves <palves@redhat.com>
7401
7402 * tui/tui-io.c (tui_redisplay_readline): Check
7403 gdb_in_secondary_prompt_p instead of immediate_quit.
7404 * tui/tui.c: Include top.h.
7405 (tui_rl_startup_hook): Check gdb_in_secondary_prompt_p instead of
7406 immediate_quit.
7407
7408 2016-04-12 Pedro Alves <palves@redhat.com>
7409
7410 * top.c (read_command_file): Inline command_loop here.
7411 (command_loop): Delete.
7412
7413 2016-04-12 Pedro Alves <palves@redhat.com>
7414
7415 * top.c: Include "gdb_select.h".
7416 (gdb_readline_no_editing): Wait for input with gdb_select instead
7417 of blocking in fgetc.
7418 (command_line_input): Don't set immediate_quit.
7419
7420 2016-04-08 Martin Galvan <martin.galvan@tallertechnologies.com>
7421
7422 * value.c (value_next): Make pass-by-reference parameters const-correct.
7423 (value_parent): Likewise.
7424 (value_enclosing_type): Likewise.
7425 (value_lazy): Likewise.
7426 (value_stack): Likewise.
7427 (value_embedded_offset): Likewise.
7428 (value_pointed_to_offset): Likewise.
7429 (value_raw_address): Likewise.
7430 (deprecated_value_modifiable): Likewise.
7431 (value_free_to_mark): Likewise.
7432 (value_release_to_mark): Likewise.
7433 (internalvar_name): Likewise.
7434 (readjust_indirect_value_type): Likewise.
7435 (value_initialized): Likewise.
7436 * value.h (value_next): Likewise.
7437 (value_parent): Likewise.
7438 (value_enclosing_type): Likewise.
7439 (value_lazy): Likewise.
7440 (value_stack): Likewise.
7441 (value_embedded_offset): Likewise.
7442 (value_pointed_to_offset): Likewise.
7443 (value_raw_address): Likewise.
7444 (deprecated_value_modifiable): Likewise.
7445 (value_free_to_mark): Likewise.
7446 (value_release_to_mark): Likewise.
7447 (internalvar_name): Likewise.
7448 (readjust_indirect_value_type): Likewise.
7449 (value_initialized): Likewise.
7450
7451 2016-04-07 Yao Qi <yao.qi@linaro.org>
7452
7453 * record-full.c (record_full_insert_breakpoint): Return
7454 early if entry on the address is found in
7455 record_full_breakpoints.
7456
7457 2016-04-07 Yao Qi <yao.qi@linaro.org>
7458
7459 * record-full.c (record_full_insert_breakpoint): Set
7460 bp_tgt->reqstd_address and bp_tgt->placed_size.
7461
7462 2016-04-06 Don Breazeal <donb@codesourcery.com>
7463
7464 * value.c (value_actual_type): Don't try to get rtti type
7465 of the value if it has been optimized out.
7466 (value_optimized_out): If a memory access error occurs,
7467 just check vaue->optimized_out.
7468
7469 2016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7470
7471 Revert the previous commit adding unknown_v_replies_ok.
7472
7473 2016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7474
7475 * remote.c (struct remote_state): New field unknown_v_replies_ok.
7476 (packet_config_support): Read it.
7477 (remote_start_remote): Set it.
7478
7479 2016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7480
7481 * remote.c: Revert check-in by a mistake in the previous commit.
7482
7483 2016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7484 Pedro Alves <palves@redhat.com>
7485
7486 * exec.c (exec_file_locate_attach): Print warning for unsupported
7487 target_pid_to_exec_file.
7488 * symfile-mem.c (add_vsyscall_page): Remove the "file" command
7489 message part.
7490
7491 2016-04-04 Simon Marchi <simon.marchi@ericsson.com>
7492
7493 * cli/cli-decode.c (help_cmd_list): Fix function doc and remove
7494 trailing spaces.
7495
7496 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7497
7498 PR gdb/19820
7499 * eval.c (evaluate_subexp_standard): Allow TYPE_CODE_ENUM to be
7500 the type of BINOP_REPEAT's second operand.
7501
7502 2016-03-31 Yichao Yu <yyc1992@gmail.com>
7503
7504 PR gdb/19858
7505 * jit.c (jit_breakpoint_re_set_internal): Return 0 if we already
7506 got the breakpoint at the right address.
7507 (jit_inferior_created): New function.
7508 (_initialize_jit): Install jit_inferior_created as
7509 inferior_created observer.
7510
7511 2016-03-31 Marcin Kościelnicki <koriakin@0x04.net>
7512
7513 * NEWS: Mention support for tracepoints on powerpc*-linux.
7514
7515 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7516
7517 PR python/19743
7518 * python/python.c (execute_gdb_command): Use console uiout
7519 when executing gdb command.
7520 * utils.c (restore_ui_out_closure): New structure.
7521 (do_restore_ui_out): New function.
7522 (make_cleanup_restore_ui_out): Likewise.
7523 * utils.h (make_cleanup_restore_ui_out): Declare.
7524
7525 2016-03-31 Pedro Alves <palves@redhat.com>
7526
7527 * NEWS: Mention that support for "target m32rsdi", "target mips",
7528 "target pmon", "target ddb", "target rockhopper", and "target lsi"
7529 was removed.
7530 * Makefile.in (ALL_TARGET_OBS): Remove remote-m32r-sdi.o and
7531 remote-mips.o.
7532 (ALLDEPFILES): Remove remote-m32r-sdi.c and remote-mips.c.
7533 * configure.tgt: Remove all references to remote-m32r-sdi.o and
7534 remote-mips.o.
7535 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Delete
7536 function.
7537 * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Delete
7538 declaration.
7539 * remote-m32r-sdi.c, remote-mips.c: Delete files.
7540 * symfile.c (generic_load, generic_load): Remove comments.
7541
7542 2016-03-30 Yao Qi <yao.qi@linaro.org>
7543
7544 * arm-tdep.c (arm_epilogue_frame_this_id): Check 'func' against
7545 0 rather than NULL.
7546
7547 2016-03-30 Yao Qi <yao.qi@linaro.org>
7548
7549 * arm-tdep.c: (arm_make_epilogue_frame_cache): New function.
7550 (arm_epilogue_frame_this_id): New function.
7551 (arm_epilogue_frame_prev_register): New function.
7552 (arm_epilogue_frame_sniffer): New function.
7553 (arm_epilogue_frame_unwind): New.
7554 (arm_gdbarch_init): Append unwinder arm_epilogue_frame_unwind.
7555
7556 2016-03-30 Yao Qi <yao.qi@linaro.org>
7557
7558 * arm-tdep.c (arm_stack_frame_destroyed_p): Rename it ...
7559 (arm_stack_frame_destroyed_p_1): ... here. Don't call
7560 arm_pc_is_thumb.
7561 (arm_stack_frame_destroyed_p): Call
7562 thumb_stack_frame_destroyed_p and
7563 arm_stack_frame_destroyed_p_1.
7564
7565 2016-03-30 Doug Evans <dje@google.com>
7566
7567 * python/py-utils.c (host_string_to_python_string): New function.
7568 * python/python-internal.h (host_string_to_python_string): Declare it.
7569 * python/py-*.c (*): Update all calls to
7570 PyString_Decode (str, strlen (str), host_charset (), NULL);
7571 to use host_string_to_python_string instead.
7572
7573 2016-03-30 Marcin Kościelnicki <koriakin@0x04.net>
7574
7575 * remote.c (remote_check_symbols): Allocate own buffer for reply.
7576
7577 2016-03-29 Max Filippov <jcmvbkbc@gmail.com>
7578
7579 * xtensa-tdep.c (xtensa_frame_cache): Change op1 type to LONGEST.
7580 Use safe_read_memory_integer instead of read_memory_integer.
7581
7582 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7583
7584 * NEWS: Mention support for tracepoints on s390*-linux.
7585
7586 2016-03-29 Don Breazeal <donb@codesourcery.com>
7587
7588 * gdb/value.c (value_actual_type): Fix formatting issue.
7589
7590 2016-03-23 Yao Qi <yao.qi@linaro.org>
7591
7592 * gdbarch.sh (software_single_step): Remove comments.
7593 * gdbarch.h: Regenerated.
7594
7595 2016-03-21 Yao Qi <yao.qi@linaro.org>
7596
7597 * arm-tdep.c (arm_record_media): New.
7598 (arm_record_ld_st_reg_offset): Call arm_record_media.
7599
7600 2016-03-21 Yao Qi <yao.qi@linaro.org>
7601
7602 * arm-linux-tdep.c (arm_canonicalize_syscall): Canonicalize
7603 more syscalls.
7604
7605 2016-03-18 Yao Qi <yao.qi@linaro.org>
7606
7607 * sparc-tdep.c (sparc_software_single_step): Make it static.
7608 * sparc-tdep.h (sparc_software_single_step): Remove declaration.
7609
7610 2016-03-18 Yao Qi <yao.qi@linaro.org>
7611
7612 * spu-tdep.c (spu_software_single_step): Throw error when
7613 target_read_memory fails.
7614
7615 2016-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7616
7617 * linux-thread-db.c (check_pid_namespace_match): Extend the message.
7618
7619 2016-03-17 Pedro Alves <palves@redhat.com>
7620 Don Breazeal <donb@codesourcery.com>
7621
7622 PR remote/19496
7623 * infcmd.c (notice_new_inferior): Use the 'leave_running' argument
7624 instead of checking the 'non_stop' global.
7625 * remote.c (remote_add_thread): New parameter 'executing'. Use it
7626 to set the new thread's executing state.
7627 (remote_notice_new_inferior): Rename parameter 'running' to
7628 'executing'. Always set the thread state to THREAD_RUNNING in
7629 non-stop mode, and to THREAD_STOPPED in all-stop mode. Pass
7630 EXECUTING to remote_add_thread and notice_new_inferior.
7631 (remote_update_thread_list): Update to pass executing state, not
7632 running state.
7633
7634 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7635
7636 * syscalls/s390-linux.xml: Add NUMA syscalls and new syscalls up
7637 to 374.
7638 * syscalls/s390x-linux.xml: Likewise.
7639
7640 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7641
7642 * linux-record.c (record_mem_at_reg): New helper function.
7643 (record_linux_system_call): Exploit new helper function where
7644 applicable.
7645
7646 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7647
7648 * linux-record.c: Fix whitespace issues; tabify, remove trailing
7649 spaces.
7650
7651 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7652
7653 * linux-record.c (record_linux_system_call): Add missing return
7654 statements to handling of pipe and pipe2 syscalls.
7655
7656 2016-03-16 Doug Evans <dje@google.com>
7657
7658 * xml-tdesc.c (tdesc_start_enum): Fix c++ build.
7659
7660 2016-03-16 Yao Qi <yao.qi@linaro.org>
7661
7662 * arm-linux-tdep.c (arm_linux_init_abi): Fix
7663 arm_linux_record_tdep.arg1, arm_linux_record_tdep.arg2 and
7664 arm_linux_record_tdep.arg3. Set arm_linux_record_tdep.arg4,
7665 arm_linux_record_tdep.arg5, arm_linux_record_tdep.arg6, and
7666 arm_linux_record_tdep.arg7.
7667
7668 2016-03-15 Keith Seitz <keiths@redhat.com>
7669
7670 PR breakpoints/18303
7671 * cp-namespace.c (cp_lookup_bare_symbol): Change assertion to
7672 look for "::" instead of simply ":".
7673 (cp_search_static_and_baseclasses): Return null_block_symbol for
7674 malformed input.
7675 Remove assertions.
7676 * cp-support.c (cp_find_first_component_aux): Do not return
7677 a prefix length for ':' unless the next character is also ':'.
7678
7679 2016-03-15 Doug Evans <dje@google.com>
7680
7681 * features/aarch64-core.xml (cpsr_flags): New flags type.
7682 (cpsr): Use it.
7683 * features/aarch64.c: Regenerate.
7684
7685 2016-03-15 Doug Evans <dje@google.com>
7686
7687 * features/i386/32bit-core.xml (i386_eflags): Remove "end" spec.
7688 * features/i386/32bit-sse.xml (i386_eflags): Ditto.
7689 * features/i386/64bit-core.xml (i386_eflags): Ditto.
7690 * features/i386/64bit-sse.xml (i386_eflags): Ditto.
7691 * features/i386/x32-core.xml (i386_eflags): Ditto.
7692
7693 2016-03-15 Doug Evans <dje@google.com>
7694 Wei-cheng Wang <cole945@gmail.com>
7695
7696 Extend flags to support multibit and enum bitfields.
7697 * NEWS: Document new features.
7698 * c-typeprint.c (c_type_print_varspec_prefix): Handle TYPE_CODE_FLAGS.
7699 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
7700 * gdbtypes.c (arch_flags_type): Don't assume all fields are one bit.
7701 (append_flags_type_field): New function.
7702 (append_flags_type_flag): Call it.
7703 * gdbtypes.h (append_flags_type_field): Declare.
7704 * target-descriptions.c (struct tdesc_type_flag): Delete.
7705 (enum tdesc_type_kind) <TDESC_TYPE_BOOL>: New enum value.
7706 (enum tdesc_type_kind) <TDESC_TYPE_ENUM>: Ditto.
7707 (struct tdesc_type) <u.f>: Delete.
7708 (tdesc_predefined_types): Add "bool".
7709 (tdesc_predefined_type): New function.
7710 (tdesc_gdb_type): Handle TDESC_TYPE_BOOL, TDESC_TYPE_ENUM.
7711 Update TDESC_TYPE_FLAGS support.
7712 (tdesc_free_type): Handle TDESC_TYPE_ENUM. Update TDESC_TYPE_FLAGS.
7713 (tdesc_create_flags): Update.
7714 (tdesc_create_enum): New function.
7715 (tdesc_add_field): Initialize start,end to -1.
7716 (tdesc_add_typed_bitfield): New function.
7717 (tdesc_add_bitfield): Call it.
7718 (tdesc_add_flag): Allow TDESC_TYPE_STRUCT. Update.
7719 (tdesc_add_enum_value): New function.
7720 (maint_print_c_tdesc_cmd): Fold TDESC_TYPE_FLAGS support into
7721 TDESC_TYPE_STRUCT. Handle TDESC_TYPE_ENUM.
7722 * target-descriptions.h (tdesc_create_enum): Declare.
7723 (tdesc_add_typed_bitfield, tdesc_add_enum_value): Declare.
7724 * valprint.c (generic_val_print_enum_1): New function.
7725 (generic_val_print_enum): Call it.
7726 (val_print_type_code_flags): Make static. Handle multibit bitfields
7727 and enum bitfields.
7728 * valprint.h (val_print_type_code_flags): Delete.
7729 * xml-tdesc.c (struct tdesc_parsing_data) <current_type_is_flags>:
7730 Delete. All uses removed.
7731 (tdesc_start_enum): New function.
7732 (tdesc_start_field): Handle multibit and enum bitfields.
7733 (tdesc_start_enum_value): New function.
7734 (enum_value_attributes, enum_children, enum_attributes): New static
7735 globals.
7736 (feature_children): Add "enum".
7737 * features/gdb-target.dtd (enum, evalue): New elements.
7738
7739 2016-03-15 Doug Evans <dje@google.com>
7740
7741 * target-descriptions.c (struct tdesc_type) <u.u.size>: Change type
7742 from LONGEST to int.
7743 (struct tdesc_type) <u.f.size>: Ditto.
7744 (tdesc_set_struct_size): Change type of "size" arg from LONGEST
7745 to int. Add assertion size > 0.
7746 (tdesc_create_flags): Ditto.
7747 * target-descriptions.h (tdesc_set_struct_size): Update.
7748 (tdesc_create_flags): Update.
7749 * xml-tdesc.c (MAX_FIELD_SIZE, MAX_FIELD_BITSIZE): New macros.
7750 (MAX_VECTOR_SIZE): New macro.
7751 (tdesc_start_struct): Catch conversion errors from LONGEST to int.
7752 (tdesc_start_flags, tdesc_start_field, tdesc_start_vector): Ditto.
7753
7754 2016-03-15 Doug Evans <dje@google.com>
7755
7756 * target-descriptions.c (maint_print_c_tdesc_cmd): Use "type" for
7757 TYPE_CODE_FLAGS instead of "field_type", for consistency.
7758 * features/i386/amd64-avx-linux.c: Regenerate.
7759 * features/i386/amd64-avx.c: Regenerate.
7760 * features/i386/amd64-avx512-linux.c: Regenerate.
7761 * features/i386/amd64-avx512.c: Regenerate.
7762 * features/i386/amd64-linux.c: Regenerate.
7763 * features/i386/amd64-mpx-linux.c: Regenerate.
7764 * features/i386/amd64-mpx.c: Regenerate.
7765 * features/i386/amd64.c: Regenerate.
7766 * features/i386/i386-avx-linux.c: Regenerate.
7767 * features/i386/i386-avx.c: Regenerate.
7768 * features/i386/i386-avx512-linux.c: Regenerate.
7769 * features/i386/i386-avx512.c: Regenerate.
7770 * features/i386/i386-linux.c: Regenerate.
7771 * features/i386/i386-mmx-linux.c: Regenerate.
7772 * features/i386/i386-mmx.c: Regenerate.
7773 * features/i386/i386-mpx-linux.c: Regenerate.
7774 * features/i386/i386-mpx.c: Regenerate.
7775 * features/i386/i386.c: Regenerate.
7776 * features/i386/x32-avx-linux.c: Regenerate.
7777 * features/i386/x32-avx.c: Regenerate.
7778 * features/i386/x32-avx512-linux.c: Regenerate.
7779 * features/i386/x32-avx512.c: Regenerate.
7780 * features/i386/x32-linux.c: Regenerate.
7781 * features/i386/x32.c: Regenerate.
7782
7783 2016-03-15 Pedro Alves <palves@redhat.com>
7784
7785 PR gdb/19676
7786 * linux-thread-db.c (try_thread_db_load_1): Leave
7787 info->td_ta_thr_iter_p NULL iff debugging a live process and we
7788 have /proc access.
7789 (find_new_threads_once): Assert that we have a non-NULL
7790 info->td_ta_thr_iter_p instead of checking whether the target has
7791 execution.
7792
7793 2016-03-15 Pedro Alves <palves@redhat.com>
7794
7795 PR gdb/19676
7796 * infrun.c (displaced_step_prepare): Also disable displaced
7797 stepping on NOT_SUPPORTED_ERROR.
7798 * linux-tdep.c (linux_displaced_step_location): If reading auxv
7799 fails, throw NOT_SUPPORTED_ERROR instead of generic error.
7800
7801 2016-03-13 Marcin Kościelnicki <koriakin@0x04.net>
7802
7803 * s390-linux-tdep.c (s390_gen_return_address): New function.
7804 (s390_gdbarch_init): Fill gen_return_address hook.
7805
7806 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7807
7808 * symmisc.c (maintenance_info_line_tables): New function.
7809 (maintenance_print_one_line_table): New function.
7810 (_initialize_symmisc): Register 'maint info line-table' command.
7811 * NEWS: Mention new command.
7812
7813 2016-03-11 Marcin Kościelnicki <koriakin@0x04.net>
7814
7815 * s390-linux-tdep.c (s390_ax_pseudo_register_collect): New function.
7816 (s390_ax_pseudo_register_push_stack): New function.
7817 (s390_gdbarch_init): Fill ax_pseudo_register_collect and
7818 ax_pseudo_register_push_stack hooks.
7819
7820 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7821
7822 * data-directory/Makefile.in (PYTHON_FILE_LIST): Install
7823 gdb/function/as_string.py.
7824 * python/lib/gdb/function/as_string.py: New file.
7825 * NEWS: Mention the new $_as_string function.
7826
7827 2016-03-09 Jose E. Marchesi <jose.marchesi@oracle.com>
7828
7829 * target.h: Fix doc string of target_can_use_hardware_watchpoint.
7830
7831 2016-03-09 Pedro Alves <palves@redhat.com>
7832
7833 * event-top.c (more_to_come): Delete.
7834 (struct readline_input_state): Delete.
7835 (readline_input_state): Delete.
7836 (get_command_line_buffer): New function.
7837 (command_handler): Update comments. Don't handle NULL commands
7838 here. Do not execute commented lines.
7839 (command_line_append_input_line): New function.
7840 (handle_line_of_input): New function, partly based on
7841 command_line_handler and command_line_input.
7842 (command_line_handler): Rewrite.
7843 * event-top.h (command_handler): New declaration.
7844 (command_loop): Defer command execution to command_handler.
7845 (command_line_input): Update comments. Simplify, using struct
7846 buffer and handle_line_of_input.
7847 * top.h (struct buffer): New forward declaration.
7848 (handle_line_of_input): New declaration.
7849
7850 2016-03-09 Pedro Alves <palves@redhat.com>
7851
7852 * event-top.c (command_line_handler): Use xfree + xstrdup instead
7853 of xrealloc + strcpy.
7854 * main.c (captured_main): Use xstrdup instead of xmalloc plus
7855 manual clear.
7856 * top.c (saved_command_line): Rewrite comment.
7857 (saved_command_line_size): Delete.
7858 (command_line_input): Use xfree + xstrdup instead of xrealloc +
7859 strcpy.
7860 * top.h (saved_command_line_size): Delete declaration.
7861
7862 2016-03-09 Pedro Alves <palves@redhat.com>
7863
7864 * event-top.c: Include buffer.h.
7865 (gdb_readline_no_editing_callback): Use struct buffer instead
7866 of xrealloc.
7867
7868 2016-03-09 Pedro Alves <palves@redhat.com>
7869
7870 * common/buffer.h (buffer_grow_char): New function.
7871 * top.c: Include buffer.h.
7872 (gdb_readline_no_editing): Rename 'prompt_arg' parameter to
7873 'prompt'. Use struct buffer instead of xrealloc.
7874
7875 2016-03-09 Pedro Alves <palves@redhat.com>
7876
7877 * defs.h (gdb_readline): Delete declaration.
7878 * top.c (gdb_readline): Rename to ...
7879 (gdb_readline_no_editing): ... this, and make static.
7880
7881 2016-03-09 Pedro Alves <palves@redhat.com>
7882
7883 * utils.c (prompt_for_continue): Update comments.
7884
7885 2016-03-09 Pedro Alves <palves@redhat.com>
7886
7887 * event-top.c (async_annotation_suffix): Delete.
7888 (top_level_prompt, command_line_handler): Don't use
7889 'async_annotation_suffix' and simplify.
7890 * event-top.h (async_annotation_suffix): Delete declaration.
7891 (init_main): Remove reference to 'async_annotation_suffix'.
7892
7893 2016-03-09 Pedro Alves <palves@redhat.com>
7894
7895 * event-top.c (gdb_readline2): Rename to ...
7896 (gdb_readline_no_editing_callback): ... this.
7897 (change_line_handler, stdin_event_handler)
7898 (gdb_setup_readline): Adjust.
7899 * event-top.h (gdb_readline2): Rename to ...
7900 (gdb_readline_no_editing_callback): ... this, and move closer to
7901 other readline-related declarations.
7902 * mi/mi-interp.c (mi_interpreter_resume): Adjust.
7903
7904 2016-03-09 Pedro Alves <palves@redhat.com>
7905
7906 * top.c (window_hook): Delete.
7907 (command_loop): Remove references to window_hook.
7908
7909 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7910
7911 * corefile.c (safe_read_memory_unsigned_integer): New function.
7912 * gdbcore.h (safe_read_memory_unsigned_integer): New prototype.
7913 * rs6000-tdep.c (rs6000_frame_cache): Read backchain as unsigned.
7914
7915 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7916
7917 * rs6000-tdep.c: Add "ax.h" and "ax-gdb.h" includes.
7918 (rs6000_gen_return_address): New function.
7919 (rs6000_gdbarch_init): Wire in the above.
7920
7921 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7922
7923 * rs6000-tdep.c (rs6000_ax_pseudo_register_collect): New function.
7924 (rs6000_gdbarch_init): Wire in the above.
7925
7926 2016-03-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7927
7928 * s390-linux-tdep.c (s390_analyze_prologue): Ignore BRC and BRCL
7929 instructions that do nothing or are conditional traps.
7930
7931 2016-03-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
7932
7933 * s390-linux-tdep.c (s390_prologue_frame_unwind_cache): Store
7934 frame func's PC in info->func before any other failure can occur.
7935 (s390_frame_this_id): Use frame_id_build_unavailable_stack if
7936 info->func has been filled out.
7937
7938 2016-03-09 Pedro Alves <palves@redhat.com>
7939
7940 * osabi.c (gdb_osabi_names): Avoid spaces in osabi names.
7941
7942 2016-03-09 Pedro Alves <palves@redhat.com>
7943
7944 * frv-tdep.c (frv_gdbarch_init): Handle bfd_mach_fr300.
7945
7946 2016-03-09 Pedro Alves <palves@redhat.com>
7947
7948 * cris-tdep.c (cris_gdbarch_init): Return 0 if the info's byte
7949 order is BFD_ENDIAN_BIG or if the cris version is unsupported.
7950
7951 2016-03-09 Pedro Alves <palves@redhat.com>
7952
7953 * doublest.c: Extend comments.
7954 (floatformat_to_doublest, floatformat_from_doublest): Copy the
7955 floatformat's total size, not the host type's size.
7956
7957 2016-03-09 Pedro Alves <palves@redhat.com>
7958
7959 * doublest.c (floatformat_totalsize_bytes): New function.
7960 (floatformat_from_type): Assert that the type's length is at least
7961 as long as the floatformat's totalsize.
7962 * doublest.h (floatformat_totalsize_bytes): New declaration.
7963 * gdbtypes.c (arch_float_type): Assert that the type's length is
7964 at least as long as the floatformat's totalsize.
7965
7966 2016-03-09 Pedro Alves <palves@redhat.com>
7967
7968 * hppa-linux-tdep.c (hppa_linux_init_abi): Set the long double
7969 format to floatformats_ieee_double.
7970
7971 2016-03-07 Pedro Alves <palves@redhat.com>
7972
7973 * mips-tdep.c (mips_gdbarch_init): Check whether info.abfd is NULL
7974 before calling bfd_get_flavour.
7975
7976 2016-03-05 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
7977
7978 * avr-tdep.c (AVR_LAST_ARG_REGNUM): Define.
7979 (avr_push_dummy_call): Correct last needed argument register.
7980 Write MSB of argument into register and subsequent bytes into
7981 other registers in decreasing order.
7982
7983 2016-03-04 Yao Qi <yao.qi@linaro.org>
7984
7985 * arm-tdep.c (arm_record_vdata_transfer_insn): Simplify the
7986 condition check. Record the right D register number.
7987
7988 2016-03-04 Yao Qi <yao.qi@linaro.org>
7989
7990 * arm-tdep.c (arm_record_extension_space): Remove code
7991 printing "Process record does not support".
7992 (arm_record_data_proc_misc_ld_str): Likewise.
7993 (decode_insn): Call arm_record_extension_space if condition
7994 is 0xf. Call arm_record_unsupported_insn if ret isn't
7995 ARM_RECORD_SUCCESS. Use 'ret' instead of 'insn_id' to hold
7996 the value of thumb2_record_decode_insn_handler.
7997
7998 2016-03-04 Simon Marchi <simon.marchi@ericsson.com>
7999
8000 * features/feature_to_c.sh: Print the help when passing no
8001 argument.
8002
8003 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8004
8005 * MAINTAINERS (Write After Approval): Add Bernhard Heckel.
8006
8007 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
8008
8009 * dwarf2read.c (new_symbol_full): Fix detection of gfortran compilers.
8010
8011 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
8012
8013 * s390-linux-tdep.c (s390_backchain_frame_unwind_cache): Avoid
8014 exception when attempting to access the inferior's backchain.
8015
8016 2016-02-29 Yao Qi <yao.qi@linaro.org>
8017
8018 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Support
8019 eventfd2, eventfd2, dup3, inotify_init1, fallocate and pipe2.
8020 Return gdb_sys_epoll_create1 instead of gdb_sys_epoll_create
8021 for aarch64_sys_epoll_create1.
8022
8023 2016-02-29 Yao Qi <yao.qi@linaro.org>
8024
8025 * linux-record.h (enum gdb_syscall) <gdb_sys_fallocate>: New.
8026 <gdb_sys_eventfd2, gdb_sys_epoll_create1, gdb_sys_dup3>: New.
8027 <gdb_sys_pipe2, gdb_sys_inotify_init1>: New.
8028 * linux-record.c (record_linux_system_call): Handle them.
8029
8030 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
8031
8032 * d-namespace.c (d_lookup_symbol_imports): Avoid recursive lookups from
8033 cyclic imports.
8034
8035 2016-02-26 Keith Seitz <keiths@redhat.com>
8036
8037 * rs6000-tdep.c (rs6000_frame_cache): Explicitly cast return result
8038 to avoid invalid conversion from void *.
8039
8040 2016-02-26 Yao Qi <yao.qi@linaro.org>
8041
8042 * arm-tdep.c (arm_record_exreg_ld_st_insn): Set 'single_reg'
8043 per bit 8. Check bit 20 instead of bit 4 for VMOV
8044 instruction. Record D registers for instructions changing
8045 S registers. Change of the order of length and address
8046 in record_buf_mem array.
8047
8048 2016-02-26 Yao Qi <yao.qi@linaro.org>
8049
8050 * arm-tdep.c (thumb_record_ld_st_reg_offset): Fix the register
8051 number of Rd.
8052
8053 2016-02-25 Doug Evans <dje@google.com>
8054
8055 * remote-m32r-sdi.c (recv_char_data): Initialize val to avoid
8056 compiler warning.
8057 (recv_long_data): Ditto.
8058
8059 2016-02-25 Simon Marchi <simon.marchi@ericsson.com>
8060
8061 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault):
8062 Initialize variables.
8063
8064 2016-02-25 Antoine Tremblay <antoine.tremblay@ericsson.com>
8065
8066 * ax-general.c (ax_reg): Call gdbarch_remote_register_number.
8067 (ax_reg_mask): Likewise.
8068
8069 2016-02-24 Pedro Alves <palves@redhat.com>
8070
8071 * linux-nat.c (save_sigtrap) Delete.
8072 (stop_wait_callback): Call save_stop_reason instead of
8073 save_sigtrap.
8074 (check_stopped_by_breakpoint): Rename to ...
8075 (save_stop_reason): ... this. Bits of save_sigtrap folded here.
8076 Use GDB_ARCH_IS_TRAP_HWBKPT and handle ambiguous
8077 GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT. Factor out
8078 common code between the USE_SIGTRAP_SIGINFO and
8079 !USE_SIGTRAP_SIGINFO blocks.
8080 (linux_nat_filter_event): Call save_stop_reason instead of
8081 save_sigtrap.
8082 * nat/linux-ptrace.h: Check for both SI_KERNEL and TRAP_BRKPT
8083 si_code for MIPS.
8084 * nat/linux-ptrace.h: Fix "TRAP_HWBPT" typo in x86 table. Add
8085 comments on MIPS behavior.
8086 (GDB_ARCH_IS_TRAP_HWBKPT): Define for all archs.
8087
8088 2016-02-24 Marcin Kościelnicki <koriakin@0x04.net>
8089
8090 * rs6000-tdep.c (rs6000_frame_cache): Initialize frame and pc to 0
8091 to avoid spurious warnings.
8092
8093 2016-02-24 Gary Benson <gbenson@redhat.com>
8094
8095 * exec.c (exec_file_locate_attach): Do not attempt to
8096 locate main executable locally if not found in sysroot.
8097
8098 2016-02-24 Joel Brobecker <brobecker@adacore.com>
8099
8100 GDB 7.11 released.
8101
8102 2016-02-24 Wei-cheng Wang <cole945@gmail.com>
8103
8104 * rs6000-tdep.c (rs6000_frame_cache, rs6000_frame_this_id): Handle
8105 unavailable PC/SP to build unavailable frame.
8106
8107 2016-02-23 Doug Evans <dje@google.com>
8108
8109 Extend "skip" command to support -file, -gfile, -function, -rfunction.
8110 * NEWS: Document new features.
8111 * skip.c: #include "fnmatch.h", "gdb_regex.h".
8112 (skiplist_entry) <file>: Renamed from filename.
8113 <function>: Renamed from function_name.
8114 <file_is_glob, function_is_regexp>: New members.
8115 <compiled_function_regexp, compiled_function_regexp_is_valid>:
8116 New members.
8117 (make_skip_entry): New function.
8118 (free_skiplist_entry, free_skiplist_entry_cleanup): New functions.
8119 (make_free_skiplist_entry_cleanup): New function.
8120 (skip_file_command): Update.
8121 (skip_function, skip_function_command): Update.
8122 (compile_skip_regexp): New functions.
8123 (skip_command): Add support for new options.
8124 (skip_info): Update.
8125 (skip_file_p, skip_gfile_p): New functions.
8126 (skip_function_p, skip_rfunction_p): New functions.
8127 (function_name_is_marked_for_skip): Update and simplify.
8128 (_initialize_step_skip): Update.
8129 * symtab.c: #include "fnmatch.h".
8130 (compare_glob_filenames_for_search): New function.
8131 * symtab.h (compare_glob_filenames_for_search): Declare.
8132 * utils.c (count_path_elements): New function.
8133 (strip_leading_path_elements): New function.
8134 * utils.h (count_path_elements): Declare.
8135 (strip_leading_path_elements): Declare.
8136
8137 2016-02-23 Simon Marchi <simon.marchi@ericsson.com>
8138
8139 * arm-tdep.c (arm_decode_svc_copro): Remove "to" parameter.
8140 (thumb_process_displaced_insn): Likewise.
8141 (arm_process_displaced_insn): Adjust calls.
8142
8143 2016-02-23 Yao Qi <yao.qi@linaro.org>
8144
8145 * aarch64-linux-tdep.c (enum aarch64_syscall) <aarch64_sys_mknod>:
8146 Remove.
8147 <aarch64_sys_mkdir, aarch64_sys_unlink, aarch64_sys_symlink>: Remove.
8148 <aarch64_sys_link, aarch64_sys_rename, aarch64_sys_faccess>: Remove.
8149 <aarch64_sys_mknodat, aarch64_sys_mkdirat>: New.
8150 <aarch64_sys_unlinkat, aarch64_sys_symlinkat>: New.
8151 <aarch64_sys_linkat, aarch64_sys_renameat>: New.
8152 <aarch64_sys_faccessat>: New.
8153 <aarch64_sys_open, aarch64_sys_readlink, aarch64_sys_fstatat>: Remove.
8154 <aarch64_sys_openat, aarch64_sys_readlinkat>: New.
8155 <aarch64_sys_newfstatat>: New.
8156 (UNSUPPORTED_SYSCALL_MAP): New macro.
8157 (aarch64_canonicalize_syscall): Add missing syscalls.
8158
8159 2016-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8160
8161 * gdb-gdb.py (class TypeFlagsPrinter): Use parentheses for print.
8162
8163 2016-02-22 Yao Qi <yao.qi@linaro.org>
8164
8165 * arm-tdep.c: Fix code format issues.
8166
8167 2016-02-21 Iain Buclaw <ibuclaw@gdcproject.org>
8168
8169 * d-namespace.c (d_lookup_symbol_imports): Remove argument
8170 'search_parents'. All callers updated.
8171
8172 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
8173
8174 * s390-linux-tdep.c (s390_guess_tracepoint_registers): New function.
8175 (s390_gdbarch_init): Fill guess_tracepoint_registers hook.
8176
8177 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
8178
8179 * NEWS: Add entry for bound violation.
8180 * amd64-linux-tdep.c (amd64_linux_init_abi_common):
8181 Add handler for segmentation fault.
8182 * gdbarch.sh (handle_segmentation_fault): New.
8183 * gdbarch.c: Regenerate.
8184 * gdbarch.h: Regenerate.
8185 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): New.
8186 (SIG_CODE_BONDARY_FAULT): New define.
8187 (i386_linux_init_abi): Use i386_mpx_bound_violation_handler.
8188 * i386-linux-tdep.h (i386_linux_handle_segmentation_fault) New.
8189 * i386-tdep.c (i386_mpx_enabled): Add as external.
8190 * i386-tdep.c (i386_mpx_enabled): Add as external.
8191 * infrun.c (handle_segmentation_fault): New function.
8192 (print_signal_received_reason): Use handle_segmentation_fault.
8193
8194 2016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
8195
8196 * arch-utils.c (default_guess_tracepoint_registers): New function.
8197 * arch-utils.h (default_guess_tracepoint_registers): New prototype.
8198 * gdbarch.c: Regenerate.
8199 * gdbarch.h: Regenerate.
8200 * gdbarch.sh: Add guess_tracepoint_registers hook.
8201 * tracefile.c (tracefile_fetch_registers): Use the new gdbarch hook.
8202
8203 2016-02-17 Gary Benson <gbenson@redhat.com>
8204
8205 * exec.c (exec_file_locate_attach): Add missing cleanup.
8206
8207 2016-02-16 Don Breazeal <donb@codesourcery.com>
8208
8209 PR remote/19496
8210 * remote.c (remove_new_fork_children): Check for pending
8211 fork status in thread_info.suspend.
8212
8213 2016-02-16 Yao Qi <yao.qi@linaro.org>
8214
8215 * arm-linux-tdep.c (arm_linux_software_single_step): Assign
8216 'old_chain' later.
8217
8218 2016-02-16 Yao Qi <yao.qi@linaro.org>
8219
8220 * arch/arm-get-next-pcs.h (struct arm_get_next_pcs_ops)
8221 <syscall_next_pc>: Remove argument PC. Callers updated.
8222 * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
8223 Remove argument PC. Get pc from regcache_read_pc.
8224 * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Remove
8225 argument PC.
8226
8227 2016-02-15 Yao Qi <yao.qi@linaro.org>
8228
8229 * aarch64-tdep.c (aarch64_analyze_prologue): Remove "0x".
8230
8231 2016-02-12 Yao Qi <yao.qi@linaro.org>
8232
8233 * arch/arm-linux.c (arm_linux_get_next_pcs_fixup): Calculate
8234 nextpc according to instruction.
8235
8236 2016-02-12 Yao Qi <yao.qi@linaro.org>
8237
8238 * arch/arm-get-next-pcs.c (arm_get_next_pcs): Call
8239 self->ops->fixup if it isn't NULL.
8240 * arch/arm-get-next-pcs.h: Include gdb_vecs.h.
8241 (struct arm_get_next_pcs_ops) <fixup>: New field.
8242 * arch/arm-linux.c: Include common-regcache.h and
8243 arch/arm-get-next-pcs.h.
8244 (arm_linux_get_next_pcs_fixup): New function.
8245 * arch/arm-linux.h (arm_linux_get_next_pcs_fixup): Declare.
8246 * arm-linux-tdep.c (arm_linux_get_next_pcs_ops): Initialize
8247 it with arm_linux_get_next_pcs_fixup.
8248 (arm_linux_software_single_step): Move code to
8249 arm_linux_get_next_pcs_fixup.
8250 * arm-tdep.c (arm_get_next_pcs_ops): Initialize it.
8251
8252 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
8253
8254 * xml-tdesc.c (target_fetch_description_xml) [!HAVE_LIBEXPAT]: Warn
8255 and return NULL.
8256
8257 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8258
8259 * frame.h (skip_tailcall_frames): Update comment.
8260 * frame.c (skip_artificial_frames, skip_tailcall_frames): Return NULL
8261 if only artificial frames are found. Update comment.
8262 (frame_unwind_caller_id): Handle NULL return.
8263 (frame_unwind_caller_pc, frame_unwind_caller_arch): Assert that
8264 skip_artificial_frames does not return NULL.
8265 (frame_pop): Add an error if only tailcall frames are found.
8266 * infcmd.c (finish_command): Move skip_tailcall_frames call into
8267 forward-execution case. Add an error if only tailcall frames are
8268 found.
8269
8270 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8271
8272 * stack.c (frame_info): Check frame_unwind_caller_id.
8273
8274 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
8275
8276 * frame.h (skip_tailcall_frames): New.
8277 * frame.c (skip_tailcall_frames): New.
8278 (frame_pop): Call skip_tailcall_frames.
8279 * infcmd.c (finish_command): Call skip_tailcall_frames.
8280
8281 2016-02-11 Pedro Alves <palves@redhat.com>
8282
8283 * Makefile.in (check-parallel): New rule.
8284
8285 2016-02-11 Simon Marchi <simon.marchi@ericsson.com>
8286
8287 * arm-tdep.c (arm_skip_prologue): Remove unused variables.
8288 (arm_analyze_prologue): Likewise.
8289 (arm_scan_prologue): Likewise.
8290 (arm_m_exception_prev_register): Likewise.
8291 (arm_copy_block_xfer): Likewise.
8292 (thumb2_copy_block_xfer): Likewise.
8293 (arm_decode_miscellaneous): Likewise.
8294 (arm_decode_ld_st_word_ubyte): Likewise.
8295 (arm_decode_svc_copro): Likewise.
8296 (thumb2_decode_svc_copro): Likewise.
8297 (thumb_copy_16bit_ldr_literal): Likewise.
8298 (thumb_copy_pop_pc_16bit): Likewise.
8299 (decode_thumb_32bit_ld_mem_hints): Likewise.
8300 (arm_show_force_mode): Likewise.
8301 (_initialize_arm_tdep): Likewise.
8302 (arm_record_strx): Likewise.
8303 (arm_record_extension_space): Likewise.
8304 (arm_record_data_proc_misc_ld_str): Likewise.
8305 (arm_record_exreg_ld_st_insn): Likewise.
8306 (arm_record_vfp_data_proc_insn): Likewise.
8307 (arm_record_coproc_data_proc): Likewise.
8308 (thumb_record_misc): Likewise.
8309 (thumb_record_ldm_stm_swi): Likewise.
8310 (thumb2_record_ld_st_dual_ex_tbb): Likewise.
8311 (thumb2_record_ld_mem_hints): Likewise.
8312 (thumb2_record_lmul_lmla_div): Likewise.
8313 (thumb2_record_asimd_struct_ld_st): Likewise.
8314 (arm_process_record): Likewise.
8315
8316 2016-02-11 Simon Marchi <simon.marchi@ericsson.com>
8317
8318 * arm-tdep.c (arm_displaced_step_copy_insn): Remove.
8319 (ARM displaced stepping support): Remove reference to
8320 arm_displaced_step_copy_insn in comment.
8321 * arm-tdep.h (arm_displaced_step_copy_insn): Remove.
8322 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Remove
8323 reference to arm_displaced_step_copy_insn in comment.
8324
8325 2016-02-11 Simon Marchi <simon.marchi@ericsson.com>
8326
8327 * arm-tdep.c (thumb_copy_unmodified_16bit): Change type of insn.
8328 (thumb_copy_b): Likewise.
8329 (arm_decode_b_bl_ldmstm): Likewise.
8330 (thumb_copy_16bit_ldr_literal): Likewise.
8331 (thumb_copy_pop_pc_16bit): Likewise.
8332
8333 2016-02-11 Antoine Tremblay <antoine.tremblay@ericsson.com>
8334
8335 * tracepoint.c (encode_actions_1): Use target_gdbarch () rather
8336 than loc->gdbarch.
8337
8338 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
8339
8340 * tracefile-tfile.c (trace_tdesc): New static variable.
8341 (tfile_open): Clear trace_tdesc, call target_find_description.
8342 (tfile_interp_line): Recognize tdesc lines.
8343 (tfile_close): Clear trace_tdesc.
8344 (tfile_xfer_partial_features): New function.
8345 (tfile_xfer_partial): Call tfile_xfer_partial_features.
8346 (tfile_append_tdesc_line): New function.
8347
8348 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
8349
8350 * ctf.c (ctf_write_tdesc): New function.
8351 (ctf_write_ops): Wire in ctf_write_tdesc.
8352 * tracefile-tfile.c (tfile_write_tdesc): New function.
8353 (tfile_write_ops): Wire in tfile_write_tdesc.
8354 * tracefile.c (trace_save): Call write_tdesc method.
8355 * tracefile.h (struct trace_file_write_ops): Add write_tdesc method.
8356 * xml-tdesc.c (target_fetch_description_xml): New function.
8357 * xml-tdesc.h: Add target_fetch_description_xml prototype.
8358
8359 2016-02-10 Simon Marchi <simon.marchi@ericsson.com>
8360
8361 * arm-tdep.c (arm_copy_extra_ld_st): Fix "unpriveleged" typo.
8362 (arm_decode_dp_misc): Likewise.
8363
8364 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
8365
8366 * amd64-tdep.c (amd64_ax_pseudo_register_collect): New function.
8367 (amd64_init_abi): Fill ax_pseudo_register_collect hook.
8368 * gdb/i386-tdep.c (i386_pseudo_register_read_into_value): Remove
8369 misleading comment.
8370 (i386_pseudo_register_write): Ditto.
8371 (i386_ax_pseudo_register_collect): New function.
8372 (i386_gdbarch_init): Fill ax_pseudo_register_collect hook.
8373 * i386-tdep.h: Add i386_ax_pseudo_register_collect prototype.
8374
8375 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
8376
8377 * tracefile-tfile.c (tfile_fetch_registers): Use g packet order
8378 instead of gdb order.
8379
8380 2016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
8381
8382 * tracefile-tfile.c (tfile_fetch_registers): Fix off-by-one in bounds
8383 check.
8384
8385 2016-02-10 Joel Brobecker <brobecker@adacore.com>
8386
8387 * NEWS: Create a new section for the next release branch.
8388 Rename the section of the current branch, now that it has
8389 been cut.
8390
8391 2016-02-10 Joel Brobecker <brobecker@adacore.com>
8392
8393 GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a):
8394 * version.in: Bump version to 7.11.50.DATE-git.
8395
8396 2016-02-09 Keith Seitz <keiths@redhat.com>
8397
8398 PR breakpoints/19546
8399 * breakpoint.c (breakpoint_event_location_empty_p): New function.
8400 (update_breakpoints_after_exec, bkpt_re_set): Use this new function
8401 instead of event_location_empty_p.
8402
8403 2016-02-09 Keith Seitz <keiths@redhat.com>
8404
8405 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Use
8406 string_to_event_location_basic instead of string_to_event_location.
8407
8408 2016-02-09 Keith Seitz <keiths@redhat.com>
8409
8410 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Skip
8411 leading whitespace and use string_to_event_location_basic instead
8412 of new_linespec_location.
8413
8414 2016-02-09 Keith Seitz <keiths@redhat.com>
8415
8416 PR python/19506
8417 * python/py-breakpoint.c (bppy_init): Use
8418 string_to_event_location_basic instead of new_linespec_location.
8419
8420 2016-02-09 Keith Seitz <keiths@redhat.com>
8421
8422 * location.c (string_to_explicit_location): Note that "-p" is
8423 reserved for probe locations and return NULL for any input
8424 that starts with that.
8425 (string_to_event_location): Move "legacy" linespec code to ...
8426 (string_to_event_location_basic): ... here.
8427 * location.h (string_to_event_location): Update comment.
8428 (string_to_event_location_basic): New function.
8429
8430 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
8431
8432 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
8433 to AC_OUTPUT. Remove "exit 0" at the end.
8434 * configure: Regenerate.
8435
8436 2016-02-09 Pedro Alves <palves@redhat.com>
8437
8438 PR breakpoints/19548
8439 * breakpoint.c (create_overlay_event_breakpoint): Don't update
8440 global location list here.
8441 (create_longjmp_master_breakpoint)
8442 (create_std_terminate_master_breakpoint)
8443 (create_exception_master_breakpoint, create_jit_event_breakpoint)
8444 (update_breakpoint_locations):
8445 (breakpoint_re_set): Update global location list after all
8446 breakpoints are re-set.
8447
8448 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
8449
8450 * remote.c (remote_register_number_and_offset): Remove unused
8451 variable(s).
8452 (remote_thread_always_alive): Likewise.
8453 (remote_update_thread_list): Likewise.
8454 (process_initial_stop_replies): Likewise.
8455 (remote_start_remote): Likewise.
8456 (remote_check_symbols): Likewise.
8457 (discard_pending_stop_replies): Likewise.
8458 (process_stop_reply): Likewise.
8459 (putpkt_binary): Likewise.
8460 (getpkt): Likewise.
8461 (remote_add_target_side_condition): Likewise.
8462 (remote_insert_breakpoint): Likewise.
8463 (remote_supports_stopped_by_sw_breakpoint): Likewise.
8464 (remote_supports_stopped_by_hw_breakpoint): Likewise.
8465 (remote_xfer_partial): Likewise.
8466 (remote_read_btrace): Likewise.
8467 (remote_async_serial_handler): Likewise.
8468 (remote_thread_events): Likewise.
8469 (_initialize_remote): Likewise.
8470
8471 2016-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8472
8473 * varobj.h (varobj_delete): Remove dellist parameter, update and
8474 move documentation here.
8475 * varobj.c (struct cpstack, cppush, cppop): Remove.
8476 (delete_variable): Remove resultp (first) parameter.
8477 (delete_variable_1): Likewise.
8478 (varobj_delete): Remove dellist parameter and unused code.
8479 (update_dynamic_varobj_children): Adjust varobj_delete call.
8480 (update_type_if_necessary): Likewise.
8481 (varobj_set_visualizer): Likewise.
8482 (varobj_update): Likewise.
8483 (value_of_root): Likewise.
8484 (varobj_invalidate_iter): Likewise.
8485 * mi/mi-cmd-var.c (mi_cmd_var_delete): Likewise.
8486
8487 2016-02-04 Yao Qi <yao.qi@linaro.org>
8488
8489 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
8490 0 before handling 'F' and set it back afterwards.
8491
8492 2016-02-02 Simon Marchi <simon.marchi@ericsson.com>
8493
8494 * ui-out.c (MAX_UI_OUT_LEVELS): Remove.
8495
8496 2016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
8497
8498 * amd64-linux-siginfo.c (nat_siginfo_t, nat_sigval_t, nat_timeval):
8499 New types.
8500 (compat_siginfo): New bound fields added.
8501 (compat_x32_siginfo): New field added.
8502 (cpt_si_addr_lsb): New define.
8503 (compat_siginfo_from_siginfo): Use nat_siginfo.
8504 (siginfo_from_compat_siginfo): Use nat_siginfo.
8505 (compat_x32_siginfo_from_siginfo): Likewise.
8506 (siginfo_from_compat_x32_siginfo): Likewise.
8507
8508 2016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
8509
8510 * linux-tdep.c (linux_get_siginfo_type): Add the _addr_bnd
8511 structure to the siginfo if extra_fields contains
8512 LINUX_SIGINFO_FIELD_ADDR_BND.
8513
8514 2016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
8515
8516 * linux-tdep.h (linux_get_siginfo_type_with_fields): Make extern.
8517 * linux-tdep.c (linux_get_siginfo_type_with_fields): Make extern.
8518 * i386-linux-tdep.h (x86_linux_get_siginfo_type): New
8519 function.
8520 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Add
8521 x86_linux_get_siginfo_type for the amd64 abi.
8522 * i386-linux-tdep.c (x86_linux_get_siginfo_type): New
8523 function.
8524 (i386_linux_init_abi): Add new function at the i386 ABI
8525 initialization.
8526
8527 2016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
8528
8529 * linux-tdep.h (linux_siginfo_extra_field_values): New enum values.
8530 (linux_siginfo_extra_fields): New enum type.
8531 * linux-tdep.c (linux_get_siginfo_type_with_fields): New function.
8532 (linux_get_siginfo_type): Use new function.
8533
8534 2016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
8535
8536 * nat/amd64-linux-siginfo.c: New file.
8537 * nat/amd64-linux-siginfo.h: New file.
8538 * Makefile.in (HFILES_NO_SRCDIR): Add nat/amd64-linux-siginfo.h.
8539 (amd64-linux-siginfo.o): New rule.
8540 * config/i386/linux64.mh (NATDEPFILES): Add amd64-linux-siginfo.o.
8541 * amd64-linux-nat.c (nat/amd64-linux-siginfo.h): New include.
8542 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
8543 (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
8544 (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
8545 (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
8546 (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
8547 (cpt_si_fd, si_timerid, si_overrun): Move to nat/amd64-linux-siginfo.c.
8548
8549 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
8550
8551 * value.c (max_value_size): New variable.
8552 (MIN_VALUE_FOR_MAX_VALUE_SIZE): New define.
8553 (set_max_value_size): New function.
8554 (show_max_value_size): New function.
8555 (check_type_length_before_alloc): New function.
8556 (allocate_value_contents): Call check_type_length_before_alloc.
8557 (set_value_enclosing_type): Likewise.
8558 (_initialize_values): Add set/show handler for max-value-size.
8559 * NEWS: Mention new set/show command.
8560
8561 2016-01-31 Simon Marchi <simon.marchi@polymtl.ca>
8562
8563 * varobj.h (struct varobj): Fix typos in comments.
8564 (struct lang_varobj_ops): Likewise.
8565 * varobj.c (VAROBJ_TABLE_SIZE): Likewise.
8566 (varobj_create): Move misplaced comment.
8567
8568 2016-01-29 Simon Marchi <simon.marchi@ericsson.com>
8569
8570 * aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces
8571 to for include additional lines.
8572 * xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces.
8573
8574 2016-01-28 Simon Marchi <simon.marchi@ericsson.com>
8575
8576 * gnulib/import/Makefile.am: Regenerate.
8577 * gnulib/import/Makefile.in: Regenerate.
8578 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
8579 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add rawmemchr.
8580
8581 2016-01-28 Simon Marchi <simon.marchi@ericsson.com>
8582
8583 * remote.c (skip_to_semicolon): Remove.
8584 (remote_parse_stop_reply): Use strchrnul instead of
8585 skip_to_semicolon.
8586 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
8587 strchrnul.
8588 * gnulib/aclocal.m4: Regenerate.
8589 * gnulib/config.in: Regenerate.
8590 * gnulib/configure: Regenerate.
8591 * gnulib/import/Makefile.am: Regenerate.
8592 * gnulib/import/Makefile.in: Regenerate.
8593 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
8594 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
8595 * gnulib/import/m4/rawmemchr.m4: New file.
8596 * gnulib/import/m4/strchrnul.m4: New file.
8597 * gnulib/import/rawmemchr.c: New file.
8598 * gnulib/import/rawmemchr.valgrind: New file.
8599 * gnulib/import/strchrnul.c: New file.
8600 * gnulib/import/strchrnul.valgrind: New file.
8601
8602 2016-01-28 Yao Qi <yao.qi@linaro.org>
8603
8604 * breakpoint.c (build_target_command_list): Don't call continue
8605 if aexpr is NULL.
8606 (build_target_condition_list): Likewise.
8607
8608 2016-01-27 Kevin Buettner <kevinb@redhat.com>
8609
8610 * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8
8611 bytes as aggregates.
8612
8613 2016-01-27 Joel Brobecker <brobecker@adacore.com>
8614
8615 * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
8616 Linespec Maintainers.
8617
8618 2016-01-26 Simon Marchi <simon.marchi@ericsson.com>
8619
8620 * common/common-utils.c (skip_spaces): Fix comment.
8621 (skip_to_space_const): Likewise.
8622
8623 2016-01-25 Yao Qi <yao.qi@linaro.org>
8624
8625 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
8626 Remove argument pc. Get pc by regcache_read_pc. Callers updated.
8627 (arm_deal_with_atomic_sequence_raw): Likewise.
8628 (thumb_get_next_pcs_raw): Likewise.
8629 (arm_get_next_pcs_raw): Likewise.
8630 (arm_get_next_pcs): Remove argument pc. Callers updated.
8631 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Update declaration.
8632
8633 2016-01-25 Mark Wielaard <mjw@redhat.com>
8634
8635 * ada-lang.c (ada_evaluate_subexp): Add proper else block.
8636 * c-typeprint.c (c_type_print_base): Fix misleading indentation of
8637 if statement.
8638 * inflow.c (child_terminal_ours_1): Fix misleading indentation of
8639 statement block by introducing an else.
8640 * linux-record.c (record_linux_sockaddr): Fix misleading indentation
8641 of return statements.
8642 (record_linux_msghdr): Likewise.
8643
8644 2016-01-25 Pedro Alves <palves@redhat.com>
8645
8646 PR threads/19461
8647 * infrun.c (handle_inferior_event_1) <fork/vfork>: Update
8648 parent/child running states.
8649
8650 2016-01-25 Pedro Alves <palves@redhat.com>
8651
8652 PR gdb/19494
8653 * linux-nat.c (kill_one_lwp): New, factored out from ...
8654 (kill_callback): ... this.
8655 (kill_wait_callback): New, factored out from ...
8656 (kill_wait_one_lwp): ... this.
8657 (kill_unfollowed_fork_children): New function.
8658 (linux_nat_kill): Use it.
8659
8660 2016-01-22 John Baldwin <jhb@FreeBSD.org>
8661
8662 * fbsd-nat.c (fbsd_pid_to_str): Adjust string format.
8663
8664 2016-01-22 Yao Qi <yao.qi@linaro.org>
8665
8666 * arm-linux-nat.c (fetch_fpregs): Call perror_with_name
8667 instead of warning.
8668 (store_fpregs, fetch_regs, store_regs): Likewise.
8669 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
8670 (fetch_vfp_regs, store_vfp_regs): Likewise.
8671
8672 2016-01-21 Doug Evans <dje@google.com>
8673
8674 * breakpoint.c (init_breakpoint_sal): Add comment.
8675
8676 2016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
8677
8678 * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
8679
8680 2016-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8681
8682 * disasm.c (maybe_add_dis_line_entry): Rename to...
8683 (add_dis_line_entry): ...this, and update header comment.
8684 (do_mixed_source_and_assembly): Now use add_dis_line_entry.
8685
8686 2016-01-21 Pedro Alves <palves@redhat.com>
8687
8688 * Makefile.in (COMPILER_CFLAGS): New.
8689 (CXXFLAGS): Get it from configure.
8690 (INTERNAL_CFLAGS_BASE, INTERNAL_LDFLAGS): Use COMPILER_CFLAGS
8691 instead of CFLAGS.
8692 * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Set and AC_SUBST
8693 COMPILER_CFLAGS.
8694 * configure: Regenerate.
8695
8696 2016-01-21 Joel Brobecker <brobecker@adacore.com>
8697
8698 * location.h (new_address_location): Add new parameters
8699 "addr_string" and "addr_string_len".
8700 (get_address_string_location): Add declaration.
8701 * location.c (new_address_location): Add new parameters
8702 "addr_string" and "addr_string_len". If not NULL, store
8703 a copy of the addr_string in the new location as well.
8704 (get_address_string_location): New function.
8705 (string_to_event_location): Update call to new_address_location.
8706 * linespec.c (event_location_to_sals) <ADDRESS_LOCATION>:
8707 Save the event location in the parser's state before
8708 passing it to convert_address_location_to_sals.
8709 * breakpoint.c (create_thread_event_breakpoint): Update call
8710 to new_address_location.
8711 (init_breakpoint_sal): Get the event location's string, if any,
8712 and use it to update call to new_address_location.
8713 * python/py-finishbreakpoint.c (bpfinishpy_init):
8714 Update call to new_address_location.
8715 * spu-tdep.c (spu_catch_start): Likewise.
8716
8717 * config/djgpp/fnchange.lst: Add entries for
8718 gdb/testsuite/gdb.base/break-fun-addr1.c and
8719 gdb/testsuite/gdb.base/break-fun-addr2.c.
8720
8721 2016-01-21 Yao Qi <yao.qi@linaro.org>
8722
8723 * arm-linux-tdep.c (arm_linux_sigreturn_next_pc): Add parameter
8724 is_thumb and set it according to CPSR saved on the stack.
8725 (arm_linux_get_next_pcs_syscall_next_pc): Pass is_thumb to
8726 arm_linux_sigreturn_next_pc.
8727
8728 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
8729
8730 * python/lib/gdb/printing.py (FlagEnumerationPrinter.__call__):
8731 Fix enumerators sort key function.
8732
8733 2016-01-20 Joel Brobecker <brobecker@adacore.com>
8734
8735 * printcmd.c (print_scalar_formatted): Move binary operator from
8736 end of line to beginning of next line. Adjust formatting
8737 accordingly.
8738
8739 2016-01-19 John Baldwin <jhb@FreeBSD.org>
8740
8741 * fbsd-nat.c (fbsd_pid_to_exec_file): Use new "buflen" instead of
8742 "len" with sysctl.
8743
8744 2016-01-19 John Baldwin <jhb@FreeBSD.org>
8745
8746 * fbsd-tdep.c (find_stop_signal): Remove.
8747 (struct fbsd_collect_regset_section_cb) <lwp>: New field.
8748 <stop_signal>: New field.
8749 <abort_iteration>: New field.
8750 (fbsd_collect_regset_section_cb): Use new fields.
8751 (fbsd_collect_thread_registers): New function.
8752 (struct fbsd_corefile_thread_data): New structure.
8753 (fbsd_corefile_thread): New function.
8754 (fbsd_make_corefile_notes): Use new function to dump notes for each
8755 non-exited thread in a process.
8756
8757 2016-01-19 John Baldwin <jhb@FreeBSD.org>
8758
8759 * configure.ac: Check for support for LWP names on FreeBSD.
8760 * fbsd-nat.c [PT_LWPINFO] New variable debug_fbsd_lwp.
8761 [TDP_RFPPWAIT || HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]
8762 (fbsd_fetch_kinfo_proc): Move function earlier.
8763 [PT_LWPINFO] (fbsd_thread_alive): New function.
8764 [PT_LWPINFO] (fbsd_pid_to_str): New function.
8765 [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME] (fbsd_thread_name): New function.
8766 [PT_LWP_EVENTS] (fbsd_enable_lwp_events): New function.
8767 [PT_LWPINFO] (fbsd_add_threads): New function.
8768 [PT_LWPINFO] (fbsd_update_thread_list): New function.
8769 [PT_LWPINFO] New variable super_resume.
8770 [PT_LWPINFO] (resume_one_thread_cb): New function.
8771 [PT_LWPINFO] (resume_all_threads_cb): New function.
8772 [PT_LWPINFO] (fbsd_resume): New function.
8773 (fbsd_remember_child): Save full ptid instead of plain pid.
8774 (fbsd_is_child_pending): Return ptid of saved child process.
8775 (fbsd_wait): Include lwp in returned ptid and switch to LWP ptid on
8776 first stop.
8777 [PT_LWP_EVENTS] Handle LWP events.
8778 [TDP_RFPPWAIT] Include LWP in child ptid.
8779 (fbsd_post_startup_inferior) [PT_LWP_EVENTS]: Enable LWP events.
8780 (fbsd_post_attach) [PT_LWP_EVENTS]: Enable LWP events.
8781 Add threads for existing processes.
8782 (fbsd_nat_add_target) [PT_LWPINFO]: Set "to_thread_alive" to
8783 "fbsd_thread_alive".
8784 Set "to_pid_to_str" to "fbsd_pid_to_str".
8785 [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]: Set "to_thread_name" to
8786 "fbsd_thread_name".
8787 [PT_LWPINFO]: Set "to_update_thread_list" to "fbsd_update_thread_list".
8788 Set "to_has_thread_control" to "tc_schedlock".
8789 Set "to_resume" to "fbsd_resume".
8790 (_initialize_fbsd_nat): New function.
8791 * configure: Regenerate.
8792 * config.in: Regenerate.
8793
8794 2016-01-19 John Baldwin <jhb@FreeBSD.org>
8795
8796 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
8797 get_ptrace_pid.
8798 (amd64bsd_store_inferior_registers): Use get_ptrace_pid.
8799 (amd64bsd_dr_get): Use get_ptrace_pid.
8800 (amd64bsd_dr_set): Use get_ptrace_pid.
8801 * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Use get_ptrace_pid.
8802 (i386bsd_store_inferior_registers): Use get_ptrace_pid.
8803 (i386bsd_dr_get): Use get_ptrace_pid.
8804 (i386bsd_dr_set): Use get_ptrace_pid.
8805 * inf-ptrace.c (get_ptrace_pid): Export.
8806 * inf-ptrace.h (get_ptrace_pid): Declare.
8807 * ppcfbsd-nat.c (ppcfbsd_fetch_inferior_registers): Use lwp id.
8808 (ppcfbsd_store_inferior_registers): Use lwp id.
8809
8810 2016-01-19 John Baldwin <jhb@FreeBSD.org>
8811
8812 * fbsd_tdep.c (fbsd_core_pid_to_str): New function.
8813 (fbsd_core_thread_name): New function.
8814 (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
8815 Add "core_thread_name" gdbarch method.
8816
8817 2016-01-19 John Baldwin <jhb@FreeBSD.org>
8818
8819 * corelow.c (core_thread_name): New function.
8820 (init_core_ops): Use "core_thread_name" for the "to_thread_name"
8821 target op.
8822 * gdbarch.sh (core_thread_name): New gdbarch callback.
8823 * gdbarch.h: Re-generate.
8824 * gdbarch.c: Re-generate.
8825
8826 2016-01-19 Simon Marchi <simon.marchi@polymtl.ca>
8827
8828 * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
8829 convert gdb.Value to integer type using int().
8830
8831 2016-01-19 John Baldwin <jhb@FreeBSD.org>
8832
8833 * configure.ac: Include <sys/types.h when checking for "r_fs" in
8834 "struct reg".
8835 * configure: Regenerate.
8836
8837 2016-01-19 Pedro Alves <palves@redhat.com>
8838
8839 * ax-gdb.c (agent_command_1): Adjust call to decode_line_full.
8840 * break-catch-throw.c (re_set_exception_catchpoint): Pass the
8841 current program space down to linespec decoding and breakpoint
8842 location updating.
8843 * breakpoint.c (parse_breakpoint_sals): Adjust calls to
8844 decode_line_full.
8845 (until_break_command): Adjust calls to decode_line_1.
8846 (base_breakpoint_decode_location, bkpt_decode_location): Add
8847 'search_pspace' parameter. Pass it along.
8848 (bkpt_probe_create_sals_from_location): Adjust calls to
8849 parse_probes.
8850 (tracepoint_decode_location, tracepoint_probe_decode_location)
8851 (strace_marker_decode_location): Add 'search_pspace' parameter.
8852 Pass it along.
8853 (all_locations_are_pending): Rewrite to take a breakpoint and
8854 program space as arguments instead.
8855 (hoist_existing_locations): New function.
8856 (update_breakpoint_locations): Add 'filter_pspace' parameter. Use
8857 hoist_existing_locations instead of always removing all locations,
8858 and adjust to all_locations_are_pending change.
8859 (location_to_sals): Add 'search_pspace' parameter. Pass it along.
8860 Don't disable the breakpoint if there are other locations in
8861 another program space.
8862 (breakpoint_re_set_default): Adjust to pass down the current
8863 program space as filter program space.
8864 (decode_location_default): Add 'search_pspace' parameter and pass
8865 it along.
8866 (prepare_re_set_context): Don't switch program space here.
8867 (breakpoint_re_set): Use save_current_space_and_thread instead of
8868 save_current_program_space.
8869 * breakpoint.h (struct breakpoint_ops) <decode_location>: Add
8870 'search_pspace' parameter.
8871 (update_breakpoint_locations): Add 'filter_pspace' parameter.
8872 * cli/cli-cmds.c (edit_command, list_command): Adjust calls to
8873 decode_line_1.
8874 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the current
8875 program space as filter program space.
8876 * linespec.c (struct linespec_state) <search_pspace>: New field.
8877 (create_sals_line_offset, convert_explicit_location_to_sals)
8878 (parse_linespec): Pass the search program space down.
8879 (linespec_state_constructor): Add 'search_pspace' parameter.
8880 Store it.
8881 (linespec_parser_new): Add 'search_pspace' parameter and pass it
8882 along.
8883 (linespec_lex_to_end): Adjust.
8884 (decode_line_full, decode_line_1): Add 'search_pspace' parameter
8885 and pass it along.
8886 (decode_line_with_last_displayed): Adjust.
8887 (collect_symtabs_from_filename, symtabs_from_filename): New
8888 'search_pspace' parameter. Use it.
8889 (find_function_symbols): Pass the search program space down.
8890 * linespec.h (decode_line_1, decode_line_full): Add
8891 'search_pspace' parameter.
8892 * probe.c (parse_probes_in_pspace): New function, factored out
8893 from ...
8894 (parse_probes): ... this. Add 'search_pspace' parameter and use
8895 it.
8896 * probe.h (parse_probes): Add pspace' parameter.
8897 * python/python.c (gdbpy_decode_line): Adjust.
8898 * tracepoint.c (scope_info): Adjust.
8899
8900 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
8901
8902 * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
8903 instruction support.
8904 (micromips_next_pc): Likewise.
8905 (micromips_scan_prologue): Likewise.
8906 (micromips_deal_with_atomic_sequence): Likewise.
8907 (micromips_stack_frame_destroyed_p): Likewise.
8908 (mips_breakpoint_from_pc): Likewise.
8909
8910 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
8911
8912 * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
8913 unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
8914
8915 2016-01-18 Pedro Alves <palves@redhat.com>
8916
8917 * NEWS: Mention that GDB now displays the ID and name of the
8918 thread that hit a breakpoint or received a signal.
8919 * break-catch-sig.c (signal_catchpoint_print_it): Use
8920 maybe_print_thread_hit_breakpoint.
8921 * break-catch-syscall.c (print_it_catch_syscall): Likewise.
8922 * break-catch-throw.c (print_it_exception_catchpoint): Likewise.
8923 * breakpoint.c (maybe_print_thread_hit_breakpoint): New function.
8924 (print_it_catch_fork, print_it_catch_vfork, print_it_catch_solib)
8925 (print_it_catch_exec, print_it_ranged_breakpoint)
8926 (print_it_watchpoint, print_it_masked_watchpoint, bkpt_print_it):
8927 Use maybe_print_thread_hit_breakpoint.
8928 * breakpoint.h (maybe_print_thread_hit_breakpoint): Declare.
8929 * gdbthread.h (show_thread_that_caused_stop): Declare.
8930 * infrun.c (print_signal_received_reason): Print which thread
8931 received signal.
8932 * thread.c (show_thread_that_caused_stop): New function.
8933
8934 2016-01-18 Gary Benson <gbenson@redhat.com>
8935
8936 * nat/linux-namespaces.c (do_fork): New function.
8937 (linux_mntns_get_helper): Use the above.
8938
8939 2016-01-17 Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> (tiny change)
8940
8941 Pushed by Joel Brobecker <brobecker@adacore.com>.
8942 PR gdb/19208
8943 * dwarf2read.c (read_partial_die): Do not call set_objfile_main_name
8944 if the function has no name.
8945
8946 2016-01-15 Sandra Loosemore <sandra@codesourcery.com>
8947
8948 * charset.c [PHONY_ICONV] (GDB_DEFAULT_HOST_CHARSET):
8949 Conditionalize for Windows host.
8950 (GDB_DEFAULT_TARGET_CHARSET): Match GDB_DEFAULT_HOST_CHARSET.
8951 (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
8952 (phony_iconv_open): Handle both UTF-32 endiannesses.
8953 (phony_iconv): Likewise. Check for output overflow and clean up
8954 out-of-input cases. Correct adjustment to input buffer pointer.
8955 (set_be_le_names) [PHONY_ICONV]: Use hard-wired names to match
8956 phony_iconv_open.
8957
8958 2016-01-15 Pedro Alves <palves@redhat.com>
8959
8960 * NEWS: Mention star wildcard ranges.
8961 * cli/cli-utils.c (get_number_or_range): Check state->in_range first.
8962 (number_range_setup_range): New function.
8963 * cli/cli-utils.h (number_range_setup_range): New declaration.
8964 * thread.c (thread_apply_command): Support star TID ranges.
8965 * tid-parse.c (tid_range_parser_finished)
8966 (tid_range_parser_string, tid_range_parser_skip)
8967 (get_tid_or_range, get_tid_or_range): Handle
8968 TID_RANGE_STATE_STAR_RANGE.
8969 (tid_range_parser_star_range): New function.
8970 * tid-parse.h (enum tid_range_state) <TID_RANGE_STATE_STAR_RANGE>:
8971 New value.
8972 (tid_range_parser_star_range): New declaration.
8973
8974 2016-01-15 Pedro Alves <palves@redhat.com>
8975
8976 * thread.c (thread_apply_command): Use the tid range parser to
8977 advance past the thread ID list.
8978 * tid-parse.c (get_positive_number_trailer): New function.
8979 (parse_thread_id): Use it.
8980 (get_tid_or_range): Use it. Return 0 instead of throwing invalid
8981 thread ID error.
8982 (get_tid_or_range): Detect negative values. Return 0 instead of
8983 throwing invalid thread ID error.
8984
8985 2016-01-14 Yao Qi <yao.qi@linaro.org>
8986
8987 * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
8988 Declare.
8989 (arm_linux_get_next_pcs_ops): Install
8990 arm_linux_get_next_pcs_syscall_next_pc.
8991 (arm_linux_syscall_next_pc): Change to ...
8992 (arm_linux_get_next_pcs_syscall_next_pc): ... it.
8993 (arm_linux_init_abi): Don't set tdep->syscall_next_pc.
8994 * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
8995 (arm_get_next_pcs_syscall_next_pc): Make it static. Don't
8996 call tdep->syscall_next_pc.
8997 * arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
8998 (arm_get_next_pcs_syscall_next_pc): Remove.
8999
9000 2016-01-14 Yao Qi <yao.qi@linaro.org>
9001
9002 * remote.c (remote_set_syscall_catchpoint): Cast to char *.
9003 * thread.c (do_captured_thread_select): Cast to const char *.
9004
9005 2016-01-14 Yao Qi <yao.qi@linaro.org>
9006
9007 * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
9008 argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
9009 (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
9010 instead.
9011 * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
9012 <arm_thumb2_breakpoint>: Remove.
9013 <has_thumb2_breakpoint>: New field.
9014 (arm_get_next_pcs_ctor): Update declaration.
9015 * arm-linux-tdep.c (arm_linux_software_single_step): Pass
9016 1 to arm_get_next_pcs_ctor.
9017 * arm-tdep.c (arm_software_single_step): Pass 0 to
9018 arm_get_next_pcs_ctor.
9019
9020 2016-01-13 Ulrich Weigand <uweigand@de.ibm.com>
9021
9022 * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
9023
9024 2016-01-13 Yao Qi <yao.qi@linaro.org>
9025
9026 * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
9027 byte_order_for_code to read instruction.
9028
9029 2016-01-13 Pedro Alves <palves@redhat.com>
9030
9031 * NEWS: Mention $_gthread.
9032 * gdbthread.h (struct thread_info) <global_num>: Mention
9033 $_gthread.
9034 * thread.c (thread_num_make_value_helper): New function.
9035 (thread_id_make_value): Delete.
9036 (thread_id_per_inf_num_make_value, global_thread_id_make_value):
9037 New.
9038 (thread_funcs): Adjust.
9039 (gthread_funcs): New.
9040 (_initialize_thread): Register $_gthread variable.
9041
9042 2016-01-13 Pedro Alves <palves@redhat.com>
9043
9044 * NEWS: Mention "info threads -gid".
9045 * gdbthread.h (struct thread_info) <global_num>: Mention "info
9046 threads -gid".
9047 * thread.c (info_threads_command): Handle "-gid".
9048 (_initialize_thread): Adjust "info threads" help string to mention
9049 -gid.
9050
9051 2016-01-13 Pedro Alves <palves@redhat.com>
9052
9053 * NEWS: Mention InferiorThread.global_num.
9054 * python/py-infthread.c (thpy_get_global_num): New function.
9055 (thread_object_getset): Register "global_num".
9056
9057 2016-01-13 Pedro Alves <palves@redhat.com>
9058
9059 * NEWS: Mention that thread IDs are now per inferior and global
9060 thread IDs.
9061 * Makefile.in (SFILES): Add tid-parse.c.
9062 (COMMON_OBS): Add tid-parse.o.
9063 (HFILES_NO_SRCDIR): Add tid-parse.h.
9064 * ada-tasks.c: Adjust to use ptid_to_global_thread_id.
9065 * breakpoint.c (insert_breakpoint_locations)
9066 (remove_threaded_breakpoints, bpstat_check_breakpoint_conditions)
9067 (print_one_breakpoint_location, set_longjmp_breakpoint)
9068 (check_longjmp_breakpoint_for_call_dummy)
9069 (set_momentary_breakpoint): Adjust to use global IDs.
9070 (find_condition_and_thread, watch_command_1): Use parse_thread_id.
9071 (until_break_command, longjmp_bkpt_dtor)
9072 (breakpoint_re_set_thread, insert_single_step_breakpoint): Adjust
9073 to use global IDs.
9074 * dummy-frame.c (pop_dummy_frame_bpt): Adjust to use
9075 ptid_to_global_thread_id.
9076 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
9077 * gdbthread.h (struct thread_info): Rename field 'num' to
9078 'global_num. Add new fields 'per_inf_num' and 'inf'.
9079 (thread_id_to_pid): Rename thread_id_to_pid to
9080 global_thread_id_to_ptid.
9081 (pid_to_thread_id): Rename to ...
9082 (ptid_to_global_thread_id): ... this.
9083 (valid_thread_id): Rename to ...
9084 (valid_global_thread_id): ... this.
9085 (find_thread_id): Rename to ...
9086 (find_thread_global_id): ... this.
9087 (ALL_THREADS, ALL_THREADS_BY_INFERIOR): Declare.
9088 (print_thread_info): Add comment.
9089 * tid-parse.h: New file.
9090 * tid-parse.c: New file.
9091 * infcmd.c (step_command_fsm_prepare)
9092 (step_command_fsm_should_stop): Adjust to use the global thread
9093 ID.
9094 (until_next_command, until_next_command)
9095 (finish_command_fsm_should_stop): Adjust to use the global thread
9096 ID.
9097 (attach_post_wait): Adjust to check the inferior number too.
9098 * inferior.h (struct inferior) <highest_thread_num>: New field.
9099 * infrun.c (handle_signal_stop)
9100 (insert_exception_resume_breakpoint)
9101 (insert_exception_resume_from_probe): Adjust to use the global
9102 thread ID.
9103 * record-btrace.c (record_btrace_open): Use global thread IDs.
9104 * remote.c (process_initial_stop_replies): Also consider the
9105 inferior number.
9106 * target.c (target_pre_inferior): Clear the inferior's highest
9107 thread num.
9108 * thread.c (clear_thread_inferior_resources): Adjust to use the
9109 global thread ID.
9110 (new_thread): New inferior parameter. Adjust to use it. Set both
9111 the thread's global ID and the thread's per-inferior ID.
9112 (add_thread_silent): Adjust.
9113 (find_thread_global_id): New.
9114 (find_thread_id): Make static. Adjust to rename.
9115 (valid_thread_id): Rename to ...
9116 (valid_global_thread_id): ... this.
9117 (pid_to_thread_id): Rename to ...
9118 (ptid_to_global_thread_id): ... this.
9119 (thread_id_to_pid): Rename to ...
9120 (global_thread_id_to_ptid): ... this. Adjust.
9121 (first_thread_of_process): Adjust.
9122 (do_captured_list_thread_ids): Adjust to use global thread IDs.
9123 (should_print_thread): New function.
9124 (print_thread_info): Rename to ...
9125 (print_thread_info_1): ... this, and add new show_global_ids
9126 parameter. Handle it. Iterate over inferiors.
9127 (print_thread_info): Reimplement as wrapper around
9128 print_thread_info_1.
9129 (show_inferior_qualified_tids): New function.
9130 (print_thread_id): Use it.
9131 (tp_array_compar): Compare inferior numbers too.
9132 (thread_apply_command): Use tid_range_parser.
9133 (do_captured_thread_select): Use parse_thread_id.
9134 (thread_id_make_value): Adjust.
9135 (_initialize_thread): Adjust "info threads" help string.
9136 * varobj.c (struct varobj_root): Update comment.
9137 (varobj_create): Adjust to use global thread IDs.
9138 (value_of_root_1): Adjust to use global_thread_id_to_ptid.
9139 * windows-tdep.c (display_tib): No longer accept an argument.
9140 * cli/cli-utils.c (get_number_trailer): Make extern.
9141 * cli/cli-utils.h (get_number_trailer): Declare.
9142 (get_number_const): Adjust documentation.
9143 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Adjust to use global
9144 thread IDs.
9145 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
9146 (mi_on_normal_stop, mi_output_running_pid, mi_on_resume):
9147 * mi/mi-main.c (mi_execute_command, mi_cmd_execute): Likewise.
9148 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_thread_x):
9149 Likewise.
9150 * python/py-breakpoint.c (bppy_set_thread): Likewise.
9151 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
9152 * python/py-infthread.c (thpy_get_num): Add comment and return the
9153 per-inferior thread ID.
9154 (thread_object_getset): Update comment of "num".
9155
9156 2016-01-13 Pedro Alves <palves@redhat.com>
9157
9158 * breakpoint.c (remove_threaded_breakpoints)
9159 (print_one_breakpoint_location): Use print_thread_id.
9160 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
9161 (btrace_fetch, btrace_clear): Use print_thread_id.
9162 * common/print-utils.c (CELLSIZE): Delete.
9163 (get_cell): Rename to ...
9164 (get_print_cell): ... this and made extern. Adjust call callers.
9165 Adjust to use PRINT_CELL_SIZE.
9166 * common/print-utils.h (get_print_cell): Declare.
9167 (PRINT_CELL_SIZE): New.
9168 * gdbthread.h (print_thread_id): Declare.
9169 * infcmd.c (signal_command): Use print_thread_id.
9170 * inferior.c (print_inferior): Use print_thread_id.
9171 * infrun.c (handle_signal_stop)
9172 (insert_exception_resume_breakpoint)
9173 (insert_exception_resume_from_probe)
9174 (print_signal_received_reason): Use print_thread_id.
9175 * record-btrace.c (record_btrace_info)
9176 (record_btrace_resume_thread, record_btrace_cancel_resume)
9177 (record_btrace_step_thread, record_btrace_wait): Use
9178 print_thread_id.
9179 * thread.c (thread_apply_all_command): Use print_thread_id.
9180 (print_thread_id): New function.
9181 (thread_apply_command): Use print_thread_id.
9182 (thread_command, thread_find_command, do_captured_thread_select):
9183 Use print_thread_id.
9184
9185 2016-01-13 Pedro Alves <palves@redhat.com>
9186
9187 * NEWS: Mention InferiorThread.inferior.
9188 * python/py-infthread.c (thpy_get_inferior): New.
9189 (thread_object_getset): Register "inferior".
9190
9191 2016-01-13 Pedro Alves <palves@redhat.com>
9192
9193 * NEWS: Mention $_inferior.
9194 * inferior.c (inferior_id_make_value): New.
9195 (inferior_funcs): New.
9196 (_initialize_inferior): Create $_inferior variable.
9197
9198 2016-01-13 Pedro Alves <palves@redhat.com>
9199
9200 PR breakpoints/19388
9201 * frame.c (get_current_frame): Use validate_registers_access.
9202 * gdbthread.h (validate_registers_access): Declare.
9203 * infrun.c (validate_siginfo_access): Delete.
9204 (siginfo_value_read, siginfo_value_write): Use
9205 validate_registers_access.
9206 * thread.c (validate_registers_access): New function.
9207
9208 2016-01-12 Josh Stone <jistone@redhat.com>
9209 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9210
9211 * NEWS (Changes since GDB 7.10): Mention QCatchSyscalls and the
9212 syscall_entry and syscall_return stop reasons. Mention GDB
9213 support for remote catch syscall.
9214 * remote.c (PACKET_QCatchSyscalls): New enum.
9215 (remote_set_syscall_catchpoint): New function.
9216 (remote_protocol_features): New element for QCatchSyscalls.
9217 (remote_parse_stop_reply): Parse syscall_entry/return stops.
9218 (init_remote_ops): Install remote_set_syscall_catchpoint.
9219 (_initialize_remote): Config QCatchSyscalls.
9220 * linux-nat.h (struct lwp_info) <syscall_state>: Comment typo.
9221
9222 2016-01-12 Yao Qi <yao.qi@linaro.org>
9223
9224 * nat/linux-ptrace.c (linux_child_function): Cast child_stack
9225 to gdb_byte * and pass to linux_fork_to_function.
9226
9227 2016-01-12 Yao Qi <yao.qi@linaro.org>
9228
9229 * nat/linux-ptrace.c (linux_fork_to_function): Change type
9230 of argument 'function'.
9231 (linux_grandchild_function): Change return type to 'int'.
9232 Change child_stack's type to 'void *'.
9233 (linux_child_function): Likewise.
9234
9235 2016-01-12 Pedro Alves <palves@redhat.com>
9236
9237 Remove use of the registered trademark symbol throughout.
9238
9239 2016-01-12 Thomas Schwinge <thomas@codesourcery.com>
9240
9241 * reply_mig_hack.awk: Rewrite one regular expression.
9242
9243 2016-01-11 Mike Frysinger <vapier@gentoo.org>
9244
9245 * acinclude.m4: Include new warning.m4 file.
9246 * configure: Regenerated.
9247 * configure.ac: Move all warning logic ...
9248 * warning.m4: ... here.
9249
9250 2016-01-08 Yao Qi <yao.qi@linaro.org>
9251
9252 * extension.c: Include target.h.
9253 (set_active_ext_lang): Only call install_gdb_sigint_handler,
9254 check_quit_flag, and set_quit_flag if target_terminal_is_ours
9255 returns false.
9256 (restore_active_ext_lang): Likewise.
9257 * target.c (target_terminal_is_ours): New function.
9258 * target.h (target_terminal_is_ours): Declare.
9259
9260 2016-01-07 Maciej W. Rozycki <macro@imgtec.com>
9261
9262 * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
9263 to `err' in the little-endian leg.
9264
9265 2016-01-06 Yao Qi <yao.qi@linaro.org>
9266
9267 * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
9268 lines below.
9269 (thumb_get_next_pcs_raw): Make it static.
9270 (arm_get_next_pcs_raw): Likewise.
9271 * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
9272 declaration.
9273 (arm_get_next_pcs_raw): Likewise.
9274
9275 2016-01-05 Mike Frysinger <vapier@gentoo.org>
9276
9277 * version.in: Change cvs to git.
9278
9279 2016-01-05 Mike Frysinger <vapier@gentoo.org>
9280
9281 * configure.tgt (score-*-*): Delete gdb_sim assignment.
9282
9283 2016-01-05 Pedro Alves <palves@redhat.com>
9284
9285 PR sim/13418
9286 * configure.ac: Define WITH_PPC_SIM when linking in the sim and
9287 the target is powerpc*.
9288 * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
9289 of WITH_SIM.
9290 * configure: Regenerate.
9291 * config.in: Regenerate.
9292
9293 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
9294
9295 * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
9296
9297 2016-01-02 Mike Frysinger <vapier@gentoo.org>
9298
9299 * configure.tgt (powerpc*-*-*): Delete test call and
9300 always assign gdb_sim.
9301
9302 2016-01-01 Joel Brobecker <brobecker@adacore.com>
9303
9304 Update year range in copyright notice of all files.
9305
9306 2016-01-01 Joel Brobecker <brobecker@adacore.com>
9307
9308 * top.c (print_gdb_version): Change copyright year in version
9309 message.
9310
9311 2016-01-01 Joel Brobecker <brobecker@adacore.com>
9312
9313 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
9314
9315 For older changes see ChangeLog-2015.
9316 \f
9317 Local Variables:
9318 mode: change-log
9319 left-margin: 8
9320 fill-column: 74
9321 version-control: never
9322 coding: utf-8
9323 End:
This page took 0.2239 seconds and 3 git commands to generate.