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