PR symtab/20652 - fix psymbol_compare
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
3e611445
TT
12016-10-05 Tom Tromey <tom@tromey.com>
2
3 PR symtab/20652:
4 * psymtab.c (psymbol_compare): Correctly compare "ginfo.value"
5 fields.
6
f206f69c
AA
72016-10-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
8
9 * dwarf2expr.c (dwarf_expr_require_composition): Allow
10 DW_OP_GNU_uninit.
11 (execute_stack_op): Use dwarf_expr_require_composition instead of
12 copying its logic.
13
ed2f09e1
AK
142016-10-05 Anton Kolesov <anton.kolesov@synopsys.com>
15
dba48492 16 * arc-tdep.c (arc_frame_prev_register): Remove annoying log message.
ed2f09e1 17
5878efd4
YQ
182016-10-05 Yao Qi <yao.qi@linaro.org>
19
20 * features/Makefile (WHICH): Add
21 rs6000/powerpc-isa205-32l, rs6000/powerpc-isa205-64l,
22 rs6000/powerpc-isa205-altivec32l, rs6000/powerpc-isa205-altivec64l,
23 rs6000/powerpc-isa205-vsx32l and rs6000/powerpc-isa205-vsx64l.
24 * regformats/rs6000/powerpc-isa205-32l.dat: Regenerated.
25 * regformats/rs6000/powerpc-isa205-64l.dat: Likewise.
26 * regformats/rs6000/powerpc-isa205-altivec32l.dat: Likewise.
27 * regformats/rs6000/powerpc-isa205-altivec64l.dat: Likewise.
28 * regformats/rs6000/powerpc-isa205-vsx32l.dat: Likewise.
29 * regformats/rs6000/powerpc-isa205-vsx64l.dat: Likewise.
30
defaaad5
YQ
312016-10-05 Yao Qi <yao.qi@linaro.org>
32
33 * features/Makefile (XMLTOC): Add s390-tevx-linux64.xml,
34 s390-vx-linux64.xml, s390x-tevx-linux64.xml and
35 s390x-vx-linux64.xml.
36
414c838a
YQ
372016-10-05 Yao Qi <yao.qi@linaro.org>
38
39 * features/Makefile: Remove i386/*-expedite. Add i386-expedite,
40 amd64-expedite, and x32-expedite.
41
0a69eedb
YQ
422016-10-05 Terry Guo <terry.guo@arm.com>
43 Yao Qi <yao.qi@linaro.org>
44
45 * arm-tdep.c: Adjust includes.
46 * features/Makefile (WHICH): Add "arm/" directory to arm
47 target descriptions.
48 (XMLTOC): Likewise.
49 (arm/arm-with-iwmmxt.dat): Adjust the path for
50 dependencies.
51 * features/arm-core.xml: Moved to ...
52 * features/arm/arm-core.xml: ... it.
53 * features/arm-fpa.xml: Moved to ...
54 * features/arm/arm-fpa.xml: ... it.
55 * features/arm-m-profile.xml: Moved to ...
56 * features/arm/arm-m-profile.xm: ... it.
57 * features/arm-vfpv2.xml: Moved to ...
58 * features/arm/arm-vfpv2.xm: ... it.
59 * features/arm-vfpv3.xml: Moved to ...
60 * features/arm/arm-vfpv3.xml: ... it.
61 * features/arm-with-iwmmxt.c: Moved to ...
62 * features/arm/arm-with-iwmmxt.c: ... it.
63 * features/arm-with-iwmmxt.xml: Moved to ...
64 * features/arm/arm-with-iwmmxt.xml: ... it.
65 * features/arm-with-m-fpa-layout.c: Moved to ...
66 * features/arm/arm-with-m-fpa-layout.c: ... it.
67 * features/arm-with-m-fpa-layout.xml: Moved to ...
68 * features/arm/arm-with-m-fpa-layout.xml: ... it.
69 * features/arm-with-m-vfp-d16.c: Moved to ...
70 * features/arm/arm-with-m-vfp-d16.c: ... it.
71 * features/arm-with-m-vfp-d16.xml: Moved to ...
72 * features/arm/arm-with-m-vfp-d16.xml: ... it.
73 * features/arm-with-m.c: Moved to ...
74 * features/arm/arm-with-m.c: ... it.
75 * features/arm-with-m.xml: Moved to ...
76 * features/arm/arm-with-m.xm: ... it.
77 * features/arm-with-neon.c: Moved to ...
78 * features/arm/arm-with-neon.c: ... it.
79 * features/arm-with-neon.xml: Moved to ...
80 * features/arm/arm-with-neon.xml: ... it.
81 * features/arm-with-vfpv2.c: Moved to ...
82 * features/arm/arm-with-vfpv2.c: ... it.
83 * features/arm-with-vfpv2.xml: Moved to ...
84 * features/arm/arm-with-vfpv2.xml: ... it.
85 * features/arm-with-vfpv3.c: Moved to ...
86 * features/arm/arm-with-vfpv3.c: ... it.
87 * features/arm-with-vfpv3.xml: Moved to ...
88 * features/arm/arm-with-vfpv3.xml: ... it.
89 * features/xscale-iwmmxt.xml: Moved to ...
90 * features/arm/xscale-iwmmxt.xml: ... it.
91
4034d0ff
AT
922016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
932016-10-03 Simon Marchi <simon.marchi@ericsson.com>
94
95 PR gdb/20487
96 * NEWS: Mention new frame field of =thread-selected event.
97 * cli/cli-decode.c (add_cmd): Initialize c->suppress_notification.
98 (add_com_suppress_notification): New function definition.
99 (cmd_func): Set and restore the suppress_notification flag.
100 * cli/cli-deicode.h (struct cmd_list_element)
101 <suppress_notification>: New field.
102 * cli/cli-interp.c (cli_suppress_notification): New global variable.
103 (cli_on_user_selected_context_changed): New function.
104 (_initialize_cli_interp): Attach to user_selected_context_changed
105 observer.
106 * command.h (struct cli_suppress_notification): New structure.
107 (cli_suppress_notification): New global variable declaration.
108 (add_com_suppress_notification): New function declaration.
109 * defs.h (enum user_selected_what_flag): New enum.
110 (user_selected_what): New enum flag type.
111 * frame.h (print_stack_frame_to_uiout): New function declaration.
112 * gdbthread.h (print_selected_thread_frame): New function declaration.
113 * inferior.c (print_selected_inferior): New function definition.
114 (inferior_command): Remove printing of inferior/thread/frame switch
115 notifications, notify user_selected_context_changed observer.
116 * inferior.h (print_selected_inferior): New function declaration.
117 * mi/mi-cmds.c (struct mi_cmd): Add user_selected_context
118 suppression to stack-select-frame and thread-select commands.
119 * mi/mi-interp.c (struct mi_suppress_notification)
120 <user_selected_context>: Initialize.
121 (mi_user_selected_context_changed): New function definition.
122 (_initialize_mi_interp): Attach to user_selected_context_changed.
123 * mi/mi-main.c (mi_cmd_thread_select): Print thread selection reply.
124 (mi_execute_command): Handle notification suppression. Notify
125 user_selected_context_changed observer on thread change instead of printing
126 event directly. Don't send it if command already sends the notification.
127 (command_notifies_uscc_observer): New function.
128 (mi_cmd_execute): Don't handle notification suppression.
129 * mi/mi-main.h (struct mi_suppress_notification)
130 <user_selected_context>: New field.
131 * stack.c (print_stack_frame_to_uiout): New function definition.
132 (select_frame_command): Notify user_selected_context_changed
133 observer.
134 (frame_command): Call print_selected_thread_frame if there's no frame
135 change or notify user_selected_context_changed observer if there is.
136 (up_command): Notify user_selected_context_changed observer.
137 (down_command): Likewise.
138 (_initialize_stack): Suppress user_selected_context notification for
139 command select-frame.
140 * thread.c (thread_command): Notify
141 user_selected_context_changed if the thread has changed, print
142 thread info directly if it hasn't.
143 (do_captured_thread_select): Do not print thread switch event.
144 (print_selected_thread_frame): New function definition.
145 * tui/tui-interp.c (tui_on_user_selected_context_changed):
146 New function definition.
147 (_initialize_tui_interp): Attach to user_selected_context_changed
148 observer.
149
bb805577
JK
1502016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
151
152 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
153 * exec.c (exec_file_locate_attach): Add parameter defer_bp_reset.
154 Use it.
155 * gdbcore.h (exec_file_locate_attach): Add parameter defer_bp_reset.
156 * infcmd.c (setup_inferior): Update caller.
157 * remote.c (remote_add_inferior): Likewise.
158
6d61dee5
PA
1592016-09-28 Pedro Alves <palves@redhat.com>
160
161 * infcall.c (run_inferior_call): Remove input from the event
162 loop while running the infcall.
163
ca90e760
FH
1642016-09-27 Fredrik Hederstierna <fredrik.hederstierna@verisure.com>
165
166 * arm-tdep.c (arm_m_addr_is_magic): New function.
167 (arm_addr_bits_remove): Call arm_m_addr_is_magic.
168 (arm_m_exception_unwind_sniffer): Likewise.
169
9eee20eb
JT
1702016-09-23 Jon Turney <jon.turney@dronecode.org.uk>
171
172 * windows-nat.c (windows_delete_thread): Adjusting call to
173 target_mourn_inferior to include ptid_t argument.
174
a97e29d2
TT
1752016-09-23 Tom Tromey <tom@tromey.com>
176
177 * utils.h (make_cleanup_dyn_string_delete): Remove declaration.
178 * utils.c: Don't include dyn-string.h.
179 (do_dyn_string_delete, make_cleanup_dyn_string_delete): Remove.
180 * cli/cli-cmds.c: Include <string>. Don't include dyn-string.h.
181 (argv_to_string): Rename. Change return type to std::string.
182 (alias_command): Use std::string.
183
cfe826d4
TT
1842016-09-23 Tom Tromey <tom@tromey.com>
185
186 * objfiles.c: Include <vector>.
187 (objfile_relocate): Use std::vector.
188
ab8b80a8
TT
1892016-09-23 Tom Tromey <tom@tromey.com>
190
191 * rust-lang.c: Include <string> and <vector>.
192 (rust_evaluate_funcall): Use std::vector, std::string.
193 (rust_evaluate_subexp): Use std::string.
194 (rust_lookup_symbol_nonlocal): Use std::string.
195
05d49c37
TT
1962016-09-23 Tom Tromey <tom@tromey.com>
197
198 * cp-namespace.c: Include <string>.
199 (cp_search_static_and_baseclasses)
200 (cp_lookup_symbol_imports_or_template, find_symbol_in_baseclass):
201 Use std::string.
202
5809899d
TT
2032016-09-23 Tom Tromey <tom@tromey.com>
204
205 * break-catch-sig.c: Include <string>.
206 (signal_catchpoint_print_one): Use std::string.
207
3e25a500
TT
2082016-09-23 Tom Tromey <tom@tromey.com>
209
210 * utils.c (struct restore_ui_out_closure): Remove.
211 * objfiles.h (terminate_minimal_symbol_table): Don't declare.
212
97e64e5a
YQ
2132016-09-23 Yao Qi <yao.qi@linaro.org>
214
215 * nat/linux-osdata.c (linux_xfer_osdata_threads): Replace
216 sprintf with xsnprintf.
217 (linux_xfer_osdata_fds): Likewise.
218
503b1c39
PA
2192016-09-23 Pedro Alves <palves@redhat.com>
220
221 * Makefile.in (SFILES): Add common/new-op.c.
222 (COMMON_OBS): Add common/new-op.o.
223 (new-op.o): New rule.
224 * common/common-exceptions.h: Include <new>.
225 (struct gdb_quit_bad_alloc): New type.
226 * common/new-op.c: New file.
227
de678454
EBM
2282016-09-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
229
230 * rs6000-tdep.c (ppc_process_record_op31): Fix
231 regcache_raw_read_unsigned call using the correct parameter type.
232
fa42dd2e
AK
2332016-09-22 Anton Kolesov <anton.kolesov@synopsys.com>
234
235 * arc-tdep.c: Fix ARI warning for printf(%p).
236
31da3f27
AK
2372016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
238
239 * MAINTAINERS (Write After Approval): Add Anton Kolesov.
240
ad0a504f
AK
2412016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
242
243 * Makefile.in (ALL_TARGET_OBS): Add arc-tdep.o.
244 (HFILES_NO_SRCDIR): Add arc-tdep.h.
245 (ALLDEPFILES): Add arc-tdep.c.
246 * NEWS: Mention new ARC port.
247 * configure.tgt: Add ARC.
248 * arc-tdep.c: New file.
249 * arc-tdep.h: New file.
250 * features/Makefile (XMLTOC): Add arc-v2.xml and arc-arcompact.xml.
251 * features/arc-v2.xml: New file.
252 * features/arc-v2.c: New file (generated).
253 * features/arc-arcompact.xml: New file.
254 * features/arc-arcompact.c: New file (generated).
255
8aabe2e2
EBM
2562016-09-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
257
258 * rs6000-tdep.c (ppc_process_record_op63): Fix return of instruction
259 handlers.
260
36cf1806
TT
2612016-09-21 Tom Tromey <tom@tromey.com>
262
263 PR gdb/20604:
264 * top.h (quit_force): Update.
265 * top.c (quit_force): Changed type of first argument. Don't
266 evaluate expression. Pass NULL to kill_or_detach.
267 * cli/cli-cmds.c (quit_command): Evaluate "args".
268
74172ecf
SM
2692016-09-21 Simon Marchi <simon.marchi@ericsson.com>
270
271 * .gitignore: Ignore more files.
272 * data-directory/.gitignore: Likewise.
273
6ec2b213
EBM
2742016-09-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
275
276 * rs6000-tdep.c (PPC_DQ): New macro.
277 (ppc_process_record_op4): Add Power ISA 3.0 instructions.
278 (ppc_process_record_op19): Likewise.
279 (ppc_process_record_op31): Likewise.
280 (ppc_process_record_op59): Likewise.
281 (ppc_process_record_op60): Likewise.
282 (ppc_process_record_op63): Likewise.
283 (ppc_process_record): Likewise.
284 (ppc_process_record_op61): New function.
285
fc6cda2e
YQ
2862016-09-21 Yao Qi <yao.qi@linaro.org>
287
288 * aarch32-linux-nat.c (aarch32_gp_regcache_collect): Keep
289 bits 20 to 23.
290
12c58cd4
TT
2912016-09-20 Tom Tromey <tom@tromey.com>
292
293 * python/py-value.c (convert_value_from_python): Make PyInt_Check
294 conditional on Python 2.
295 * python/py-arch.c (archpy_disassemble): Make PyInt_Check
296 conditional on Python 2.
297
9f7efd5b
EBM
2982016-09-20 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
299
300 * rs6000-tdep.c (ppc_process_record_op31): Fix record of Store String
301 Word instructions.
302
7d5adfe3
SDJ
3032016-09-20 Sergio Durigan Junior <sergiodj@redhat.com>
304
305 * fork-inferior.c (startup_inferior): Pass 'event_ptid' instead of
306 'resume_ptid' to 'target_mourn_inferior'. Fix regression
307 introduced by my last commit.
308
66797541
PA
3092016-09-19 Pedro Alves <palves@redhat.com>
310
311 * common/gdb_locale.h [!ENABLE_NLS] (gettext, dgettext, dcgettext,
312 textdomain, bindtextdomain): Delete macros.
313 * main.c (captured_main) [!ENABLE_NLS]: Skip bintextdomain and
314 textdomain calls.
315
bc1e6c81
SDJ
3162016-09-19 Sergio Durigan Junior <sergiodj@redhat.com>
317
318 * darwin-nat.c (darwin_kill_inferior): Adjusting call to
319 target_mourn_inferior to include ptid_t argument.
320 * fork-child.c (startup_inferior): Likewise.
321 * gnu-nat.c (gnu_kill_inferior): Likewise.
322 * inf-ptrace.c (inf_ptrace_kill): Likewise.
323 * infrun.c (handle_inferior_event_1): Likewise.
324 * linux-nat.c (linux_nat_attach): Likewise.
325 (linux_nat_kill): Likewise.
326 * nto-procfs.c (interrupt_query): Likewise.
327 (procfs_interrupt): Likewise.
328 (procfs_kill_inferior): Likewise.
329 * procfs.c (procfs_kill_inferior): Likewise.
330 * record.c (record_mourn_inferior): Likewise.
331 * remote-sim.c (gdbsim_kill): Likewise.
332 * remote.c (remote_detach_1): Likewise.
333 (remote_kill): Likewise.
334 * target.c (target_mourn_inferior): Change declaration to accept
335 new ptid_t argument; use gdb_assert on it.
336 * target.h (target_mourn_inferior): Move function prototype from
337 here...
338 * target/target.h (target_mourn_inferior): ... to here. Adjust it
339 to accept new ptid_t argument.
340 * windows-nat.c (get_windows_debug_event): Adjusting call to
341 target_mourn_inferior to include ptid_t argument.
342
93689493
PA
3432016-09-18 Pedro Alves <palves@redhat.com>
344
345 * s390-linux-nat.c: Include <algorithm>.
346
768adc05
PA
3472016-09-18 Pedro Alves <palves@redhat.com>
348
349 * breakpoint.c (hardware_watchpoint_inserted_in_range): Explicitly
350 specify the std:min/std::max specialization.
351 * exec.c (section_table_read_available_memory): Likewise.
352 * remote.c (remote_read_qxfer): Likewise.
353 * target.c (simple_verify_memory): Likewise.
354
cd94f6d5
SM
3552016-09-16 Simon Marchi <simark@simark.ca>
356
357 * infrun.c (restore_current_uiout_cleanup): Move to ui-out.c.
358 (print_stop_event): Use make_cleanup_restore_current_uiout.
359 * python/python.c (execute_gdb_command): Likewise.
360 * ui-out.c (restore_current_uiout_cleanup): Move from infrun.c.
361 (make_cleanup_restore_current_uiout): New function definition.
362 * ui-out.h (make_cleanup_restore_current_uiout): New function
363 declaration.
364 * utils.c (do_restore_ui_out): Remove.
365 (make_cleanup_restore_ui_out): Remove.
366 * utils.h (make_cleanup_restore_ui_out): Remove.
367
325fac50
PA
3682016-09-16 Pedro Alves <palves@redhat.com>
369
370 * defs.h (min, max): Delete.
371 * aarch64-tdep.c: Include <algorithm> and use std::min and
372 std::max throughout.
373 * aarch64-tdep.c: Likewise.
374 * alpha-tdep.c: Likewise.
375 * amd64-tdep.c: Likewise.
376 * amd64-windows-tdep.c: Likewise.
377 * arm-tdep.c: Likewise.
378 * avr-tdep.c: Likewise.
379 * breakpoint.c: Likewise.
380 * btrace.c: Likewise.
381 * ctf.c: Likewise.
382 * disasm.c: Likewise.
383 * doublest.c: Likewise.
384 * dwarf2loc.c: Likewise.
385 * dwarf2read.c: Likewise.
386 * environ.c: Likewise.
387 * exec.c: Likewise.
388 * f-exp.y: Likewise.
389 * findcmd.c: Likewise.
390 * ft32-tdep.c: Likewise.
391 * gcore.c: Likewise.
392 * hppa-tdep.c: Likewise.
393 * i386-darwin-tdep.c: Likewise.
394 * i386-tdep.c: Likewise.
395 * linux-thread-db.c: Likewise.
396 * lm32-tdep.c: Likewise.
397 * m32r-tdep.c: Likewise.
398 * m88k-tdep.c: Likewise.
399 * memrange.c: Likewise.
400 * minidebug.c: Likewise.
401 * mips-tdep.c: Likewise.
402 * moxie-tdep.c: Likewise.
403 * nds32-tdep.c: Likewise.
404 * nios2-tdep.c: Likewise.
405 * nto-procfs.c: Likewise.
406 * parse.c: Likewise.
407 * ppc-sysv-tdep.c: Likewise.
408 * probe.c: Likewise.
409 * record-btrace.c: Likewise.
410 * remote.c: Likewise.
411 * rs6000-tdep.c: Likewise.
412 * rx-tdep.c: Likewise.
413 * s390-linux-nat.c: Likewise.
414 * s390-linux-tdep.c: Likewise.
415 * ser-tcp.c: Likewise.
416 * sh-tdep.c: Likewise.
417 * sh64-tdep.c: Likewise.
418 * source.c: Likewise.
419 * sparc-tdep.c: Likewise.
420 * symfile.c: Likewise.
421 * target-memory.c: Likewise.
422 * target.c: Likewise.
423 * tic6x-tdep.c: Likewise.
424 * tilegx-tdep.c: Likewise.
425 * tracefile-tfile.c: Likewise.
426 * tracepoint.c: Likewise.
427 * valprint.c: Likewise.
428 * value.c: Likewise.
429 * xtensa-tdep.c: Likewise.
430 * cli/cli-cmds.c: Likewise.
431 * compile/compile-object-load.c: Likewise.
432
8193adea
AA
4332016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
434
435 * s390-linux-nat.c (PER_BIT, PER_EVENT_BRANCH, PER_EVENT_IFETCH)
436 (PER_EVENT_STORE, PER_EVENT_NULLIFICATION)
437 (PER_CONTROL_BRANCH_ADDRESS, PER_CONTROL_SUSPENSION)
438 (PER_CONTROL_ALTERATION): New macros.
439 (struct s390_debug_reg_state) <break_areas>: New member.
440 (s390_forget_process): Free break_areas as well.
441 (s390_linux_new_fork): Copy break_areas as well.
442 (s390_prepare_to_resume): Install hardware breakpoints.
443 (s390_can_use_hw_breakpoint): Indicate support for hardware
444 breakpoints.
445 (s390_insert_hw_breakpoint, s390_remove_hw_breakpoint): New
446 linux_nat target methods.
447 (_initialize_s390_nat): Register them.
448
0e00e962
AA
4492016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
450
451 * nat/linux-nat.h (lwp_is_stepping): New declaration.
452 * linux-nat.c (lwp_is_stepping): New function.
453
169fe0df
AA
4542016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
455
456 * s390-linux-nat.c (gdbcmd.h): New include.
457 (s390_show_debug_regs): New function.
458 (s390_stopped_by_watchpoint): Call it, if show_debug_regs is set.
459 (s390_prepare_to_resume): Likewise.
460 (_initialize_s390_nat): Register the command "maint set
461 show-debug-regs".
462
373c3dad
AA
4632016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
464
465 * s390-linux-nat.c (watch_areas): Remove variable. Replace by a
466 member of...
467 (struct s390_debug_reg_state): ...this. New struct.
468 (struct s390_process_info): New struct.
469 (s390_process_list): New variable.
470 (s390_find_process_pid, s390_add_process, s390_process_info_get)
471 (s390_get_debug_reg_state): New functions.
472 (s390_stopped_by_watchpoint): Now access the watch_areas VEC via
473 s390_get_debug_reg_state.
474 (s390_prepare_to_resume): Likewise.
475 (s390_insert_watchpoint): Likewise.
476 (s390_remove_watchpoint): Likewise.
477 (s390_forget_process, s390_linux_new_fork): New linux_nat target
478 methods.
479 (_initialize_s390_nat): Register them.
480
17c84cca
AA
4812016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
482
483 * s390-linux-nat.c (s390_watch_area): New typedef. Define a VEC.
484 (watch_base): Remove variable.
485 (watch_areas): New variable.
486 (s390_stopped_by_watchpoint): Transform operations on the
487 watch_base list to equivalent operations on the watch_areas VEC.
488 (s390_prepare_to_resume): Likewise.
489 (s390_insert_watchpoint): Likewise.
490 (s390_remove_watchpoint): Likewise.
491
9c2996c9
AA
4922016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
493
494 * s390-linux-nat.c (s390_prepare_to_resume): Use advertised lwp
495 functions instead of accessing lwp_info structure members.
496 (s390_mark_per_info_changed): New function.
497 (s390_new_thread): Use it.
498 (s390_refresh_per_info_cb): New function.
499 (s390_refresh_per_info): Remove parameter. Refresh all lwps of
500 the current process.
501 (s390_insert_watchpoint): Adjust call to s390_refresh_per_info.
502 (s390_remove_watchpoint): Likewise.
503
e1b2624a
AA
5042016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
505
506 * elfread.c (auxv.h): New include.
507 (elf_gnu_ifunc_resolve_addr): Pass HWCAP to ifunc resolver.
508
f5c4fcd9
TT
5092016-09-08 Tom Tromey <tom@tromey.com>
510
511 * remote.c (remote_notif_stop_ack, remote_wait_as)
512 (show_remote_cmd): Remove unneeded casts.
513
4295e285
PA
5142016-09-06 Pedro Alves <palves@redhat.com>
515
516 * top.c (wait_sync_command_done): Don't assume current_ui doesn't
517 change across events. Restore the current UI before returning.
518 (gdb_readline_wrapper): Restore the current UI before returning.
519
a025b477
PA
5202016-09-06 Pedro Alves <palves@redhat.com>
521
522 * event-top.c (restore_ui_cleanup): Now static.
523 (make_cleanup_restore_current_ui): New function.
524 (switch_thru_all_uis_init): Use it.
525 * infcall.c (call_thread_fsm_should_stop): Use it.
526 * infrun.c (fetch_inferior_event): Use it.
527 * top.c (new_ui_command): Use it.
528 * top.h (restore_ui_cleanup): Delete declaration.
529 (make_cleanup_restore_current_ui): New declaration.
530
00d5215e
UW
5312016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
532
533 * i386-tdep.c (i386_floatformat_for_type): New function.
534 (i386_gdbarch_init): Install it.
535 * ppc-linux-tdep.c (ppc_floatformat_for_type): New function.
536 (ppc_linux_init_abi): Install it.
537
9b790ce7
UW
5382016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
539
540 * gdbarch.sh (floatformat_for_type): New gdbarch callback.
541 * gdbarch.h, gdbarch.c: Re-generate.
542 * arch-utils.h (default_floatformat_for_type): New prototype.
543 * arch-utils.c (default_floatformat_for_type): New function.
544
545 * doublest.c (floatformat_from_length): Remove.
546 (floatformat_from_type): Assume TYPE_FLOATFORMAT is non-NULL.
547 * gdbtypes.c (verify_floatformat): Require non-NULL format.
548
549 * dwarf2read.c (dwarf2_init_float_type): New function.
550 (read_base_type): Use it.
551 * stabsread.c (dbx_init_float_type): New function.
552 (read_sun_floating_type): Use it.
553 (read_range_type): Likewise.
554
49f190bc
UW
5552016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
556
557 * ada-lang.c (ada_language_arch_info): Use gdbarch-provided
558 platform ABI floating-point formats for built-in types.
559 * d-lang.c (build_d_types): Likewise.
560 * f-lang.c (build_fortran_types): Likewise.
561 * m2-lang.c (build_m2_types): Likewise.
562 * mdebugread.c (basic_type): Likewise.
563
564 * go-lang.c (build_go_types): Use IEEE floating-point formats
565 for language built-in types as mandanted by the language.
566 * jv-lang.c (build_java_types): Likewise.
567 * rust-lang.c (rust_language_arch_info): Likewise.
568 * stabsread.c (rs6000_builtin_type): Likewise.
569
c413c448
UW
5702016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
571
572 * gdbtypes.c (init_type): Remove "char" special case.
573 (arch_integer_type): Likewise.
574 (gdbtypes_post_init): Set TYPE_NOSIGN for "char" type.
575 (objfile_type): Likewise.
576 * mdebugread.c (basic_type): Likewise.
577 * stabsread.c (rs6000_builtin_type): Likewise.
578
a9ff5f12
UW
5792016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
580
581 * gdbtypes.h (enum type_flag_value): Remove.
582 Remove references to TYPE_FLAG_... in comments throughout.
583 * gdbtypes.c (recursive_dump_type): Do not print TYPE_FLAG_...
584 flags, print the corresponding TYPE_... access macro names.
585 Remove references to TYPE_FLAG_... in comments throughout.
586 * infcall.c: Remove references to TYPE_FLAG_... in comments.
587 * valprint.c: Likewise.
588 * gdb-gdb.py (class TypeFlag): No longer consider TYPE_FLAG_...
589 values, only TYPE_INSTANCE_FLAG_... values.
590 (class TypeFlagsPrinter): Likewise.
591
19f392bc
UW
5922016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
593
594 * gdbtypes.h (init_type): Remove FLAGS argument. Move OBJFILE
595 argument to first position.
596 (init_integer_type): New prototype.
597 (init_character_type): Likewise.
598 (init_boolean_type): Likewise.
599 (init_float_type): Likewise.
600 (init_decfloat_type): Likewise.
601 (init_complex_type): Likewise.
602 (init_pointer_type): Likewise.
603 * gdbtypes.c (verify_floatflormat): New function.
604 (init_type): Remove FLAGS argument and processing. Move OBJFILE
605 argument to first position.
606 (init_integer_type): New function.
607 (init_character_type): Likewise.
608 (init_boolean_type): Likewise.
609 (init_float_type): Likewise.
610 (init_decfloat_type): Likewise.
611 (init_complex_type): Likewise.
612 (init_pointer_type): Likewise.
613 (arch_float_type): Use verify_floatflormat.
614 (objfile_type): Use init_..._type helpers instead of calling
615 init_type directly.
616 * dwarf2read.c (fixup_go_packaging): Update to changed init_type
617 prototype.
618 (read_namespace_type): Likewise.
619 (read_module_type): Likewise.
620 (read_typedef): Likewise.
621 (read_unspecified_type): Likewise.
622 (build_error_marker_type): Likewise.
623 (read_base_type): Use init_..._type helpers.
624 * mdebugread.c (basic_type): Use init_..._type helpers.
625 (parse_type): Update to changed init_type prototype.
626 (cross_ref): Likewise.
627 * stabsread.c (rs6000_builtin_type): Use init_..._type helpers.
628 (read_sun_builtin_type): Likewise.
629 (read_sun_floating_type): Likewise.
630 (read_range_type): Likewise. Also update to changed init_type
631 prototype.
632
88dfca6c
UW
6332016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
634
635 * gdbtypes.h (arch_decfloat_type): New prototype.
636 (arch_pointer_type): Likewise.
637 * gdbtypes.c (arch_decfloat_type): New function.
638 (arch_pointer_type): Likewise.
639 (gdbtypes_post_init): Use arch_decfloat_type.
640 * avr-tdep.c (avr_gdbarch_init): Use arch_pointer_type.
641 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
642 * m32c-tdep.c (make_types): Likewise.
643 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
644
ae438bc5
UW
6452016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
646
647 * gdbtypes.c (set_type_code): New function.
648 (init_type, arch_type): Use it.
649
5f3bceb6
UW
6502016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
651
652 * ada-lang.c (ada_language_arch_info): Use gdbarch_long_double_bit
653 instead of gdbarch_double_bit for "long_long_float".
654
cf6de44d
PA
6552016-09-05 Pedro Alves <palves@redhat.com>
656
657 * NEWS: Mention that a C++ compiler is now required.
658 * Makefile.in (COMPILER, COMPILER_CFLAGS): Remove.
659 (COMPILE.pre, CC_LD): Use CXX directly.
660 (INTERNAL_CFLAGS_BASE): Use CXXFLAGS directly.
661 * acinclude.m4: Don't include build-with-cxx.m4.
662 * build-with-cxx.m4: Delete file.
663 * configure.ac: Remove GDB_AC_BUILD_WITH_CXX call.
664 * warning.m4: Assume $enable_build_with_cxx is yes.
665 * configure: Regenerate.
666
f245535c
PA
6672016-09-05 Pedro Alves <palves@redhat.com>
668
669 PR backtrace/19927
670 * frame.c (get_frame_id): Compute the frame id if not computed
671 yet.
672 (unwind_to_current_frame): Delete.
673 (get_current_frame): Use get_prev_frame_always_1 to get the
674 current frame and assert that that always succeeds.
675 (get_prev_frame_if_no_cycle): Skip cycle detection if returning
676 the current frame.
677
4aa4e28b
TT
6782016-09-02 Tom Tromey <tom@tromey.com>
679
680 PR gdb/11616:
681 * dwarf2read.c (decode_locdesc): Handle DW_OP_form_tls_address.
682 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Handle
683 DW_OP_form_tls_address.
684 (locexpr_describe_location_piece): Likewise.
685 * dwarf2expr.h (struct dwarf_expr_context_funcs): Update comment.
686 * dwarf2expr.c (execute_stack_op): Handle DW_OP_form_tls_address.
687 (ctx_no_get_tls_address): Mention DW_OP_form_tls_address.
688 * compile/compile-loc2c.c (struct insn_info): Update comment.
689 (compute_stack_depth_worker): Handle DW_OP_form_tls_address.
690
f2b9e3df
SDJ
6912016-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
692
693 * target.c (target_wait): Mention that the function's prototype
694 can be found at target/target.h.
695 * target.h (target_wait): Move prototype from here...
696 * target/target.h (target_wait): ... to here.
697
049a8570
SDJ
6982016-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
699
700 * fork-child.c (startup_inferior): Replace calls to target_resume
701 by target_continue{,_no_signal}, depending on the case.
702 * linux-nat.c (cleanup_target_stop): Call
703 target_continue_no_signal instead of target_resume.
704 * procfs.c (procfs_wait): Likewise.
705 * target.c (target_continue): New function.
706 * target/target.h (target_continue): New prototype.
707
f99bd5f2
YQ
7082016-08-31 Yao Qi <yao.qi@linaro.org>
709
710 * record-full.c (record_full_insert_breakpoint): Fix typo.
711
5af962df
AA
7122016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
713
714 * thread.c (tp_array_compar): Insert missing parentheses.
715
ae68ff9f
AA
7162016-08-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
717
718 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Replace
719 designated initializer list by plain initializer list, for C++
720 compliance.
721
754653a7
AZ
7222016-08-25 Adhemerval Zanella <adhemerval.zanella@linaro.org>
723
724 * aarch64-linux-nat.c (ps_get_thread_area): Remove const from
725 struct ps_prochandle.
726 * amd64-linux-nat.c (ps_get_thread_area): Likewise.
727 * arm-linux-nat.c (ps_get_thread_area): Likewise.
728 * gdb_proc_service.h (ps_get_thread_area): Likewise.
729 * i386-linux-nat.c (ps_get_thread_area): Likewise.
730 * m68klinux-nat.c (ps_get_thread_area): Likewise.
731 * mips-linux-nat.c (ps_get_thread_area): Likewise.
732 * nat/aarch64-linux.c (aarch64_ps_get_thread_area): Likewise.
733 * nat/aarch64-linux.h (aarch64_ps_get_thread_area): Likewise.
734 * xtensa-linux-nat.c (ps_get_thread_area): Likewise.
735
0a1ddfa6
SM
7362016-08-24 Simon Marchi <simon.marchi@ericsson.com>
737
738 * infcmd.c (set_inferior_io_terminal): Set inferior terminal to
739 NULL if terminal_name is an empty string.
740 (_initialize_infcmd): Make the argument of "set inferior-tty"
741 optional, mention it in the help doc.
742
bdd78711
CL
7432016-08-24 Carl Love <cel@us.ibm.com>
744
745 * rs6000-tdep.c (rs6000_gdbarch_init): Remove call
746 set_gdbarch_deprecated_fp_regnum() architecture
747 initialization function.
748
34f81801
SM
7492016-08-23 Simon Marchi <simon.marchi@ericsson.com>
750
751 * stack.c (parse_frame_specification): Fix typo in comment.
752
d9de1fe3
PA
7532016-08-23 Pedro Alves <palves@redhat.com>
754
755 PR gdb/20494
756 * inflow.c (our_terminal_info, initial_gdb_ttystate): Update
757 comments.
758 (enum gdb_has_a_terminal_flag_enum, gdb_has_a_terminal_flag):
759 Delete.
760 (set_initial_gdb_ttystate): Record our_terminal_info here too,
761 instead of ...
762 (gdb_has_a_terminal): ... here. Reimplement in terms of
763 initial_gdb_ttystate. Make static.
764 * terminal.h (gdb_has_a_terminal): Delete declaration.
765 (set_initial_gdb_ttystate): Add comment.
766 * top.c (show_interactive_mode): Use input_interactive_p instead
767 of gdb_has_a_terminal.
768
6bb90213
PA
7692016-08-22 Pedro Alves <palves@redhat.com>
770
771 PR gdb/20505
772 * linux-tdep.c (linux_vsyscall_range_raw): For core inferiors,
773 find the vDSO's start address with AT_SYSINFO_EHDR too, and
774 determine the vDSO's size by finding the PT_LOAD segment that
775 matches AT_SYSINFO_EHDR.
776
03bcd739
YQ
7772016-08-19 Yao Qi <yao.qi@linaro.org>
778
779 * aarch64-tdep.c (aarch64_analyze_prologue): Handle register
780 based STP instruction.
781
bbfa2517
YQ
7822016-08-19 Yao Qi <yao.qi@linaro.org>
783
784 * completer.c (linespec_location_completer): Make file_to_match
785 null-terminated.
786
f077e978
PA
7872016-08-19 Pedro Alves <palves@redhat.com>
788
789 * amd64-tdep.c (amd64_relocate_instruction) <callq>: Handle return
790 addresses over 0x7fffffff.
791
46da9242
CL
7922016-08-18 Carl Love <cel@us.ibm.com>
793
794 * MAINTANERS Write After Approval): Add "Carl Love".
795
d44c67f3
EBM
7962016-08-18 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
797
798 * rs6000-tdep.c (ppc_process_record_op31): Handle HTM instructions.
799
eb2332d7
SM
8002016-08-17 Simon Marchi <simon.marchi@ericsson.com>
801
802 * inferior.c (remove_inferior_command): Fix error message.
803
9b19e390
SM
8042016-08-17 Simon Marchi <simon.marchi@ericsson.com>
805
806 * inferior.c (exit_inferior_1): Remove comment.
807
31925464
MW
8082016-08-15 Matthew Wahab <matthew.wahab@arm.com>
809
810 PR gdb/20457
811 * gdb_proc_service.h: Add an include of gregset.h
812 [!HAVE_PROC_SERVICE_H]: Remove the include of gregset.h.
813
b31f9478
YQ
8142016-08-15 Yao Qi <yao.qi@linaro.org>
815
816 * location.c (explicit_location_lex_one): Compare the return
817 value of strncmp with zero. Don't check (*inp)[9]. Increment
818 *inp by 8.
819
39b22471
PA
8202016-08-11 Pedro Alves <palves@redhat.com>
821
822 PR gdb/20413
823 * nat/linux-ptrace.c: Include <sys/procfs.h> instead of
824 "gregset.h".
825
01d3dedf
PA
8262016-08-10 Pedro Alves <palves@redhat.com>
827
828 PR gdb/19187
829 * record-full.c (record_full_remove_breakpoint): Don't remove the
830 breakpoint from the record_full_breakpoints VEC if we're detaching
831 the breakpoint from a fork child.
832
73971819
PA
8332016-08-10 Pedro Alves <palves@redhat.com>
834
835 PR gdb/19187
836 * break-catch-sig.c (signal_catchpoint_remove_location): Adjust
837 interface.
838 * break-catch-syscall.c (remove_catch_syscall):
839 * breakpoint.c (enum remove_bp_reason): Moved to breakpoint.h.
840 (remove_breakpoint_1): Pass 'reason' down.
841 (remove_catch_fork, remove_catch_vfork, remove_catch_solib)
842 (remove_catch_exec, remove_watchpoint, remove_masked_watchpoint)
843 (base_breakpoint_remove_location, bkpt_remove_location)
844 (bkpt_probe_remove_location, bkpt_probe_remove_location): Adjust
845 interface.
846 * breakpoint.h (enum remove_bp_reason): Moved here from
847 breakpoint.c.
848 (struct breakpoint_ops) <remove_location>: Add 'reason' parameter.
849 * corelow.c (core_remove_breakpoint): New function.
850 (init_core_ops): Install it as to_remove_breakpoint method.
851 * exec.c (exec_remove_breakpoint): New function.
852 (init_exec_ops): Install it as to_remove_breakpoint method.
853 * mem-break.c (memory_remove_breakpoint): Adjust interface.
854 * record-btrace.c (record_btrace_remove_breakpoint): Adjust
855 interface.
856 * record-full.c (record_full_remove_breakpoint)
857 (record_full_core_remove_breakpoint): Adjust interface.
858 * remote.c (remote_remove_breakpoint): Adjust interface.
859 * target-debug.h (target_debug_print_enum_remove_bp_reason): New
860 macro.
861 * target-delegates.c: Regenerate.
862 * target.c (target_remove_breakpoint): Add 'reason' parameter.
863 * target.h (struct target_ops) <to_remove_breakpoint>: Add
864 'reason' parameter.
865 (target_remove_breakpoint, memory_remove_breakpoint): Add 'reason'
866 parameter.
867
b2b6a7da
PA
8682016-08-10 Pedro Alves <palves@redhat.com>
869
870 PR gdb/19187
871 * breakpoint.c (insertion_state_t): Delete.
872 (enum remove_bp_reason): New.
873 (detach_breakpoints, remove_breakpoint_1, remove_breakpoint):
874 Adjust to use enum remove_bp_reason instead of insertion_state_t.
875
834c0d03
PA
8762016-08-10 Pedro Alves <palves@redhat.com>
877
878 PR gdb/19187
879 * breakpoint.c (remove_breakpoint): Remove 'is' parameter and
880 always pass mark_uninserted to remove_breakpoint_1.
881 (insert_breakpoint_locations, remove_breakpoints)
882 (remove_breakpoints_pid, update_global_location_list): Update
883 callers.
884
24cdb46e
РИ
8852016-08-10 Руслан Ижбулатов <lrn1986@gmail.com>
886 Pedro Alves <palves@redhat.com>
887
888 * windows-nat.c (MS_VC_EXCEPTION): New define.
889 (handle_exception_result): New enum.
890 (windows_delete_thread): Free the thread's name.
891 (handle_exception): Handle MS_VC_EXCEPTION.
892 (get_windows_debug_event): Handle HANDLE_EXCEPTION_IGNORED.
893 (windows_thread_name): New function.
894 (windows_target): Install it as to_thread_name method.
895 * NEWS: Mention the thread naming support on MS-Windows.
896
669f9429
PA
8972016-08-10 Pedro Alves <palves@redhat.com>
898
899 * common/signals-state-save-restore.c
900 (save_original_signals_state, restore_original_signals_state):
901 Wrap perror_with_name arguments with '()'.
902
3eb7562a
PA
9032016-08-09 Pedro Alves <palves@redhat.com>
904
905 PR gdb/20418
906 * event-top.c (ui_register_input_event_handler)
907 (ui_unregister_input_event_handler): New functions.
908 (async_enable_stdin): Register input in the event loop.
909 (async_disable_stdin): Unregister input from the event loop.
910 (gdb_setup_readline): Register input in the event loop.
911 * infrun.c (check_curr_ui_sync_execution_done): Register input in
912 the event loop.
913 * target.c (target_terminal_inferior): Don't unregister input from
914 the event loop.
915 (target_terminal_ours): Don't register input in the event loop.
916 * target.h (target_terminal_inferior)
917 (target_terminal_ours_for_output, target_terminal_ours): Update
918 comments.
919 * top.h (ui_register_input_event_handler)
920 (ui_unregister_input_event_handler): New declarations.
921 * utils.c (ui_unregister_input_event_handler_cleanup)
922 (prepare_to_handle_input): New functions.
923 (defaulted_query, prompt_for_continue): Use
924 prepare_to_handle_input.
925
80614914
PA
9262016-08-09 Pedro Alves <palves@redhat.com>
927
928 PR mi/20431
929 * mi/mi-main.c (mi_execute_command): Enable input and set prompt
930 state to PROMPT_NEEDED.
931
f348d89a
PA
9322016-08-09 Pedro Alves <palves@redhat.com>
933
934 PR gdb/18653
935 * Makefile.in (SFILES): Add
936 common/signals-state-save-restore.c.
937 (HFILES_NO_SRCDIR): Add common/signals-state-save-restore.h.
938 (COMMON_OBS): Add signals-state-save-restore.o.
939 (signals-state-save-restore.o): New rule.
940 * configure: Regenerate.
941 * fork-child.c: Include "signals-state-save-restore.h".
942 (fork_inferior): Call restore_original_signals_state.
943 * main.c: Include "signals-state-save-restore.h".
944 (captured_main): Call save_original_signals_state.
945 * common/common.m4: Add sigaction to AC_CHECK_FUNCS checks.
946 * common/signals-state-save-restore.c: New file.
947 * common/signals-state-save-restore.h: New file.
948
e5ca03b4
PA
9492016-08-09 Pedro Alves <palves@redhat.com>
950
951 * value.c (unpack_value_bitfield): Skip unpacking if the parent
952 has no contents buffer to begin with.
953
6a17ca31
PA
9542016-08-08 Pedro Alves <palves@redhat.com>
955
956 * features/i386/amd64-avx-mpx-linux.c: Regenerate.
957 * features/i386/amd64-avx-mpx.c: Regenerate.
958 * features/i386/i386-avx-mpx-linux.c: Regenerate.
959 * features/i386/i386-avx-mpx.c: Regenerate.
960
c632e428
SM
9612016-08-05 Simon Marchi <simon.marchi@ericsson.com>
962
963 * event-top.h (cli_command_loop): Remove.
964
3906a8fc
PA
9652016-08-05 Pedro Alves <palves@redhat.com>
966
967 PR remote/20398
968 * remote-fileio.c (remote_fileio_quit_handler): Check the quit
969 flag before calling quit.
970
69ffd7f2
PA
9712016-08-05 Pedro Alves <palves@redhat.com>
972
973 * NEWS: Mention that GDB and GDBserver build with a C++ compiler
974 by default.
975
1baf5149
PA
9762016-08-05 Pedro Alves <palves@redhat.com>
977
978 * build-with-cxx.m4: Change help string to be in terms of
979 --disable-build-with-cxx.
980 * configure: Regenerate.
981
6f67973b
YQ
9822016-08-04 Yao Qi <yao.qi@linaro.org>
983
984 * aarch64-linux-nat.c (tdesc_arm_with_vfpv3): Remove the
985 declaration.
986 (aarch64_linux_read_description): Remove code on getting
987 auxv and select target description on it. Select target
988 description by the result of NT_ARM_VFP ptrace request.
989
282a0691
TT
9902016-08-03 Tom Tromey <tom@tromey.com>
991
992 PR python/18565:
993 * python/py-frame.c (frapy_function): Use find_frame_funname.
994
d10153cf
TT
9952016-08-03 Tom Tromey <tom@tromey.com>
996
997 * stack.c (find_frame_funname): Avoid any possible leak in case
998 cp_remove_params can throw.
999
8d2a0a14
TT
10002016-08-03 Tom Tromey <tom@tromey.com>
1001
1002 * NEWS: Mention new Python breakpoint events.
1003
33541b2e
TT
10042016-08-02 Tom Tromey <tom@tromey.com>
1005
1006 * MAINTAINERS (Core): Add self as Rust maintainer.
1007
751b375e
JB
10082016-08-01 Joel Brobecker <brobecker@adacore.com>
1009
1010 * NEWS: Create a new section for the next release branch.
1011 Rename the section of the current branch, now that it has
1012 been cut.
1013
b2bd7787
JB
10142016-08-01 Joel Brobecker <brobecker@adacore.com>
1015
1016 GDB 7.12 branch created (41bfcd638a4e0e48b96ce4de2845372dea481322):
1017 * version.in: Bump version to 7.12.50.DATE-git.
1018
293acfae
AM
10192016-07-27 Alan Modra <amodra@gmail.com>
1020
1021 * amd64-darwin-tdep.c: Don't include libbfd.h.
1022 * i386-darwin-tdep.c: Likewise.
1023 * rs6000-nat.c: Likewise.
1024 * rs6000-tdep.c: Likewise.
1025
0b31a4bc
TT
10262016-07-26 Tom Tromey <tom@tromey.com>
1027
1028 * symtab.c (register_symbol_computed_impl): Update.
1029 PR python/20190:
1030 * value.h (symbol_read_needs): Declare.
1031 (symbol_read_needs_frame): Add comment.
1032 * symtab.h (struct symbol_computed_ops) <read_variable>: Update
1033 comment.
1034 <get_symbol_read_needs>: Rename. Change return type.
1035 * findvar.c (symbol_read_needs): New function.
1036 (symbol_read_needs_frame): Rewrite.
1037 (default_read_var_value): Use symbol_read_needs.
1038 * dwarf2loc.c (struct symbol_needs_baton): Rename.
1039 <needs>: Renamed from needs_frame. Changed type.
1040 (needs_frame_read_addr_from_reg, symbol_needs_get_reg_value)
1041 (symbol_needs_read_mem, symbol_needs_frame_base)
1042 (symbol_needs_frame_cfa, symbol_needs_tls_address)
1043 (symbol_needs_dwarf_call): Rename.
1044 (needs_dwarf_reg_entry_value): Update.
1045 (symbol_needs_ctx_funcs, dwarf2_loc_desc_get_symbol_read_needs):
1046 Rename and update.
1047 (locexpr_get_symbol_read_needs, loclist_symbol_needs): Likewise.
1048 (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Update.
1049 * defs.h (enum symbol_needs_kind): New.
1050
40c31709
PA
10512016-07-26 Pedro Alves <palves@redhat.com>
1052
1053 * nat/linux-ptrace.c: Include "gregset.h".
1054 (linux_ptrace_test_ret_to_nx): Use PTRACE_GETREGS instead of
1055 PTRACE_PEEKUSER.
1056
9cf12d57
PA
10572016-07-26 Pedro Alves <palves@redhat.com>
1058
1059 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Rename 'native'
1060 parameter to 'ptrace'.
1061 * nat/amd64-linux-siginfo.c (GDB_SI_SIZE): New define.
1062 (nat_uptr_t): New an unsigned long.
1063 (nat_clock_t): Remove attribute __aligned__.
1064 (struct nat_timeval): Delete.
1065 (nat_siginfo_t): Remove attribute __aligned__.
1066 (ptrace_siginfo_t): Define.
1067 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
1068 (compat_x32_siginfo_from_siginfo)
1069 (siginfo_from_compat_x32_siginfo): Make 'from' parameter const.
1070 Convert through a ptrace_siginfo_t instead of a nat_siginfo_t.
1071 Remove casts.
1072 (amd64_linux_siginfo_fixup_common): Rename 'native' parameter to
1073 'ptrace'. Remove static assertions.
1074 (top level): New static assertions.
1075
8194e927
SM
10762016-07-25 Simon Marchi <simon.marchi@ericsson.com>
1077
1078 * top.h (make_delete_ui_cleanup): New declaration.
1079 * top.c (delete_ui_cleanup): New function.
1080 (make_delete_ui_cleanup): New function.
1081 (new_ui_command): Create restore_ui cleanup earlier, create a
1082 delete_ui cleanup and discard it on success.
1083
0e1a6a51
PA
10842016-07-25 Pedro Alves <palves@redhat.com>
1085 Jan Kratochvil <jan.kratochvil@redhat.com>
1086
1087 * nat/linux-procfs.c (parse_proc_status_state): Handle lowercase
1088 't'.
1089
d617208b
PA
10902016-07-25 Pedro Alves <palves@redhat.com>
1091
1092 * nat/linux-procfs.c (enum proc_state): New enum.
1093 (parse_proc_status_state): New function.
1094 (linux_proc_pid_get_state): Replace output string buffer parameter
1095 with an output proc_state parameter. Use parse_proc_status_state.
1096 (linux_proc_pid_is_gone): Adjust to use proc_state values.
1097 (linux_proc_pid_has_state): Change type of 'state' parameter; now
1098 an enum proc_state. Adjust to linux_proc_pid_get_state interface
1099 change.
1100 (linux_proc_pid_is_stopped)
1101 (linux_proc_pid_is_trace_stopped_nowarn)
1102 (linux_proc_pid_is_zombie_maybe_warn): Adjust to
1103 linux_proc_pid_get_state interface change.
1104
3a1518e4
TW
11052016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1106
1107 * MAINTAINERS (Write After Approval): Add Tim Wiederhake
1108
c0272db5
TW
11092016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
1110
1111 * NEWS: Resume btrace on reconnect.
1112 * record-btrace.c: Added record-btrace.h include.
1113 (record_btrace_open): Split into this and ...
1114 (record_btrace_push_target): ... this.
1115 (record_btrace_disconnect): New function.
1116 (init_record_btrace_ops): Use record_btrace_disconnect.
1117 * record-btrace.h: New file.
1118 * remote.c: Added record-btrace.h include.
1119 (remote_start_remote): Check recording status.
1120 (remote_btrace_maybe_reopen): New function.
1121
e3487908
GKB
11222016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
1123
1124 * xml-syscall.c (get_syscalls_by_group): New.
1125 (get_syscall_group_names): New.
1126 (struct syscall_group_desc): New structure to store group data.
1127 (struct syscalls_info): Include field to store the group list.
1128 (sysinfo_free_syscall_group_desc): New.
1129 (free_syscalls_info): Free group list.
1130 (syscall_group_create_syscall_group_desc): New.
1131 (syscall_group_add_syscall): New.
1132 (syscall_create_syscall_desc): Add syscall to its groups.
1133 (syscall_start_syscall): Load group attribute.
1134 (syscall_group_get_group_by_name): New.
1135 (xml_list_syscalls_by_group): New.
1136 (xml_list_of_groups): New.
1137 * xml-syscall.h (get_syscalls_by_group): Export function
1138 to retrieve a list of syscalls filtered by the group name.
1139 (get_syscall_group_names): Export function to retrieve the list
1140 of syscall groups.
1141 * break-catch-syscall.c (catch_syscall_split_args): Verify if
1142 argument is a syscall group and expand it to a list of syscalls
1143 when creating catchpoints.
1144 (catch_syscall_completer): Add word completion for system call
1145 groups.
1146 * configure.ac: Include dependency for xsltproc when building
1147 in maintainer-mode.
1148 * break-catch-syscall.c (_initialize_breakpoint): Update catch
1149 syscall command documentation.
1150 * NEWS: Include section about catching groups of syscalls.
1151 * configure: Regenerate.
1152 * data-directory/Makefile.in: Generate syscall xml when building
1153 in maintainer mode.
1154 * syscalls/gdb-syscalls.dtd: Include group attribute to the
1155 syscall element.
1156 * syscalls/apply-defaults.xsl: New.
1157 * syscalls/linux-defaults.xml.in: New.
1158 * syscalls/aarch64-linux.xml: Rename to aarch64-linux.xml.in.
1159 * syscalls/amd64-linux.xml: Rename to amd64-linux.xml.in.
1160 * syscalls/arm-linux.xml: Rename to arm-linux.xml.in.
1161 * syscalls/bfin-linux.xml: Rename to bfin-linux.xml.in.
1162 * syscalls/i386-linux.xml: Rename to i386-linux.xml.in.
1163 * syscalls/mips-n32-linux.xml: Rename to mips-n32-linux.xml.in.
1164 * syscalls/mips-n64-linux.xml: Rename to mips-n64-linux.xml.in.
1165 * syscalls/mips-o32-linux.xml: Rename to mips-o32-linux.xml.in.
1166 * syscalls/ppc-linux.xml: Rename to ppc-linux.xml.in.
1167 * syscalls/ppc64-linux.xml: Rename to ppc64-linux.xml.in.
1168 * syscalls/s390-linux.xml: Rename to s390-linux.xml.in.
1169 * syscalls/s390x-linux.xml: Rename to s390x-linux.xml.in.
1170 * syscalls/sparc-linux.xml: Rename to sparc-linux.xml.in.
1171 * syscalls/sparc64-linux.xml: Rename to sparc64-linux.xml.in.
1172 * syscalls/aarch64-linux.xml: Regenerate.
1173 * syscalls/amd64-linux.xml: Regenerate.
1174 * syscalls/arm-linux.xml: Regenerate.
1175 * syscalls/i386-linux.xml: Regenerate.
1176 * syscalls/mips-n32-linux.xml: Regenerate.
1177 * syscalls/mips-n64-linux.xml: Regenerate.
1178 * syscalls/mips-o32-linux.xml: Regenerate.
1179 * syscalls/ppc-linux.xml: Regenerate.
1180 * syscalls/ppc64-linux.xml: Regenerate.
1181 * syscalls/s390-linux.xml: Regenerate.
1182 * syscalls/s390x-linux.xml: Regenerate.
1183 * syscalls/sparc-linux.xml: Regenerate.
1184 * syscalls/sparc64-linux.xml: Regenerate.
1185
49ecef2a
AP
11862016-07-23 Andrew Pinski <apinski@cavium.com>
1187
1188 * nat/aarch64-linux-hw-point.c
1189 (aarch64_linux_get_debug_reg_capacity): Handle
1190 ARMv8.1 and ARMv8.2 debug versions.
1191 * nat/aarch64-linux-hw-point.h
1192 (AARCH64_DEBUG_ARCH_V8_1): New define.
1193 (AARCH64_DEBUG_ARCH_V8_2): New define.
1194
463888ab
РИ
11952016-06-30 Руслан Ижбулатов <lrn1986@gmail.com>
1196
1197 PR gdb/14529
1198 * windows-nat.c (signal_event_command): New command 'signal-event'
1199 for W32 JIT debug support.
1200 * NEWS: Add an entry about the new 'signal-event' command.
1201
e98c9e7c
TT
12022016-07-22 Tom Tromey <tom@tromey.com>
1203
1204 PR rust/20162:
1205 * dwarf2read.c (scan_partial_symbols) <DW_TAG_structure_type>:
1206 Call scan_partial_symbols for children when reading a Rust CU.
1207 (dwarf2_physname): Ignore invalid DW_AT_linkage_name generated by
1208 rustc.
1209 (process_structure_scope) <DW_TAG_subprogram>: Call
1210 read_func_scope for Rust.
1211
eed2386e
YQ
12122016-07-22 Yao Qi <yao.qi@linaro.org>
1213
1214 * ctf.c (ctf_traceframe_info): Call bt_ctf_get_uint64 rather than
1215 bt_ctf_get_int64.
1216
12df5c00
TT
12172016-07-21 Tom Tromey <tom@tromey.com>
1218
1219 * rust-lang.c (rust_tuple_struct_type_p): Return false for empty
1220 structs.
1221 * rust-exp.y (struct_expr_list): Allow empty elements.
1222
305450ed
TT
12232016-07-21 Tom Tromey <tom@tromey.com>
1224
1225 * configure: Rebuild.
1226 * warning.m4 (AM_GDB_WARNINGS) <build_warnings>: Add
1227 -Wunused-but-set-parameter, -Wunused-but-set-variable.
1228
f515a1d6
PA
12292016-07-21 Pedro Alves <palves@redhat.com>
1230
1231 * go32-nat.c (go32_create_inferior): Add cast.
1232 * ser-go32.c (dos_noop): Delete.
1233 (dos_flush_output, dos_setparity, dos_drain_output): New
1234 functions.
1235 (dos_write): Add cast.
1236 (dos_ops): Use dos_flush_output, dos_setparity and
1237 dos_drain_output.
1238 * top.c (do_chdir_cleanup): Add cast.
1239
c25b7cce
PA
12402016-07-21 Pedro Alves <palves@redhat.com>
1241
1242 * windows-nat.c (handle_exception): Remove "th".
1243
e3821cca
PA
12442016-07-21 Pedro Alves <palves@redhat.com>
1245
1246 * varobj.c (varobj_value_get_print_value): Move "gdbarch" to block
1247 scope that uses it.
1248
dbaed385
JB
12492016-07-20 John Baldwin <jhb@FreeBSD.org>
1250
1251 * fbsd-nat.c (fbsd_enable_proc_events): Enable "PTRACE_VFORK"
1252 events.
1253 (fbsd_pending_vfork_done): Only define if "PTRACE_VFORK" is not
1254 defined.
1255 (fbsd_add_vfork_done): Likewise.
1256 (fbsd_is_vfork_done_pending): Likewise.
1257 (fbsd_next_vfork_done): Likewise.
1258 (fbsd_resume): Only ignore pending vfork done events if
1259 "PTRACE_VFORK" is not defined.
1260 (fbsd_wait): Only look for pending vfork done events if
1261 "PTRACE_VFORK" is not defined.
1262 [PTRACE_VFORK]: Handle "PL_FLAG_VFORKED" and "PL_FLAG_VFORK_DONE"
1263 events.
1264 (fbsd_follow_fork): Only fake a vfork done event if "PTRACE_VFORK"
1265 is not defined.
1266
5fa14c6b
JB
12672016-07-20 John Baldwin <jhb@FreeBSD.org>
1268
1269 * fbsd-nat.c (fbsd_wait): Use "fbsd_enable_proc_events" on
1270 new child processes.
1271
da95a26c
JB
12722016-07-20 John Baldwin <jhb@FreeBSD.org>
1273
1274 * fbsd-nat.c (fbsd_enable_lwp_events): Remove function.
1275 (fbsd_enable_proc_events): New function.
1276 (fbsd_enable_follow_fork): Remove function.
1277 (fbsd_post_startup_inferior): Use "fbsd_enable_proc_events".
1278 (fbsd_post_attach): Likewise.
1279
bc7b765a
JB
12802016-07-15 John Baldwin <jhb@FreeBSD.org>
1281
1282 * common/signals.c (gdb_signal_from_host): Handle SIGLIBRT.
1283 (do_gdb_signal_to_host): Likewise.
1284 * infrun.c (_initialize_infrun): Pass GDB_SIGNAL_LIBRT through to
1285 programs.
1286 * proc-events.c (signal_table): Add entry for SIGLIBRT.
1287
7f131b39
TT
12882016-07-14 Tom Tromey <tom@tromey.com>
1289
1290 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Add missing
1291 newline.
1292
78cc6c2d
TT
12932016-07-14 Tom Tromey <tom@tromey.com>
1294
1295 * mips-tdep.c (micromips_scan_prologue): Remove "frame_addr".
1296 (mips_o32_push_dummy_call): Remove "stack_used_p".
1297 * aarch64-tdep.c (aarch64_record_data_proc_imm): Remove
1298 "insn_bit28".
1299 * rust-lang.c (rust_print_type): Remove "len".
1300 * rust-exp.y (super_name): Remove "current_len".
1301 * python/py-framefilter.c (py_print_type): Remove "type".
1302 * mdebugread.c (parse_partial_symbols): Remove
1303 "past_first_source_file".
1304 <N_SO>: Remove "valu", "first_so_symnum", "prev_textlow_not_set".
1305 * m2-valprint.c (m2_print_unbounded_array): Remove
1306 "content_type".
1307 (m2_val_print): Remove "i".
1308 * linespec.c (unexpected_linespec_error): Remove "cleanup".
1309 * f-valprint.c (f_val_print): Remove "i".
1310 * elfread.c (elf_symtab_read): Remove "offset".
1311 * dwarf2-frame.c (dwarf2_fetch_cfa_info): Remove "addr_size".
1312 * jit.c (jit_dealloc_cache): Remove "i" and "frame_arch".
1313
ac298888
TT
13142016-07-14 Tom Tromey <tom@tromey.com>
1315
1316 * arch-utils.c (default_skip_permanent_breakpoint): Remove
1317 "bp_insn".
1318 * disasm.c (do_assembly_only): Remove "num_displayed".
1319 * dwarf2read.c (read_abbrev_offset): Remove "length".
1320 (dwarf_decode_macro_bytes) <DW_MACINFO_vendor_ext>: Remove
1321 "constant".
1322 * m32c-tdep.c (make_regs): Remove "r2hl", "r3hl", and "intbhl".
1323 * microblaze-tdep.c (microblaze_frame_cache): Remove "func".
1324 * tracefile.c (trace_save): Remove "status".
1325
764c99c1
TT
13262016-07-14 Tom Tromey <tom@tromey.com>
1327
1328 * symfile.c (simple_overlay_update_1): Remove initialization
1329 of "size", and commented-out code.
1330 (simple_overlay_update): Likewise.
1331
cecc8b99
TT
13322016-07-14 Tom Tromey <tom@tromey.com>
1333
1334 * tui/tui-winsource.c (tui_show_source_line): Use getcurx.
1335 * tui/tui-io.c (tui_puts): Use getcurx.
1336 (tui_redisplay_readline): Likewise.
1337
821fc4ae
TT
13382016-07-14 Tom Tromey <tom@tromey.com>
1339
1340 * inflow.c (child_terminal_ours_1): Use ATTRIBUTE_UNUSED.
1341
537d9b85
TT
13422016-07-14 Tom Tromey <tom@tromey.com>
1343
1344 * corefile.c (reopen_exec_file): Only examine st.st_mtime if stat
1345 succeeded.
1346
dac790e1
TT
13472016-07-13 Tom Tromey <tom@tromey.com>
1348
1349 PR python/15620, PR python/18620:
1350 * python/py-evts.c (gdbpy_initialize_py_events): Call
1351 add_new_registry for new events.
1352 * python/py-events.h (events_object) <breakpoint_created,
1353 breakpoint_deleted, breakpoint_modified>: New fields.
1354 * python/py-breakpoint.c (gdbpy_breakpoint_created): Emit the
1355 breakpoint changed event.
1356 (gdbpy_breakpoint_deleted): Emit the breakpoint deleted event.
1357 (gdbpy_breakpoint_modified): New function.
1358 (gdbpy_initialize_breakpoints): Attach to the breakpoint modified
1359 observer.
1360
93daf339
TT
13612016-07-13 Tom Tromey <tom@tromey.com>
1362
1363 PR python/17698:
1364 * NEWS: Update.
1365 * python/py-breakpoint.c (bppy_get_pending): New function.
1366 (breakpoint_object_getset): Add entry for "pending".
1367 * breakpoint.h (pending_breakpoint_p): Declare.
1368 * breakpoint.c (pending_breakpoint_p): New function.
1369
43684a7b
TT
13702016-07-13 Tom Tromey <tom@tromey.com>
1371
1372 * python/py-breakpoint.c (bppy_get_visibility)
1373 (gdbpy_breakpoint_created): Use user_breakpoint_p.
1374
6571a381
TT
13752016-07-13 Tom Tromey <tom@tromey.com>
1376
1377 PR cli/18053:
1378 * jit.c (jit_reader_load_command): Use tilde_expand.
1379 (_initialize_jit): Fix help for jit-reader-unload. Set completer
1380 for new commands.
1381
e0f3fd7c
TT
13822016-07-12 Tom Tromey <tom@tromey.com>
1383
1384 PR python/19293:
1385 * python/lib/gdb/command/unwinders.py (do_enable_unwinder): Call
1386 gdb.invalidate_cached_frames.
1387 * python/lib/gdb/unwinder.py (register_unwinder): Call
1388 gdb.invalidate_cached_frames.
1389 * python/python.c (gdbpy_invalidate_cached_frames): New function.
1390 (python_GdbMethods): Add entry for invalidate_cached_frames.
1391
41c977aa
WT
13922016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1393
1394 * cp-namespace.c (cp_lookup_bare_symbol): Initialize
1395 lang_this.symbol.
1396
4f19a0e6
WT
13972016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
1398
1399 * cp-namespace.c (cp_lookup_bare_symbol): Use language passed as
1400 parameter to look for the symbol "this".
1401
1402
fb36c6bf
JB
14032016-07-06 John Baldwin <jhb@FreeBSD.org>
1404
1405 * h8300-tdep.c (h8300_print_register): Remove extraneous parentheses.
1406
db297a65
JB
14072016-07-06 John Baldwin <jhb@FreeBSD.org>
1408
1409 * ada-lang.c (ada_unpack_from_contents): Use unsigned constants with
1410 left shifts.
1411
9ca10714
JB
14122016-07-06 John Baldwin <jhb@FreeBSD.org>
1413
1414 * sh64-tdep.c (sh64_analyze_prologue): Set "uses_fp" when setting
1415 the MEDIA_FP_REGNUM register.
1416
d66ff635
JB
14172016-07-06 John Baldwin <jhb@FreeBSD.org>
1418
1419 * score-tdep.c (score7_malloc_and_get_memblock): Remove check for
1420 negative size.
1421
ee950322
JB
14222016-07-06 John Baldwin <jhb@FreeBSD.org>
1423
1424 * fbsd-nat.c (fbsd_is_vfork_done_pending): Fix return type.
1425
1040b979
YQ
14262016-07-06 Yao Qi <yao.qi@linaro.org>
1427
1428 * arm-tdep.c (arm_vfp_cprc_sub_candidate): Don't call
1429 arm_vfp_cprc_sub_candidate for static field.
1430
42d94011
MG
14312016-07-06 Manish Goregaokar <manish@mozilla.com>
1432
1433 * rust-lang.c (rust_subscript): Allow subscripting pointers
1434
13cdc2af
JK
14352016-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1436
1437 * configure: Regenerate.
1438 * configure.ac (HAVE_LIBBABELTRACE): Fix pos variable dereference.
1439
09c98b44
DB
14402016-07-01 Don Breazeal <donb@codesourcery.com>
1441
1442 * remote.c (remote_get_memory_xfer_limit): New function.
1443 * target-delegates.c: Regenerate.
1444 * target.c (memory_xfer_partial): Call
1445 target_ops.to_get_memory_xfer_limit.
1446 * target.h (struct target_ops) <to_get_memory_xfer_limit>: New
1447 member.
1448
2c5c2a33
JB
14492016-07-01 John Baldwin <jhb@FreeBSD.org>
1450
1451 * fbsd-nat.c (struct fbsd_fork_child_info): Rename to ...
1452 (struct fbsd_fork_info): ... this.
1453 (struct fbsd_fork_info) <child>: Rename to ...
1454 (struct fbsd_fork_info) <ptid>: ... this.
1455 (fbsd_pending_children): Update type.
1456 (fbsd_remember_child): Update type and field name.
1457 (fbsd_is_child_pending): Likewise.
1458 (fbsd_pending_vfork_done): New variable.
1459 (fbsd_is_vfork_done_pending): New function.
1460 (fbsd_next_vfork_done): New function.
1461 (fbsd_resume): Don't resume processes with a pending vfork done
1462 event.
1463 (fbsd_wait): Report pending vfork done events.
1464 (fbsd_follow_fork): Delay and record a pending vfork done event
1465 for a vfork parent when detaching the child.
1466
8607ea63
JB
14672016-07-01 John Baldwin <jhb@FreeBSD.org>
1468
1469 * fbsd-nat.c (super_resume): Move earlier next to "super_wait".
1470 (resume_one_thread_cb): Move below fork following helper code.
1471 (resume_all_threads_cb): Likewise.
1472 (fbsd_resume): Likewise.
1473
bb2a62e6
JB
14742016-07-01 John Baldwin <jhb@FreeBSD.org>
1475
1476 * fbsd-nat.c (fbsd_follow_fork): Only detach child if
1477 "detach_fork" is true.
1478
5077bfff
JB
14792016-07-01 John Baldwin <jhb@FreeBSD.org>
1480
1481 * x86bsd-nat.c: Include 'gdbthread.h'.
1482 (x86bsd_dr_set): Set debug registers on all threads belonging to
1483 the current inferior.
1484
a3405d12
JB
14852016-07-01 John Baldwin <jhb@FreeBSD.org>
1486
1487 * Makefile.in [HFILES_NO_SRCDIR]: Replace 'amd64bsd-nat.h' with
1488 'x86bsd-nat.h'.
1489 * amd64bsd-nat.c: Include 'x86bsd-nat.h' instead of
1490 'amd64bsd-nat.h'.
1491 (amd64bsd_xsave_len): Rename and move to x86bsd-nat.c.
1492 (amd64bsd_fetch_inferior_registers): Replace 'amd64bsd_xsave_len'
1493 with 'x86bsd_xsave_len'.
1494 (amd64bsd_store_inferior_registers): Likewise.
1495 (amd64bsd_target): Inherit from x86bsd_target.
1496 (amd64bsd_dr_get): Rename and move to x86bsd-nat.c.
1497 (amd64bsd_dr_set): Likewise.
1498 (amd64bsd_dr_set_control): Likewise.
1499 (amd64bsd_dr_set_addr): Likewise.
1500 (amd64bsd_dr_get_addr): Likewise.
1501 (amd64bsd_dr_get_status): Likewise.
1502 (amd64bsd_dr_get_control): Likewise.
1503 * amd64fbsd-nat.c: Include 'x86bsd-nat.h' instead of
1504 'amd64bsd-nat.h'.
1505 (super_mourn_inferior): Move to x86bsd-nat.c.
1506 (amd64fbsd_mourn_inferior): Rename and move to x86bsd-nat.c.
1507 (amd64fbsd_read_description): Replace 'amd64bsd_xsave_len' with
1508 'x86bsd_xsave_len'.
1509 (_initialize_amd64fbsd_nat): Remove x86 watchpoint setup and
1510 mourn_inferior' target op.
1511 * config/i386/fbsd.mh (NATDEPFILES): Add x86bsd-nat.o.
1512 * config/i386/fbsd64.mh: Likewise.
1513 * config/i386/nbsd64.mh: Likewise.
1514 * config/i386/nbsdelf.mh: Likewise.
1515 * config/i386/obsd.mh: Likewise.
1516 * config/i386/obsd64.mh: Likewise.
1517 * i386bsd-nat.c: Include 'x86bsd-nat.h'.
1518 (i386bsd_xsave_len): Rename and move to x86bsd-nat.c.
1519 (i386bsd_fetch_inferior_registers): Replace 'i386bsd_xsave_len'
1520 with 'x86bsd_xsave_len'.
1521 (i386bsd_store_inferior_registers): Likewise.
1522 (i386bsd_target): Inherit from x86bsd_target.
1523 (i386bsd_dr_get): Rename and move to x86bsd-nat.c.
1524 (i386bsd_dr_set): Likewise.
1525 (i386bsd_dr_set_control): Likewise.
1526 (i386bsd_dr_set_addr): Likewise.
1527 (i386bsd_dr_get_addr): Likewise.
1528 (i386bsd_dr_get_status): Likewise.
1529 (i386bsd_dr_get_control): Likewise.
1530 * i386bsd-nat.h (i386bsd_xsave_len): Remove.
1531 (i386bsd_dr_set_control): Remove.
1532 (i386bsd_dr_set_addr): Remove.
1533 (i386bsd_dr_get_addr): Remove.
1534 (i386bsd_dr_get_status): Remove.
1535 (i386bsd_dr_get_control): Remove.
1536 * i386fbsd-nat.c: Include 'x86bsd-nat.h'.
1537 (i386fbsd_read_description): Replace 'i386bsd_xsave_len' with
1538 'x86bsd_xsave_len'.
1539 (_initialize_i386fbsd_nat): Remove x86 watchpoint setup and
1540 mourn_inferior' target op.
1541 * x86bsd-nat.c: New file.
1542 * x86bsd-nat.h: New file.
1543
20aa2c60
PA
15442016-07-01 Pedro Alves <palves@redhat.com>
1545 Tom Tromey <tom@tromey.com>
1546
1547 * jit.c (jit_reader_load_command): Call reinit_frame_cache and
1548 jit_inferior_created_hook.
1549 (jit_reader_unload_command): Call reinit_frame_cache and
1550 jit_inferior_exit_hook.
1551 * jit.c (struct jit_unwind_private) <registers>: Delete field.
1552 <regcache>: New field.
1553 (jit_unwind_reg_set_impl): Set the register's value in the
1554 regcache. Free the passed-in gdb_reg_value.
1555 (jit_dealloc_cache): Adjust to free the regcache.
1556 (jit_frame_sniffer): Allocate a regcache instead of an array of
1557 gdb_reg_value pointers.
1558 (jit_frame_this_id): Adjust.
1559 (jit_frame_prev_register): Read raw registers off of the regcache
1560 instead of from the gdb_reg_value pointer array. Use
1561 gdbarch_pseudo_register_read_value to read pseudo registers.
1562 * regcache.c (regcache_raw_set_cached_value): New function,
1563 factored out from ...
1564 (regcache_raw_write): ... here.
1565 * regcache.h (regcache_raw_set_cached_value): Declare.
1566
ced2dffb
PA
15672016-07-01 Pedro Alves <palves@redhat.com>
1568 Antoine Tremblay <antoine.tremblay@ericsson.com>
1569
1570 * inf-ptrace.c (inf_ptrace_detach_success): New function, factored
1571 out from ...
1572 (inf_ptrace_detach): ... here.
1573 * inf-ptrace.h (inf_ptrace_detach_success): New declaration.
1574 * linux-nat.c (get_pending_status): Rename to ...
1575 (get_detach_signal): ... this, and return a host signal instead of
1576 filling in a wait status.
1577 (detach_one_lwp): New function, factored out from detach_callback
1578 and adjusted to handle detaching from a zombie thread.
1579 (detach_callback): Skip the leader thread.
1580 (linux_nat_detach): No longer defer to inf_ptrace_detach to detach
1581 the leader thread, nor build a signal string to pass down.
1582 Instead, use target_announce_detach, detach_one_lwp and
1583 inf_ptrace_detach_success.
1584
63000888
PA
15852016-07-01 Pedro Alves <palves@redhat.com>
1586
1587 * breakpoint.c (breakpoint_init_inferior): Discard watchpoint
1588 locations.
1589 * infcmd.c (detach_command): Call breakpoint_init_inferior.
1590
0f48b757
PA
15912016-07-01 Pedro Alves <palves@redhat.com>
1592
1593 * darwin-nat.c (darwin_detach): Use target_announce_detach.
1594 * inf-ptrace.c (inf_ptrace_detach): Likewise.
1595 * nto-procfs.c (procfs_detach): Likewise.
1596 * remote.c (remote_detach_1): Likewise.
1597 * target.c (target_announce_detach): New function.
1598 * target.h (target_announce_detach): New declaration.
1599
803b47e5
TT
16002016-06-29 Tom Tromey <tom@tromey.com>
1601
1602 PR python/20129:
1603 * python/lib/gdb/command/frame_filters.py (_do_enable_frame_filter)
1604 (SetFrameFilterPriority._set_filter_priority): Use "frame_filter",
1605 not "name".
1606
9d78f827
TT
16072016-06-29 Tom Tromey <tom@tromey.com>
1608
1609 PR gdb/17210:
1610 * target.c (free_memory_read_result_vector): Take a pointer to the
1611 VEC as an argument.
1612 (read_memory_robust): Install a cleanup for "result".
1613 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update.
1614
a405c228
MG
16152016-06-29 Manish Goregaokar <manish@mozilla.com>
1616
9bf74fb2
MG
1617 * rust-lang.c (rust_get_disr_info): Initialize saveptr to NULL.
1618
16192016-06-29 Manish Goregaokar <manish@mozilla.com>
1620
a405c228
MG
1621 * rust-lang.c (rust_get_disr_info): Use strtok_r instead of strsep.
1622
2ac09a5b
YQ
16232016-06-28 Yao Qi <yao.qi@linaro.org>
1624
1625 * aarch64-tdep.c (aarch64_displaced_step_b): Use int64_t for
1626 variable new_offset.
1627
921d8f54
MG
16282016-06-27 Manish Goregaokar <manish@mozilla.com>
1629
6763d566 1630 * rust-lang.c (rust_print_type, rust_decorations): Print unit
0b08e1f3
PA
1631 types as "()".
1632 (rust_print_type): Omit return type for functions returning unit.
921d8f54 1633
f4952523
PMR
16342016-06-25 Pierre-Marie de Rodat <derodat@adacore.com>
1635
1636 * python/py-breakpoint.c (bppy_init): Clear bppy_pending_object
1637 when there is an error during the breakpoint creation.
1638
9e8a8ea8
TT
16392016-06-25 Tom Tromey <tom@tromey.com>
1640
1641 * rust-lang.c (rust_get_disr_info, rust_print_type): Fix
1642 formatting.
1643
b5a4b3c5
MG
16442016-06-25 Manish Goregaokar <manish@mozilla.com>
1645
1646 PR gdb/20239
1647 * rust-lang.c (rust_get_disr_info): Correctly interpret
1648 NonZero-optimized enums of arbitrary depth.
1649 (rust_print_type): Correctly print NonZero-optimized
1650 enums.
1651
6b850546
DT
16522016-06-24 David Taylor <dtaylor@emc.com>
1653
1654 PR gdb/17520 Structure offset wrong when 1/4 GB or greater.
1655 * c-lang.h: Change all parameters, variables, and struct or union
1656 members used as struct or union fie3ld offsets from int to
1657 LONGEST.
1658 * c-valprint.c: Likewise.
1659 * cp-abi.c: Likewise.
1660 * cp-abi.h: Likewise.
1661 * cp-valprint.c: Likewise.
1662 * d-valprint.c: Likewise.
1663 * dwarf2loc.c: Likewise.
1664 * eval.c: Likewise.
1665 * extension-priv.h: Likewise.
1666 * extension.c: Likewise.
1667 * extension.h: Likewise.
1668 * findvar.c: Likewise.
1669 * gdbtypes.h: Likewise.
1670 * gnu-v2-abi.c: Likewise.
1671 * gnu-v3-abi.c: Likewise.
1672 * go-valprint.c: Likewise.
1673 * guile/guile-internal.h: Likewise.
1674 * guile/scm-pretty-print.c: Likewise.
1675 * jv-valprint.c Likewise.
1676 * opencl-lang.c: Likewise.
1677 * p-lang.h: Likewise.
1678 * python/py-prettyprint.c: Likewise.
1679 * python/python-internal.h: Likewise.
1680 * spu-tdep.c: Likewise.
1681 * typeprint.c: Likewise.
1682 * valarith.c: Likewise.
1683 * valops.c: Likewise.
1684 * valprint.c: Likewise.
1685 * valprint.h: Likewise.
1686 * value.c: Likewise.
1687 * value.h: Likewise.
1688 * p-valprint.c: Likewise.
1689 * c-typeprint.c (c_type_print_base): When printing offset, use
1690 plongest, not %d.
1691 * gdbtypes.c (recursive_dump_type): Ditto.
1692
2907f414
DT
16932016-06-24 David Taylor <david.taylor@emc.com>
1694
1695 * MAINTAINERS (Write After Approval): Add David Taylor.
1696
e6cdd38e
JB
16972016-06-24 John Baldwin <jhb@FreeBSD.org>
1698
1699 * configure.ac: Check for support for system call LWP fields on
1700 FreeBSD.
1701 * config.in, configure: Rebuild.
1702 * data-directory/Makefile.in (SYSCALLS_FILES): Add freebsd.xml.
1703 * fbsd-nat.c (fbsd_wait) [HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE]:
1704 Report system call events.
1705 [HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE]
1706 (fbsd_set_syscall_catchpoint): New function.
1707 (fbsd_nat_add_target) [HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE]:
1708 Set "to_set_syscall_catchpoint" to "fbsd_set_syscall_catchpoint".
1709 * fbsd-tdep.c: Include xml-syscall.h
1710 (fbsd_get_syscall_number): New function.
1711 (fbsd_init_abi): Set XML system call file name.
1712 Add "get_syscall_number" gdbarch method.
1713 * syscalls/freebsd.xml: New file.
1714
82372b2f
JB
17152016-06-24 John Baldwin <jhb@FreeBSD.org>
1716
1717 * fbsd-tdep.c: Include "auxv.h".
1718 (fbsd_print_auxv_entry): New function.
1719 (fbsd_init_abi): Install gdbarch "print_auxv_entry" method.
1720
2faa3447
JB
17212016-06-24 John Baldwin <jhb@FreeBSD.org>
1722
1723 * auxv.c (fprint_auxv_entry): New function.
1724 (default_print_auxv_entry): New function.
1725 (fprint_target_auxv): Use gdbarch_print_auxv_entry.
1726 * auxv.h (enum auxv_format): New enum.
1727 (fprint_auxv_entry): Declare.
1728 (default_print_auxv_entry): Declare.
1729 * gdbarch.sh (print_auxv_entry): New.
1730 * gdbarch.c, gdbarch.h: Re-generated.
1731
7697fc9e
JB
17322016-06-24 John Baldwin <jhb@FreeBSD.org>
1733
1734 * fbsd-nat.c [KERN_PROC_AUXV] New variable super_xfer_partial.
1735 (fbsd_xfer_partial): New function.
1736 (fbsd_nat_add_target) [KERN_PROC_AUXV] Set "to_xfer_partial" to
1737 "fbsd_xfer_partial".
1738
8b302db8
TT
17392016-06-23 Tom Tromey <tom@tromey.com>
1740
1741 * symtab.c (symbol_find_demangled_name): Loop over languages and
1742 use language_sniff_from_mangled_name.
1743 * rust-lang.c (rust_sniff_from_mangled_name): New function.
1744 (rust_language_defn): Update.
1745 * p-lang.c (pascal_language_defn): Update.
1746 * opencl-lang.c (opencl_language_defn): Update.
1747 * objc-lang.c (objc_sniff_from_mangled_name): New function.
1748 (objc_language_defn): Update.
1749 * m2-lang.c (m2_language_defn): Update.
1750 * language.h (struct language_defn) <la_sniff_from_mangled_name>: New
1751 field.
1752 (language_sniff_from_mangled_name): Declare.
1753 * language.c (language_sniff_from_mangled_name): New function.
1754 (unknown_language_defn, auto_language_defn, local_language_defn):
1755 Update.
1756 * jv-lang.c (java_sniff_from_mangled_name): New function.
1757 (java_language_defn): Use it.
1758 * go-lang.c (go_sniff_from_mangled_name): New function.
1759 (go_language_defn): Use it.
1760 * f-lang.c (f_language_defn): Update.
1761 * defs.h (enum language): Reorder.
1762 * d-lang.c (d_sniff_from_mangled_name): New function.
1763 (d_language_defn): Use it.
1764 * cp-support.h (gdb_sniff_from_mangled_name): Declare.
1765 * cp-support.c (gdb_sniff_from_mangled_name): New function.
1766 * c-lang.c (c_language_defn, cplus_language_defn)
1767 (asm_language_defn, minimal_language_defn): Update.
1768 * ada-lang.c (ada_sniff_from_mangled_name): New function.
1769 (ada_language_defn): Use it.
1770
56618e20
TT
17712016-06-23 Tom Tromey <tom@tromey.com>
1772
1773 * ada-lang.c (ada_extensions): New array.
1774 (ada_language_defn): Use it.
1775 * c-lang.c (c_extensions): New array.
1776 (c_language_defn): Use it.
1777 (cplus_extensions): New array.
1778 (cplus_language_defn): Use it.
1779 (asm_extensions): New array.
1780 (asm_language_defn): Use it.
1781 (minimal_language_defn): Update.
1782 * d-lang.c (d_extensions): New array.
1783 (d_language_defn): Use it.
1784 * f-lang.c (f_extensions): New array.
1785 (f_language_defn): Use it.
1786 * go-lang.c (go_language_defn): Update.
1787 * jv-lang.c (java_extensions): New array.
1788 (java_language_defn): Use it.
1789 * language.c (add_language): Call add_filename_language.
1790 (unknown_language_defn, auto_language_defn, local_language_defn):
1791 Update.
1792 * language.h (struct language_defn) <la_filename_extensions>: New
1793 field.
1794 * m2-lang.c (m2_language_defn): Update.
1795 * objc-lang.c (objc_extensions): New array.
1796 (objc_language_defn): Use it.
1797 * opencl-lang.c (opencl_language_defn): Update.
1798 * p-lang.c (p_extensions): New array.
1799 (pascal_language_defn): Use it.
1800 * rust-lang.c (rust_extensions): New array.
1801 (rust_language_defn): Use it.
1802 * symfile.c (add_filename_language): No longer static. Make "ext"
1803 const.
1804 (init_filename_language_table): Remove.
1805 (_initialize_symfile): Update.
1806 * symfile.h (add_filename_language): Declare.
1807
3fcf0b0d
TT
18082016-06-23 Tom Tromey <tom@tromey.com>
1809
1810 * symfile.c (filename_language_table): Now a VEC.
1811 (fl_table_size, fl_table_next): Remove.
1812 (add_filename_language): Use VEC_safe_push.
1813 (set_ext_lang_command, info_ext_lang_command)
1814 (deduce_language_from_filename): Use VEC_iterate.
1815 (init_filename_language_table): Use VEC_empty.
1816
0c72ed4c
TT
18172016-06-23 Tom Tromey <tom@tromey.com>
1818
1819 * python/python.c (gdbpy_parameter): Now static.
1820 * python/python-internal.h (gdbpy_parameter): Don't declare.
1821
17621150
TT
18222016-06-23 Tom Tromey <tom@tromey.com>
1823
1824 PR gdb/16483:
1825 * python/lib/gdb/command/frame_filters.py
1826 (InfoFrameFilter.list_frame_filters): Rename to print_list. Print
1827 nothing if no filters found. Return value indicating whether
1828 filters were printed.
1829 (InfoFrameFilter.print_list): Remove.
1830 (InfoFrameFilter.invoke): Print message if no frame filters
1831 found.
1832
04d59df6
WT
18332016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
1834
1835 * f-valprint.c (f_val_print): Add field names for printing
1836 derived types fields.
1837
34a60ddb
AA
18382016-06-21 Andreas Arnez <arnez@linux.vnet.ibm.com>
1839
1840 * s390-linux-tdep.c (s390_iterate_over_regset_sections): Fix typo
1841 in name of last-break regset.
1842
49940788
PA
18432016-06-21 Pedro Alves <palves@redhat.com>
1844
1845 * fork-child.c (fork_inferior): Switch the child to the main UI
1846 right after vfork. Save/restore the current UI in the parent.
1847 Flush outputs of the main UI instead of the current UI.
1848
468afe6c
PA
18492016-06-21 Pedro Alves <palves@redhat.com>
1850
1851 * breakpoint.c (watchpoint_check): Send watchpoint-deleted output
1852 to all UIs.
1853
86f78169
PA
18542016-06-21 Pedro Alves <palves@redhat.com>
1855
1856 * NEWS: Mention support for running interpreters on separate
1857 UIs and the new new-ui command.
1858
60eb5395
PA
18592016-06-21 Pedro Alves <palves@redhat.com>
1860
1861 * interps.c (set_top_level_interpreter): New function, factored
1862 out from captured_main.
1863 (interpreter_completer): Make extern.
1864 * interps.h (set_top_level_interpreter, interpreter_completer):
1865 New declarations.
1866 (captured_main): Use set_top_level_interpreter.
1867 * top.c [!O_NOCTTY] (O_NOCTTY): Define as 0.
1868 (open_terminal_stream, new_ui_command): New functions.
1869 (init_main): Install the "new-ui" command.
1870
268a799a
PA
18712016-06-21 Pedro Alves <palves@redhat.com>
1872
1873 * cli/cli-script.c (read_next_line): Adjust to per-UI stdin.
1874 (read_command_lines): Use input_interactive_p instead of
1875 input_from_terminal_p.
1876 * defs.h (struct ui): Forward declare.
1877 (input_from_terminal_p): Rename to ...
1878 (input_interactive_p): ... this.
1879 * event-top.c (stdin_event_handler): Pass 0 as from_tty argument
1880 to quit_command.
1881 (command_handler): Adjust to per-UI stdin.
1882 (handle_line_of_input): Adjust to per-UI stdin and use
1883 input_interactive_p instead of ISATTY and input_from_terminal_p.
1884 (gdb_readline_no_editing_callback): Adjust to per-UI stdin.
1885 (command_line_handler): Always pass true as "from_tty" parameter
1886 of handle_line_of_input and execute_command.
1887 (async_sigterm_handler): Pass 0 as from_tty argument to
1888 quit_command.
1889 * inflow.c (interactive_mode, show_interactive_mode): Moved to ...
1890 (gdb_has_a_terminal): Don't check interactive_mode here.
1891 (_initialize_inflow): Don't install "set interactive-mode" here.
1892 * main.c (captured_command_loop): Adjust to per-UI stdin.
1893 * mi/mi-interp.c (mi_execute_command_wrapper): Adjust to per-UI
1894 stdin.
1895 * top.c (new_ui): Save the stdin stream and whether it's a tty.
1896 (dont_repeat): Adjust to per-UI stdin.
1897 (command_line_input): Adjust to per-UI stdin and to use
1898 input_interactive_p.
1899 (quit_force): Write history if any UI supports interactive input.
1900 (interactive_mode, show_interactive_mode): Move here, from
1901 inflow.c.
1902 (input_from_terminal_p): Rename to ...
1903 (input_interactive_p): ... this, and check the "interactive_mode"
1904 global instead of calling gdb_has_a_terminal.
1905 (_initialize_top): Install "set interactive-mode" here.
1906 * top.h (struct ui) <stdin_stream, input_interactive_p>: New
1907 fields.
1908 * utils.c (quit): Pass 0 as from_tty argument to quit_force.
1909 (defaulted_query): Adjust to per-UI stdin and to use
1910 input_interactive_p.
1911
07169ff7
PA
19122016-06-21 Pedro Alves <palves@redhat.com>
1913
1914 * event-top.c (stdin_event_handler): Don't quit gdb if it was a
1915 secondary UI's input stream that closed. Instead, just delete the
1916 UI.
1917
98d9f24e
PA
19182016-06-21 Pedro Alves <palves@redhat.com>
1919
1920 * event-top.c (main_ui_): Delete.
1921 (main_ui, current_ui, ui_list): No longer initialize here.
1922 * main.c (captured_main): UI initialization code factored out to
1923 new new_ui function.
1924 (gdb_main): Wrap captured_main with TRY/CATCH instead of
1925 catch_errors.
1926 * top.c (highest_ui_num): New global.
1927 (new_ui): New function.
1928 * top.h (struct ui) <num>: New field.
1929 (new_ui): New declaration.
1930
eaae60fd
PA
19312016-06-21 Pedro Alves <palves@redhat.com>
1932
1933 * cli/cli-interp.c (cli_on_normal_stop): Bail out early if there's
1934 nothing to print. Use should_print_stop_to_console.
1935 * tui/tui-interp.c (tui_on_normal_stop): Likewise.
1936
8980e177
PA
19372016-06-21 Pedro Alves <palves@redhat.com>
1938
1939 * breakpoint.c (new_until_break_fsm): Add 'cmd_interp' parameter.
1940 (until_break_fsm_should_stop, until_break_fsm_clean_up): Add
1941 thread parameter.
1942 (until_break_command): Pass command interpreter to thread fsm
1943 ctor.
1944 * cli/cli-interp.c (should_print_stop_to_console): Adjust.
1945 * gdbthread.h (struct thread_control_state) <command_interp>:
1946 Delete field.
1947 * infcall.c (new_call_thread_fsm): Add 'cmd_interp' parameter.
1948 Pass it down.
1949 (call_thread_fsm_should_stop): Add thread parameter.
1950 (call_function_by_hand_dummy): Pass command interpreter to thread
1951 fsm ctor. Pass thread pointer to fsm clean up method.
1952 * infcmd.c: Include interps.h.
1953 (struct step_command_fsm) <thread>: Delete field.
1954 (new_step_command_fsm): Add 'cmd_interp' parameter. Pass it down.
1955 (step_command_fsm_prepare): Remove references to fsm's thread
1956 field.
1957 (step_1): Pass command interpreter to thread
1958 fsm ctor. Pass thread pointer to fsm clean up method.
1959 (step_command_fsm_should_stop, step_command_fsm_clean_up): Add
1960 thread parameter and use it.
1961 (new_until_next_fsm): Add 'cmd_interp' parameter. Pass it down.
1962 (until_next_fsm_should_stop, until_next_fsm_clean_up): Add thread
1963 parameter and use it.
1964 (until_next_command): Pass command interpreter to thread fsm ctor.
1965 (struct finish_command_fsm) <thread>: Delete field.
1966 (finish_command_fsm_ops): Add NULL slot for should_notify_stop.
1967 (new_finish_command_fsm): Add 'cmd_interp' parameter and pass it
1968 down. Remove thread parameter and adjust.
1969 (finish_command_fsm_should_stop, finish_command_fsm_clean_up): Add
1970 thread parameter and use it.
1971 (finish_command): Pass command interpreter to thread fsm ctor.
1972 Don't pass thread.
1973 * infrun.c (follow_fork): Move thread fsm to child fork instead of
1974 command interpreter, only.
1975 (clear_proceed_status_thread): Remove reference to command_interp.
1976 (proceed): Don't record the thread's command interpreter.
1977 (clean_up_just_stopped_threads_fsms): Pass thread to fsm clean_up
1978 method.
1979 (fetch_inferior_event): Pass thread to fsm should_stop method.
1980 * thread-fsm.c (thread_fsm_ctor): Add 'cmd_interp' parameter.
1981 Store it.
1982 (thread_fsm_clean_up, thread_fsm_should_stop): Add thread
1983 parameter and pass it down.
1984 * thread-fsm.h (struct thread_fsm) <command_interp>: New field.
1985 (struct thread_fsm_ops) <clean_up, should_stop>: Add thread
1986 parameter.
1987 (thread_fsm_ctor): Add 'cmd_interp' parameter.
1988 (thread_fsm_clean_up, thread_fsm_should_stop): Add thread
1989 parameter.
1990 * thread.c (thread_cancel_execution_command): Pass thread to
1991 thread fsm clean_up method.
1992
26cde2cc
PA
19932016-06-21 Pedro Alves <palves@redhat.com>
1994
1995 * cli/cli-interp.c: Include gdbthread.h and thread-fsm.h.
1996 (should_print_stop_to_console): New function, factored out from
1997 mi_on_normal_stop_1.
1998 * cli/cli-interp.h (should_print_stop_to_console): Declare.
1999 * mi/mi-interp.c (mi_on_normal_stop_1): Use
2000 should_print_stop_to_console. Pass it the current UI's console
2001 interpreter.
2002 * mi/mi-main.c (captured_mi_execute_command): Use the
2003 INTERP_CONSOLE symbol rather than explicit "console".
2004
a8836c93
PA
20052016-06-21 Pedro Alves <palves@redhat.com>
2006
2007 * infcmd.c (prepare_execution_command): Use
2008 all_uis_on_sync_execution_starting.
2009 * infrun.c (all_uis_on_sync_execution_starting): New function.
2010 * infrun.h (all_uis_on_sync_execution_starting): Declare.
2011
3b12939d
PA
20122016-06-21 Pedro Alves <palves@redhat.com>
2013
2014 * annotate.c: Include top.h.
2015 (async_background_execution_p): Delete.
2016 (print_value_flags): Check the UI's prompt state rather then
2017 async_background_execution_p.
2018 * event-loop.c (start_event_loop): Set the prompt state to
2019 PROMPT_NEEDED.
2020 * event-top.c (display_gdb_prompt, async_enable_stdin)
2021 (async_disable_stdin): Check the current UI's prompt state instead
2022 of the sync_execution global.
2023 (command_line_handler): Set the prompt state to PROMPT_NEEDED
2024 before running a command, and display the prompt if still needed
2025 afterwards.
2026 * infcall.c (struct call_thread_fsm) <waiting_ui>: New field.
2027 (new_call_thread_fsm): New parameter 'waiting_ui'. Store it.
2028 (call_thread_fsm_should_stop): Set the prompt state to
2029 PROMPT_NEEDED.
2030 (run_inferior_call): Adjust to temporarily set the prompt state to
2031 PROMPT_BLOCKED instead of using the sync_execution global.
2032 (call_function_by_hand_dummy): Pass the current UI to
2033 new_call_thread_fsm.
2034 * infcmd.c: Include top.h.
2035 (continue_1): Check the current UI's prompt state instead of the
2036 sync_execution global.
2037 (continue_command): Validate global execution state before calling
2038 prepare_execution_command.
2039 (step_1): Call all_uis_check_sync_execution_done.
2040 (attach_post_wait): Don't call async_enable_stdin here. Remove
2041 reference to sync_execution.
2042 * infrun.c (sync_execution): Delete global.
2043 (follow_fork_inferior)
2044 (reinstall_readline_callback_handler_cleanup): Check the current
2045 UI's prompt state instead of the sync_execution global.
2046 (check_curr_ui_sync_execution_done)
2047 (all_uis_check_sync_execution_done): New functions.
2048 (fetch_inferior_event): Call all_uis_check_sync_execution_done
2049 instead of trying to determine whether the global sync execution
2050 changed.
2051 (handle_no_resumed): Check the prompt state of all UIs.
2052 (normal_stop): Emit the no unwait-for even to all PROMPT_BLOCKED
2053 UIs. Emit the "Switching to" notification to all UIs. Enable
2054 stdin in all UIs.
2055 * infrun.h (sync_execution): Delete.
2056 (all_uis_check_sync_execution_done): Declare.
2057 * main.c (captured_command_loop): Don't call
2058 interp_pre_command_loop if the prompt is blocked.
2059 (catch_command_errors, catch_command_errors_const): Adjust.
2060 (captured_main): Set the initial prompt state to PROMPT_NEEDED.
2061 * mi/mi-interp.c (display_mi_prompt): Set the prompt state to
2062 PROMPTED.
2063 (mi_interpreter_resume): Don't clear sync_execution. Remove hack
2064 comment.
2065 (mi_execute_command_input_handler): Set the prompt state to
2066 PROMPT_NEEDED before executing the command, and only display the
2067 prompt if the prompt state is PROMPT_NEEDED afterwards.
2068 (mi_on_resume_1): Adjust to check the prompt state.
2069 * target.c (target_terminal_inferior): Adjust to check the prompt
2070 state.
2071 * top.c (wait_sync_command_done, maybe_wait_sync_command_done)
2072 (execute_command): Check the current UI's prompt state instead of
2073 sync_execution.
2074 * top.h (enum prompt_state): New.
2075 (struct ui) <prompt_state>: New field.
2076 (ALL_UIS): New macro.
2077
dbf30ca3
PA
20782016-06-21 Pedro Alves <palves@redhat.com>
2079
2080 * top.c (gdb_secondary_prompt_depth): Delete.
2081 (gdb_in_secondary_prompt_p): Add ui parameter. Use it.
2082 (gdb_readline_wrapper_cleanup, gdb_readline_wrapper): Adjust to
2083 per-UI gdb_secondary_prompt_depth.
2084 * top.h (struct ui) <secondary_prompt_depth>: New field.
2085
b2d86570
PA
20862016-06-21 Pedro Alves <palves@redhat.com>
2087
2088 * cli/cli-interp.c (cli_interpreter_pre_command_loop): New
2089 function.
2090 (cli_interp_procs): Install it instead of cli_command_loop.
2091 * cli/cli-interp.h (cli_interpreter_pre_command_loop): Declare.
2092 * event-top.c (cli_command_loop): Delete.
2093 * interps.c (interp_new): Remove reference to command_loop_proc.
2094 (current_interp_command_loop): Delete.
2095 (interp_pre_command_loop): New function.
2096 (interp_command_loop_ftype): Delete.
2097 * interps.h (interp_pre_command_loop_ftype): New typedef.
2098 (struct interp_procs) <command_loop_proc>: Delele field.
2099 <pre_command_loop_proc>: New field.
2100 (current_interp_command_loop): Delete declaration.
2101 (interp_pre_command_loop): New declaration.
2102 * main.c (captured_command_loop): Call interp_pre_command_loop
2103 instead of current_interp_command_loop and start an event loop.
2104 * mi/mi-interp.c (mi_command_loop): Delete.
2105 (mi_interpreter_pre_command_loop): New.
2106 (mi_interp_procs): Update.
2107 * tui/tui-interp.c (tui_interp_procs): Install
2108 cli_interpreter_pre_command_loop instead of cli_command_loop.
2109
9204d692
PA
21102016-06-21 Pedro Alves <palves@redhat.com>
2111
2112 * interps.c (current_interpreter): New function.
2113 * interps.h (current_interpreter): New declaration.
2114 * mi/mi-cmds.h (raw_stdout): Delete declaration.
2115 * mi/mi-common.h (struct mi_interp) <raw_stdout,
2116 saved_raw_stdout>: New field.
2117 * mi/mi-interp.c (display_mi_prompt): New parameter 'mi'. Adjust
2118 to per-UI raw_stdout.
2119 (mi_interpreter_init): Adjust to per-UI raw_stdout.
2120 (mi_on_sync_execution_done, mi_execute_command_input_handler)
2121 (mi_command_loop): Pass MI instance to display_mi_prompt.
2122 (mi_on_normal_stop_1, mi_output_running_pid, mi_on_resume_1)
2123 (mi_on_resume): Adjust to per-UI raw_stdout.
2124 (saved_raw_stdout): Delete.
2125 (mi_set_logging): Adjust to per-UI raw_stdout and
2126 saved_raw_stdout.
2127 * mi/mi-main.c (raw_stdout): Delete.
2128 (mi_cmd_gdb_exit, captured_mi_execute_command)
2129 (mi_print_exception, mi_load_progress): Adjust to per-UI
2130 raw_stdout.
2131 (print_diff_now, mi_print_timing_maybe): New ui_file parameter.
2132 Pass it along.
2133 (print_diff): New ui_file parameter. Send output there instead of
2134 raw_stdout.
2135 * mi/mi-main.h (struct ui_file): Forward declare.
2136 (mi_print_timing_maybe): Add ui_file parameter.
2137
05beb275
PA
21382016-06-21 Pedro Alves <palves@redhat.com>
2139
2140 * mi/mi-interp.c (display_mi_prompt): New function.
2141
215d3118
PA
21422016-06-21 Pedro Alves <palves@redhat.com>
2143
2144 * target.c (target_terminal_inferior): Bail out after
2145 unregistering input_fd if not on the main UI.
2146 (target_terminal_ours): Bail out after registering input_fd if not
2147 on the main UI.
2148 (target_terminal_ours_for_output): Bail out if not on the main UI.
2149
c61db772
PA
21502016-06-21 Pedro Alves <palves@redhat.com>
2151
2152 * event-top.c (restore_ui_cleanup): Make extern.
2153 * infrun.c (fetch_inferior_event): Always switch to the main UI.
2154 * top.h (restore_ui_cleanup): Declare.
2155
3c216924
PA
21562016-06-21 Pedro Alves <palves@redhat.com>
2157
2158 PR mi/20034
2159 * cli/cli-interp.c: Include cli-interp.h and event-top.h.
2160 (cli_interpreter_resume): Pass 1 to gdb_setup_readline. Set the
2161 UI's input_handler here.
2162 (cli_interpreter_supports_command_editing): New function.
2163 (cli_interp_procs): Install it.
2164 * cli/cli-interp.h: New file.
2165 * event-top.c (async_command_editing_p): Rename to ...
2166 (set_editing_cmd_var): ... this.
2167 (change_line_handler): Add parameter 'editing', and use it. Bail
2168 early if the interpreter doesn't support editing. Don't touch
2169 readline state if editing is off.
2170 (gdb_rl_callback_handler_remove, gdb_rl_callback_handler_install)
2171 (gdb_rl_callback_handler_reinstall): Assert the current UI is the
2172 main UI.
2173 (display_gdb_prompt): Don't call gdb_rl_callback_handler_remove if
2174 not using readline. Check whether the current UI is using command
2175 editing instead of checking the async_command_editing_p global.
2176 (set_async_editing_command): Delete.
2177 (gdb_setup_readline): Add 'editing' parameter. Only allow editing
2178 on the main UI. Don't touch readline state if editing is off.
2179 (gdb_disable_readline): Don't touch readline state if editing is
2180 off.
2181 * event-top.h (gdb_setup_readline): Add 'int' parameter.
2182 (set_async_editing_command): Delete declaration.
2183 (change_line_handler, command_line_handler): Declare.
2184 (async_command_editing_p): Rename to ...
2185 (set_editing_cmd_var): ... this.
2186 * infrun.c (reinstall_readline_callback_handler_cleanup): Check
2187 whether the current UI has editing enabled rather than checking
2188 the async_command_editing_p global.
2189 * interps.c (interp_supports_command_editing): New function.
2190 * interps.h (interp_supports_command_editing_ftype): New typedef.
2191 (struct interp_procs) <supports_command_editing_proc>: New field.
2192 (interp_supports_command_editing): Declare.
2193 * mi/mi-interp.c (mi_interpreter_resume): Pass 0 to
2194 gdb_setup_readline. Don't clear the async_command_editing_p
2195 global. Update comments.
2196 * top.c (gdb_readline_wrapper_line, gdb_readline_wrapper): Check
2197 whether the current UI has editing enabled rather than checking
2198 the async_command_editing_p global. Don't touch readline state if
2199 editing is off.
2200 (undo_terminal_modifications_before_exit): Switch to the main UI.
2201 Unconditionally call gdb_disable_readline.
2202 (set_editing): New function.
2203 (show_async_command_editing_p): Rename to ...
2204 (show_editing): ... this. Show the state of the current UI.
2205 (_initialize_top): Adjust.
2206 * top.h (struct ui) <command_editing>: New field.
2207 * tui/tui-interp.c: Include cli/cli-interp.h.
2208 (tui_resume): Pass 1 to gdb_setup_readline. Set the UI's
2209 input_handler.
2210 (tui_interp_procs): Install
2211 cli_interpreter_supports_command_editing.
2212 * tui/tui-io.c (tui_getc): Check whether the current UI has
2213 editing enabled rather than checking the async_command_editing_p
2214 global.
2215
b6dcde57
PA
22162016-06-21 Pedro Alves <palves@redhat.com>
2217
2218 * top.c: Call gen_ret_current_ui_field_ptr for current_uiout.
2219 * top.h (struct ui) <m_current_uiout>: New field.
2220 * ui-out.c (current_uiout): Delete.
2221 * ui-out.h (current_uiout): Delete.
2222 (current_ui_current_uiout_ptr): New declaration.
2223 (current_uiout): Reimplement as wrapper around
2224 current_ui_current_uiout_ptr.
2225
23ff98d2
PA
22262016-06-21 Pedro Alves <palves@redhat.com>
2227
2228 * ui-out.c (default_ui_out_impl): Delete.
2229 (def_uiout): Delete.
2230 (current_uiout): Set to NULL.
2231 (default_table_begin, default_table_body, default_table_end)
2232 (default_table_header, default_begin, default_end)
2233 (default_field_int, default_field_skip, default_field_string)
2234 (default_field_fmt, default_spaces, default_text, default_message)
2235 (default_wrap_hint, default_flush, default_data_destroy): Delete.
2236
694ec099
PA
22372016-06-21 Pedro Alves <palves@redhat.com>
2238
2239 * event-top.c (gdb_setup_readline): Pass the UI's outstream and
2240 errstream to stdout_fileopen and stderr_fileopen.
2241 * exceptions.c: Include top.h.
2242 (print_flush): Open the current UI's outstream file descriptor,
2243 instead of hardcoding file descriptor 1.
2244 * main.c (captured_main): Save the main UI's out and error
2245 streams. Adjust stderr_fileopen call.
2246 * top.h (struct ui) <outstream, errstream>: New fields.
2247 * ui-file.c (stderr_fileopen): Add stream parameter. Use it
2248 instead of stderr.
2249 * ui-file.h (stderr_fileopen): Add stream parameter and update
2250 comment.
2251
41fd2b0f
PA
22522016-06-21 Pedro Alves <palves@redhat.com>
2253
2254 * event-top.c (input_fd): Delete.
2255 (stdin_event_handler): Switch to the UI whose input descriptor got
2256 the event. Adjust to per-UI input_fd.
2257 (gdb_setup_readline): Don't set the input_fd global. Adjust to
2258 per-UI input_fd.
2259 (gdb_disable_readline): Adjust to per-UI input_fd.
2260 * event-top.h (input_fd): Delete declaration.
2261 * linux-nat.c (linux_nat_terminal_inferior): Don't remove input_fd
2262 from the event-loop here.
2263 (linux_nat_terminal_ours): Don't register input_fd in the
2264 event-loop here.
2265 * main.c (captured_main): Adjust to per-UI input_fd.
2266 * remote.c (remote_terminal_inferior): Don't remove input_fd from
2267 the event-loop here.
2268 (remote_terminal_ours): Don't register input_fd in the event-loop
2269 here.
2270 * target.c: Include top.h and event-top.h.
2271 (target_terminal_inferior): Remove input_fd from the event-loop
2272 here.
2273 (target_terminal_ours): Register input_fd in the event-loop.
2274 * top.h (struct ui) <input_fd>: New field.
2275
f38d3ad1
PA
22762016-06-21 Pedro Alves <palves@redhat.com>
2277
2278 * cli/cli-script.c (execute_user_command, read_next_line)
2279 (read_next_line): Adjust to per-UI instream.
2280 * event-top.c (stdin_event_handler, command_handler)
2281 (handle_line_of_input, command_line_handler)
2282 (gdb_readline_no_editing_callback, async_sigterm_handler)
2283 (gdb_setup_readline): Likewise.
2284 * inflow.c: Include top.h.
2285 (gdb_has_a_terminal, child_terminal_init_with_pgrp)
2286 (gdb_save_tty_state, child_terminal_inferior)
2287 (child_terminal_ours_1, copy_terminal_info): Use the main UI.
2288 (initialize_stdin_serial): Adjust to per-UI instream.
2289 * main.c (captured_command_loop, captured_main): Adjust to per-UI
2290 instream.
2291 * mi/mi-interp.c (mi_execute_command_wrapper): Likewise.
2292 * python/python.c (python_interactive_command): Likewise.
2293 * terminal.h (struct ui): Forward declare.
2294 (initialize_stdin_serial): Add struct ui parameter.
2295 * top.c (instream): Delete.
2296 (do_restore_instream_cleanup, read_command_file, dont_repeat)
2297 (gdb_readline_no_editing, command_line_input)
2298 (input_from_terminal_p, gdb_init): Adjust to per-UI instream.
2299 * top.h (struct ui) <instream>: New field.
2300 (instream): Delete declaration.
2301 (quit): Adjust to per-UI instream.
2302
23032016-06-21 Pedro Alves <palves@redhat.com>
2304
2305 * event-loop.c: Include top.h.
2306 (invoke_async_signal_handlers): Switch to the main UI.
2307 * event-top.c (main_ui_): Update comment.
2308 (main_ui): New global.
2309 * top.h (main_ui): Declare.
2310
73ab01a0
PA
23112016-06-21 Pedro Alves <palves@redhat.com>
2312
2313 * cli/cli-interp.c (cli_interp): Delete.
2314 (as_cli_interp): New function.
2315 (cli_on_normal_stop, cli_on_signal_received)
2316 (cli_on_end_stepping_range, cli_on_signal_exited, cli_on_exited)
2317 (cli_on_no_history): Send output to all CLI UIs.
2318 (cli_on_sync_execution_done, cli_on_command_error): Skip output if
2319 the top level interpreter is not a CLI.
2320 (cli_interpreter_init): Don't set cli_interp or install observers
2321 here.
2322 (_initialize_cli_interp): Install observers here.
2323 * event-top.c (main_ui_, ui_list): New globals.
2324 (current_ui): Point to main_ui_.
2325 (restore_ui_cleanup, switch_thru_all_uis_init)
2326 (switch_thru_all_uis_cond, switch_thru_all_uis_next): New
2327 functions.
2328 * mi/mi-interp.c (as_mi_interp): New function.
2329 (mi_interpreter_init): Don't install observers here.
2330 (mi_on_sync_execution_done): Skip output if the top level
2331 interpreter is not a MI.
2332 (mi_new_thread, mi_thread_exit, mi_record_changed)
2333 (mi_inferior_added, mi_inferior_appeared, mi_inferior_exit)
2334 (mi_inferior_removed): Send output to all MI UIs.
2335 (find_mi_interpreter, mi_interp_data): Delete.
2336 (find_mi_interp): New function.
2337 (mi_on_signal_received, mi_on_end_stepping_range)
2338 (mi_on_signal_exited, mi_on_exited, mi_on_no_history): Send output
2339 to all MI UIs.
2340 (mi_on_normal_stop): Rename to ...
2341 (mi_on_normal_stop_1): ... this.
2342 (mi_on_normal_stop): Reimplement, sending output to all MI UIs.
2343 (mi_traceframe_changed, mi_tsv_created, mi_tsv_deleted)
2344 (mi_tsv_modified, mi_breakpoint_created, mi_breakpoint_deleted)
2345 (mi_breakpoint_modified, mi_output_running_pid): Send output to
2346 all MI UIs.
2347 (mi_on_resume): Rename to ...
2348 (mi_on_resume_1): ... this. Don't handle infcalls here.
2349 (mi_on_resume): Reimplement, sending output to all MI UIs.
2350 (mi_solib_loaded, mi_solib_unloaded, mi_command_param_changed)
2351 (mi_memory_changed): Send output to all MI UIs.
2352 (report_initial_inferior): Install observers here.
2353 * top.h (struct ui) <next>: New field.
2354 (ui_list): Declare.
2355 (struct switch_thru_all_uis): New.
2356 (switch_thru_all_uis_init, switch_thru_all_uis_cond)
2357 (switch_thru_all_uis_next): Declare.
2358 (SWITCH_THRU_ALL_UIS): New macro.
2359 * tui/tui-interp.c (tui_interp): Delete global.
2360 (as_tui_interp): New function.
2361 (tui_on_normal_stop, tui_on_signal_received)
2362 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
2363 (tui_on_no_history): Send output to all TUI UIs.
2364 (tui_on_sync_execution_done, tui_on_command_error): Skip output if
2365 the top level interpreter is not a TUI.
2366 (tui_init): Don't set tui_interp or install observers here.
2367 (_initialize_tui_interp): Install observers here.
2368
8322445e
PA
23692016-06-21 Pedro Alves <palves@redhat.com>
2370
2371 * cli/cli-interp.c (cli_uiout): Delete, moved into ...
2372 (struct cli_interp): ... this new structure.
2373 (cli_on_normal_stop, cli_on_signal_received)
2374 (cli_on_end_stepping_range, cli_on_signal_exited, cli_on_exited)
2375 (cli_on_no_history): Use interp_ui_out.
2376 (cli_interpreter_init): If top level, set the cli_interp global.
2377 (cli_interpreter_init): Return the interp's data instead of NULL.
2378 (cli_interpreter_resume, cli_interpreter_exec, cli_ui_out): Adjust
2379 to cli_uiout being in the interpreter's data.
2380 (cli_interp_procs): New, factored out from _initialize_cli_interp.
2381 (cli_interp_factory): New function.
2382 (_initialize_cli_interp): Call interp_factory_register.
2383 * interps.c (get_interp_info): New, factored out from ...
2384 (get_current_interp_info): ... this.
2385 (interp_new): Add parameter 'data'. Store it.
2386 (struct interp_factory): New function.
2387 (interp_factory_p): New typedef. Define a VEC_P.
2388 (interpreter_factories): New global.
2389 (interp_factory_register): New function.
2390 (interp_add): Add 'ui' parameter. Use get_interp_info and
2391 interp_lookup_existing.
2392 (interp_lookup): Rename to ...
2393 (interp_lookup_existing): ... this. Add 'ui' parameter. Don't
2394 check for NULL or empty name here.
2395 (interp_lookup): Add 'ui' parameter and reimplement.
2396 (interp_set_temp, interpreter_exec_cmd): Adjust.
2397 (interpreter_completer): Complete on registered interpreter
2398 factories instead of interpreters.
2399 * interps.h (interp_factory_func): New typedef.
2400 (interp_factory_register): Declare.
2401 (interp_new, interp_add): Adjust.
2402 (interp_lookup): Declare.
2403 * main.c (captured_main): Adjust.
2404 * mi/mi-interp.c (mi_cmd_interpreter_exec): Adjust.
2405 (mi_interp_procs): New, factored out from
2406 _initialize_mi_interp.
2407 (mi_interp_factory): New function.
2408 * python/python.c (execute_gdb_command): Adjust.
2409 * tui/tui-interp.c (tui_init): If top level, set the tui_interp
2410 global.
2411 (tui_interp_procs): New.
2412 (tui_interp_factory): New function.
2413 (_initialize_tui_interp): Call interp_factory_register.
2414
cb814510
PA
24152016-06-21 Pedro Alves <palves@redhat.com>
2416
2417 * breakpoint.c (bpstat_do_actions_1): Access the current UI's
2418 async field instead of the interpreter_async global.
2419 * cli/cli-script.c (execute_user_command, while_command)
2420 (if_command, script_from_file): Likewise.
2421 * compile/compile.c: Include top.h instead of interps.h.
2422 (compile_file_command, compile_code_command)
2423 (compile_print_command): Access the current UI's async field
2424 instead of the interpreter_async global.
2425 * guile/guile.c: Include top.h instead of interps.h.
2426 (guile_repl_command, guile_command, gdbscm_execute_gdb_command):
2427 Access the current UI's async field instead of the
2428 interpreter_async global.
2429 * guile/scm-ports.c: Include top.h instead of interps.h.
2430 (ioscm_with_output_to_port_worker): Access the current UI's async
2431 field instead of the interpreter_async global.
2432 * inf-loop.c (inferior_event_handler): Likewise.
2433 * infcall.c (run_inferior_call): Likewise.
2434 * infrun.c (reinstall_readline_callback_handler_cleanup)
2435 (fetch_inferior_event): Likewise.
2436 * interps.c (interpreter_async): Delete.
2437 (struct ui_interp_info): New.
2438 (get_current_interp_info): New function.
2439 (interp_list, current_interpreter, top_level_interpreter_ptr):
2440 Delete.
2441 (interp_add, interp_set, interp_lookup, interp_ui_out)
2442 (current_interp_set_logging, interp_set_temp)
2443 (current_interp_named_p): Adjust to per-UI interpreters.
2444 (command_interpreter): Delete.
2445 (command_interp, current_interp_command_loop, interp_quiet_p)
2446 (interp_exec, interpreter_exec_cmd, interpreter_completer)
2447 (top_level_interpreter, top_level_interpreter_data): Adjust to
2448 per-UI interpreters.
2449 * interps.h (interpreter_async): Delete.
2450 * main.c (captured_command_loop): Access the current UI's async
2451 field instead of the interpreter_async global.
2452 * python/python.c (python_interactive_command, python_command)
2453 (execute_gdb_command): Likewise.
2454 * top.c (maybe_wait_sync_command_done, execute_command_to_string):
2455 Access the current UI's async field instead of the
2456 interpreter_async global.
2457 * top.h (struct tl_interp_info): Forward declare.
2458 (struct ui) <interp_info, async>: New fields.
2459
79aa2fe8
PA
24602016-06-21 Pedro Alves <palves@redhat.com>
2461
2462 * main.c (gdb_stdout, gdb_stderr, gdb_stdlog, gdb_stdin): Delete
2463 globals.
2464 (gen_ret_current_ui_field_ptr): New macro. Use it to generate
2465 wrappers for gdb_stdout, gdb_stderr, gdb_stdlog and gdb_stdin.
2466 * top.h (struct ui) <m_gdb_stdout, m_gdb_stdin, m_gdb_stderr,
2467 m_gdb_stdlog>: New fields.
2468 (current_ui_gdb_stdout_ptr, current_ui_gdb_stdin_ptr)
2469 (current_ui_gdb_stderr_ptr, current_ui_gdb_stdlog_ptr): Declare.
2470 (gdb_stdout, gdb_stdin, gdb_stderr, gdb_stdlog): Reimplement as
2471 macros.
2472
a74e1786
PA
24732016-06-21 Pedro Alves <palves@redhat.com>
2474
2475 * event-top.c: Update readline-related comments.
2476 (input_handler, call_readline): Delete globals.
2477 (gdb_rl_callback_handler): Call the current UI's input_handler
2478 method.
2479 (change_line_handler): Adjust to set current UI's properties
2480 instead of globals.
2481 (current_ui_, current_ui): New globals.
2482 (get_command_line_buffer): Rewrite to refer to the current UI.
2483 (stdin_event_handler): Adjust to call the call_readline method of
2484 the current UI.
2485 (gdb_readline_no_editing_callback): Adjust to call the current UI's
2486 input_handler method.
2487 (gdb_setup_readline): Adjust to set current UI's properties
2488 instead of globals.
2489 * event-top.h (call_readline, input_handler): Delete declarations.
2490 * mi/mi-interp.c (mi_interpreter_resume): Adjust to set current
2491 UI's properties instead of globals.
2492 * top.c (gdb_readline_wrapper_cleanup): Adjust to set current UI's
2493 properties instead of globals.
2494 (gdb_readline_wrapper): Adjust to call and set current UI's
2495 methods instead of globals.
2496 * top.h: Include buffer.h and event-loop.h.
2497 (struct ui): New struct.
2498 (current_ui): New declaration.
2499
45db7c09
PA
25002016-06-21 Pedro Alves <palves@redhat.com>
2501
2502 * ada-lang.c (ada_exception_name_addr_1): Add comment.
2503 (print_it_exception): Select the current frame.
2504
a28d8e50
YTL
25052016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2506
2507 * Makefile.in (ALL_TARGET_OBS): Add nds32-tdep.o.
2508 (HFILES_NO_SRCDIR): Add nds32-tdep.h.
2509 (ALLDEPFILES): Add nds32-tdep.c.
2510 * NEWS: Mention new NDS32 port.
2511 * configure.tgt: Add NDS32.
2512 * nds32-tdep.c: New file.
2513 * nds32-tdep.h: New file.
2514 * features/Makefile (XMLTOC): Add nds32.xml.
2515 * features/nds32-core.xml: New file.
2516 * features/nds32-fpu.xml: New file.
2517 * features/nds32-system.xml: New file.
2518 * features/nds32.c: New file (generated).
2519 * features/nds32.xml: New file.
2520
4bf5402d
JB
25212016-06-14 John Baldwin <jhb@FreeBSD.org>
2522
2523 * v850-tdep.c (v850_use_struct_convention): Trim type length checks.
2524
683cd65e
JB
25252016-06-14 John Baldwin <jhb@FreeBSD.org>
2526
2527 * tui/tui-stack.c (tui_show_frame_info): Fix type mismatch.
2528
bec734b2
JB
25292016-06-14 John Baldwin <jhb@FreeBSD.org>
2530
2531 * rs6000-tdep.c (ppc_process_record_op31): Initialize ra.
2532
e46dd0f4
NC
25332016-06-13 Nick Clifton <nickc@redhat.com>
2534
2535 * gdbtypes.c (replace_type): Fix assertion.
2536
695bfa52
TT
25372016-06-10 Tom Tromey <tom@tromey.com>
2538
2539 * gdbtypes.c (arch_type, arch_integer_type, arch_character_type)
2540 (arch_boolean_type, arch_float_type, arch_complex_type)
2541 (arch_flags_type, append_flags_type_field)
2542 (append_flags_type_flag, arch_composite_type)
2543 (append_composite_type_field_raw)
2544 (append_composite_type_field_aligned)
2545 (append_composite_type_field): Make "name" parameter const.
2546 * gdbtypes.h (arch_type, arch_integer_type, arch_character_type)
2547 (arch_boolean_type, arch_float_type, arch_complex_type)
2548 (append_composite_type_field, append_composite_type_field_aligned)
2549 (append_composite_type_field_raw, arch_flags_type)
2550 (append_flags_type_field, append_flags_type_flag): Constify.
2551
347dc102
TT
25522016-06-10 Tom Tromey <tom@tromey.com>
2553
2554 PR rust/20110:
2555 * rust-exp.y (lex_number): Don't truncate large numbers to i32.
2556
edef7b8c
TT
25572016-06-10 Tom Tromey <tom@tromey.com>
2558
2559 * Makefile.in (COMMON_OBS): Remove rust-exp.o.
2560 (YYFILES): Add rust-exp.c.
2561 (YYOBJ): Add rust-exp.o.
2562 (local-maintainer-clean): Remove rust-exp.c.
2563
bb556f1f
TK
25642016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2565
2566 * NEWS: Mention that GDB now supports a negative repeat count in
2567 the 'x' command.
2568 * printcmd.c (decode_format): Allow '-' in the parameter
2569 "string_ptr" to accept a negative repeat count.
2570 (find_instruction_backward): New function.
2571 (read_memory_backward): New function.
2572 (integer_is_zero): New function.
2573 (find_string_backward): New function.
2574 (do_examine): Use new functions to examine memory backward.
2575 (_initialize_printcmd): Mention that 'x' command supports a negative
2576 repeat count.
2577
c040f3fb
TK
25782016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2579
2580 * MAINTAINERS (Write After Approval): Add Toshihito Kikuchi.
2581
4dee3531
TT
25822016-06-09 Tom Tromey <tom@tromey.com>
2583
2584 PR python/19819:
2585 * python/py-xmethods.c (invoke_method_name)
2586 (py_get_result_type_method_name, py_invoke_method_name): Remove.
2587 (gdbpy_initialize_xmethods): Don't initialize
2588 py_invoke_method_name, py_get_result_type_method_name.
2589
1aec0b6a
SM
25902016-06-07 Simon Marchi <simon.marchi@ericsson.com>
2591
2592 * mi/mi-interp.c (mi_record_changed): Add missing braces.
2593
2091da29
BH
25942016-06-07 Bernhard Heckel <bernhard.heckel@intel.com>
2595
2596 * findvar.c (follow_static_link): Check for valid pointer.
2597
38b022b4
SM
25982016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2599
2600 * NEWS: Mention the new fields in =record-started.
2601 * common/btrace-common.h (btrace_format_short_string): New function
2602 declaration.
2603 * common/btrace-common.c (btrace_format_short_string): New
2604 function.
2605 * mi/mi-interp.c (mi_record_changed): Output method and format
2606 fields in the =record-started record.
2607 * record-btrace.c (record_btrace_open): Adapt record_changed
2608 notification.
2609 * record-full.c (record_full_open): Likewise.
2610 * record.c (cmd_record_stop): Likewise.
2611
0ae534d2
JT
26122016-06-02 Jon Turney <jon.turney@dronecode.org.uk>
2613
2614 * windows-nat.c (handle_output_debug_string): Return type of
2615 gdb_signal_from_host() is gdb_signal, not an int.
2616 (windows_get_exec_module_filename): Add pointer casts for C++.
2617
1b40ec05
TT
26182016-06-02 Tom Tromey <tom@tromey.com>
2619
2620 PR python/18984:
2621 * python/python.c (gdbpy_solib_name): Use GDB_PY_LLU_ARG.
2622
bb7c96de
PA
26232016-06-01 Pedro Alves <palves@redhat.com>
2624
2625 * remote-fileio.c (remote_fio_ctrl_c_flag, remote_fio_sa)
2626 (remote_fio_osa)
2627 (remote_fio_ofunc, remote_fileio_sig_init, remote_fileio_sig_set)
2628 (remote_fileio_sig_exit, remote_fileio_ctrl_c_signal_handler):
2629 Delete.
2630 (remote_fileio_o_quit_handler): New global.
2631 (remote_fileio_quit_handler): New function.
2632 (remote_fileio_reply): Check the quit flag instead of the custom
2633 'remote_fio_ctrl_c_flag' flag. Restore the quit handler instead
2634 of changing the SIGINT handler.
2635 (do_remote_fileio_request): Override the quit handler instead of
2636 changing the SIGINT handler.
2637
51403f74
NC
26382016-06-01 Nick Clifton <nickc@redhat.com>
2639
2640 * common/common-utils.c (xmalloc_failed): New function. Provided
2641 so that the version in libiberty is not linked in.
2642
e3b5daf9
MM
26432016-06-01 Markus Metzger <markus.t.metzger@intel.com>
2644
2645 * infcmd.c (skip_finish_frames): New.
2646 (finish_command): Call skip_finish_frames.
2647
03d73f1f
YQ
26482016-06-01 Yao Qi <yao.qi@linaro.org>
2649
2650 PR remote/19998
2651 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Call
2652 quit_serial_event_set.
2653
c799dec7
JB
26542016-06-01 Joel Brobecker <brobecker@adacore.com>
2655
2656 GDB 7.11.1 released.
2657
3326303b
MG
26582016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2659
2660 PR c++/19893
2661 * dwarf2loc.c (coerce_pieced_ref, indirect_synthetic_pointer,
2662 fetch_const_value_from_synthetic_pointer): New functions.
2663 (indirect_pieced_value): Move lower half to indirect_synthetic_pointer.
2664 (pieced_value_funcs): Implement coerce_ref.
2665 * valops.c (value_addr): Call coerce_ref for synthetic references.
2666 * valprint.c (valprint_check_validity): Return true for synthetic
2667 references. Also, don't show "<synthetic pointer>" if they reference
2668 addressable values.
2669 (generic_val_print_ref): Handle synthetic references. Also move some
2670 code to print_ref_address.
2671 (print_ref_address, get_value_addr_contents): New functions.
2672
e385593e
JK
26732016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2674
2675 PR c++/15231
2676 * dwarf2read.c (enum pc_bounds_kind): Add PC_BOUNDS_INVALID.
2677 (process_psymtab_comp_unit_reader, read_func_scope): Adjust callers.
2678 (read_lexical_block_scope): Import DIEs from bare DW_TAG_lexical_block.
2679 (read_call_site_scope): Adjust callers.
2680 (dwarf2_get_pc_bounds): Implement pc_bounds_invalid.
2681 (dwarf2_get_subprogram_pc_bounds, get_scope_pc_bounds): Adjust callers.
2682
3a2b436a
JK
26832016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2684
2685 Code cleanup: dwarf2_get_pc_bounds: -1/0/+1 -> enum
2686 * dwarf2read.c (enum pc_bounds_kind) New.
2687 (dwarf2_get_pc_bounds): Use it in the declaration.
2688 (process_psymtab_comp_unit_reader): Adjust caller. Rename has_pc_info
2689 to cu_bounds_kind.
2690 (read_func_scope, read_lexical_block_scope, read_call_site_scope):
2691 Adjust callers.
2692 (dwarf2_get_pc_bounds): Use enum pc_bounds_kind in the definition.
2693 (dwarf2_get_subprogram_pc_bounds, get_scope_pc_bounds): Adjust callers.
2694
aab3c527
JK
26952016-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2696
2697 * NEWS (QCatchSyscalls): Remove the parameter. Include ...
2698 (QCatchSyscalls:1 in qSupported) ... this separate entry which got
2699 deleted.
2700
c64e0f61
JK
27012016-05-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2702
2703 * NEWS (N stop reply): Remove empty line.
2704
1a72702b
AM
27052016-05-28 Alan Modra <amodra@gmail.com>
2706
2707 * compile/compile-object-load.c (link_callbacks_multiple_definition,
2708 link_callbacks_warning, link_callbacks_undefined_symbol,
2709 link_callbacks_undefined_symbol, link_callbacks_reloc_overflow,
2710 link_callbacks_reloc_dangerous,
2711 link_callbacks_unattached_reloc): Return void.
2712
51415b9f
AB
27132016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2714
2715 * opencl-lang.c (evaluate_subexp_opencl): If
2716 EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute to
2717 the returned value in the STRUCTOP_STRUCT case.
2718
ac775bf4
AB
27192016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2720
2721 * eval.c (evaluate_subexp_standard): If EVAL_AVOID_SIDE_EFFECTS
2722 mode, forward the VALUE_LVAL attribute to the returned value in
2723 the STRUCTOP_PTR case.
2724
7bd787e8
TT
27252016-05-25 Tom Tromey <tom@tromey.com>
2726
2727 * python/py-value.c (value_object_as_number): Use correct spelling
2728 of HAVE_LIBPYTHON2_4.
2729
2bbad2ea
BH
27302016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2731
2732 * f-typeprint.c (f_type_print_base): Replace 0 by show.
2733
e188eb36
BH
27342016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2735
2736 * f-typeprint.c (f_type_print_base): Decrease show by one.
2737
9b2db1fd
BH
27382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2739
2740 * f-typeprint.c (f_type_print_base): Don't print fields when show < 0.
2741
72b17055
BH
27422016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2743
2744 * f-typeprint.c (f_type_print_base): Take print level into account.
2745
ddae9462
TT
27462016-05-24 Tom Tromey <tom@tromey.com>
2747
2748 PR python/17386:
2749 * python/py-value.c (value_object_as_number): Add
2750 nb_inplace_floor_divide, nb_inplace_true_divide, nb_index.
2751
e2b7f516
TT
27522016-05-24 Tom Tromey <tom@tromey.com>
2753
2754 * python/py-value.c (value_object_as_number): Add
2755 nb_inplace_divide for Python 2.
2756
1957f6b8
TT
27572016-05-23 Tom Tromey <tom@tromey.com>
2758
2759 PR python/17981:
2760 * python/py-breakpoint.c (gdbpy_breakpoints): Return a new tuple
2761 when there are no breakpoints.
2762
026a9174
PA
27632016-05-24 Pedro Alves <palves@redhat.com>
2764
2765 PR gdb/19828
2766 * linux-nat.c (attach_proc_task_lwp_callback): Mark the lwp
2767 resumed, and add the thread to GDB's thread list.
2768
72b049d3
PA
27692016-05-24 Pedro Alves <palves@redhat.com>
2770
2771 PR gdb/19828
2772 * linux-nat.c (get_pending_status): If the thread reported the
2773 event to the core and it's pending, use the pending status signal
2774 number.
2775
774113b0
PA
27762016-05-24 Pedro Alves <palves@redhat.com>
2777
2778 PR gdb/19828
2779 * linux-nat.c (lwp_lwpid_htab): New htab.
2780 (lwp_info_hash, lwp_lwpid_htab_eq, lwp_lwpid_htab_create)
2781 (lwp_lwpid_htab_add_lwp): New functions.
2782 (lwp_list): Tweak comment.
2783 (lwp_list_add, lwp_list_remove, lwp_lwpid_htab_remove_pid): New
2784 functions.
2785 (purge_lwp_list): Rewrite, using htab_traverse_noresize.
2786 (add_initial_lwp): Add lwp to htab too. Use lwp_list_add.
2787 (delete_lwp): Use lwp_list_remove. Remove htab too.
2788 (find_lwp_pid): Search in htab.
2789 (_initialize_linux_nat): Call lwp_lwpid_htab_create.
2790 * linux-nat.h (struct lwp_info) <prev>: New field.
2791
27922016-05-24 Pedro Alves <palves@redhat.com>
2793
2794 PR gdb/19828
2795 * linux-nat.c (lwp_lwpid_htab): New htab.
2796 (lwp_info_hash, lwp_lwpid_htab_eq, lwp_lwpid_htab_create)
2797 (lwp_lwpid_htab_add_lwp): New functions.
2798 (lwp_list): Tweak comment.
2799 (lwp_list_add, lwp_list_remove, lwp_lwpid_htab_remove_pid): New
2800 functions.
2801 (purge_lwp_list): Rewrite, using htab_traverse_noresize.
2802 (add_initial_lwp): Add lwp to htab too. Use lwp_list_add.
2803 (delete_lwp): Use lwp_list_remove. Remove htab too.
2804 (find_lwp_pid): Search in htab.
2805 (_initialize_linux_nat): Call lwp_lwpid_htab_create.
2806 * linux-nat.h (struct lwp_info) <prev>: New field.
2807
1ad3de98
PA
28082016-05-24 Pedro Alves <palves@redhat.com>
2809
2810 PR gdb/19828
2811 * linux-nat.c (linux_resume_one_lwp_throw): Clear the LWP's core
2812 field.
2813 (linux_nat_update_thread_list): Don't fetch the core if already
2814 known.
2815
95e94c3f
PA
28162016-05-24 Pedro Alves <palves@redhat.com>
2817
2818 PR gdb/19828
2819 * linux-tdep.c (find_mapping_size): Delete.
2820 (linux_vsyscall_range_raw): Rewrite reading from
2821 /proc/PID/task/PID/maps directly instead of using
2822 gdbarch_find_memory_regions.
2823
aa01bd36
PA
28242016-05-24 Pedro Alves <palves@redhat.com>
2825
2826 PR gdb/19828
2827 * linux-nat.c (report_thread_events): New global.
2828 (linux_handle_extended_wait): Report
2829 TARGET_WAITKIND_THREAD_CREATED if thread event reporting is
2830 enabled.
2831 (wait_lwp, linux_nat_filter_event): Report all thread exits if
2832 thread event reporting is enabled. Remove comment.
2833 (filter_exit_event): New function.
2834 (linux_nat_wait_1): Use it.
2835 (linux_nat_thread_events): New function.
2836 (linux_nat_add_target): Install it as target_thread_events method.
2837
00a3cb9c
YTL
28382016-05-24 Yan-Ting Lin <currygt52@gmail.com>
2839
2840 * MAINTAINERS (Write After Approval): Add "Yan-Ting Lin".
2841
7eb89530
YQ
28422016-05-23 Yao Qi <yao.qi@arm.com>
2843
2844 * arch-utils.c (default_code_of_frame_writable): New function.
2845 * arch-utils.h (default_code_of_frame_writable): Declare.
2846 * arm-tdep.c (arm_code_of_frame_writable): New function.
2847 (arm_gdbarch_init): Install gdbarch method
2848 code_of_frame_writable if the target is M-profile.
2849 * frame.c (skip_unwritable_frames): New function.
2850 * frame.h (skip_unwritable_frames): Declare.
2851 * gdbarch.sh (code_of_frame_writable): New.
2852 * gdbarch.c, gdbarch.h: Re-generated.
2853 * infcmd.c (finish_command): Call skip_unwritable_frames.
2854
0f6ed0e0
TT
28552016-05-23 Tom Tromey <tom@tromey.com>
2856
2857 PR python/19438, PR python/18393:
2858 * python/py-objfile.c (objfpy_initialize): Initialize self->dict.
2859 * python/py-progspace.c (pspy_initialize): Initialize self->dict.
2860
d0571b99
GB
28612016-05-23 Gary Benson <gbenson@redhat.com>
2862
2863 * nat/gdb_thread_db.h (td_thr_validate_ftype): Remove typedef.
2864 * linux-thread-db.c (struct thread_db_info) <td_thr_validate_p>:
2865 Remove field.
2866 (try_thread_db_load_1): Remove td_thr_validate initialization.
2867
37773e78
JB
28682016-05-23 Jon Boden <jon@ubuntubsd.org> (tiny change)
2869
2870 * configure.ac: Search for libutil-freebsd as alternative to libutil.
2871 * configure: Re-generated.
2872
bfb0d950
AS
28732016-05-19 Andreas Schwab <schwab@suse.de>
2874
2875 * ia64-libunwind-tdep.c (libunwind_descr): Add cast from void *.
2876 (libunwind_frame_set_descr): Likewise.
2877 (libunwind_frame_cache): Likewise.
2878 (libunwind_frame_dealloc_cache): Likewise.
2879 (libunwind_frame_sniffer): Likewise.
2880 (libunwind_search_unwind_table): Likewise.
2881 (libunwind_sigtramp_frame_sniffer): Likewise.
2882 (libunwind_get_reg_special): Likewise.
2883 (libunwind_load): Likewise.
2884 * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
2885 (ia64_linux_store_register): Likewise.
2886 (ia64_linux_xfer_partial): Likewise.
2887 * ia64-tdep.c (ia64_access_reg): Likewise.
2888 (ia64_access_fpreg): Likewise.
2889 (ia64_access_rse_reg): Likewise.
2890 (ia64_access_rse_fpreg): Likewise.
2891
45f4ed92
TT
28922016-05-18 Tom Tromey <tom@tromey.com>
2893
2894 * rust-lang.c (rust_subscript): Initialize "high".
2895
28addb40
SM
28962016-05-17 Simon Marchi <simon.marchi@ericsson.com>
2897
2898 PR gdb/20045
2899 * mi/mi-main.c (mi_on_resume): Call target_can_async_p instead
2900 of target_is_async_p.
2901
61c6156d
SM
29022016-05-17 Simon Marchi <simon.marchi@ericsson.com>
2903
2904 PR gdb/18077
2905 * mi/mi-main.c (run_one_inferior): Use run target to determine
2906 whether to run async or not.
2907 (mi_cmd_exec_run): Likewise.
2908
01739a3b
TT
29092016-05-17 Tom Tromey <tom@tromey.com>
2910
2911 * std-operator.def (OP_RANGE): Rename from OP_F90_RANGE.
2912 * rust-lang.c: Don't include f-lang.h.
2913 (rust_range, rust_compute_range, rust_subscript)
2914 (rust_evaluate_subexp): Update.
2915 * rust-exp.y: Don't include f-lang.h.
2916 (ast_range, convert_ast_to_expression): Update.
2917 * parse.c (operator_length_standard): Update.
2918 * f-lang.h (enum f90_range_type): Move to expression.h.
2919 * f-exp.y: Use OP_RANGE.
2920 * expression.h (enum range_type): New enum; renamed from
2921 f90_range_type.
2922 * expprint.c: Don't include f-lang.h.
2923 (print_subexp_standard, dump_subexp_body_standard): Use OP_RANGE.
2924 * eval.c (value_f90_subarray, evaluate_subexp_standard): Update.
2925
0bdfa368
TT
29262016-05-17 Tom Tromey <tom@tromey.com>
2927
2928 * NEWS: Add Rust item.
2929
c44af4eb
TT
29302016-05-17 Tom Tromey <tom@tromey.com>
2931 Manish Goregaokar <manishsmail@gmail.com>
2932
2933 * symtab.c (symbol_find_demangled_name): Handle Rust.
2934 * symfile.c (init_filename_language_table): Treat ".rs" as Rust.
2935 * std-operator.def (STRUCTOP_ANONYMOUS, OP_RUST_ARRAY): New
2936 constants.
2937 * rust-lang.h: New file.
2938 * rust-lang.c: New file.
2939 * rust-exp.y: New file.
2940 * dwarf2read.c (read_file_scope): Add Rust producer sniffing.
2941 (dwarf2_compute_name, read_func_scope, read_structure_type)
2942 (read_base_type, read_subrange_type, set_cu_language)
2943 (new_symbol_full, determine_prefix): Handle Rust.
2944 * defs.h (enum language) <language_rust>: New constant.
2945 * Makefile.in (SFILES): Add rust-exp.y, rust-lang.c.
2946 (COMMON_OBS): Add rust-exp.o, rust-lang.o.
2947
00272ec4
TT
29482016-05-17 Tom Tromey <tom@tromey.com>
2949
2950 * valprint.h (struct generic_val_print_array) <array_start,
2951 array_end>: New fields.
2952 * valprint.c (generic_val_print_array): Add "decorations"
2953 parameter. Use "array_start", "array_end".
2954 (generic_val_print) <TYPE_CODE_ARRAY>: Update.
2955 * p-valprint.c (p_decorations): Update.
2956 * m2-valprint.c (m2_decorations): Update.
2957 * f-valprint.c (f_decorations): Update.
2958 * c-valprint.c (c_decorations): Update.
2959
dcd1f979
TT
29602016-05-17 Tom Tromey <tom@tromey.com>
2961
2962 * NEWS: Add "maint selftest" entry.
2963 * selftest.h: New file.
2964 * selftest.c: New file.
2965 * maint.c: Include selftest.h.
2966 (maintenance_selftest): New function.
2967 (_initialize_maint_cmds): Add "maint selftest" command.
2968 * configure.ac (GDB_SELF_TEST): Maybe define.
2969 * config.in, configure: Rebuild.
2970 * Makefile.in (SFILES): Add selftest.c.
2971 (COMMON_OBS): Add selftest.o.
2972
e4b8a1c8
TT
29732016-05-17 Tom Tromey <tom@tromey.com>
2974
2975 * expprint.c: Include f-lang.h.
2976 (print_subexp_standard, dump_subexp_body_standard): Handle
2977 OP_F90_RANGE.
2978
9ab0bb2a
TT
29792016-05-17 Tom Tromey <tom@tromey.com>
2980
2981 * Makefile.in (init.c): Search .y files for initialization
2982 functions.
2983
8ddd5a6c
DE
29842016-05-12 Doug Evans <dje@google.com>
2985
2986 PR symtab/19999
2987 * dwarf2loc.c (dwarf2_find_location_expression): For DWO files still
2988 add base_offset.
2989
df140a0b
TS
29902016-05-10 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
2991
2992 * iq2000-tdep.c (iq2000_scan_prologue): Remove if that shouldn't guard
2993 anything.
2994 * linespec.c (add_sal_to_sals): Restore call to symtab_to_fullname.
2995
39d911fc
TP
29962016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
2997
2998 * arm-tdep.c (arm_elf_make_msymbol_special): Use
2999 ARM_GET_SYM_BRANCH_TYPE to get branch type of a symbol.
3000
870f88f7
TS
30012016-05-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
3002
3003 * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Remove unused
3004 variables.
3005 * aarch64-tdep.c (aarch64_skip_prologue): Likewise.
3006 (aarch64_scan_prologue): Likewise.
3007 (aarch64_prologue_prev_register): Likewise.
3008 (aarch64_dwarf2_prev_register): Likewise.
3009 (pass_in_v): Likewise.
3010 (aarch64_push_dummy_call): Likewise.
3011 (aarch64_breakpoint_from_pc): Likewise.
3012 (aarch64_return_in_memory): Likewise.
3013 (aarch64_return_value): Likewise.
3014 (aarch64_displaced_step_b_cond): Likewise.
3015 (aarch64_displaced_step_cb): Likewise.
3016 (aarch64_displaced_step_tb): Likewise.
3017 (aarch64_gdbarch_init): Likewise.
3018 (aarch64_process_record): Likewise.
3019 * alpha-mdebug-tdep.c (alpha_mdebug_init_abi): Likewise.
3020 * alpha-tdep.c (_initialize_alpha_tdep): Likewise.
3021 * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
3022 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Likewise.
3023 * amd64-tdep.c (fixup_riprel): Likewise.
3024 * amd64-windows-tdep.c (amd64_windows_frame_decode_epilogue): Likewise.
3025 (amd64_windows_frame_decode_insns): Likewise.
3026 (amd64_windows_frame_cache): Likewise.
3027 (amd64_windows_frame_prev_register): Likewise.
3028 (amd64_windows_frame_this_id): Likewise.
3029 (amd64_windows_init_abi): Likewise.
3030 * arm-linux-tdep.c (arm_linux_get_syscall_number): Likewise.
3031 (arm_linux_get_next_pcs_syscall_next_pc): Likewise.
3032 * arm-symbian-tdep.c (arm_symbian_init_abi): Likewise.
3033 * arm-tdep.c (arm_make_epilogue_frame_cache): Likewise.
3034 (arm_epilogue_frame_prev_register): Likewise.
3035 (arm_record_vdata_transfer_insn): Likewise.
3036 (arm_record_exreg_ld_st_insn): Likewise.
3037 * auto-load.c (execute_script_contents): Likewise.
3038 (print_scripts): Likewise.
3039 * avr-tdep.c (avr_frame_prev_register): Likewise.
3040 (avr_push_dummy_call): Likewise.
3041 * bfin-linux-tdep.c (bfin_linux_sigframe_init): Likewise.
3042 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
3043 * blockframe.c (find_pc_partial_function_gnu_ifunc): Likewise.
3044 * break-catch-throw.c (fetch_probe_arguments): Likewise.
3045 * breakpoint.c (breakpoint_xfer_memory): Likewise.
3046 (breakpoint_init_inferior): Likewise.
3047 (breakpoint_inserted_here_p): Likewise.
3048 (software_breakpoint_inserted_here_p): Likewise.
3049 (hardware_breakpoint_inserted_here_p): Likewise.
3050 (bpstat_what): Likewise.
3051 (break_range_command): Likewise.
3052 (save_breakpoints): Likewise.
3053 * coffread.c (coff_symfile_read): Likewise.
3054 * cris-tdep.c (cris_push_dummy_call): Likewise.
3055 (cris_scan_prologue): Likewise.
3056 (cris_register_size): Likewise.
3057 (_initialize_cris_tdep): Likewise.
3058 * d-exp.y: Likewise.
3059 * dbxread.c (dbx_read_symtab): Likewise.
3060 (process_one_symbol): Likewise.
3061 (coffstab_build_psymtabs): Likewise.
3062 (elfstab_build_psymtabs): Likewise.
3063 * dicos-tdep.c (dicos_init_abi): Likewise.
3064 * disasm.c (do_mixed_source_and_assembly): Likewise.
3065 (gdb_disassembly): Likewise.
3066 * dtrace-probe.c (dtrace_process_dof): Likewise.
3067 * dwarf2read.c (error_check_comp_unit_head): Likewise.
3068 (build_type_psymtabs_1): Likewise.
3069 (skip_one_die): Likewise.
3070 (process_imported_unit_die): Likewise.
3071 (dwarf2_physname): Likewise.
3072 (read_file_scope): Likewise.
3073 (setup_type_unit_groups): Likewise.
3074 (create_dwo_cu_reader): Likewise.
3075 (create_dwo_cu): Likewise.
3076 (create_dwo_unit_in_dwp_v1): Likewise.
3077 (create_dwo_unit_in_dwp_v2): Likewise.
3078 (lookup_dwo_unit_in_dwp): Likewise.
3079 (free_dwo_file): Likewise.
3080 (check_producer): Likewise.
3081 (dwarf2_add_typedef): Likewise.
3082 (dwarf2_add_member_fn): Likewise.
3083 (read_unsigned_leb128): Likewise.
3084 (read_signed_leb128): Likewise.
3085 (dwarf2_const_value): Likewise.
3086 (follow_die_sig_1): Likewise.
3087 (dwarf_decode_macro_bytes): Likewise.
3088 * extension.c (restore_active_ext_lang): Likewise.
3089 * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
3090 * ft32-tdep.c (ft32_analyze_prologue): Likewise.
3091 * gdbtypes.c (lookup_typename): Likewise.
3092 (resolve_dynamic_range): Likewise.
3093 (check_typedef): Likewise.
3094 * h8300-tdep.c (h8300_is_argument_spill): Likewise.
3095 (h8300_gdbarch_init): Likewise.
3096 * hppa-tdep.c (hppa32_push_dummy_call): Likewise.
3097 (hppa_frame_this_id): Likewise.
3098 (_initialize_hppa_tdep): Likewise.
3099 * hppanbsd-tdep.c (hppanbsd_sigtramp_cache_init): Likewise.
3100 * hppaobsd-tdep.c (hppaobsd_supply_fpregset): Likewise.
3101 * i386-dicos-tdep.c (i386_dicos_init_abi): Likewise.
3102 * i386-tdep.c (i386_bnd_type): Likewise.
3103 (i386_gdbarch_init): Likewise.
3104 (i386_mpx_bd_base): Likewise.
3105 * i386nbsd-tdep.c (i386nbsd_sigtramp_cache_init): Likewise.
3106 * i386obsd-tdep.c (i386obsd_elf_init_abi): Likewise.
3107 * ia64-tdep.c (examine_prologue): Likewise.
3108 (ia64_frame_cache): Likewise.
3109 (ia64_push_dummy_call): Likewise.
3110 * infcmd.c (finish_command_fsm_async_reply_reason): Likewise.
3111 (default_print_one_register_info): Likewise.
3112 * infrun.c (infrun_thread_ptid_changed): Likewise.
3113 (thread_still_needs_step_over): Likewise.
3114 (stop_all_threads): Likewise.
3115 (restart_threads): Likewise.
3116 (keep_going_stepped_thread): Likewise.
3117 * iq2000-tdep.c (iq2000_scan_prologue): Likewise.
3118 * language.c (language_init_primitive_type_symbols): Likewise.
3119 * linespec.c (add_sal_to_sals): Likewise.
3120 * linux-nat.c (status_callback): Likewise.
3121 (kill_unfollowed_fork_children): Likewise.
3122 (linux_nat_kill): Likewise.
3123 * linux-tdep.c (linux_fill_prpsinfo): Likewise.
3124 * linux-thread-db.c (thread_db_notice_clone): Likewise.
3125 (record_thread): Likewise.
3126 * location.c (string_to_event_location_basic): Likewise.
3127 * m32c-tdep.c (m32c_prev_register): Likewise.
3128 * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
3129 * m32r-tdep.c (decode_prologue): Likewise.
3130 * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
3131 * machoread.c (macho_symtab_read): Likewise.
3132 (macho_symfile_read): Likewise.
3133 (macho_symfile_offsets): Likewise.
3134 * maint.c (set_per_command_cmd): Likewise.
3135 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
3136 (mi_cmd_stack_list_variables): Likewise.
3137 * mi/mi-main.c (mi_cmd_exec_run): Likewise.
3138 (output_register): Likewise.
3139 (mi_cmd_execute): Likewise.
3140 (mi_cmd_trace_define_variable): Likewise.
3141 (print_variable_or_computed): Likewise.
3142 * minsyms.c (prim_record_minimal_symbol_full): Likewise.
3143 * mn10300-tdep.c (mn10300_frame_prev_register): Likewise.
3144 * msp430-tdep.c (msp430_pseudo_register_write): Likewise.
3145 * mt-tdep.c (mt_registers_info): Likewise.
3146 * nios2-tdep.c (nios2_analyze_prologue): Likewise.
3147 (nios2_push_dummy_call): Likewise.
3148 (nios2_frame_unwind_cache): Likewise.
3149 (nios2_stub_frame_cache): Likewise.
3150 (nios2_stub_frame_sniffer): Likewise.
3151 (nios2_gdbarch_init): Likewise.
3152 * ppc-ravenscar-thread.c: Likewise.
3153 * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
3154 * python/py-evts.c (add_new_registry): Likewise.
3155 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3156 (bpfinishpy_detect_out_scope_cb): Likewise.
3157 * python/py-framefilter.c (py_print_value): Likewise.
3158 * python/py-inferior.c (infpy_write_memory): Likewise.
3159 * python/py-infevents.c (create_inferior_call_event_object): Likewise.
3160 * python/py-infthread.c (thpy_get_ptid): Likewise.
3161 * python/py-linetable.c (ltpy_get_pcs_for_line): Likewise.
3162 (ltpy_get_all_source_lines): Likewise.
3163 (ltpy_is_valid): Likewise.
3164 (ltpy_iternext): Likewise.
3165 * python/py-symtab.c (symtab_and_line_to_sal_object): Likewise.
3166 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Likewise.
3167 (unwind_infopy_str): Likewise.
3168 * python/py-varobj.c (py_varobj_get_iterator): Likewise.
3169 * ravenscar-thread.c (ravenscar_inferior_created): Likewise.
3170 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
3171 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
3172 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Likewise.
3173 * s390-linux-tdep.c (s390_supply_tdb_regset): Likewise.
3174 (s390_frame_prev_register): Likewise.
3175 (s390_dwarf2_frame_init_reg): Likewise.
3176 (s390_record_vr): Likewise.
3177 (s390_process_record): Likewise.
3178 * score-tdep.c (score_push_dummy_call): Likewise.
3179 (score3_analyze_prologue): Likewise.
3180 * sh-tdep.c (sh_extract_return_value_nofpu): Likewise.
3181 * sh64-tdep.c (sh64_analyze_prologue): Likewise.
3182 (sh64_push_dummy_call): Likewise.
3183 (sh64_extract_return_value): Likewise.
3184 (sh64_do_fp_register): Likewise.
3185 * solib-aix.c (solib_aix_get_section_offsets): Likewise.
3186 * solib-darwin.c (darwin_read_exec_load_addr_from_dyld): Likewise.
3187 (darwin_solib_read_all_image_info_addr): Likewise.
3188 * solib-dsbt.c (enable_break): Likewise.
3189 * solib-frv.c (enable_break2): Likewise.
3190 (frv_fdpic_find_canonical_descriptor): Likewise.
3191 * solib-svr4.c (svr4_handle_solib_event): Likewise.
3192 * sparc-tdep.c (sparc_skip_stack_check): Likewise.
3193 * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): Likewise.
3194 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
3195 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3196 * stack.c (read_frame_local): Likewise.
3197 * symfile.c (symbol_file_add_separate): Likewise.
3198 (remove_symbol_file_command): Likewise.
3199 * symmisc.c (maintenance_print_one_line_table): Likewise.
3200 * symtab.c (symbol_cache_flush): Likewise.
3201 (basic_lookup_transparent_type): Likewise.
3202 (sort_search_symbols_remove_dups): Likewise.
3203 * target.c (target_memory_map): Likewise.
3204 (target_detach): Likewise.
3205 (target_resume): Likewise.
3206 (acquire_fileio_fd): Likewise.
3207 (target_store_registers): Likewise.
3208 * thread.c (print_thread_info_1): Likewise.
3209 * tic6x-tdep.c (tic6x_analyze_prologue): Likewise.
3210 * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Likewise.
3211 * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3212 (tilegx_analyze_prologue): Likewise.
3213 (tilegx_stack_frame_destroyed_p): Likewise.
3214 (tilegx_frame_cache): Likewise.
3215 * tracefile.c (trace_save): Likewise.
3216 * tracepoint.c (encode_actions_and_make_cleanup): Likewise.
3217 (start_tracing): Likewise.
3218 (print_one_static_tracepoint_marker): Likewise.
3219 * tui/tui.c (tui_enable): Likewise.
3220 * valops.c (value_struct_elt_bitpos): Likewise.
3221 (find_overload_match): Likewise.
3222 (find_oload_champ): Likewise.
3223 * value.c (value_contents_copy_raw): Likewise.
3224 * windows-tdep.c (windows_get_tlb_type): Likewise.
3225 * x86-linux-nat.c (x86_linux_enable_btrace): Likewise.
3226 * xcoffread.c (record_minimal_symbol): Likewise.
3227 (scan_xcoff_symtab): Likewise.
3228 * xtensa-tdep.c (execute_code): Likewise.
3229 (xtensa_gdbarch_init): Likewise.
3230 (_initialize_xtensa_tdep): Likewise.
3231
c1aebf87
UW
32322016-05-04 Ulrich Weigand <uweigand@de.ibm.com>
3233
3234 * spu-linux-nat.c (spu_bfd_iovec_pread): Add pointer cast for C++.
3235 (spu_bfd_open): Likewise.
3236
edf689f0
YQ
32372016-05-04 Yao Qi <yao.qi@linaro.org>
3238
3239 PR gdb/19947
3240 * corefile.c (read_memory): Rename it to ...
3241 (read_memory_object): ... it. Add parameter object.
3242 (read_memory): Call read_memory_object.
3243 (read_stack): Likewise.
3244 (read_code): Likewise.
3245
6c447423
DE
32462016-05-03 Yunlian Jiang <yunlian@google.com>
3247 Doug Evans <dje@google.com>
3248
3249 PR symtab/19914
3250 * dwarf2read.c (open_and_init_dwp_file): Look at backlink if objfile
3251 is separate debug file.
3252
a1ec3d24
DB
32532016-05-03 Don Breazeal <donb@codesourcery.com>
3254
3255 * serial.h (gdb_pipe): Fix argument names in comment.
3256
86f1abec
PA
32572016-05-03 Pedro Alves <palves@redhat.com>
3258
3259 PR python/20037
3260 * python/python.c (_initialize_python) [IS_PY3K]: xstrdup/xfree
3261 oldloc.
3262
1aa96702
PA
32632016-05-03 Pedro Alves <palves@redhat.com>
3264
3265 * python/python.c (_initialize_python) [IS_PY3K]: Remove dead
3266 code.
3267
a4a1c157
PA
32682016-05-03 Pedro Alves <palves@redhat.com>
3269
3270 * configure.ac (PYTHON_LIBS): Sed away "-Xlinker -export-dynamic".
3271 * configure: Regenerate.
3272
1b4f615e
PA
32732016-05-03 Pedro Alves <palves@redhat.com>
3274
3275 * configure.ac (checking for the dynamic export flag): Add
3276 $PYTHON_CPPFLAGS to CPPFLAGS.
3277 * configure: Regenerate.
3278
b631e59b
KT
32792016-05-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3280
3281 * symfile.c (find_pc_overlay): Add braces to avoid -Wparentheses
3282 warning.
3283 (find_pc_mapped_section): Likewise.
3284 (list_overlays_command): Likewise.
3285
1270fac6
EZ
32862016-05-02 Eli Zaretskii <eliz@gnu.org>
3287
3288 * windows-nat.c (_initialize_check_for_gdb_ini): Fix off-by-one
3289 error in allocation of space for "$HOME/.gdbinit" string. This
3290 caused GDB to abort on startup whenever a '~/gdb.ini' file was
3291 actually found, because xsnprintf would hit an assertion
3292 violation.
3293
0400cf2f
SM
32942016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3295
3296 * cli/cli-decode.c (help_cmd_list): Do not list commands that
3297 are deprecated.
3298
57809e5e
JK
32992016-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3300
3301 * remote.c (remote_start_remote): Detect PACKET_vFile_setfs.support.
3302
476350ba
MG
33032016-04-27 Martin Galvan <martin.galvan@tallertechnologies.com>
3304
3305 * c-valprint.c (c_value_print): Always convert val back to reference
3306 type if we converted it to a pointer type.
3307
2d681be4
AA
33082016-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
3309
3310 * configure.ac: Enhance configure check for babeltrace to reject
3311 non-C++-enabled versions.
3312 * configure: Regenerate.
3313
3e2e34f8
KB
33142016-04-26 Sanimir Agovic <sanimir.agovic@intel.com>
3315 Keven Boell <keven.boell@intel.com>
3316 Bernhard Heckel <bernhard.heckel@intel.com>
3317
3318 * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
3319 function.
3320 (F77_DIM_SIZE, F77_DIM_OFFSET): Remove macro.
3321 (f77_print_array_1): Use value_subscript to subscript a
3322 value array.
3323 (f77_print_array): Remove call to f77_create_arrayprint_offset_tbl.
3324 (f_val_print): Use value_field to construct a field value.
3325
8f07e298
BH
33262016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3327
3328 * valarith.c (value_address): Resolve dynamic types.
3329
9920b434
BH
33302016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3331 Keven Boell <kevel.boell@intel.com>
3332
3333 * NEWS: Add new supported features for fortran.
3334 * gdbtypes.c (remove_dyn_prop): New.
3335 (resolve_dynamic_struct): Keep type length for fortran structs.
3336 * gdbtypes.h: Forward declaration of new function.
3337 * value.c (value_address): Return dynamic resolved location of a value.
3338 (set_value_component_location): Adjust the value address
3339 for single value prints.
3340 (value_primitive_field): Support value types with a dynamic location.
3341 (set_internalvar): Remove dynamic location property of
3342 internal variables.
3343
20249ae4
YQ
33442016-04-25 Pedro Alves <palves@redhat.com>
3345 Yao Qi <yao.qi@linaro.org>
3346
3347 * mem-break.c (set_raw_breakpoint_at): Create a raw breakpoint
3348 object. Insert it if it is not inserted yet. Increase the
3349 refcount and link it into the proc's raw breakpoint list.
3350
21edc42f
YQ
33512016-04-25 Yao Qi <yao.qi@linaro.org>
3352
3353 * breakpoint.c (should_be_inserted): Return 0 if the location's
3354 owner is not single step breakpoint or single step breakpoint's
3355 thread isn't the thread which is stepping past a breakpoint.
3356 * gdbarch.sh (software_single_step): Update comments.
3357 * gdbarch.h: Regenerated.
3358 * infrun.c (struct step_over_info) <thread>: New field.
3359 (set_step_over_info): New argument 'thread'. Callers updated.
3360 (clear_step_over_info): Set field thread to -1.
3361 (thread_is_stepping_over_breakpoint): New function.
3362 * infrun.h (thread_is_stepping_over_breakpoint): Declaration.
3363
0154d990
EBM
33642016-04-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3365
3366 * ppc-linux-nat.c (ppc_linux_read_description): Use PPC_FEATURE_HAS_VSX
3367 and PPC_FEATURE_HAS_ALTIVEC to check if such features are available.
3368
6d7e9d3b
YQ
33692016-04-22 Yao Qi <yao.qi@linaro.org>
3370
3371 * valops.c (read_value_memory): New local variable 'stack'.
3372 Set it to either TARGET_OBJECT_STACK_MEMORY or
3373 TARGET_OBJECT_MEMORY.
3374
b3f11165
PA
33752016-04-22 Pedro Alves <palves@redhat.com>
3376
3377 * ada-exp.y: Remove all yy symbol remappings.
3378 (GDB_YY_REMAP_PREFIX): Define.
3379 Include "yy-remap.h".
3380 * ada-lang.c (ada_language_defn): Adjust.
3381 * ada-lang.h (ada_error): Rename to ...
3382 (ada_yyerror): ... this.
3383 * c-exp.y: Remove all yy symbol remappings.
3384 (GDB_YY_REMAP_PREFIX): Define.
3385 Include "yy-remap.h".
3386 * c-lang.c (c_language_defn, cplus_language_defn)
3387 (asm_language_defn, minimal_language_defn): Adjust.
3388 * c-lang.h (c_error): Rename to ...
3389 (c_yyerror): ... this.
3390 * d-exp.y: Remove all yy symbol remappings.
3391 (GDB_YY_REMAP_PREFIX): Define.
3392 Include "yy-remap.h".
3393 * d-lang.c (d_language_defn): Adjust.
3394 * d-lang.h (d_error): Rename to ...
3395 (d_yyerror): ... this.
3396 * f-exp.y: Remove all yy symbol remappings.
3397 (GDB_YY_REMAP_PREFIX): Define.
3398 Include "yy-remap.h".
3399 * f-lang.c (f_language_defn): Adjust.
3400 * f-lang.h (f_error): Rename to ...
3401 (f_yyerror): ... this.
3402 * go-exp.y: Remove all yy symbol remappings.
3403 (GDB_YY_REMAP_PREFIX): Define.
3404 Include "yy-remap.h".
3405 * go-lang.c (go_language_defn): Adjust.
3406 * go-lang.h (go_error): Rename to ...
3407 (go_yyerror): ... this.
3408 * jv-exp.y: Remove all yy symbol remappings.
3409 (GDB_YY_REMAP_PREFIX): Define.
3410 Include "yy-remap.h".
3411 * jv-lang.c (java_language_defn): Adjust.
3412 * jv-lang.h (java_error): Rename to ...
3413 (java_yyerror): ... this.
3414 * m2-exp.y: Remove all yy symbol remappings.
3415 (GDB_YY_REMAP_PREFIX): Define.
3416 Include "yy-remap.h".
3417 * m2-lang.c (m2_language_defn): Adjust.
3418 * m2-lang.h (m2_error): Rename to ...
3419 (m2_yyerror): ... this.
3420 * objc-exp.y: Remove all yy symbol remappings.
3421 (GDB_YY_REMAP_PREFIX): Define.
3422 Include "yy-remap.h".
3423 * objc-lang.c (objc_language_defn): Adjust.
3424 * opencl-lang.c (opencl_language_defn): Adjust.
3425 * p-exp.y: Remove all yy symbol remappings.
3426 (GDB_YY_REMAP_PREFIX): Define.
3427 Include "yy-remap.h".
3428 * p-lang.c (pascal_language_defn): Adjust.
3429 * p-lang.h (pascal_error): Rename to ...
3430 (pascal_yyerror): ... this.
3431 * yy-remap.h: New file.
3432
6290672f
PA
34332016-04-22 Pedro Alves <palves@redhat.com>
3434
3435 * common/common-exceptions.h (GDB_XCPT_TRY): Remove mention of
3436 the foreign frames issue.
3437 [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
3438
89525768
PA
34392016-04-22 Pedro Alves <palves@redhat.com>
3440
3441 * common/common-exceptions.c (enum catcher_state, struct catcher)
3442 (current_catcher): Define in C++ mode too.
3443 (exceptions_state_mc_catch): Call throw_exception_sjlj instead of
3444 throw_exception.
3445 (throw_exception_sjlj, throw_exception_cxx): New functions,
3446 factored out from throw_exception.
3447 (throw_exception): Reimplement.
3448 * common/common-exceptions.h (exceptions_state_mc_init)
3449 (exceptions_state_mc_action_iter)
3450 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
3451 Declare in C++ mode too.
3452 (TRY): Rename to ...
3453 (TRY_SJLJ): ... this.
3454 (CATCH): Rename to ...
3455 (CATCH_SJLJ): ... this.
3456 (END_CATCH): Rename to ...
3457 (END_CATCH_SJLJ): ... this.
3458 [GDB_XCPT == GDB_XCPT_SJMP] (TRY, CATCH, END_CATCH): Map to SJLJ
3459 equivalents.
3460 (throw_exception): Update comments.
3461 (throw_exception_sjlj): Declare.
3462 * event-top.c (gdb_rl_callback_read_char_wrapper): Extend intro
3463 comment. Wrap body in TRY_SJLJ/CATCH_SJLJ and rethrow any
3464 intercepted exception.
3465 (gdb_rl_callback_handler): New function.
3466 (gdb_rl_callback_handler_install): Always install
3467 gdb_rl_callback_handler as readline callback.
3468
3c610247
PA
34692016-04-22 Pedro Alves <palves@redhat.com>
3470
3471 * event-top.c (rl_callback_read_char_wrapper): Rename to ...
3472 (gdb_rl_callback_read_char_wrapper): ... this.
3473 (change_line_handler, gdb_setup_readline): Adjust.
3474
3539aa13
YQ
34752016-04-22 Yao Qi <yao.qi@linaro.org>
3476
3477 * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Clear CPSR
3478 bits 20 to 23.
3479
0f60e29b
JB
34802016-04-22 Joel Brobecker <brobecker@adacore.com>
3481
3482 * MAINTAINER: Remove myself as AIX Maintainer.
3483
3877922e
MR
34842016-04-22 Maciej W. Rozycki <macro@imgtec.com>
3485
3486 * mips-tdep.c (mips_gdbarch_init): For GDB_OSABI_LINUX set
3487 `num_regs' to 90 rather than 79. Where a target description is
3488 present adjust the setting appropriately.
3489
88c3cd8d
PA
34902016-04-21 Pedro Alves <palves@redhat.com>
3491
3492 * common/common-exceptions.h (GDB_XCPT_TRY): Add comment.
3493 (GDB_XCPT): Always define as GDB_XCPT_SJMP.
3494
71829b1a
PA
34952016-04-21 Pedro Alves <palves@redhat.com>
3496
3497 * aix-thread.c (pdc_read_data, pdc_write_data): Add cast.
3498 (aix_thread_resume): Use PTRACE_TYPE_ARG5.
3499 * rs6000-nat.c (rs6000_ptrace64): Use PTRACE_TYPE_ARG5.
3500 (rs6000_ptrace_ldinfo): Change type of 'ldi' local to void
3501 pointer, and cast return to gdb_byte pointer.
3502
3451269c
PA
35032016-04-21 Pedro Alves <palves@redhat.com>
3504
3505 * s390-linux-nat.c (fetch_regset, store_regset, check_regset): Use
3506 void * instead of gdb_byte *.
3507
b36cec19
PA
35082016-04-21 Pedro Alves <palves@redhat.com>
3509
3510 * dwarf2read.c (try_open_dwop_file, open_dwo_file)
3511 (file_file_name, file_full_name): Add char * cast to sentinel in
3512 concat/reconcat calls.
3513 * event-top.c (top_level_prompt): Likewise.
3514 * guile/guile.c (initialize_scheme_side): Likewise.
3515 * linux-tdep.c (linux_fill_prpsinfo): Likewise.
3516 * macrotab.c (macro_source_fullname): Likewise.
3517 * main.c (get_init_files, captured_main): Likewise.
3518 * psymtab.c (psymtab_to_fullname): Likewise.
3519 * python/python.c (_initialize_python)
3520 (gdbpy_finish_initialization): Likewise.
3521 * source.c (symtab_to_fullname): Likewise.
3522
a2358508
PA
35232016-04-20 Pedro Alves <palves@redhat.com>
3524
3525 * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Default to yes.
3526 * configure: Renegerate.
3527
5ae00552
PA
35282016-04-20 Pedro Alves <palves@redhat.com>
3529
3530 * darwin-nat.c (darwin_decode_message): Use gdb_signal_from_host.
3531
d9436c7c
PA
35322016-04-20 Pedro Alves <palves@redhat.com>
3533
3534 * aarch64-tdep.c (aarch64_record_load_store): Change type of
3535 'reg_rm_val' local to ULONGEST.
3536
597e448c
PA
35372016-04-20 Pedro Alves <palves@redhat.com>
3538
3539 * darwin-nat.c (darwin_resume_thread): Add uintptr_t cast.
3540
6c739336
DE
35412016-04-20 Doug Evans <xdje42@gmail.com>
3542
3543 * symmisc.c (dump_symtab_1): Print owning compunit for identical
3544 blockvectors.
3545
8cef59a2
YQ
35462016-04-20 Yao Qi <yao.qi@linaro.org>
3547
3548 * aarch32-linux-nat.c: Include "arch/arm-linux.h".
3549
6885166d
YQ
35502016-04-20 Yao Qi <yao.qi@linaro.org>
3551
3552 * arm-linux-tdep.h (ARM_CPSR_GREGNUM): Move it to ...
3553 * arch/arm-linux.h: ... here.
3554
21002a63
JB
35552016-04-19 John Baldwin <jhb@FreeBSD.org>
3556
3557 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Change xstateregs
3558 to void *.
3559 (amd64bsd_store_inferior_registers): Likewise.
3560 * fbsd-nat.c (resume_one_thread_cb): Explicitly cast data to ptid_t *.
3561 (resume_all_threads_cb): Likewise.
3562 * i386bsd-nat.c (i386bsd_supply_gregset): Cast gregs to char *.
3563 (i386bsd_collect_gregset): Likewise.
3564 (i386bsd_fetch_inferior_registers): Change xstateregs to void *.
3565 (i386bsd_store_inferior_registers): Likewise.
3566
f39c07ac
JB
35672016-04-19 John Baldwin <jhb@FreeBSD.org>
3568
3569 * main.c (setup_alternate_signal_stack): Cast to char *.
3570
d04c1a59
DE
35712016-04-19 Doug Evans <xdje42@gmail.com>
3572
3573 * symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.
3574 All callers updated.
3575
a55411b9
DE
35762016-04-19 Doug Evans <xdje42@gmail.com>
3577
ee2915c9 3578 PR gdb/17911
a55411b9
DE
3579 * source.c (is_regular_file): New arg errno_ptr.
3580 All callers updated.
3581
73e6209f
AA
35822016-04-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
3583
3584 * linux-record.c (record_linux_system_call): Merge handling for
3585 readlink/recv/read and pipe/pipe2.
3586
f42bf748
WT
35872016-04-14 Walfred Tedeschi <walfred.tedeschi@intel.com>
3588
3589 * features/i386/amd64-mpx-linux.xml: Remove AVX feature.
3590 * features/i386/amd64-mpx.xml: Remove AVX feature.
3591 * features/i386/i386-mpx-linux.xml: Remove AVX feature.
3592 * features/i386/i386-mpx.xml: Remove AVX feature.
3593 * features/i386/amd64-mpx-linux.c: Regenerate.
3594 * features/i386/amd64-mpx.c: Regenerate.
3595 * features/i386/i386-mpx-linux.c: Regenerate.
3596 * features/i386/i386-mpx.c: Regenerate.
3597 * regformats/i386/amd64-mpx-linux.dat: Regenerate.
3598 * regformats/i386/amd64-mpx.dat: Regenerate.
3599 * regformats/i386/i386-mpx-linux.dat: Regenerate.
3600 * regformats/i386/i386-mpx.dat: Regenerate.
3601
2b863f51
WT
36022016-04-16 Walfred Tedeschi <walfred.tedeschi@intel.com>
3603
3604 * amd64-linux-tdep.c (features/i386/amd64-avx-mpx-linux.c):
3605 New include.
3606 (amd64_linux_core_read_description): Add case for
3607 X86_XSTATE_AVX_MPX_MASK.
3608 (_initialize_amd64_linux_tdep): Call initialize_tdesc_amd64_avx_mpx_linux.
3609 * amd64-linux-tdep.h (tdesc_amd64_avx_mpx_linux): New definition.
3610 * amd64-tdep.c (features/i386/amd64-avx-mpx.c): New include.
3611 (amd64_target_description): Add case for X86_XSTATE_AVX_MPX_MASK.
3612 (_initialize_amd64_tdep): Call initialize_tdesc_amd64_avx_mpx.
3613 * common/x86-xstate.h (X86_XSTATE_MPX_MASK): Remove AVX bits.
3614 (X86_XSTATE_AVX_MPX_MASK): New case.
3615 * features/Makefile (i386/i386-avx-mpx, i386/i386-avx-mpx-linux)
3616 (i386/amd64-avx-mpx, i386/amd64-avx-mpx-linux): New rules.
3617 (i386/i386-avx-mpx-expedite, i386/i386-avx-mpx-linux-expedite)
3618 (i386/amd64-avx-mpx-expedite, i386/amd64-avx-mpx-linux-expedite):
3619 New expedites.
3620 * i386-linux-tdep.c (features/i386/i386-avx-mpx-linux.c): New
3621 include.
3622 (i386_linux_core_read_description): Add case
3623 X86_XSTATE_AVX_MPX_MASK.
3624 (_initialize_i386_linux_tdep): Call
3625 initialize_tdesc_i386_avx_mpx_linux.
3626 * i386-linux-tdep.h (tdesc_i386_avx_mpx_linux): New include.
3627 * i386-tdep.c (features/i386/i386-avx-mpx.c): New include.
3628 (i386_target_description): Add case for X86_XSTATE_AVX_MPX_MASK.
3629 * x86-linux-nat.c (x86_linux_read_description): Add case for
3630 X86_XSTATE_AVX_MPX_MASK.
3631 * features/i386/amd64-avx-mpx-linux.xml: New file.
3632 * features/i386/i386-avx-mpx-linux.xml: New file.
3633 * features/i386/i386-avx-mpx.xml: New file.
3634 * features/i386/amd64-avx-mpx.xml: New file.
3635 * features/i386/amd64-avx-mpx-linux.c: Generated.
3636 * features/i386/amd64-avx-mpx.c: Generated.
3637 * features/i386/i386-avx-mpx-linux.c: Generated.
3638 * features/i386/i386-avx-mpx.c: Generated.
3639 * regformats/i386/amd64-avx-mpx-linux.dat: Generated.
3640 * regformats/i386/amd64-avx-mpx.dat: Generated.
3641 * regformats/i386/i386-avx-mpx-linux.dat: Generated.
3642 * regformats/i386/i386-avx-mpx.dat: Generated.
3643
9b30624b
PA
36442016-04-18 Pedro Alves <palves@redhat.com>
3645
3646 * ptrace.m4 (GDB_AC_PTRACE): Don't run tests in C++ mode.
3647 * configure: Regenerate.
3648
a22df60a
MG
36492016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3650
3651 * valops.c (value_addr): For C++ references, set the copied value's
3652 enclosing_type as well.
3653
5947319e
YQ
36542016-04-18 Yao Qi <yao.qi@linaro.org>
3655
3656 Revert:
3657 2016-04-15 Yao Qi <yao.qi@linaro.org>
3658
3659 * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
3660 PC is far from the end of function.
3661
58484447
PA
36622016-04-16 Pedro Alves <palves@redhat.com>
3663
3664 * ada-exp.y (yydefred): Define as ada_yydefred.
3665
2b2798cc
PA
36662016-04-15 Pedro Alves <palves@redhat.com>
3667
3668 * ada-lang.c (ada_lookup_struct_elt_type): Constify 'type_str' and
3669 'name_str' locals.
3670
d7abe101
PA
36712016-04-15 Pedro Alves <palves@redhat.com>
3672
3673 * btrace.c (pt_btrace_insn_flags): Change return type to
3674 btrace_insn_flags. Use btrace_insn_flags for local.
3675
77770d83
PA
36762016-04-15 Pedro Alves <palves@redhat.com>
3677
3678 * nat/linux-ptrace.h [__mips__] (GDB_ARCH_IS_TRAP_BRKPT): Also
3679 accept TRAP_BRKPT.
3680 [__mips__] (GDB_ARCH_IS_TRAP_HWBKPT): Also accept TRAP_HWBKPT.
3681
415fa612
YQ
36822016-04-15 Yao Qi <yao.qi@linaro.org>
3683
3684 * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
3685 PC is far from the end of function.
3686
7f31862a
PA
36872016-04-14 Pedro Alves <palves@redhat.com>
3688
3689 * cli/cli-cmds.c (alias_usage_error): New function.
3690 (alias_command): Use it.
3691 * ctf.c (ctf_save_metadata_header): Inline metadata_fmt local in
3692 ctf_save_write_metadata call.
3693
aebf07fc
PA
36942016-04-14 Pedro Alves <palves@redhat.com>
3695
3696 * ada-typeprint.c (print_fixed_point_type): Don't pass float as
3697 argument to function expecting LONGEST.
3698 * value.c (unpack_long): Add casts to LONGEST.
3699
57d1de9c
LM
37002016-04-13 Luis Machado <lgustavo@codesourcery.com>
3701
3702 * exec.c (exec_file_locate_attach): Guard a couple functions
3703 that can throw errors.
3704 (exception_print_same): New helper function.
3705
3a00c802
PA
37062016-04-13 Pedro Alves <palves@redhat.com>
3707
3708 PR remote/19840
3709 * remote.c (struct remote_state) <last_resume_exec_dir>: New
3710 field.
3711 (new_remote_state): Default last_resume_exec_dir to EXEC_FORWARD.
3712 (remote_open_1): Reset last_resume_exec_dir to EXEC_FORWARD.
3713 (remote_resume): Store the last execution direction.
3714 (remote_execution_direction): New function.
3715 (init_remote_ops): Install it as to_execution_direction target_ops
3716 method.
3717
0f41b320
PA
37182016-04-12 Pedro Alves <palves@redhat.com>
3719
3720 * common/common-exceptions.h (GDB_XCPT_TRY): Update comment.
3721 [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
3722
173981bc
PA
37232016-04-12 Pedro Alves <palves@redhat.com>
3724
3725 * common/common-exceptions.c (struct catcher) <buf>: Now a
3726 'jmp_buf' instead of SIGJMP_BUF.
3727 (exceptions_state_mc_init): Change return type to 'jmp_buf'.
3728 (throw_exception): Use longjmp instead of SIGLONGJMP.
3729 * common/common-exceptions.h: Include <setjmp.h> instead of
3730 "gdb_setjmp.h".
3731 (exceptions_state_mc_init): Change return type to 'jmp_buf'.
3732 [GDB_XCPT == GDB_XCPT_SJMP] (TRY): Use setjmp instead of
3733 SIGSETJMP.
3734 * cp-support.c: Include "gdb_setjmp.h".
3735
2afc13ff
PA
37362016-04-12 Pedro Alves <palves@redhat.com>
3737
3738 * common/common-exceptions.c (exception_rethrow): Remove
3739 prepare_to_throw_exception call.
3740 * common/common-exceptions.h (prepare_to_throw_exception): Delete
3741 declaration.
3742 * exceptions.c (prepare_to_throw_exception): Delete.
3743
cfd0fbdd
PA
37442016-04-12 Pedro Alves <palves@redhat.com>
3745
3746 * target.c (target_check_pending_interrupt): Delete.
3747 * target.h (struct target_ops) <to_check_pending_interrupt>:
3748 Remove method.
3749 (target_check_pending_interrupt): Remove declaration.
3750 * target-delegates.c: Regenerate.
3751
585a46a2
PA
37522016-04-12 Pedro Alves <palves@redhat.com>
3753
3754 * defs.h: Update comments on SIGINT handling.
3755 (immediate_quit): Delete declaration.
3756 * event-loop.c (call_async_signal_handler): Delete.
3757 * event-loop.h (call_async_signal_handler): Delete declaration.
3758 (mark_async_signal_handler): Update comments.
3759 (gdb_call_async_signal_handler): Delete declaration.
3760 * event-top.c (handle_sigint): Call mark_async_signal_handler
3761 instead of gdb_call_async_signal_handler.
3762 * exceptions.c (prepare_to_throw_exception): Remove reference to
3763 immediate_quit.
3764 (exception_fprintf): Remove comments about immediate_quit.
3765 * mingw-hdep.c (sigint_event, sigint_handler): Delete.
3766 (gdb_select): Don't wait on sigint_event.
3767 (gdb_call_async_signal_handler): Delete.
3768 (_initialize_mingw_hdep): Delete.
3769 * posix-hdep.c (gdb_call_async_signal_handler): Delete.
3770 * utils.c (immediate_quit): Delete.
3771
048094ac
PA
37722016-04-12 Pedro Alves <palves@redhat.com>
3773
3774 * defs.h (quit_handler_ftype, quit_handler)
3775 (make_cleanup_override_quit_handler, default_quit_handler): New.
3776 (QUIT): Adjust comments.
3777 * event-top.c (default_quit_handler): New function.
3778 (quit_handler): New global.
3779 (struct quit_handler_cleanup_data): New.
3780 (restore_quit_handler, restore_quit_handler_dtor)
3781 (make_cleanup_override_quit_handler): New.
3782 (async_request_quit): Call QUIT.
3783 * remote.c (struct remote_state) <got_ctrlc_during_io>: New field.
3784 (async_sigint_remote_twice_token, async_sigint_remote_token):
3785 Delete.
3786 (remote_close): Update comments.
3787 (remote_start_remote): Don't set immediate_quit. Set starting_up
3788 earlier.
3789 (remote_serial_quit_handler, remote_unpush_and_throw): New
3790 functions.
3791 (remote_open_1): Clear got_ctrlc_during_io. Set
3792 remote_async_terminal_ours_p unconditionally.
3793 (async_initialize_sigint_signal_handler)
3794 (async_handle_remote_sigint, async_handle_remote_sigint_twice)
3795 (remote_check_pending_interrupt, async_remote_interrupt)
3796 (async_remote_interrupt_twice)
3797 (async_cleanup_sigint_signal_handler, ofunc)
3798 (sync_remote_interrupt, sync_remote_interrupt_twice): Delete.
3799 (remote_terminal_inferior, remote_terminal_ours): Remove async
3800 checks.
3801 (remote_wait_as): Don't install a SIGINT handler in sync mode.
3802 (readchar, remote_serial_write): Override the quit handler with
3803 remote_serial_quit_handler.
3804 (getpkt_or_notif_sane_1): Don't call QUIT.
3805 (initialize_remote_ops): Don't install
3806 remote_check_pending_interrupt.
3807 (_initialize_remote): Don't create async_sigint_remote_token and
3808 async_sigint_remote_twice_token.
3809 * ser-base.c (ser_base_wait_for): Call QUIT and use
3810 interruptible_select.
3811 (ser_base_write): Call QUIT.
3812 * ser-go32.c (dos_readchar, dos_write): Call QUIT.
3813 * ser-unix.c (wait_for): Don't use VTIME. Always take the
3814 gdb_select path, but call QUIT and interruptible_select.
3815 * utils.c (maybe_quit): Call the current quit handler. Don't call
3816 target_check_pending_interrupt.
3817 (defaulted_query, prompt_for_continue): Override the quit handler
3818 with the default quit handler.
3819
a12ac513
PA
38202016-04-12 Pedro Alves <palves@redhat.com>
3821
3822 * tui/tui-hooks.c (tui_target_has_run): Delete.
3823 (tui_about_to_proceed): Delete.
3824 (tui_about_to_proceed_observer): Delete.
3825 (tui_install_hooks, tui_remove_hooks): Don't install/remove an
3826 about_to_proceed observer.
3827
5fe96654
PA
38282016-04-12 Pedro Alves <palves@redhat.com>
3829
3830 * mi/mi-interp.c (mi_new_thread): Put
3831 target_terminal_ours_for_output in effect while outputting.
3832 (mi_thread_exit): Use target_terminal_ours_for_output instead of
3833 target_terminal_ours.
3834 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
3835 (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
3836 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
3837 (mi_breakpoint_created, mi_breakpoint_deleted)
3838 (mi_breakpoint_modified, mi_solib_loaded, mi_solib_unloaded)
3839 (mi_command_param_changed, mi_memory_changed)
3840 (report_initial_inferior): Use target_terminal_ours_for_output
3841 instead of target_terminal_ours. Restore terminal settings.
3842 * mi/mi-main.c (mi_execute_command): Use
3843 target_terminal_ours_for_output instead of target_terminal_ours.
3844 Restore terminal settings.
3845
651ce16a
PA
38462016-04-12 Pedro Alves <palves@redhat.com>
3847
3848 PR gdb/19828
3849 * gnu-nat.c (inf_validate_task_sc): Don't call
3850 target_terminal_ours / target_terminal_inferior around query.
3851 * i386-tdep.c (i386_record_lea_modrm, i386_process_record): Don't
3852 call target_terminal_ours / target_terminal_inferior around
3853 yquery.
3854 * linux-record.c (record_linux_system_call): Don't call
3855 target_terminal_ours / target_terminal_inferior around yquery.
3856 * nto-procfs.c (interrupt_query): Don't call target_terminal_ours
3857 / target_terminal_inferior around query.
3858 * record-full.c (record_full_check_insn_num): Remove
3859 'set_terminal' parameter. Don't call target_terminal_ours /
3860 target_terminal_inferior around query.
3861 (record_full_message, record_full_registers_change)
3862 (record_full_xfer_partial): Adjust.
3863 * remote.c (interrupt_query): Don't call target_terminal_ours /
3864 target_terminal_inferior around query.
3865 * utils.c (defaulted_query): Install cleanup to restore target
3866 terminal. Put target_terminal_ours_for_output in effect while
3867 defaulted producing, and target_terminal_ours in in effect while
3868 handling input.
3869 (prompt_for_continue): Install cleanup to restore target terminal.
3870 Put target_terminal_ours in in effect while handling input.
3871
80dbc9fd
PA
38722016-04-12 Pedro Alves <palves@redhat.com>
3873
3874 * utils.c (defaulted_query, prompt_for_continue): Free temporary
3875 strings with cleanups, instead of xfree.
3876
c5ac1540
PA
38772016-04-12 Pedro Alves <palves@redhat.com>
3878
3879 * utils.c (vwarning, internal_vproblem): Use
3880 make_cleanup_restore_target_terminal and
3881 target_terminal_ours_for_output.
3882
f8e3ef9d
PA
38832016-04-12 Pedro Alves <palves@redhat.com>
3884
3885 * infcmd.c (post_create_inferior, prepare_one_step): Use
3886 target_terminal_ours_for_output instead of target_terminal_ours.
3887
481ac8c9
PA
38882016-04-12 Pedro Alves <palves@redhat.com>
3889
3890 * exceptions.c (print_flush): Use target_terminal_ours_for_output
3891 instead of target_terminal_ours, and restore target terminal with
3892 a cleanup.
3893
c509f1e1
PA
38942016-04-12 Pedro Alves <palves@redhat.com>
3895
3896 * cp-support.c (gdb_demangle): Use target_terminal_ours_for_output
3897 instead of target_terminal_ours, and restore target terminal with
3898 a cleanup.
3899
99bbb428
PA
39002016-04-12 Pedro Alves <palves@redhat.com>
3901
3902 * ada-lang.c (type_as_string, type_as_string_and_cleanup): New
3903 functions.
3904 (ada_lookup_struct_elt_type): Use type_as_string_and_cleanup.
3905
75ee5925
PA
39062016-04-12 Pedro Alves <palves@redhat.com>
3907
3908 * ser-base.c (fd_event): Retry read_prim on EINTR.
3909 (do_ser_base_readchar): Retry read_prim on EINTR.
3910 (ser_base_write): Retry write_prim on EINTR.
3911 * ser-unix.c (ser_unix_read_prim): Don't retry on EINTR here.
3912 (ser_unix_write_prim): Remove comment.
3913
93692b58
PA
39142016-04-12 Pedro Alves <palves@redhat.com>
3915
3916 * remote.c (remote_pass_ctrlc): New function.
3917 (init_remote_ops): Install it.
3918 * target.c (target_terminal_inferior): Pass pending Ctrl-C to the
3919 target.
3920 (target_pass_ctrlc, default_target_pass_ctrlc): New functions.
3921 * target.h (struct target_ops) <to_pass_ctrlc>: New method.
3922 (target_pass_ctrlc, default_target_pass_ctrlc): New declarations.
3923 * target-delegates.c: Regenerate.
3924
e42de8c7
PA
39252016-04-12 Pedro Alves <palves@redhat.com>
3926
3927 * infcmd.c (interrupt_target_1): Call target_stop is in non-stop
3928 mode.
3929 * linux-nat.c (linux_nat_interrupt): Delete.
3930 (linux_nat_add_target): Don't install linux_nat_interrupt.
3931 * remote.c (remote_interrupt_ns): Change return type to void.
3932 Throw error if interrupting the target is not supported.
3933 (remote_interrupt): Don't call the remote_stop_ns/remote_stop_as.
3934
a149683b
PA
39352016-04-12 Pedro Alves <palves@redhat.com>
3936
3937 * defs.h (clear_quit_flag): Remove declaration.
3938 * extension-priv.h (struct extension_language_ops)
3939 <clear_quit_flag>: Remove field and update comments.
3940 * extension.c (clear_quit_flag): Delete.
3941 * guile/guile.c (guile_extension_ops): Adjust.
3942 * python/python.c (python_extension_ops): Adjust.
3943 (gdbpy_clear_quit_flag): Delete.
3944
da1e5f54
PA
39452016-04-12 Pedro Alves <palves@redhat.com>
3946
3947 * main.c (captured_main): Don't clear the quit flag.
3948
0af679c6
PA
39492016-04-12 Pedro Alves <palves@redhat.com>
3950
3951 * exceptions.c (prepare_to_throw_exception): Don't clear the quit
3952 flag.
3953
4a81fd47
PA
39542016-04-12 Pedro Alves <palves@redhat.com>
3955
3956 * event-top.c (command_handler): Don't call clear_quit_flag.
3957
abf009ef
PA
39582016-04-12 Pedro Alves <palves@redhat.com>
3959
3960 * remote-sim.c (gdb_os_poll_quit): Don't call clear_quit_flag.
3961 * remote.c (remote_wait_as): Don't call clear_quit_flag.
3962
6eddd09a
PA
39632016-04-12 Pedro Alves <palves@redhat.com>
3964
3965 * python/python.c: Include "ser-event.h".
3966 (gdbpy_event_fds): Delete.
3967 (gdbpy_serial_event): New.
3968 (gdbpy_run_events): Change prototype. Use serial_event_clear
3969 instead of serial_readchar.
3970 (gdbpy_post_event): Use serial_event_set instead of serial_write.
3971 (gdbpy_initialize_events): Use make_serial_event instead of
3972 serial_pipe.
3973
f0881b37
PA
39742016-04-12 Pedro Alves <palves@redhat.com>
3975
3976 * defs.h: Extend QUIT-related comments to mention
3977 interruptible_select.
3978 (quit_serial_event_set, quit_serial_event_clear): Declare.
3979 * event-top.c: Include "ser-event.h" and "gdb_select.h".
3980 (quit_serial_event): New global.
3981 (async_init_signals): Make quit_serial_event.
3982 (quit_serial_event_set, quit_serial_event_clear)
3983 (quit_serial_event_fd, interruptible_select): New functions.
3984 * extension.c (set_quit_flag): Set the quit serial event.
3985 (check_quit_flag): Clear the quit serial event.
3986 * gdb_select.h (interruptible_select): New declaration.
3987 * guile/scm-ports.c (ioscm_input_waiting): Use
3988 interruptible_select instead of gdb_select.
3989 * top.c (gdb_readline_no_editing): Likewise.
3990 * ui-file.c (stdio_file_read): Likewise.
3991
5cc3ce8b
PA
39922016-04-12 Pedro Alves <palves@redhat.com>
3993
3994 * event-loop.c: Include "ser-event.h".
3995 (async_signal_handlers_serial_event): New global.
3996 (async_signals_handler, initialize_async_signal_handlers): New
3997 functions.
3998 (mark_async_signal_handler): Set
3999 async_signal_handlers_serial_event.
4000 (invoke_async_signal_handlers): Clear
4001 async_signal_handlers_serial_event.
4002 * event-top.c (async_init_signals): Call
4003 initialize_async_signal_handlers.
4004
00340e1b
PA
40052016-04-12 Pedro Alves <palves@redhat.com>
4006
4007 * Makefile.in (SFILES): Add ser-event.c.
4008 (HFILES_NO_SRCDIR): Add ser-event.h.
4009 (COMMON_OBS): Add ser-event.o.
4010 * ser-event.c, ser-event.h: New files.
4011 * serial.c (new_serial): New function, factored out from
4012 (serial_fdopen_ops): ... this.
4013 (serial_open_ops_1): New function, factored out from
4014 (serial_open): ... this.
4015 (serial_open_ops): New function.
4016 * serial.h (struct serial): Forware declare.
4017 (serial_open_ops): New declaration.
4018
5f5219fc
PA
40192016-04-12 Pedro Alves <palves@redhat.com>
4020
4021 * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
4022 Remove references to name.
4023 * serial.h (struct serial) <name>: Delete.
4024
acd5494d
PA
40252016-04-12 Pedro Alves <palves@redhat.com>
4026
4027 * remote-fileio.c (sigint_fileio_token, remote_fio_no_longjmp):
4028 Delete.
4029 (async_remote_fileio_interrupt): Delete.
4030 (remote_fileio_ctrl_c_signal_handler): Don't call the async signal
4031 handler. Instead just always set the ctrl_c flag.
4032 (remote_fileio_reply): Clear remote_fio_ctrl_c_flag before
4033 re-enabling the SIGINT handler.
4034 (remote_fileio_func_open, remote_fileio_func_close)
4035 (remote_fileio_func_read, remote_fileio_func_write)
4036 (remote_fileio_func_lseek, remote_fileio_func_rename)
4037 (remote_fileio_func_unlink, remote_fileio_func_stat)
4038 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
4039 (remote_fileio_func_isatty, remote_fileio_func_system)
4040 (remote_fileio_request): Remove references to
4041 remote_fio_no_longjmp.
4042 (initialize_remote_fileio): Don't create an async signal handler.
4043
d2acc30b
PA
40442016-04-12 Pedro Alves <palves@redhat.com>
4045
4046 * event-top.c (stdin_event_handler): Call QUIT;
4047 (prompt_for_continue): Don't run with immediate_quit set.
4048
ab33ab13
PA
40492016-04-12 Pedro Alves <palves@redhat.com>
4050
4051 * tui/tui-io.c (tui_redisplay_readline): Check
4052 gdb_in_secondary_prompt_p instead of immediate_quit.
4053 * tui/tui.c: Include top.h.
4054 (tui_rl_startup_hook): Check gdb_in_secondary_prompt_p instead of
4055 immediate_quit.
4056
faa4ebe1
PA
40572016-04-12 Pedro Alves <palves@redhat.com>
4058
4059 * top.c (read_command_file): Inline command_loop here.
4060 (command_loop): Delete.
4061
3212b858
PA
40622016-04-12 Pedro Alves <palves@redhat.com>
4063
4064 * top.c: Include "gdb_select.h".
4065 (gdb_readline_no_editing): Wait for input with gdb_select instead
4066 of blocking in fgetc.
4067 (command_line_input): Don't set immediate_quit.
4068
4bf7b526
MG
40692016-04-08 Martin Galvan <martin.galvan@tallertechnologies.com>
4070
4071 * value.c (value_next): Make pass-by-reference parameters const-correct.
4072 (value_parent): Likewise.
4073 (value_enclosing_type): Likewise.
4074 (value_lazy): Likewise.
4075 (value_stack): Likewise.
4076 (value_embedded_offset): Likewise.
4077 (value_pointed_to_offset): Likewise.
4078 (value_raw_address): Likewise.
4079 (deprecated_value_modifiable): Likewise.
4080 (value_free_to_mark): Likewise.
4081 (value_release_to_mark): Likewise.
4082 (internalvar_name): Likewise.
4083 (readjust_indirect_value_type): Likewise.
4084 (value_initialized): Likewise.
4085 * value.h (value_next): Likewise.
4086 (value_parent): Likewise.
4087 (value_enclosing_type): Likewise.
4088 (value_lazy): Likewise.
4089 (value_stack): Likewise.
4090 (value_embedded_offset): Likewise.
4091 (value_pointed_to_offset): Likewise.
4092 (value_raw_address): Likewise.
4093 (deprecated_value_modifiable): Likewise.
4094 (value_free_to_mark): Likewise.
4095 (value_release_to_mark): Likewise.
4096 (internalvar_name): Likewise.
4097 (readjust_indirect_value_type): Likewise.
4098 (value_initialized): Likewise.
4099
e390720b
YQ
41002016-04-07 Yao Qi <yao.qi@linaro.org>
4101
4102 * record-full.c (record_full_insert_breakpoint): Return
4103 early if entry on the address is found in
4104 record_full_breakpoints.
4105
1ccd06e4
YQ
41062016-04-07 Yao Qi <yao.qi@linaro.org>
4107
4108 * record-full.c (record_full_insert_breakpoint): Set
4109 bp_tgt->reqstd_address and bp_tgt->placed_size.
4110
ecf2e90c
DB
41112016-04-06 Don Breazeal <donb@codesourcery.com>
4112
4113 * value.c (value_actual_type): Don't try to get rtti type
4114 of the value if it has been optimized out.
4115 (value_optimized_out): If a memory access error occurs,
4116 just check vaue->optimized_out.
4117
14731617
JK
41182016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4119
4120 Revert the previous commit adding unknown_v_replies_ok.
4121
319cb5d0
JK
41222016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4123
4124 * remote.c (struct remote_state): New field unknown_v_replies_ok.
4125 (packet_config_support): Read it.
4126 (remote_start_remote): Set it.
4127
052d2eb2
JK
41282016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4129
4130 * remote.c: Revert check-in by a mistake in the previous commit.
4131
fef3cb9f
JK
41322016-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4133 Pedro Alves <palves@redhat.com>
4134
4135 * exec.c (exec_file_locate_attach): Print warning for unsupported
4136 target_pid_to_exec_file.
4137 * symfile-mem.c (add_vsyscall_page): Remove the "file" command
4138 message part.
4139
2aa08bd1
SM
41402016-04-04 Simon Marchi <simon.marchi@ericsson.com>
4141
4142 * cli/cli-decode.c (help_cmd_list): Fix function doc and remove
4143 trailing spaces.
4144
cc63428a
AV
41452016-04-01 Artemiy Volkov <artemiyv@acm.org>
4146
4147 PR gdb/19820
4148 * eval.c (evaluate_subexp_standard): Allow TYPE_CODE_ENUM to be
4149 the type of BINOP_REPEAT's second operand.
4150
9bb84c9f
YY
41512016-03-31 Yichao Yu <yyc1992@gmail.com>
4152
4153 PR gdb/19858
4154 * jit.c (jit_breakpoint_re_set_internal): Return 0 if we already
4155 got the breakpoint at the right address.
4156 (jit_inferior_created): New function.
4157 (_initialize_jit): Install jit_inferior_created as
4158 inferior_created observer.
4159
22084c42
MK
41602016-03-31 Marcin Kościelnicki <koriakin@0x04.net>
4161
4162 * NEWS: Mention support for tracepoints on powerpc*-linux.
4163
e7ea3ec7
CU
41642016-03-31 Catalin Udma <catalin.udma@freescale.com>
4165
4166 PR python/19743
4167 * python/python.c (execute_gdb_command): Use console uiout
4168 when executing gdb command.
4169 * utils.c (restore_ui_out_closure): New structure.
4170 (do_restore_ui_out): New function.
4171 (make_cleanup_restore_ui_out): Likewise.
4172 * utils.h (make_cleanup_restore_ui_out): Declare.
4173
f7c38292
PA
41742016-03-31 Pedro Alves <palves@redhat.com>
4175
4176 * NEWS: Mention that support for "target m32rsdi", "target mips",
4177 "target pmon", "target ddb", "target rockhopper", and "target lsi"
4178 was removed.
4179 * Makefile.in (ALL_TARGET_OBS): Remove remote-m32r-sdi.o and
4180 remote-mips.o.
4181 (ALLDEPFILES): Remove remote-m32r-sdi.c and remote-mips.c.
4182 * configure.tgt: Remove all references to remote-m32r-sdi.o and
4183 remote-mips.o.
4184 * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Delete
4185 function.
4186 * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Delete
4187 declaration.
4188 * remote-m32r-sdi.c, remote-mips.c: Delete files.
4189 * symfile.c (generic_load, generic_load): Remove comments.
4190
fb3f3d25
YQ
41912016-03-30 Yao Qi <yao.qi@linaro.org>
4192
4193 * arm-tdep.c (arm_epilogue_frame_this_id): Check 'func' against
4194 0 rather than NULL.
4195
779aa56f
YQ
41962016-03-30 Yao Qi <yao.qi@linaro.org>
4197
4198 * arm-tdep.c: (arm_make_epilogue_frame_cache): New function.
4199 (arm_epilogue_frame_this_id): New function.
4200 (arm_epilogue_frame_prev_register): New function.
4201 (arm_epilogue_frame_sniffer): New function.
4202 (arm_epilogue_frame_unwind): New.
4203 (arm_gdbarch_init): Append unwinder arm_epilogue_frame_unwind.
4204
c58b006a
YQ
42052016-03-30 Yao Qi <yao.qi@linaro.org>
4206
4207 * arm-tdep.c (arm_stack_frame_destroyed_p): Rename it ...
4208 (arm_stack_frame_destroyed_p_1): ... here. Don't call
4209 arm_pc_is_thumb.
4210 (arm_stack_frame_destroyed_p): Call
4211 thumb_stack_frame_destroyed_p and
4212 arm_stack_frame_destroyed_p_1.
4213
4ae6cc19
DE
42142016-03-30 Doug Evans <dje@google.com>
4215
4216 * python/py-utils.c (host_string_to_python_string): New function.
4217 * python/python-internal.h (host_string_to_python_string): Declare it.
4218 * python/py-*.c (*): Update all calls to
4219 PyString_Decode (str, strlen (str), host_charset (), NULL);
4220 to use host_string_to_python_string instead.
4221
28170b88
MK
42222016-03-30 Marcin Kościelnicki <koriakin@0x04.net>
4223
4224 * remote.c (remote_check_symbols): Allocate own buffer for reply.
4225
a08b52b5
MF
42262016-03-29 Max Filippov <jcmvbkbc@gmail.com>
4227
4228 * xtensa-tdep.c (xtensa_frame_cache): Change op1 type to LONGEST.
4229 Use safe_read_memory_integer instead of read_memory_integer.
4230
c37c0ba6
MK
42312016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
4232
4233 * NEWS: Mention support for tracepoints on s390*-linux.
4234
444bca65
DB
42352016-03-29 Don Breazeal <donb@codesourcery.com>
4236
4237 * gdb/value.c (value_actual_type): Fix formatting issue.
4238
cc651c1c
YQ
42392016-03-23 Yao Qi <yao.qi@linaro.org>
4240
4241 * gdbarch.sh (software_single_step): Remove comments.
4242 * gdbarch.h: Regenerated.
4243
c55978a6
YQ
42442016-03-21 Yao Qi <yao.qi@linaro.org>
4245
4246 * arm-tdep.c (arm_record_media): New.
4247 (arm_record_ld_st_reg_offset): Call arm_record_media.
4248
479fe002
YQ
42492016-03-21 Yao Qi <yao.qi@linaro.org>
4250
4251 * arm-linux-tdep.c (arm_canonicalize_syscall): Canonicalize
4252 more syscalls.
4253
9c3f2234
YQ
42542016-03-18 Yao Qi <yao.qi@linaro.org>
4255
4256 * sparc-tdep.c (sparc_software_single_step): Make it static.
4257 * sparc-tdep.h (sparc_software_single_step): Remove declaration.
4258
941319d1
YQ
42592016-03-18 Yao Qi <yao.qi@linaro.org>
4260
4261 * spu-tdep.c (spu_software_single_step): Throw error when
4262 target_read_memory fails.
4263
708bf0a1
JK
42642016-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4265
4266 * linux-thread-db.c (check_pid_namespace_match): Extend the message.
4267
0d5b594f
PA
42682016-03-17 Pedro Alves <palves@redhat.com>
4269 Don Breazeal <donb@codesourcery.com>
4270
4271 PR remote/19496
4272 * infcmd.c (notice_new_inferior): Use the 'leave_running' argument
4273 instead of checking the 'non_stop' global.
4274 * remote.c (remote_add_thread): New parameter 'executing'. Use it
4275 to set the new thread's executing state.
4276 (remote_notice_new_inferior): Rename parameter 'running' to
4277 'executing'. Always set the thread state to THREAD_RUNNING in
4278 non-stop mode, and to THREAD_STOPPED in all-stop mode. Pass
4279 EXECUTING to remote_add_thread and notice_new_inferior.
4280 (remote_update_thread_list): Update to pass executing state, not
4281 running state.
4282
bba960fc
AA
42832016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4284
4285 * syscalls/s390-linux.xml: Add NUMA syscalls and new syscalls up
4286 to 374.
4287 * syscalls/s390x-linux.xml: Likewise.
4288
5fd0888a
AA
42892016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4290
4291 * linux-record.c (record_mem_at_reg): New helper function.
4292 (record_linux_system_call): Exploit new helper function where
4293 applicable.
4294
0fc8f115
AA
42952016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4296
4297 * linux-record.c: Fix whitespace issues; tabify, remove trailing
4298 spaces.
4299
afdab916
AA
43002016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4301
4302 * linux-record.c (record_linux_system_call): Add missing return
4303 statements to handling of pipe and pipe2 syscalls.
4304
bfeeb14b
DE
43052016-03-16 Doug Evans <dje@google.com>
4306
4307 * xml-tdesc.c (tdesc_start_enum): Fix c++ build.
4308
6b94a855
YQ
43092016-03-16 Yao Qi <yao.qi@linaro.org>
4310
4311 * arm-linux-tdep.c (arm_linux_init_abi): Fix
4312 arm_linux_record_tdep.arg1, arm_linux_record_tdep.arg2 and
4313 arm_linux_record_tdep.arg3. Set arm_linux_record_tdep.arg4,
4314 arm_linux_record_tdep.arg5, arm_linux_record_tdep.arg6, and
4315 arm_linux_record_tdep.arg7.
4316
1cafadb4
DB
43172016-03-15 Keith Seitz <keiths@redhat.com>
4318
4319 PR breakpoints/18303
4320 * cp-namespace.c (cp_lookup_bare_symbol): Change assertion to
4321 look for "::" instead of simply ":".
4322 (cp_search_static_and_baseclasses): Return null_block_symbol for
4323 malformed input.
4324 Remove assertions.
4325 * cp-support.c (cp_find_first_component_aux): Do not return
4326 a prefix length for ':' unless the next character is also ':'.
4327
89c200ed
DE
43282016-03-15 Doug Evans <dje@google.com>
4329
4330 * features/aarch64-core.xml (cpsr_flags): New flags type.
4331 (cpsr): Use it.
4332 * features/aarch64.c: Regenerate.
4333
49b7ae7b
DE
43342016-03-15 Doug Evans <dje@google.com>
4335
4336 * features/i386/32bit-core.xml (i386_eflags): Remove "end" spec.
4337 * features/i386/32bit-sse.xml (i386_eflags): Ditto.
4338 * features/i386/64bit-core.xml (i386_eflags): Ditto.
4339 * features/i386/64bit-sse.xml (i386_eflags): Ditto.
4340 * features/i386/x32-core.xml (i386_eflags): Ditto.
4341
81516450 43422016-03-15 Doug Evans <dje@google.com>
79427bd2 4343 Wei-cheng Wang <cole945@gmail.com>
81516450
DE
4344
4345 Extend flags to support multibit and enum bitfields.
79427bd2 4346 * NEWS: Document new features.
81516450
DE
4347 * c-typeprint.c (c_type_print_varspec_prefix): Handle TYPE_CODE_FLAGS.
4348 (c_type_print_varspec_suffix, c_type_print_base): Ditto.
4349 * gdbtypes.c (arch_flags_type): Don't assume all fields are one bit.
4350 (append_flags_type_field): New function.
4351 (append_flags_type_flag): Call it.
4352 * gdbtypes.h (append_flags_type_field): Declare.
4353 * target-descriptions.c (struct tdesc_type_flag): Delete.
4354 (enum tdesc_type_kind) <TDESC_TYPE_BOOL>: New enum value.
4355 (enum tdesc_type_kind) <TDESC_TYPE_ENUM>: Ditto.
4356 (struct tdesc_type) <u.f>: Delete.
4357 (tdesc_predefined_types): Add "bool".
4358 (tdesc_predefined_type): New function.
4359 (tdesc_gdb_type): Handle TDESC_TYPE_BOOL, TDESC_TYPE_ENUM.
4360 Update TDESC_TYPE_FLAGS support.
4361 (tdesc_free_type): Handle TDESC_TYPE_ENUM. Update TDESC_TYPE_FLAGS.
4362 (tdesc_create_flags): Update.
4363 (tdesc_create_enum): New function.
4364 (tdesc_add_field): Initialize start,end to -1.
4365 (tdesc_add_typed_bitfield): New function.
4366 (tdesc_add_bitfield): Call it.
4367 (tdesc_add_flag): Allow TDESC_TYPE_STRUCT. Update.
4368 (tdesc_add_enum_value): New function.
4369 (maint_print_c_tdesc_cmd): Fold TDESC_TYPE_FLAGS support into
4370 TDESC_TYPE_STRUCT. Handle TDESC_TYPE_ENUM.
4371 * target-descriptions.h (tdesc_create_enum): Declare.
4372 (tdesc_add_typed_bitfield, tdesc_add_enum_value): Declare.
4373 * valprint.c (generic_val_print_enum_1): New function.
4374 (generic_val_print_enum): Call it.
4375 (val_print_type_code_flags): Make static. Handle multibit bitfields
4376 and enum bitfields.
4377 * valprint.h (val_print_type_code_flags): Delete.
4378 * xml-tdesc.c (struct tdesc_parsing_data) <current_type_is_flags>:
4379 Delete. All uses removed.
4380 (tdesc_start_enum): New function.
4381 (tdesc_start_field): Handle multibit and enum bitfields.
4382 (tdesc_start_enum_value): New function.
4383 (enum_value_attributes, enum_children, enum_attributes): New static
4384 globals.
4385 (feature_children): Add "enum".
4386 * features/gdb-target.dtd (enum, evalue): New elements.
4387
54157a25
DE
43882016-03-15 Doug Evans <dje@google.com>
4389
4390 * target-descriptions.c (struct tdesc_type) <u.u.size>: Change type
4391 from LONGEST to int.
4392 (struct tdesc_type) <u.f.size>: Ditto.
4393 (tdesc_set_struct_size): Change type of "size" arg from LONGEST
4394 to int. Add assertion size > 0.
4395 (tdesc_create_flags): Ditto.
4396 * target-descriptions.h (tdesc_set_struct_size): Update.
4397 (tdesc_create_flags): Update.
4398 * xml-tdesc.c (MAX_FIELD_SIZE, MAX_FIELD_BITSIZE): New macros.
4399 (MAX_VECTOR_SIZE): New macro.
4400 (tdesc_start_struct): Catch conversion errors from LONGEST to int.
4401 (tdesc_start_flags, tdesc_start_field, tdesc_start_vector): Ditto.
4402
73b4f516
DE
44032016-03-15 Doug Evans <dje@google.com>
4404
4405 * target-descriptions.c (maint_print_c_tdesc_cmd): Use "type" for
4406 TYPE_CODE_FLAGS instead of "field_type", for consistency.
4407 * features/i386/amd64-avx-linux.c: Regenerate.
4408 * features/i386/amd64-avx.c: Regenerate.
4409 * features/i386/amd64-avx512-linux.c: Regenerate.
4410 * features/i386/amd64-avx512.c: Regenerate.
4411 * features/i386/amd64-linux.c: Regenerate.
4412 * features/i386/amd64-mpx-linux.c: Regenerate.
4413 * features/i386/amd64-mpx.c: Regenerate.
4414 * features/i386/amd64.c: Regenerate.
4415 * features/i386/i386-avx-linux.c: Regenerate.
4416 * features/i386/i386-avx.c: Regenerate.
4417 * features/i386/i386-avx512-linux.c: Regenerate.
4418 * features/i386/i386-avx512.c: Regenerate.
4419 * features/i386/i386-linux.c: Regenerate.
4420 * features/i386/i386-mmx-linux.c: Regenerate.
4421 * features/i386/i386-mmx.c: Regenerate.
4422 * features/i386/i386-mpx-linux.c: Regenerate.
4423 * features/i386/i386-mpx.c: Regenerate.
4424 * features/i386/i386.c: Regenerate.
4425 * features/i386/x32-avx-linux.c: Regenerate.
4426 * features/i386/x32-avx.c: Regenerate.
4427 * features/i386/x32-avx512-linux.c: Regenerate.
4428 * features/i386/x32-avx512.c: Regenerate.
4429 * features/i386/x32-linux.c: Regenerate.
4430 * features/i386/x32.c: Regenerate.
4431
1eb2dbb8
PA
44322016-03-15 Pedro Alves <palves@redhat.com>
4433
4434 PR gdb/19676
4435 * linux-thread-db.c (try_thread_db_load_1): Leave
4436 info->td_ta_thr_iter_p NULL iff debugging a live process and we
4437 have /proc access.
4438 (find_new_threads_once): Assert that we have a non-NULL
4439 info->td_ta_thr_iter_p instead of checking whether the target has
4440 execution.
4441
16b41842
PA
44422016-03-15 Pedro Alves <palves@redhat.com>
4443
4444 PR gdb/19676
4445 * infrun.c (displaced_step_prepare): Also disable displaced
4446 stepping on NOT_SUPPORTED_ERROR.
4447 * linux-tdep.c (linux_displaced_step_location): If reading auxv
4448 fails, throw NOT_SUPPORTED_ERROR instead of generic error.
4449
70104a90
MK
44502016-03-13 Marcin Kościelnicki <koriakin@0x04.net>
4451
4452 * s390-linux-tdep.c (s390_gen_return_address): New function.
4453 (s390_gdbarch_init): Fill gen_return_address hook.
4454
f2403c39
AB
44552016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
4456
4457 * symmisc.c (maintenance_info_line_tables): New function.
4458 (maintenance_print_one_line_table): New function.
4459 (_initialize_symmisc): Register 'maint info line-table' command.
4460 * NEWS: Mention new command.
4461
c4b3e547
MK
44622016-03-11 Marcin Kościelnicki <koriakin@0x04.net>
4463
4464 * s390-linux-tdep.c (s390_ax_pseudo_register_collect): New function.
4465 (s390_ax_pseudo_register_push_stack): New function.
4466 (s390_gdbarch_init): Fill ax_pseudo_register_collect and
4467 ax_pseudo_register_push_stack hooks.
4468
f2f3ccb9
SM
44692016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
4470
4471 * data-directory/Makefile.in (PYTHON_FILE_LIST): Install
4472 gdb/function/as_string.py.
4473 * python/lib/gdb/function/as_string.py: New file.
4474 * NEWS: Mention the new $_as_string function.
4475
2343b78a
JM
44762016-03-09 Jose E. Marchesi <jose.marchesi@oracle.com>
4477
4478 * target.h: Fix doc string of target_can_use_hardware_watchpoint.
4479
b69d38af
PA
44802016-03-09 Pedro Alves <palves@redhat.com>
4481
4482 * event-top.c (more_to_come): Delete.
4483 (struct readline_input_state): Delete.
4484 (readline_input_state): Delete.
4485 (get_command_line_buffer): New function.
4486 (command_handler): Update comments. Don't handle NULL commands
4487 here. Do not execute commented lines.
4488 (command_line_append_input_line): New function.
4489 (handle_line_of_input): New function, partly based on
4490 command_line_handler and command_line_input.
4491 (command_line_handler): Rewrite.
4492 * event-top.h (command_handler): New declaration.
4493 (command_loop): Defer command execution to command_handler.
4494 (command_line_input): Update comments. Simplify, using struct
4495 buffer and handle_line_of_input.
4496 * top.h (struct buffer): New forward declaration.
4497 (handle_line_of_input): New declaration.
4498
2669cade
PA
44992016-03-09 Pedro Alves <palves@redhat.com>
4500
4501 * event-top.c (command_line_handler): Use xfree + xstrdup instead
4502 of xrealloc + strcpy.
4503 * main.c (captured_main): Use xstrdup instead of xmalloc plus
4504 manual clear.
4505 * top.c (saved_command_line): Rewrite comment.
4506 (saved_command_line_size): Delete.
4507 (command_line_input): Use xfree + xstrdup instead of xrealloc +
4508 strcpy.
4509 * top.h (saved_command_line_size): Delete declaration.
4510
187212b3
PA
45112016-03-09 Pedro Alves <palves@redhat.com>
4512
4513 * event-top.c: Include buffer.h.
4514 (gdb_readline_no_editing_callback): Use struct buffer instead
4515 of xrealloc.
4516
7a3bde34
PA
45172016-03-09 Pedro Alves <palves@redhat.com>
4518
4519 * common/buffer.h (buffer_grow_char): New function.
4520 * top.c: Include buffer.h.
4521 (gdb_readline_no_editing): Rename 'prompt_arg' parameter to
4522 'prompt'. Use struct buffer instead of xrealloc.
4523
c5c136ea
PA
45242016-03-09 Pedro Alves <palves@redhat.com>
4525
4526 * defs.h (gdb_readline): Delete declaration.
4527 * top.c (gdb_readline): Rename to ...
4528 (gdb_readline_no_editing): ... this, and make static.
4529
720d2e96
PA
45302016-03-09 Pedro Alves <palves@redhat.com>
4531
4532 * utils.c (prompt_for_continue): Update comments.
4533
608ff013
PA
45342016-03-09 Pedro Alves <palves@redhat.com>
4535
4536 * event-top.c (async_annotation_suffix): Delete.
4537 (top_level_prompt, command_line_handler): Don't use
4538 'async_annotation_suffix' and simplify.
4539 * event-top.h (async_annotation_suffix): Delete declaration.
4540 (init_main): Remove reference to 'async_annotation_suffix'.
4541
c70061cf
PA
45422016-03-09 Pedro Alves <palves@redhat.com>
4543
4544 * event-top.c (gdb_readline2): Rename to ...
4545 (gdb_readline_no_editing_callback): ... this.
4546 (change_line_handler, stdin_event_handler)
4547 (gdb_setup_readline): Adjust.
4548 * event-top.h (gdb_readline2): Rename to ...
4549 (gdb_readline_no_editing_callback): ... this, and move closer to
4550 other readline-related declarations.
4551 * mi/mi-interp.c (mi_interpreter_resume): Adjust.
4552
8a243832
PA
45532016-03-09 Pedro Alves <palves@redhat.com>
4554
4555 * top.c (window_hook): Delete.
4556 (command_loop): Remove references to window_hook.
4557
cc2c4da8
MK
45582016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4559
4560 * corefile.c (safe_read_memory_unsigned_integer): New function.
4561 * gdbcore.h (safe_read_memory_unsigned_integer): New prototype.
4562 * rs6000-tdep.c (rs6000_frame_cache): Read backchain as unsigned.
4563
a67914de
MK
45642016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4565
4566 * rs6000-tdep.c: Add "ax.h" and "ax-gdb.h" includes.
4567 (rs6000_gen_return_address): New function.
4568 (rs6000_gdbarch_init): Wire in the above.
4569
2a2fa07b
MK
45702016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
4571
4572 * rs6000-tdep.c (rs6000_ax_pseudo_register_collect): New function.
4573 (rs6000_gdbarch_init): Wire in the above.
4574
bc0e3f49
AA
45752016-03-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4576
4577 * s390-linux-tdep.c (s390_analyze_prologue): Ignore BRC and BRCL
4578 instructions that do nothing or are conditional traps.
4579
6d53bec8
AA
45802016-03-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
4581
4582 * s390-linux-tdep.c (s390_prologue_frame_unwind_cache): Store
4583 frame func's PC in info->func before any other failure can occur.
4584 (s390_frame_this_id): Use frame_id_build_unavailable_stack if
4585 info->func has been filled out.
4586
f7990f16
PA
45872016-03-09 Pedro Alves <palves@redhat.com>
4588
4589 * osabi.c (gdb_osabi_names): Avoid spaces in osabi names.
4590
087ccc6a
PA
45912016-03-09 Pedro Alves <palves@redhat.com>
4592
4593 * frv-tdep.c (frv_gdbarch_init): Handle bfd_mach_fr300.
4594
114d7832
PA
45952016-03-09 Pedro Alves <palves@redhat.com>
4596
4597 * cris-tdep.c (cris_gdbarch_init): Return 0 if the info's byte
4598 order is BFD_ENDIAN_BIG or if the cris version is unsupported.
4599
d7a87b5e
PA
46002016-03-09 Pedro Alves <palves@redhat.com>
4601
4602 * doublest.c: Extend comments.
4603 (floatformat_to_doublest, floatformat_from_doublest): Copy the
4604 floatformat's total size, not the host type's size.
4605
b79497cb
PA
46062016-03-09 Pedro Alves <palves@redhat.com>
4607
4608 * doublest.c (floatformat_totalsize_bytes): New function.
4609 (floatformat_from_type): Assert that the type's length is at least
4610 as long as the floatformat's totalsize.
4611 * doublest.h (floatformat_totalsize_bytes): New declaration.
4612 * gdbtypes.c (arch_float_type): Assert that the type's length is
4613 at least as long as the floatformat's totalsize.
4614
aacca8a7
PA
46152016-03-09 Pedro Alves <palves@redhat.com>
4616
4617 * hppa-linux-tdep.c (hppa_linux_init_abi): Set the long double
4618 format to floatformats_ieee_double.
4619
e6c2f47b
PA
46202016-03-07 Pedro Alves <palves@redhat.com>
4621
4622 * mips-tdep.c (mips_gdbarch_init): Check whether info.abfd is NULL
4623 before calling bfd_get_flavour.
4624
cb86f388
DC
46252016-03-05 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
4626
4627 * avr-tdep.c (AVR_LAST_ARG_REGNUM): Define.
4628 (avr_push_dummy_call): Correct last needed argument register.
4629 Write MSB of argument into register and subsequent bytes into
4630 other registers in decreasing order.
4631
f1771dce
YQ
46322016-03-04 Yao Qi <yao.qi@linaro.org>
4633
4634 * arm-tdep.c (arm_record_vdata_transfer_insn): Simplify the
4635 condition check. Record the right D register number.
4636
ca92db2d
YQ
46372016-03-04 Yao Qi <yao.qi@linaro.org>
4638
4639 * arm-tdep.c (arm_record_extension_space): Remove code
4640 printing "Process record does not support".
4641 (arm_record_data_proc_misc_ld_str): Likewise.
4642 (decode_insn): Call arm_record_extension_space if condition
4643 is 0xf. Call arm_record_unsupported_insn if ret isn't
4644 ARM_RECORD_SUCCESS. Use 'ret' instead of 'insn_id' to hold
4645 the value of thumb2_record_decode_insn_handler.
4646
73519cce
SM
46472016-03-04 Simon Marchi <simon.marchi@ericsson.com>
4648
4649 * features/feature_to_c.sh: Print the help when passing no
4650 argument.
4651
650beae3
BH
46522016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4653
4654 * MAINTAINERS (Write After Approval): Add Bernhard Heckel.
4655
28586665
BH
46562016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
4657
4658 * dwarf2read.c (new_symbol_full): Fix detection of gfortran compilers.
4659
f2489477
AA
46602016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4661
4662 * s390-linux-tdep.c (s390_backchain_frame_unwind_cache): Avoid
4663 exception when attempting to access the inferior's backchain.
4664
d5219069
YQ
46652016-02-29 Yao Qi <yao.qi@linaro.org>
4666
4667 * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Support
4668 eventfd2, eventfd2, dup3, inotify_init1, fallocate and pipe2.
4669 Return gdb_sys_epoll_create1 instead of gdb_sys_epoll_create
4670 for aarch64_sys_epoll_create1.
4671
253b4d3a
YQ
46722016-02-29 Yao Qi <yao.qi@linaro.org>
4673
4674 * linux-record.h (enum gdb_syscall) <gdb_sys_fallocate>: New.
4675 <gdb_sys_eventfd2, gdb_sys_epoll_create1, gdb_sys_dup3>: New.
4676 <gdb_sys_pipe2, gdb_sys_inotify_init1>: New.
4677 * linux-record.c (record_linux_system_call): Handle them.
4678
38899f16
IB
46792016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
4680
4681 * d-namespace.c (d_lookup_symbol_imports): Avoid recursive lookups from
4682 cyclic imports.
4683
1ed0c2a4
KS
46842016-02-26 Keith Seitz <keiths@redhat.com>
4685
4686 * rs6000-tdep.c (rs6000_frame_cache): Explicitly cast return result
4687 to avoid invalid conversion from void *.
4688
9fde51ed
YQ
46892016-02-26 Yao Qi <yao.qi@linaro.org>
4690
4691 * arm-tdep.c (arm_record_exreg_ld_st_insn): Set 'single_reg'
4692 per bit 8. Check bit 20 instead of bit 4 for VMOV
4693 instruction. Record D registers for instructions changing
4694 S registers. Change of the order of length and address
4695 in record_buf_mem array.
4696
1f33efec
YQ
46972016-02-26 Yao Qi <yao.qi@linaro.org>
4698
4699 * arm-tdep.c (thumb_record_ld_st_reg_offset): Fix the register
4700 number of Rd.
4701
1547ef64
DE
47022016-02-25 Doug Evans <dje@google.com>
4703
4704 * remote-m32r-sdi.c (recv_char_data): Initialize val to avoid
4705 compiler warning.
4706 (recv_long_data): Ditto.
4707
166616ce
SM
47082016-02-25 Simon Marchi <simon.marchi@ericsson.com>
4709
4710 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault):
4711 Initialize variables.
4712
1eb7c2d8
AT
47132016-02-25 Antoine Tremblay <antoine.tremblay@ericsson.com>
4714
4715 * ax-general.c (ax_reg): Call gdbarch_remote_register_number.
4716 (ax_reg_mask): Likewise.
4717
e7ad2f14
PA
47182016-02-24 Pedro Alves <palves@redhat.com>
4719
4720 * linux-nat.c (save_sigtrap) Delete.
4721 (stop_wait_callback): Call save_stop_reason instead of
4722 save_sigtrap.
4723 (check_stopped_by_breakpoint): Rename to ...
4724 (save_stop_reason): ... this. Bits of save_sigtrap folded here.
4725 Use GDB_ARCH_IS_TRAP_HWBKPT and handle ambiguous
4726 GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT. Factor out
4727 common code between the USE_SIGTRAP_SIGINFO and
4728 !USE_SIGTRAP_SIGINFO blocks.
4729 (linux_nat_filter_event): Call save_stop_reason instead of
4730 save_sigtrap.
4731 * nat/linux-ptrace.h: Check for both SI_KERNEL and TRAP_BRKPT
4732 si_code for MIPS.
4733 * nat/linux-ptrace.h: Fix "TRAP_HWBPT" typo in x86 table. Add
4734 comments on MIPS behavior.
4735 (GDB_ARCH_IS_TRAP_HWBKPT): Define for all archs.
4736
338435ef
MK
47372016-02-24 Marcin Kościelnicki <koriakin@0x04.net>
4738
4739 * rs6000-tdep.c (rs6000_frame_cache): Initialize frame and pc to 0
4740 to avoid spurious warnings.
4741
bf74e428
GB
47422016-02-24 Gary Benson <gbenson@redhat.com>
4743
4744 * exec.c (exec_file_locate_attach): Do not attempt to
4745 locate main executable locally if not found in sysroot.
4746
62fb310b
JB
47472016-02-24 Joel Brobecker <brobecker@adacore.com>
4748
4749 GDB 7.11 released.
4750
50ae56ec
WW
47512016-02-24 Wei-cheng Wang <cole945@gmail.com>
4752
4753 * rs6000-tdep.c (rs6000_frame_cache, rs6000_frame_this_id): Handle
4754 unavailable PC/SP to build unavailable frame.
4755
cce0e923
DE
47562016-02-23 Doug Evans <dje@google.com>
4757
4758 Extend "skip" command to support -file, -gfile, -function, -rfunction.
4759 * NEWS: Document new features.
4760 * skip.c: #include "fnmatch.h", "gdb_regex.h".
4761 (skiplist_entry) <file>: Renamed from filename.
4762 <function>: Renamed from function_name.
4763 <file_is_glob, function_is_regexp>: New members.
4764 <compiled_function_regexp, compiled_function_regexp_is_valid>:
4765 New members.
4766 (make_skip_entry): New function.
4767 (free_skiplist_entry, free_skiplist_entry_cleanup): New functions.
4768 (make_free_skiplist_entry_cleanup): New function.
4769 (skip_file_command): Update.
4770 (skip_function, skip_function_command): Update.
4771 (compile_skip_regexp): New functions.
4772 (skip_command): Add support for new options.
4773 (skip_info): Update.
4774 (skip_file_p, skip_gfile_p): New functions.
4775 (skip_function_p, skip_rfunction_p): New functions.
4776 (function_name_is_marked_for_skip): Update and simplify.
4777 (_initialize_step_skip): Update.
4778 * symtab.c: #include "fnmatch.h".
4779 (compare_glob_filenames_for_search): New function.
4780 * symtab.h (compare_glob_filenames_for_search): Declare.
4781 * utils.c (count_path_elements): New function.
4782 (strip_leading_path_elements): New function.
4783 * utils.h (count_path_elements): Declare.
4784 (strip_leading_path_elements): Declare.
4785
12545665
SM
47862016-02-23 Simon Marchi <simon.marchi@ericsson.com>
4787
4788 * arm-tdep.c (arm_decode_svc_copro): Remove "to" parameter.
4789 (thumb_process_displaced_insn): Likewise.
4790 (arm_process_displaced_insn): Adjust calls.
4791
c955ae73
YQ
47922016-02-23 Yao Qi <yao.qi@linaro.org>
4793
4794 * aarch64-linux-tdep.c (enum aarch64_syscall) <aarch64_sys_mknod>:
4795 Remove.
4796 <aarch64_sys_mkdir, aarch64_sys_unlink, aarch64_sys_symlink>: Remove.
4797 <aarch64_sys_link, aarch64_sys_rename, aarch64_sys_faccess>: Remove.
4798 <aarch64_sys_mknodat, aarch64_sys_mkdirat>: New.
4799 <aarch64_sys_unlinkat, aarch64_sys_symlinkat>: New.
4800 <aarch64_sys_linkat, aarch64_sys_renameat>: New.
4801 <aarch64_sys_faccessat>: New.
4802 <aarch64_sys_open, aarch64_sys_readlink, aarch64_sys_fstatat>: Remove.
4803 <aarch64_sys_openat, aarch64_sys_readlinkat>: New.
4804 <aarch64_sys_newfstatat>: New.
4805 (UNSUPPORTED_SYSCALL_MAP): New macro.
4806 (aarch64_canonicalize_syscall): Add missing syscalls.
4807
ac46107c
JK
48082016-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4809
4810 * gdb-gdb.py (class TypeFlagsPrinter): Use parentheses for print.
4811
01e57735
YQ
48122016-02-22 Yao Qi <yao.qi@linaro.org>
4813
4814 * arm-tdep.c: Fix code format issues.
4815
30a6a7f0
IB
48162016-02-21 Iain Buclaw <ibuclaw@gdcproject.org>
4817
4818 * d-namespace.c (d_lookup_symbol_imports): Remove argument
4819 'search_parents'. All callers updated.
4820
f79a3bae
MK
48212016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
4822
4823 * s390-linux-tdep.c (s390_guess_tracepoint_registers): New function.
4824 (s390_gdbarch_init): Fill guess_tracepoint_registers hook.
4825
012b3a21
WT
48262016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
4827
4828 * NEWS: Add entry for bound violation.
4829 * amd64-linux-tdep.c (amd64_linux_init_abi_common):
4830 Add handler for segmentation fault.
4831 * gdbarch.sh (handle_segmentation_fault): New.
4832 * gdbarch.c: Regenerate.
4833 * gdbarch.h: Regenerate.
4834 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): New.
4835 (SIG_CODE_BONDARY_FAULT): New define.
4836 (i386_linux_init_abi): Use i386_mpx_bound_violation_handler.
4837 * i386-linux-tdep.h (i386_linux_handle_segmentation_fault) New.
4838 * i386-tdep.c (i386_mpx_enabled): Add as external.
4839 * i386-tdep.c (i386_mpx_enabled): Add as external.
4840 * infrun.c (handle_segmentation_fault): New function.
4841 (print_signal_received_reason): Use handle_segmentation_fault.
4842
5f034a78
MK
48432016-02-18 Marcin Kościelnicki <koriakin@0x04.net>
4844
4845 * arch-utils.c (default_guess_tracepoint_registers): New function.
4846 * arch-utils.h (default_guess_tracepoint_registers): New prototype.
4847 * gdbarch.c: Regenerate.
4848 * gdbarch.h: Regenerate.
4849 * gdbarch.sh: Add guess_tracepoint_registers hook.
4850 * tracefile.c (tracefile_fetch_registers): Use the new gdbarch hook.
4851
88178e82
GB
48522016-02-17 Gary Benson <gbenson@redhat.com>
4853
4854 * exec.c (exec_file_locate_attach): Add missing cleanup.
4855
4041ed77
DB
48562016-02-16 Don Breazeal <donb@codesourcery.com>
4857
4858 PR remote/19496
4859 * remote.c (remove_new_fork_children): Check for pending
4860 fork status in thread_info.suspend.
4861
b442c911
YQ
48622016-02-16 Yao Qi <yao.qi@linaro.org>
4863
4864 * arm-linux-tdep.c (arm_linux_software_single_step): Assign
4865 'old_chain' later.
4866
553cb527
YQ
48672016-02-16 Yao Qi <yao.qi@linaro.org>
4868
4869 * arch/arm-get-next-pcs.h (struct arm_get_next_pcs_ops)
4870 <syscall_next_pc>: Remove argument PC. Callers updated.
4871 * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
4872 Remove argument PC. Get pc from regcache_read_pc.
4873 * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Remove
4874 argument PC.
4875
0a0da556
YQ
48762016-02-15 Yao Qi <yao.qi@linaro.org>
4877
4878 * aarch64-tdep.c (aarch64_analyze_prologue): Remove "0x".
4879
01113bc1
YQ
48802016-02-12 Yao Qi <yao.qi@linaro.org>
4881
4882 * arch/arm-linux.c (arm_linux_get_next_pcs_fixup): Calculate
4883 nextpc according to instruction.
4884
ed443b61
YQ
48852016-02-12 Yao Qi <yao.qi@linaro.org>
4886
4887 * arch/arm-get-next-pcs.c (arm_get_next_pcs): Call
4888 self->ops->fixup if it isn't NULL.
4889 * arch/arm-get-next-pcs.h: Include gdb_vecs.h.
4890 (struct arm_get_next_pcs_ops) <fixup>: New field.
4891 * arch/arm-linux.c: Include common-regcache.h and
4892 arch/arm-get-next-pcs.h.
4893 (arm_linux_get_next_pcs_fixup): New function.
4894 * arch/arm-linux.h (arm_linux_get_next_pcs_fixup): Declare.
4895 * arm-linux-tdep.c (arm_linux_get_next_pcs_ops): Initialize
4896 it with arm_linux_get_next_pcs_fixup.
4897 (arm_linux_software_single_step): Move code to
4898 arm_linux_get_next_pcs_fixup.
4899 * arm-tdep.c (arm_get_next_pcs_ops): Initialize it.
4900
d21b5f15
MK
49012016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
4902
4903 * xml-tdesc.c (target_fetch_description_xml) [!HAVE_LIBEXPAT]: Warn
4904 and return NULL.
4905
33b4777c
MM
49062016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4907
4908 * frame.h (skip_tailcall_frames): Update comment.
4909 * frame.c (skip_artificial_frames, skip_tailcall_frames): Return NULL
4910 if only artificial frames are found. Update comment.
4911 (frame_unwind_caller_id): Handle NULL return.
4912 (frame_unwind_caller_pc, frame_unwind_caller_arch): Assert that
4913 skip_artificial_frames does not return NULL.
4914 (frame_pop): Add an error if only tailcall frames are found.
4915 * infcmd.c (finish_command): Move skip_tailcall_frames call into
4916 forward-execution case. Add an error if only tailcall frames are
4917 found.
4918
a038fa3e
MM
49192016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4920
4921 * stack.c (frame_info): Check frame_unwind_caller_id.
4922
2f3ef606
MM
49232016-02-12 Markus Metzger <markus.t.metzger@intel.com>
4924
4925 * frame.h (skip_tailcall_frames): New.
4926 * frame.c (skip_tailcall_frames): New.
4927 (frame_pop): Call skip_tailcall_frames.
4928 * infcmd.c (finish_command): Call skip_tailcall_frames.
4929
e352bf0a
PA
49302016-02-11 Pedro Alves <palves@redhat.com>
4931
4932 * Makefile.in (check-parallel): New rule.
4933
bec2ab5a
SM
49342016-02-11 Simon Marchi <simon.marchi@ericsson.com>
4935
4936 * arm-tdep.c (arm_skip_prologue): Remove unused variables.
4937 (arm_analyze_prologue): Likewise.
4938 (arm_scan_prologue): Likewise.
4939 (arm_m_exception_prev_register): Likewise.
4940 (arm_copy_block_xfer): Likewise.
4941 (thumb2_copy_block_xfer): Likewise.
4942 (arm_decode_miscellaneous): Likewise.
4943 (arm_decode_ld_st_word_ubyte): Likewise.
4944 (arm_decode_svc_copro): Likewise.
4945 (thumb2_decode_svc_copro): Likewise.
4946 (thumb_copy_16bit_ldr_literal): Likewise.
4947 (thumb_copy_pop_pc_16bit): Likewise.
4948 (decode_thumb_32bit_ld_mem_hints): Likewise.
4949 (arm_show_force_mode): Likewise.
4950 (_initialize_arm_tdep): Likewise.
4951 (arm_record_strx): Likewise.
4952 (arm_record_extension_space): Likewise.
4953 (arm_record_data_proc_misc_ld_str): Likewise.
4954 (arm_record_exreg_ld_st_insn): Likewise.
4955 (arm_record_vfp_data_proc_insn): Likewise.
4956 (arm_record_coproc_data_proc): Likewise.
4957 (thumb_record_misc): Likewise.
4958 (thumb_record_ldm_stm_swi): Likewise.
4959 (thumb2_record_ld_st_dual_ex_tbb): Likewise.
4960 (thumb2_record_ld_mem_hints): Likewise.
4961 (thumb2_record_lmul_lmla_div): Likewise.
4962 (thumb2_record_asimd_struct_ld_st): Likewise.
4963 (arm_process_record): Likewise.
4964
2ba163c8
SM
49652016-02-11 Simon Marchi <simon.marchi@ericsson.com>
4966
4967 * arm-tdep.c (arm_displaced_step_copy_insn): Remove.
4968 (ARM displaced stepping support): Remove reference to
4969 arm_displaced_step_copy_insn in comment.
4970 * arm-tdep.h (arm_displaced_step_copy_insn): Remove.
4971 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Remove
4972 reference to arm_displaced_step_copy_insn in comment.
4973
615234c1
SM
49742016-02-11 Simon Marchi <simon.marchi@ericsson.com>
4975
4976 * arm-tdep.c (thumb_copy_unmodified_16bit): Change type of insn.
4977 (thumb_copy_b): Likewise.
4978 (arm_decode_b_bl_ldmstm): Likewise.
4979 (thumb_copy_16bit_ldr_literal): Likewise.
4980 (thumb_copy_pop_pc_16bit): Likewise.
4981
82e9becd
AT
49822016-02-11 Antoine Tremblay <antoine.tremblay@ericsson.com>
4983
4984 * tracepoint.c (encode_actions_1): Use target_gdbarch () rather
4985 than loc->gdbarch.
4986
5ac87a99
MK
49872016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
4988
4989 * tracefile-tfile.c (trace_tdesc): New static variable.
4990 (tfile_open): Clear trace_tdesc, call target_find_description.
4991 (tfile_interp_line): Recognize tdesc lines.
4992 (tfile_close): Clear trace_tdesc.
4993 (tfile_xfer_partial_features): New function.
4994 (tfile_xfer_partial): Call tfile_xfer_partial_features.
4995 (tfile_append_tdesc_line): New function.
4996
18d3cec5
MK
49972016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
4998
4999 * ctf.c (ctf_write_tdesc): New function.
5000 (ctf_write_ops): Wire in ctf_write_tdesc.
5001 * tracefile-tfile.c (tfile_write_tdesc): New function.
5002 (tfile_write_ops): Wire in tfile_write_tdesc.
5003 * tracefile.c (trace_save): Call write_tdesc method.
5004 * tracefile.h (struct trace_file_write_ops): Add write_tdesc method.
5005 * xml-tdesc.c (target_fetch_description_xml): New function.
5006 * xml-tdesc.h: Add target_fetch_description_xml prototype.
5007
550dc4e2
SM
50082016-02-10 Simon Marchi <simon.marchi@ericsson.com>
5009
5010 * arm-tdep.c (arm_copy_extra_ld_st): Fix "unpriveleged" typo.
5011 (arm_decode_dp_misc): Likewise.
5012
62e5fd57
MK
50132016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
5014
5015 * amd64-tdep.c (amd64_ax_pseudo_register_collect): New function.
5016 (amd64_init_abi): Fill ax_pseudo_register_collect hook.
5017 * gdb/i386-tdep.c (i386_pseudo_register_read_into_value): Remove
5018 misleading comment.
5019 (i386_pseudo_register_write): Ditto.
5020 (i386_ax_pseudo_register_collect): New function.
5021 (i386_gdbarch_init): Fill ax_pseudo_register_collect hook.
5022 * i386-tdep.h: Add i386_ax_pseudo_register_collect prototype.
5023
e909d859
MK
50242016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
5025
5026 * tracefile-tfile.c (tfile_fetch_registers): Use g packet order
5027 instead of gdb order.
5028
473b99e5
MK
50292016-02-10 Marcin Kościelnicki <koriakin@0x04.net>
5030
5031 * tracefile-tfile.c (tfile_fetch_registers): Fix off-by-one in bounds
5032 check.
5033
1233c0ba
JB
50342016-02-10 Joel Brobecker <brobecker@adacore.com>
5035
5036 * NEWS: Create a new section for the next release branch.
5037 Rename the section of the current branch, now that it has
5038 been cut.
5039
d1dc0942
JB
50402016-02-10 Joel Brobecker <brobecker@adacore.com>
5041
5042 GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a):
5043 * version.in: Bump version to 7.11.50.DATE-git.
5044
9ef9e6a6
KS
50452016-02-09 Keith Seitz <keiths@redhat.com>
5046
5047 PR breakpoints/19546
5048 * breakpoint.c (breakpoint_event_location_empty_p): New function.
5049 (update_breakpoints_after_exec, bkpt_re_set): Use this new function
5050 instead of event_location_empty_p.
5051
39a67dc4
KS
50522016-02-09 Keith Seitz <keiths@redhat.com>
5053
5054 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Use
5055 string_to_event_location_basic instead of string_to_event_location.
5056
a96e36da
KS
50572016-02-09 Keith Seitz <keiths@redhat.com>
5058
5059 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Skip
5060 leading whitespace and use string_to_event_location_basic instead
5061 of new_linespec_location.
5062
9f61929f
KS
50632016-02-09 Keith Seitz <keiths@redhat.com>
5064
5065 PR python/19506
5066 * python/py-breakpoint.c (bppy_init): Use
5067 string_to_event_location_basic instead of new_linespec_location.
5068
eeb1af43
KS
50692016-02-09 Keith Seitz <keiths@redhat.com>
5070
5071 * location.c (string_to_explicit_location): Note that "-p" is
5072 reserved for probe locations and return NULL for any input
5073 that starts with that.
5074 (string_to_event_location): Move "legacy" linespec code to ...
5075 (string_to_event_location_basic): ... here.
5076 * location.h (string_to_event_location): Update comment.
5077 (string_to_event_location_basic): New function.
5078
1e94266c
SM
50792016-02-09 Simon Marchi <simon.marchi@ericsson.com>
5080
5081 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
5082 to AC_OUTPUT. Remove "exit 0" at the end.
5083 * configure: Regenerate.
5084
2a7f3dff
PA
50852016-02-09 Pedro Alves <palves@redhat.com>
5086
5087 PR breakpoints/19548
5088 * breakpoint.c (create_overlay_event_breakpoint): Don't update
5089 global location list here.
5090 (create_longjmp_master_breakpoint)
5091 (create_std_terminate_master_breakpoint)
5092 (create_exception_master_breakpoint, create_jit_event_breakpoint)
5093 (update_breakpoint_locations):
5094 (breakpoint_re_set): Update global location list after all
5095 breakpoints are re-set.
5096
54887903
SM
50972016-02-08 Simon Marchi <simon.marchi@ericsson.com>
5098
5099 * remote.c (remote_register_number_and_offset): Remove unused
5100 variable(s).
5101 (remote_thread_always_alive): Likewise.
5102 (remote_update_thread_list): Likewise.
5103 (process_initial_stop_replies): Likewise.
5104 (remote_start_remote): Likewise.
5105 (remote_check_symbols): Likewise.
5106 (discard_pending_stop_replies): Likewise.
5107 (process_stop_reply): Likewise.
5108 (putpkt_binary): Likewise.
5109 (getpkt): Likewise.
5110 (remote_add_target_side_condition): Likewise.
5111 (remote_insert_breakpoint): Likewise.
5112 (remote_supports_stopped_by_sw_breakpoint): Likewise.
5113 (remote_supports_stopped_by_hw_breakpoint): Likewise.
5114 (remote_xfer_partial): Likewise.
5115 (remote_read_btrace): Likewise.
5116 (remote_async_serial_handler): Likewise.
5117 (remote_thread_events): Likewise.
5118 (_initialize_remote): Likewise.
5119
30914ca8
SM
51202016-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5121
5122 * varobj.h (varobj_delete): Remove dellist parameter, update and
5123 move documentation here.
5124 * varobj.c (struct cpstack, cppush, cppop): Remove.
5125 (delete_variable): Remove resultp (first) parameter.
5126 (delete_variable_1): Likewise.
5127 (varobj_delete): Remove dellist parameter and unused code.
5128 (update_dynamic_varobj_children): Adjust varobj_delete call.
5129 (update_type_if_necessary): Likewise.
5130 (varobj_set_visualizer): Likewise.
5131 (varobj_update): Likewise.
5132 (value_of_root): Likewise.
5133 (varobj_invalidate_iter): Likewise.
5134 * mi/mi-cmd-var.c (mi_cmd_var_delete): Likewise.
5135
e42e5352
YQ
51362016-02-04 Yao Qi <yao.qi@linaro.org>
5137
5138 * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
5139 0 before handling 'F' and set it back afterwards.
5140
6456a18b
SM
51412016-02-02 Simon Marchi <simon.marchi@ericsson.com>
5142
5143 * ui-out.c (MAX_UI_OUT_LEVELS): Remove.
5144
3f2f6cb5
WT
51452016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
5146
5147 * amd64-linux-siginfo.c (nat_siginfo_t, nat_sigval_t, nat_timeval):
5148 New types.
5149 (compat_siginfo): New bound fields added.
5150 (compat_x32_siginfo): New field added.
5151 (cpt_si_addr_lsb): New define.
5152 (compat_siginfo_from_siginfo): Use nat_siginfo.
5153 (siginfo_from_compat_siginfo): Use nat_siginfo.
5154 (compat_x32_siginfo_from_siginfo): Likewise.
5155 (siginfo_from_compat_x32_siginfo): Likewise.
5156
96b5c49f
WT
51572016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
5158
5159 * linux-tdep.c (linux_get_siginfo_type): Add the _addr_bnd
5160 structure to the siginfo if extra_fields contains
5161 LINUX_SIGINFO_FIELD_ADDR_BND.
5162
190b495d
WT
51632016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
5164
5165 * linux-tdep.h (linux_get_siginfo_type_with_fields): Make extern.
5166 * linux-tdep.c (linux_get_siginfo_type_with_fields): Make extern.
5167 * i386-linux-tdep.h (x86_linux_get_siginfo_type): New
5168 function.
5169 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Add
5170 x86_linux_get_siginfo_type for the amd64 abi.
5171 * i386-linux-tdep.c (x86_linux_get_siginfo_type): New
5172 function.
5173 (i386_linux_init_abi): Add new function at the i386 ABI
5174 initialization.
5175
43564574
WT
51762016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
5177
5178 * linux-tdep.h (linux_siginfo_extra_field_values): New enum values.
5179 (linux_siginfo_extra_fields): New enum type.
5180 * linux-tdep.c (linux_get_siginfo_type_with_fields): New function.
5181 (linux_get_siginfo_type): Use new function.
5182
93813b37
WT
51832016-02-02 Walfred Tedeschi <walfred.tedeschi@intel.com>
5184
5185 * nat/amd64-linux-siginfo.c: New file.
5186 * nat/amd64-linux-siginfo.h: New file.
5187 * Makefile.in (HFILES_NO_SRCDIR): Add nat/amd64-linux-siginfo.h.
5188 (amd64-linux-siginfo.o): New rule.
5189 * config/i386/linux64.mh (NATDEPFILES): Add amd64-linux-siginfo.o.
5190 * amd64-linux-nat.c (nat/amd64-linux-siginfo.h): New include.
5191 (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
5192 (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
5193 (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
5194 (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
5195 (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
5196 (cpt_si_fd, si_timerid, si_overrun): Move to nat/amd64-linux-siginfo.c.
5197
5fdf6324
AB
51982016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
5199
5200 * value.c (max_value_size): New variable.
5201 (MIN_VALUE_FOR_MAX_VALUE_SIZE): New define.
5202 (set_max_value_size): New function.
5203 (show_max_value_size): New function.
5204 (check_type_length_before_alloc): New function.
5205 (allocate_value_contents): Call check_type_length_before_alloc.
5206 (set_value_enclosing_type): Likewise.
5207 (_initialize_values): Add set/show handler for max-value-size.
5208 * NEWS: Mention new set/show command.
5209
5fa13070
SM
52102016-01-31 Simon Marchi <simon.marchi@polymtl.ca>
5211
5212 * varobj.h (struct varobj): Fix typos in comments.
5213 (struct lang_varobj_ops): Likewise.
5214 * varobj.c (VAROBJ_TABLE_SIZE): Likewise.
5215 (varobj_create): Move misplaced comment.
5216
a2e3e93f
SM
52172016-01-29 Simon Marchi <simon.marchi@ericsson.com>
5218
5219 * aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces
5220 to for include additional lines.
5221 * xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces.
5222
56e374a6
SM
52232016-01-28 Simon Marchi <simon.marchi@ericsson.com>
5224
5225 * gnulib/import/Makefile.am: Regenerate.
5226 * gnulib/import/Makefile.in: Regenerate.
5227 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5228 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add rawmemchr.
5229
8424cc97
SM
52302016-01-28 Simon Marchi <simon.marchi@ericsson.com>
5231
5232 * remote.c (skip_to_semicolon): Remove.
5233 (remote_parse_stop_reply): Use strchrnul instead of
5234 skip_to_semicolon.
5235 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
5236 strchrnul.
5237 * gnulib/aclocal.m4: Regenerate.
5238 * gnulib/config.in: Regenerate.
5239 * gnulib/configure: Regenerate.
5240 * gnulib/import/Makefile.am: Regenerate.
5241 * gnulib/import/Makefile.in: Regenerate.
5242 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
5243 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
5244 * gnulib/import/m4/rawmemchr.m4: New file.
5245 * gnulib/import/m4/strchrnul.m4: New file.
5246 * gnulib/import/rawmemchr.c: New file.
5247 * gnulib/import/rawmemchr.valgrind: New file.
5248 * gnulib/import/strchrnul.c: New file.
5249 * gnulib/import/strchrnul.valgrind: New file.
5250
4a6a1ed4
YQ
52512016-01-28 Yao Qi <yao.qi@linaro.org>
5252
5253 * breakpoint.c (build_target_command_list): Don't call continue
5254 if aexpr is NULL.
5255 (build_target_condition_list): Likewise.
5256
94715c17
KB
52572016-01-27 Kevin Buettner <kevinb@redhat.com>
5258
5259 * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8
5260 bytes as aggregates.
5261
c07af0ab
JB
52622016-01-27 Joel Brobecker <brobecker@adacore.com>
5263
5264 * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
5265 Linespec Maintainers.
5266
41548caa
SM
52672016-01-26 Simon Marchi <simon.marchi@ericsson.com>
5268
5269 * common/common-utils.c (skip_spaces): Fix comment.
5270 (skip_to_space_const): Likewise.
5271
4d18591b
YQ
52722016-01-25 Yao Qi <yao.qi@linaro.org>
5273
5274 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
5275 Remove argument pc. Get pc by regcache_read_pc. Callers updated.
5276 (arm_deal_with_atomic_sequence_raw): Likewise.
5277 (thumb_get_next_pcs_raw): Likewise.
5278 (arm_get_next_pcs_raw): Likewise.
5279 (arm_get_next_pcs): Remove argument pc. Callers updated.
5280 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Update declaration.
5281
a579cd9a
MW
52822016-01-25 Mark Wielaard <mjw@redhat.com>
5283
5284 * ada-lang.c (ada_evaluate_subexp): Add proper else block.
5285 * c-typeprint.c (c_type_print_base): Fix misleading indentation of
5286 if statement.
5287 * inflow.c (child_terminal_ours_1): Fix misleading indentation of
5288 statement block by introducing an else.
5289 * linux-record.c (record_linux_sockaddr): Fix misleading indentation
5290 of return statements.
5291 (record_linux_msghdr): Likewise.
5292
a2077e25
PA
52932016-01-25 Pedro Alves <palves@redhat.com>
5294
5295 PR threads/19461
5296 * infrun.c (handle_inferior_event_1) <fork/vfork>: Update
5297 parent/child running states.
5298
1d2736d4
PA
52992016-01-25 Pedro Alves <palves@redhat.com>
5300
5301 PR gdb/19494
5302 * linux-nat.c (kill_one_lwp): New, factored out from ...
5303 (kill_callback): ... this.
5304 (kill_wait_callback): New, factored out from ...
5305 (kill_wait_one_lwp): ... this.
5306 (kill_unfollowed_fork_children): New function.
5307 (linux_nat_kill): Use it.
5308
b2bae2f7
JB
53092016-01-22 John Baldwin <jhb@FreeBSD.org>
5310
5311 * fbsd-nat.c (fbsd_pid_to_str): Adjust string format.
5312
d86feca3
YQ
53132016-01-22 Yao Qi <yao.qi@linaro.org>
5314
5315 * arm-linux-nat.c (fetch_fpregs): Call perror_with_name
5316 instead of warning.
5317 (store_fpregs, fetch_regs, store_regs): Likewise.
5318 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5319 (fetch_vfp_regs, store_vfp_regs): Likewise.
5320
b35a8b2f
DE
53212016-01-21 Doug Evans <dje@google.com>
5322
5323 * breakpoint.c (init_breakpoint_sal): Add comment.
5324
f906b857
MK
53252016-01-21 Marcin Kościelnicki <koriakin@0x04.net>
5326
5327 * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
5328
4a099de2
AB
53292016-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5330
5331 * disasm.c (maybe_add_dis_line_entry): Rename to...
5332 (add_dis_line_entry): ...this, and update header comment.
5333 (do_mixed_source_and_assembly): Now use add_dis_line_entry.
5334
a994041d
PA
53352016-01-21 Pedro Alves <palves@redhat.com>
5336
5337 * Makefile.in (COMPILER_CFLAGS): New.
5338 (CXXFLAGS): Get it from configure.
5339 (INTERNAL_CFLAGS_BASE, INTERNAL_LDFLAGS): Use COMPILER_CFLAGS
5340 instead of CFLAGS.
5341 * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Set and AC_SUBST
5342 COMPILER_CFLAGS.
5343 * configure: Regenerate.
5344
305e13e6
JB
53452016-01-21 Joel Brobecker <brobecker@adacore.com>
5346
5347 * location.h (new_address_location): Add new parameters
5348 "addr_string" and "addr_string_len".
5349 (get_address_string_location): Add declaration.
5350 * location.c (new_address_location): Add new parameters
5351 "addr_string" and "addr_string_len". If not NULL, store
5352 a copy of the addr_string in the new location as well.
5353 (get_address_string_location): New function.
5354 (string_to_event_location): Update call to new_address_location.
5355 * linespec.c (event_location_to_sals) <ADDRESS_LOCATION>:
5356 Save the event location in the parser's state before
5357 passing it to convert_address_location_to_sals.
5358 * breakpoint.c (create_thread_event_breakpoint): Update call
5359 to new_address_location.
5360 (init_breakpoint_sal): Get the event location's string, if any,
5361 and use it to update call to new_address_location.
5362 * python/py-finishbreakpoint.c (bpfinishpy_init):
5363 Update call to new_address_location.
5364 * spu-tdep.c (spu_catch_start): Likewise.
5365
5366 * config/djgpp/fnchange.lst: Add entries for
5367 gdb/testsuite/gdb.base/break-fun-addr1.c and
5368 gdb/testsuite/gdb.base/break-fun-addr2.c.
5369
f7a6a40d
YQ
53702016-01-21 Yao Qi <yao.qi@linaro.org>
5371
5372 * arm-linux-tdep.c (arm_linux_sigreturn_next_pc): Add parameter
5373 is_thumb and set it according to CPSR saved on the stack.
5374 (arm_linux_get_next_pcs_syscall_next_pc): Pass is_thumb to
5375 arm_linux_sigreturn_next_pc.
5376
5f5dfff6
SM
53772016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
5378
5379 * python/lib/gdb/printing.py (FlagEnumerationPrinter.__call__):
5380 Fix enumerators sort key function.
5381
be56871e
JB
53822016-01-20 Joel Brobecker <brobecker@adacore.com>
5383
b12e5614 5384 * printcmd.c (print_scalar_formatted): Move binary operator from
be56871e
JB
5385 end of line to beginning of next line. Adjust formatting
5386 accordingly.
5387
f2feec98
JB
53882016-01-19 John Baldwin <jhb@FreeBSD.org>
5389
5390 * fbsd-nat.c (fbsd_pid_to_exec_file): Use new "buflen" instead of
5391 "len" with sysctl.
5392
20a0aab3
JB
53932016-01-19 John Baldwin <jhb@FreeBSD.org>
5394
5395 * fbsd-tdep.c (find_stop_signal): Remove.
5396 (struct fbsd_collect_regset_section_cb) <lwp>: New field.
5397 <stop_signal>: New field.
5398 <abort_iteration>: New field.
5399 (fbsd_collect_regset_section_cb): Use new fields.
5400 (fbsd_collect_thread_registers): New function.
5401 (struct fbsd_corefile_thread_data): New structure.
5402 (fbsd_corefile_thread): New function.
5403 (fbsd_make_corefile_notes): Use new function to dump notes for each
5404 non-exited thread in a process.
5405
6e9567fe
JB
54062016-01-19 John Baldwin <jhb@FreeBSD.org>
5407
5408 * configure.ac: Check for support for LWP names on FreeBSD.
5409 * fbsd-nat.c [PT_LWPINFO] New variable debug_fbsd_lwp.
5410 [TDP_RFPPWAIT || HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]
5411 (fbsd_fetch_kinfo_proc): Move function earlier.
5412 [PT_LWPINFO] (fbsd_thread_alive): New function.
5413 [PT_LWPINFO] (fbsd_pid_to_str): New function.
5414 [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME] (fbsd_thread_name): New function.
5415 [PT_LWP_EVENTS] (fbsd_enable_lwp_events): New function.
5416 [PT_LWPINFO] (fbsd_add_threads): New function.
5417 [PT_LWPINFO] (fbsd_update_thread_list): New function.
5418 [PT_LWPINFO] New variable super_resume.
5419 [PT_LWPINFO] (resume_one_thread_cb): New function.
5420 [PT_LWPINFO] (resume_all_threads_cb): New function.
5421 [PT_LWPINFO] (fbsd_resume): New function.
5422 (fbsd_remember_child): Save full ptid instead of plain pid.
5423 (fbsd_is_child_pending): Return ptid of saved child process.
5424 (fbsd_wait): Include lwp in returned ptid and switch to LWP ptid on
5425 first stop.
5426 [PT_LWP_EVENTS] Handle LWP events.
5427 [TDP_RFPPWAIT] Include LWP in child ptid.
5428 (fbsd_post_startup_inferior) [PT_LWP_EVENTS]: Enable LWP events.
5429 (fbsd_post_attach) [PT_LWP_EVENTS]: Enable LWP events.
5430 Add threads for existing processes.
5431 (fbsd_nat_add_target) [PT_LWPINFO]: Set "to_thread_alive" to
5432 "fbsd_thread_alive".
5433 Set "to_pid_to_str" to "fbsd_pid_to_str".
5434 [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]: Set "to_thread_name" to
5435 "fbsd_thread_name".
5436 [PT_LWPINFO]: Set "to_update_thread_list" to "fbsd_update_thread_list".
5437 Set "to_has_thread_control" to "tc_schedlock".
5438 Set "to_resume" to "fbsd_resume".
5439 (_initialize_fbsd_nat): New function.
5440 * configure: Regenerate.
5441 * config.in: Regenerate.
5442
94309df7
JB
54432016-01-19 John Baldwin <jhb@FreeBSD.org>
5444
5445 * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
5446 get_ptrace_pid.
5447 (amd64bsd_store_inferior_registers): Use get_ptrace_pid.
5448 (amd64bsd_dr_get): Use get_ptrace_pid.
5449 (amd64bsd_dr_set): Use get_ptrace_pid.
5450 * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Use get_ptrace_pid.
5451 (i386bsd_store_inferior_registers): Use get_ptrace_pid.
5452 (i386bsd_dr_get): Use get_ptrace_pid.
5453 (i386bsd_dr_set): Use get_ptrace_pid.
5454 * inf-ptrace.c (get_ptrace_pid): Export.
5455 * inf-ptrace.h (get_ptrace_pid): Declare.
5456 * ppcfbsd-nat.c (ppcfbsd_fetch_inferior_registers): Use lwp id.
5457 (ppcfbsd_store_inferior_registers): Use lwp id.
5458
79117428
JB
54592016-01-19 John Baldwin <jhb@FreeBSD.org>
5460
5461 * fbsd_tdep.c (fbsd_core_pid_to_str): New function.
5462 (fbsd_core_thread_name): New function.
5463 (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
5464 Add "core_thread_name" gdbarch method.
5465
4dfc5dbc
JB
54662016-01-19 John Baldwin <jhb@FreeBSD.org>
5467
5468 * corelow.c (core_thread_name): New function.
5469 (init_core_ops): Use "core_thread_name" for the "to_thread_name"
5470 target op.
5471 * gdbarch.sh (core_thread_name): New gdbarch callback.
5472 * gdbarch.h: Re-generate.
5473 * gdbarch.c: Re-generate.
5474
10e3ed90
SM
54752016-01-19 Simon Marchi <simon.marchi@polymtl.ca>
5476
5477 * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
5478 convert gdb.Value to integer type using int().
5479
a6e69c1f
JB
54802016-01-19 John Baldwin <jhb@FreeBSD.org>
5481
5482 * configure.ac: Include <sys/types.h when checking for "r_fs" in
5483 "struct reg".
5484 * configure: Regenerate.
5485
37e42b4f
PA
54862016-01-19 Pedro Alves <palves@redhat.com>
5487
5488 * ax-gdb.c (agent_command_1): Adjust call to decode_line_full.
5489 * break-catch-throw.c (re_set_exception_catchpoint): Pass the
5490 current program space down to linespec decoding and breakpoint
5491 location updating.
5492 * breakpoint.c (parse_breakpoint_sals): Adjust calls to
5493 decode_line_full.
5494 (until_break_command): Adjust calls to decode_line_1.
5495 (base_breakpoint_decode_location, bkpt_decode_location): Add
5496 'search_pspace' parameter. Pass it along.
5497 (bkpt_probe_create_sals_from_location): Adjust calls to
5498 parse_probes.
5499 (tracepoint_decode_location, tracepoint_probe_decode_location)
5500 (strace_marker_decode_location): Add 'search_pspace' parameter.
5501 Pass it along.
5502 (all_locations_are_pending): Rewrite to take a breakpoint and
5503 program space as arguments instead.
5504 (hoist_existing_locations): New function.
5505 (update_breakpoint_locations): Add 'filter_pspace' parameter. Use
5506 hoist_existing_locations instead of always removing all locations,
5507 and adjust to all_locations_are_pending change.
5508 (location_to_sals): Add 'search_pspace' parameter. Pass it along.
5509 Don't disable the breakpoint if there are other locations in
5510 another program space.
5511 (breakpoint_re_set_default): Adjust to pass down the current
5512 program space as filter program space.
5513 (decode_location_default): Add 'search_pspace' parameter and pass
5514 it along.
5515 (prepare_re_set_context): Don't switch program space here.
5516 (breakpoint_re_set): Use save_current_space_and_thread instead of
5517 save_current_program_space.
5518 * breakpoint.h (struct breakpoint_ops) <decode_location>: Add
5519 'search_pspace' parameter.
5520 (update_breakpoint_locations): Add 'filter_pspace' parameter.
5521 * cli/cli-cmds.c (edit_command, list_command): Adjust calls to
5522 decode_line_1.
5523 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the current
5524 program space as filter program space.
5525 * linespec.c (struct linespec_state) <search_pspace>: New field.
5526 (create_sals_line_offset, convert_explicit_location_to_sals)
5527 (parse_linespec): Pass the search program space down.
5528 (linespec_state_constructor): Add 'search_pspace' parameter.
5529 Store it.
5530 (linespec_parser_new): Add 'search_pspace' parameter and pass it
5531 along.
5532 (linespec_lex_to_end): Adjust.
5533 (decode_line_full, decode_line_1): Add 'search_pspace' parameter
5534 and pass it along.
5535 (decode_line_with_last_displayed): Adjust.
5536 (collect_symtabs_from_filename, symtabs_from_filename): New
5537 'search_pspace' parameter. Use it.
5538 (find_function_symbols): Pass the search program space down.
5539 * linespec.h (decode_line_1, decode_line_full): Add
5540 'search_pspace' parameter.
5541 * probe.c (parse_probes_in_pspace): New function, factored out
5542 from ...
5543 (parse_probes): ... this. Add 'search_pspace' parameter and use
5544 it.
5545 * probe.h (parse_probes): Add pspace' parameter.
5546 * python/python.c (gdbpy_decode_line): Adjust.
5547 * tracepoint.c (scope_info): Adjust.
5548
100b4f2e
MR
55492016-01-18 Maciej W. Rozycki <macro@imgtec.com>
5550
5551 * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
5552 instruction support.
5553 (micromips_next_pc): Likewise.
5554 (micromips_scan_prologue): Likewise.
5555 (micromips_deal_with_atomic_sequence): Likewise.
5556 (micromips_stack_frame_destroyed_p): Likewise.
5557 (mips_breakpoint_from_pc): Likewise.
5558
3f7f3650
MR
55592016-01-18 Maciej W. Rozycki <macro@imgtec.com>
5560
5561 * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
5562 unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
5563
f303dbd6
PA
55642016-01-18 Pedro Alves <palves@redhat.com>
5565
5566 * NEWS: Mention that GDB now displays the ID and name of the
5567 thread that hit a breakpoint or received a signal.
5568 * break-catch-sig.c (signal_catchpoint_print_it): Use
5569 maybe_print_thread_hit_breakpoint.
5570 * break-catch-syscall.c (print_it_catch_syscall): Likewise.
5571 * break-catch-throw.c (print_it_exception_catchpoint): Likewise.
5572 * breakpoint.c (maybe_print_thread_hit_breakpoint): New function.
5573 (print_it_catch_fork, print_it_catch_vfork, print_it_catch_solib)
5574 (print_it_catch_exec, print_it_ranged_breakpoint)
5575 (print_it_watchpoint, print_it_masked_watchpoint, bkpt_print_it):
5576 Use maybe_print_thread_hit_breakpoint.
5577 * breakpoint.h (maybe_print_thread_hit_breakpoint): Declare.
5578 * gdbthread.h (show_thread_that_caused_stop): Declare.
5579 * infrun.c (print_signal_received_reason): Print which thread
5580 received signal.
5581 * thread.c (show_thread_that_caused_stop): New function.
5582
eb0edac8
GB
55832016-01-18 Gary Benson <gbenson@redhat.com>
5584
5585 * nat/linux-namespaces.c (do_fork): New function.
5586 (linux_mntns_get_helper): Use the above.
5587
dc365182
JH
55882016-01-17 Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de> (tiny change)
5589
5590 Pushed by Joel Brobecker <brobecker@adacore.com>.
5591 PR gdb/19208
5592 * dwarf2read.c (read_partial_die): Do not call set_objfile_main_name
5593 if the function has no name.
5594
f74f61cb
SL
55952016-01-15 Sandra Loosemore <sandra@codesourcery.com>
5596
5597 * charset.c [PHONY_ICONV] (GDB_DEFAULT_HOST_CHARSET):
5598 Conditionalize for Windows host.
5599 (GDB_DEFAULT_TARGET_CHARSET): Match GDB_DEFAULT_HOST_CHARSET.
5600 (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
5601 (phony_iconv_open): Handle both UTF-32 endiannesses.
5602 (phony_iconv): Likewise. Check for output overflow and clean up
5603 out-of-input cases. Correct adjustment to input buffer pointer.
5604 (set_be_le_names) [PHONY_ICONV]: Use hard-wired names to match
5605 phony_iconv_open.
5606
71ef29a8
PA
56072016-01-15 Pedro Alves <palves@redhat.com>
5608
5609 * NEWS: Mention star wildcard ranges.
5610 * cli/cli-utils.c (get_number_or_range): Check state->in_range first.
5611 (number_range_setup_range): New function.
5612 * cli/cli-utils.h (number_range_setup_range): New declaration.
5613 * thread.c (thread_apply_command): Support star TID ranges.
5614 * tid-parse.c (tid_range_parser_finished)
5615 (tid_range_parser_string, tid_range_parser_skip)
5616 (get_tid_or_range, get_tid_or_range): Handle
5617 TID_RANGE_STATE_STAR_RANGE.
5618 (tid_range_parser_star_range): New function.
5619 * tid-parse.h (enum tid_range_state) <TID_RANGE_STATE_STAR_RANGE>:
5620 New value.
5621 (tid_range_parser_star_range): New declaration.
5622
3f5b7598
PA
56232016-01-15 Pedro Alves <palves@redhat.com>
5624
5625 * thread.c (thread_apply_command): Use the tid range parser to
5626 advance past the thread ID list.
5627 * tid-parse.c (get_positive_number_trailer): New function.
5628 (parse_thread_id): Use it.
5629 (get_tid_or_range): Use it. Return 0 instead of throwing invalid
5630 thread ID error.
5631 (get_tid_or_range): Detect negative values. Return 0 instead of
5632 throwing invalid thread ID error.
5633
e7cf25a8
YQ
56342016-01-14 Yao Qi <yao.qi@linaro.org>
5635
5636 * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
5637 Declare.
5638 (arm_linux_get_next_pcs_ops): Install
5639 arm_linux_get_next_pcs_syscall_next_pc.
5640 (arm_linux_syscall_next_pc): Change to ...
5641 (arm_linux_get_next_pcs_syscall_next_pc): ... it.
5642 (arm_linux_init_abi): Don't set tdep->syscall_next_pc.
5643 * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
5644 (arm_get_next_pcs_syscall_next_pc): Make it static. Don't
5645 call tdep->syscall_next_pc.
5646 * arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
5647 (arm_get_next_pcs_syscall_next_pc): Remove.
5648
c0518081
YQ
56492016-01-14 Yao Qi <yao.qi@linaro.org>
5650
5651 * remote.c (remote_set_syscall_catchpoint): Cast to char *.
5652 * thread.c (do_captured_thread_select): Cast to const char *.
5653
1b451dda
YQ
56542016-01-14 Yao Qi <yao.qi@linaro.org>
5655
5656 * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
5657 argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
5658 (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
5659 instead.
5660 * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
5661 <arm_thumb2_breakpoint>: Remove.
5662 <has_thumb2_breakpoint>: New field.
5663 (arm_get_next_pcs_ctor): Update declaration.
5664 * arm-linux-tdep.c (arm_linux_software_single_step): Pass
5665 1 to arm_get_next_pcs_ctor.
5666 * arm-tdep.c (arm_software_single_step): Pass 0 to
5667 arm_get_next_pcs_ctor.
5668
bc06e0b1
UW
56692016-01-13 Ulrich Weigand <uweigand@de.ibm.com>
5670
5671 * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
5672
4e7b8bea
YQ
56732016-01-13 Yao Qi <yao.qi@linaro.org>
5674
5675 * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
5676 byte_order_for_code to read instruction.
5677
663f6d42
PA
56782016-01-13 Pedro Alves <palves@redhat.com>
5679
5680 * NEWS: Mention $_gthread.
5681 * gdbthread.h (struct thread_info) <global_num>: Mention
5682 $_gthread.
5683 * thread.c (thread_num_make_value_helper): New function.
5684 (thread_id_make_value): Delete.
5685 (thread_id_per_inf_num_make_value, global_thread_id_make_value):
5686 New.
5687 (thread_funcs): Adjust.
5688 (gthread_funcs): New.
5689 (_initialize_thread): Register $_gthread variable.
5690
c84f6bbf
PA
56912016-01-13 Pedro Alves <palves@redhat.com>
5692
5693 * NEWS: Mention "info threads -gid".
5694 * gdbthread.h (struct thread_info) <global_num>: Mention "info
5695 threads -gid".
5696 * thread.c (info_threads_command): Handle "-gid".
5697 (_initialize_thread): Adjust "info threads" help string to mention
5698 -gid.
5699
22a02324
PA
57002016-01-13 Pedro Alves <palves@redhat.com>
5701
5702 * NEWS: Mention InferiorThread.global_num.
5703 * python/py-infthread.c (thpy_get_global_num): New function.
5704 (thread_object_getset): Register "global_num".
5705
5d5658a1
PA
57062016-01-13 Pedro Alves <palves@redhat.com>
5707
5708 * NEWS: Mention that thread IDs are now per inferior and global
5709 thread IDs.
5710 * Makefile.in (SFILES): Add tid-parse.c.
5711 (COMMON_OBS): Add tid-parse.o.
5712 (HFILES_NO_SRCDIR): Add tid-parse.h.
5713 * ada-tasks.c: Adjust to use ptid_to_global_thread_id.
5714 * breakpoint.c (insert_breakpoint_locations)
5715 (remove_threaded_breakpoints, bpstat_check_breakpoint_conditions)
5716 (print_one_breakpoint_location, set_longjmp_breakpoint)
5717 (check_longjmp_breakpoint_for_call_dummy)
5718 (set_momentary_breakpoint): Adjust to use global IDs.
5719 (find_condition_and_thread, watch_command_1): Use parse_thread_id.
5720 (until_break_command, longjmp_bkpt_dtor)
5721 (breakpoint_re_set_thread, insert_single_step_breakpoint): Adjust
5722 to use global IDs.
5723 * dummy-frame.c (pop_dummy_frame_bpt): Adjust to use
5724 ptid_to_global_thread_id.
5725 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
5726 * gdbthread.h (struct thread_info): Rename field 'num' to
5727 'global_num. Add new fields 'per_inf_num' and 'inf'.
5728 (thread_id_to_pid): Rename thread_id_to_pid to
5729 global_thread_id_to_ptid.
5730 (pid_to_thread_id): Rename to ...
5731 (ptid_to_global_thread_id): ... this.
5732 (valid_thread_id): Rename to ...
5733 (valid_global_thread_id): ... this.
5734 (find_thread_id): Rename to ...
5735 (find_thread_global_id): ... this.
5736 (ALL_THREADS, ALL_THREADS_BY_INFERIOR): Declare.
5737 (print_thread_info): Add comment.
5738 * tid-parse.h: New file.
5739 * tid-parse.c: New file.
5740 * infcmd.c (step_command_fsm_prepare)
5741 (step_command_fsm_should_stop): Adjust to use the global thread
5742 ID.
5743 (until_next_command, until_next_command)
5744 (finish_command_fsm_should_stop): Adjust to use the global thread
5745 ID.
5746 (attach_post_wait): Adjust to check the inferior number too.
5747 * inferior.h (struct inferior) <highest_thread_num>: New field.
5748 * infrun.c (handle_signal_stop)
5749 (insert_exception_resume_breakpoint)
5750 (insert_exception_resume_from_probe): Adjust to use the global
5751 thread ID.
5752 * record-btrace.c (record_btrace_open): Use global thread IDs.
5753 * remote.c (process_initial_stop_replies): Also consider the
5754 inferior number.
5755 * target.c (target_pre_inferior): Clear the inferior's highest
5756 thread num.
5757 * thread.c (clear_thread_inferior_resources): Adjust to use the
5758 global thread ID.
5759 (new_thread): New inferior parameter. Adjust to use it. Set both
5760 the thread's global ID and the thread's per-inferior ID.
5761 (add_thread_silent): Adjust.
5762 (find_thread_global_id): New.
5763 (find_thread_id): Make static. Adjust to rename.
5764 (valid_thread_id): Rename to ...
5765 (valid_global_thread_id): ... this.
5766 (pid_to_thread_id): Rename to ...
5767 (ptid_to_global_thread_id): ... this.
5768 (thread_id_to_pid): Rename to ...
5769 (global_thread_id_to_ptid): ... this. Adjust.
5770 (first_thread_of_process): Adjust.
5771 (do_captured_list_thread_ids): Adjust to use global thread IDs.
5772 (should_print_thread): New function.
5773 (print_thread_info): Rename to ...
5774 (print_thread_info_1): ... this, and add new show_global_ids
5775 parameter. Handle it. Iterate over inferiors.
5776 (print_thread_info): Reimplement as wrapper around
5777 print_thread_info_1.
5778 (show_inferior_qualified_tids): New function.
5779 (print_thread_id): Use it.
5780 (tp_array_compar): Compare inferior numbers too.
5781 (thread_apply_command): Use tid_range_parser.
5782 (do_captured_thread_select): Use parse_thread_id.
5783 (thread_id_make_value): Adjust.
5784 (_initialize_thread): Adjust "info threads" help string.
5785 * varobj.c (struct varobj_root): Update comment.
5786 (varobj_create): Adjust to use global thread IDs.
5787 (value_of_root_1): Adjust to use global_thread_id_to_ptid.
5788 * windows-tdep.c (display_tib): No longer accept an argument.
5789 * cli/cli-utils.c (get_number_trailer): Make extern.
5790 * cli/cli-utils.h (get_number_trailer): Declare.
5791 (get_number_const): Adjust documentation.
5792 * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Adjust to use global
5793 thread IDs.
5794 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
5795 (mi_on_normal_stop, mi_output_running_pid, mi_on_resume):
5796 * mi/mi-main.c (mi_execute_command, mi_cmd_execute): Likewise.
5797 * guile/scm-breakpoint.c (gdbscm_set_breakpoint_thread_x):
5798 Likewise.
5799 * python/py-breakpoint.c (bppy_set_thread): Likewise.
5800 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
5801 * python/py-infthread.c (thpy_get_num): Add comment and return the
5802 per-inferior thread ID.
5803 (thread_object_getset): Update comment of "num".
5804
43792cf0
PA
58052016-01-13 Pedro Alves <palves@redhat.com>
5806
5807 * breakpoint.c (remove_threaded_breakpoints)
5808 (print_one_breakpoint_location): Use print_thread_id.
5809 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
5810 (btrace_fetch, btrace_clear): Use print_thread_id.
5811 * common/print-utils.c (CELLSIZE): Delete.
5812 (get_cell): Rename to ...
5813 (get_print_cell): ... this and made extern. Adjust call callers.
5814 Adjust to use PRINT_CELL_SIZE.
5815 * common/print-utils.h (get_print_cell): Declare.
5816 (PRINT_CELL_SIZE): New.
5817 * gdbthread.h (print_thread_id): Declare.
5818 * infcmd.c (signal_command): Use print_thread_id.
5819 * inferior.c (print_inferior): Use print_thread_id.
5820 * infrun.c (handle_signal_stop)
5821 (insert_exception_resume_breakpoint)
5822 (insert_exception_resume_from_probe)
5823 (print_signal_received_reason): Use print_thread_id.
5824 * record-btrace.c (record_btrace_info)
5825 (record_btrace_resume_thread, record_btrace_cancel_resume)
5826 (record_btrace_step_thread, record_btrace_wait): Use
5827 print_thread_id.
5828 * thread.c (thread_apply_all_command): Use print_thread_id.
5829 (print_thread_id): New function.
5830 (thread_apply_command): Use print_thread_id.
5831 (thread_command, thread_find_command, do_captured_thread_select):
5832 Use print_thread_id.
5833
84654457
PA
58342016-01-13 Pedro Alves <palves@redhat.com>
5835
5836 * NEWS: Mention InferiorThread.inferior.
5837 * python/py-infthread.c (thpy_get_inferior): New.
5838 (thread_object_getset): Register "inferior".
5839
e3940304
PA
58402016-01-13 Pedro Alves <palves@redhat.com>
5841
5842 * NEWS: Mention $_inferior.
5843 * inferior.c (inferior_id_make_value): New.
5844 (inferior_funcs): New.
5845 (_initialize_inferior): Create $_inferior variable.
5846
a911d87a
PA
58472016-01-13 Pedro Alves <palves@redhat.com>
5848
5849 PR breakpoints/19388
5850 * frame.c (get_current_frame): Use validate_registers_access.
5851 * gdbthread.h (validate_registers_access): Declare.
5852 * infrun.c (validate_siginfo_access): Delete.
5853 (siginfo_value_read, siginfo_value_write): Use
5854 validate_registers_access.
5855 * thread.c (validate_registers_access): New function.
5856
82075af2
JS
58572016-01-12 Josh Stone <jistone@redhat.com>
5858 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5859
5860 * NEWS (Changes since GDB 7.10): Mention QCatchSyscalls and the
5861 syscall_entry and syscall_return stop reasons. Mention GDB
5862 support for remote catch syscall.
5863 * remote.c (PACKET_QCatchSyscalls): New enum.
5864 (remote_set_syscall_catchpoint): New function.
5865 (remote_protocol_features): New element for QCatchSyscalls.
5866 (remote_parse_stop_reply): Parse syscall_entry/return stops.
5867 (init_remote_ops): Install remote_set_syscall_catchpoint.
5868 (_initialize_remote): Config QCatchSyscalls.
5869 * linux-nat.h (struct lwp_info) <syscall_state>: Comment typo.
5870
d18547d8
YQ
58712016-01-12 Yao Qi <yao.qi@linaro.org>
5872
5873 * nat/linux-ptrace.c (linux_child_function): Cast child_stack
5874 to gdb_byte * and pass to linux_fork_to_function.
5875
ba4dd7c4
YQ
58762016-01-12 Yao Qi <yao.qi@linaro.org>
5877
5878 * nat/linux-ptrace.c (linux_fork_to_function): Change type
5879 of argument 'function'.
5880 (linux_grandchild_function): Change return type to 'int'.
5881 Change child_stack's type to 'void *'.
5882 (linux_child_function): Likewise.
5883
bc504a31
PA
58842016-01-12 Pedro Alves <palves@redhat.com>
5885
5886 Remove use of the registered trademark symbol throughout.
5887
5eddd578
TS
58882016-01-12 Thomas Schwinge <thomas@codesourcery.com>
5889
5890 * reply_mig_hack.awk: Rewrite one regular expression.
5891
b835bb52
MF
58922016-01-11 Mike Frysinger <vapier@gentoo.org>
5893
5894 * acinclude.m4: Include new warning.m4 file.
5895 * configure: Regenerated.
5896 * configure.ac: Move all warning logic ...
5897 * warning.m4: ... here.
5898
2f99e8fc
YQ
58992016-01-08 Yao Qi <yao.qi@linaro.org>
5900
5901 * extension.c: Include target.h.
5902 (set_active_ext_lang): Only call install_gdb_sigint_handler,
5903 check_quit_flag, and set_quit_flag if target_terminal_is_ours
5904 returns false.
5905 (restore_active_ext_lang): Likewise.
5906 * target.c (target_terminal_is_ours): New function.
5907 * target.h (target_terminal_is_ours): Declare.
5908
5dd05630
MR
59092016-01-07 Maciej W. Rozycki <macro@imgtec.com>
5910
5911 * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
5912 to `err' in the little-endian leg.
5913
f5aa3069
YQ
59142016-01-06 Yao Qi <yao.qi@linaro.org>
5915
5916 * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
5917 lines below.
5918 (thumb_get_next_pcs_raw): Make it static.
5919 (arm_get_next_pcs_raw): Likewise.
5920 * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
5921 declaration.
5922 (arm_get_next_pcs_raw): Likewise.
5923
bf69ad5a
MF
59242016-01-05 Mike Frysinger <vapier@gentoo.org>
5925
5926 * version.in: Change cvs to git.
5927
66750332
MF
59282016-01-05 Mike Frysinger <vapier@gentoo.org>
5929
5930 * configure.tgt (score-*-*): Delete gdb_sim assignment.
5931
976102cd
PA
59322016-01-05 Pedro Alves <palves@redhat.com>
5933
5934 PR sim/13418
5935 * configure.ac: Define WITH_PPC_SIM when linking in the sim and
5936 the target is powerpc*.
fa89c126
PA
5937 * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
5938 of WITH_SIM.
976102cd
PA
5939 * configure: Regenerate.
5940 * config.in: Regenerate.
5941
43368e1d
MM
59422016-01-04 Markus Metzger <markus.t.metzger@intel.com>
5943
5944 * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
5945
32273fe6
MF
59462016-01-02 Mike Frysinger <vapier@gentoo.org>
5947
5948 * configure.tgt (powerpc*-*-*): Delete test call and
5949 always assign gdb_sim.
5950
618f726f
JB
59512016-01-01 Joel Brobecker <brobecker@adacore.com>
5952
5953 Update year range in copyright notice of all files.
5954
edd88788
JB
59552016-01-01 Joel Brobecker <brobecker@adacore.com>
5956
5957 * top.c (print_gdb_version): Change copyright year in version
5958 message.
5959
0f7b3ef4 59602016-01-01 Joel Brobecker <brobecker@adacore.com>
aec47d1d 5961
0f7b3ef4 5962 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
aec47d1d 5963
0f7b3ef4 5964For older changes see ChangeLog-2015.
c906108c
SS
5965\f
5966Local Variables:
5967mode: change-log
5968left-margin: 8
5969fill-column: 74
5970version-control: never
57da7796 5971coding: utf-8
c906108c 5972End:
This page took 2.181256 seconds and 4 git commands to generate.