Don't call clear_quit_flag after check_quit_flag
[external/binutils.git] / gdb / ChangeLog
1 2016-04-12  Pedro Alves  <palves@redhat.com>
2
3         * remote-sim.c (gdb_os_poll_quit): Don't call clear_quit_flag.
4         * remote.c (remote_wait_as): Don't call clear_quit_flag.
5
6 2016-04-12  Pedro Alves  <palves@redhat.com>
7
8         * python/python.c: Include "ser-event.h".
9         (gdbpy_event_fds): Delete.
10         (gdbpy_serial_event): New.
11         (gdbpy_run_events): Change prototype.  Use serial_event_clear
12         instead of serial_readchar.
13         (gdbpy_post_event): Use serial_event_set instead of serial_write.
14         (gdbpy_initialize_events): Use make_serial_event instead of
15         serial_pipe.
16
17 2016-04-12  Pedro Alves  <palves@redhat.com>
18
19         * defs.h: Extend QUIT-related comments to mention
20         interruptible_select.
21         (quit_serial_event_set, quit_serial_event_clear): Declare.
22         * event-top.c: Include "ser-event.h" and "gdb_select.h".
23         (quit_serial_event): New global.
24         (async_init_signals): Make quit_serial_event.
25         (quit_serial_event_set, quit_serial_event_clear)
26         (quit_serial_event_fd, interruptible_select): New functions.
27         * extension.c (set_quit_flag): Set the quit serial event.
28         (check_quit_flag): Clear the quit serial event.
29         * gdb_select.h (interruptible_select): New declaration.
30         * guile/scm-ports.c (ioscm_input_waiting): Use
31         interruptible_select instead of gdb_select.
32         * top.c (gdb_readline_no_editing): Likewise.
33         * ui-file.c (stdio_file_read): Likewise.
34
35 2016-04-12  Pedro Alves  <palves@redhat.com>
36
37         * event-loop.c: Include "ser-event.h".
38         (async_signal_handlers_serial_event): New global.
39         (async_signals_handler, initialize_async_signal_handlers): New
40         functions.
41         (mark_async_signal_handler): Set
42         async_signal_handlers_serial_event.
43         (invoke_async_signal_handlers): Clear
44         async_signal_handlers_serial_event.
45         * event-top.c (async_init_signals): Call
46         initialize_async_signal_handlers.
47
48 2016-04-12  Pedro Alves  <palves@redhat.com>
49
50         * Makefile.in (SFILES): Add ser-event.c.
51         (HFILES_NO_SRCDIR): Add ser-event.h.
52         (COMMON_OBS): Add ser-event.o.
53         * ser-event.c, ser-event.h: New files.
54         * serial.c (new_serial): New function, factored out from
55         (serial_fdopen_ops): ... this.
56         (serial_open_ops_1): New function, factored out from
57         (serial_open): ... this.
58         (serial_open_ops): New function.
59         * serial.h (struct serial): Forware declare.
60         (serial_open_ops): New declaration.
61
62 2016-04-12  Pedro Alves  <palves@redhat.com>
63
64         * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
65         Remove references to name.
66         * serial.h (struct serial) <name>: Delete.
67
68 2016-04-12  Pedro Alves  <palves@redhat.com>
69
70         * remote-fileio.c (sigint_fileio_token, remote_fio_no_longjmp):
71         Delete.
72         (async_remote_fileio_interrupt): Delete.
73         (remote_fileio_ctrl_c_signal_handler): Don't call the async signal
74         handler.  Instead just always set the ctrl_c flag.
75         (remote_fileio_reply): Clear remote_fio_ctrl_c_flag before
76         re-enabling the SIGINT handler.
77         (remote_fileio_func_open, remote_fileio_func_close)
78         (remote_fileio_func_read, remote_fileio_func_write)
79         (remote_fileio_func_lseek, remote_fileio_func_rename)
80         (remote_fileio_func_unlink, remote_fileio_func_stat)
81         (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
82         (remote_fileio_func_isatty, remote_fileio_func_system)
83         (remote_fileio_request): Remove references to
84         remote_fio_no_longjmp.
85         (initialize_remote_fileio): Don't create an async signal handler.
86
87 2016-04-12  Pedro Alves  <palves@redhat.com>
88
89         * event-top.c (stdin_event_handler): Call QUIT;
90         (prompt_for_continue): Don't run with immediate_quit set.
91
92 2016-04-12  Pedro Alves  <palves@redhat.com>
93
94         * tui/tui-io.c (tui_redisplay_readline): Check
95         gdb_in_secondary_prompt_p instead of immediate_quit.
96         * tui/tui.c: Include top.h.
97         (tui_rl_startup_hook): Check gdb_in_secondary_prompt_p instead of
98         immediate_quit.
99
100 2016-04-12  Pedro Alves  <palves@redhat.com>
101
102         * top.c (read_command_file): Inline command_loop here.
103         (command_loop): Delete.
104
105 2016-04-12  Pedro Alves  <palves@redhat.com>
106
107         * top.c: Include "gdb_select.h".
108         (gdb_readline_no_editing): Wait for input with gdb_select instead
109         of blocking in fgetc.
110         (command_line_input): Don't set immediate_quit.
111
112 2016-04-08  Martin Galvan  <martin.galvan@tallertechnologies.com>
113
114         * value.c (value_next): Make pass-by-reference parameters const-correct.
115         (value_parent): Likewise.
116         (value_enclosing_type): Likewise.
117         (value_lazy): Likewise.
118         (value_stack): Likewise.
119         (value_embedded_offset): Likewise.
120         (value_pointed_to_offset): Likewise.
121         (value_raw_address): Likewise.
122         (deprecated_value_modifiable): Likewise.
123         (value_free_to_mark): Likewise.
124         (value_release_to_mark): Likewise.
125         (internalvar_name): Likewise.
126         (readjust_indirect_value_type): Likewise.
127         (value_initialized): Likewise.
128         * value.h (value_next): Likewise.
129         (value_parent): Likewise.
130         (value_enclosing_type): Likewise.
131         (value_lazy): Likewise.
132         (value_stack): Likewise.
133         (value_embedded_offset): Likewise.
134         (value_pointed_to_offset): Likewise.
135         (value_raw_address): Likewise.
136         (deprecated_value_modifiable): Likewise.
137         (value_free_to_mark): Likewise.
138         (value_release_to_mark): Likewise.
139         (internalvar_name): Likewise.
140         (readjust_indirect_value_type): Likewise.
141         (value_initialized): Likewise.
142
143 2016-04-07  Yao Qi  <yao.qi@linaro.org>
144
145         * record-full.c (record_full_insert_breakpoint): Return
146         early if entry on the address is found in
147         record_full_breakpoints.
148
149 2016-04-07  Yao Qi  <yao.qi@linaro.org>
150
151         * record-full.c (record_full_insert_breakpoint): Set
152         bp_tgt->reqstd_address and bp_tgt->placed_size.
153
154 2016-04-06  Don Breazeal  <donb@codesourcery.com>
155
156         * value.c (value_actual_type): Don't try to get rtti type
157         of the value if it has been optimized out.
158         (value_optimized_out): If a memory access error occurs,
159         just check vaue->optimized_out.
160
161 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
162
163         Revert the previous commit adding unknown_v_replies_ok.
164
165 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
166
167         * remote.c (struct remote_state): New field unknown_v_replies_ok.
168         (packet_config_support): Read it.
169         (remote_start_remote): Set it.
170
171 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
172
173         * remote.c: Revert check-in by a mistake in the previous commit.
174
175 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
176             Pedro Alves  <palves@redhat.com>
177
178         * exec.c (exec_file_locate_attach): Print warning for unsupported
179         target_pid_to_exec_file.
180         * symfile-mem.c (add_vsyscall_page): Remove the "file" command
181         message part.
182
183 2016-04-04  Simon Marchi  <simon.marchi@ericsson.com>
184
185         * cli/cli-decode.c (help_cmd_list): Fix function doc and remove
186         trailing spaces.
187
188 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
189
190         PR gdb/19820
191         * eval.c (evaluate_subexp_standard): Allow TYPE_CODE_ENUM to be
192         the type of BINOP_REPEAT's second operand.
193
194 2016-03-31  Yichao Yu  <yyc1992@gmail.com>
195
196         PR gdb/19858
197         * jit.c (jit_breakpoint_re_set_internal): Return 0 if we already
198         got the breakpoint at the right address.
199         (jit_inferior_created): New function.
200         (_initialize_jit): Install jit_inferior_created as
201         inferior_created observer.
202
203 2016-03-31  Marcin Koƛcielnicki  <koriakin@0x04.net>
204
205         * NEWS: Mention support for tracepoints on powerpc*-linux.
206
207 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
208
209         PR python/19743
210         * python/python.c (execute_gdb_command): Use console uiout
211         when executing gdb command.
212         * utils.c (restore_ui_out_closure): New structure.
213         (do_restore_ui_out): New function.
214         (make_cleanup_restore_ui_out): Likewise.
215         * utils.h (make_cleanup_restore_ui_out): Declare.
216
217 2016-03-31  Pedro Alves  <palves@redhat.com>
218
219         * NEWS: Mention that support for "target m32rsdi", "target mips",
220         "target pmon", "target ddb", "target rockhopper", and "target lsi"
221         was removed.
222         * Makefile.in (ALL_TARGET_OBS): Remove remote-m32r-sdi.o and
223         remote-mips.o.
224         (ALLDEPFILES): Remove remote-m32r-sdi.c and remote-mips.c.
225         * configure.tgt: Remove all references to remote-m32r-sdi.o and
226         remote-mips.o.
227         * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Delete
228         function.
229         * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Delete
230         declaration.
231         * remote-m32r-sdi.c, remote-mips.c: Delete files.
232         * symfile.c (generic_load, generic_load): Remove comments.
233
234 2016-03-30  Yao Qi  <yao.qi@linaro.org>
235
236         * arm-tdep.c (arm_epilogue_frame_this_id): Check 'func' against
237         0 rather than NULL.
238
239 2016-03-30  Yao Qi  <yao.qi@linaro.org>
240
241         * arm-tdep.c: (arm_make_epilogue_frame_cache): New function.
242         (arm_epilogue_frame_this_id): New function.
243         (arm_epilogue_frame_prev_register): New function.
244         (arm_epilogue_frame_sniffer): New function.
245         (arm_epilogue_frame_unwind): New.
246         (arm_gdbarch_init): Append unwinder arm_epilogue_frame_unwind.
247
248 2016-03-30  Yao Qi  <yao.qi@linaro.org>
249
250         * arm-tdep.c (arm_stack_frame_destroyed_p): Rename it ...
251         (arm_stack_frame_destroyed_p_1): ... here.  Don't call
252         arm_pc_is_thumb.
253         (arm_stack_frame_destroyed_p): Call
254         thumb_stack_frame_destroyed_p and
255         arm_stack_frame_destroyed_p_1.
256
257 2016-03-30  Doug Evans  <dje@google.com>
258
259         * python/py-utils.c (host_string_to_python_string): New function.
260         * python/python-internal.h (host_string_to_python_string): Declare it.
261         * python/py-*.c (*): Update all calls to
262         PyString_Decode (str, strlen (str), host_charset (), NULL);
263         to use host_string_to_python_string instead.
264
265 2016-03-30  Marcin Koƛcielnicki  <koriakin@0x04.net>
266
267         * remote.c (remote_check_symbols): Allocate own buffer for reply.
268
269 2016-03-29  Max Filippov  <jcmvbkbc@gmail.com>
270
271         * xtensa-tdep.c (xtensa_frame_cache): Change op1 type to LONGEST.
272         Use safe_read_memory_integer instead of read_memory_integer.
273
274 2016-03-29  Marcin Koƛcielnicki  <koriakin@0x04.net>
275
276         * NEWS: Mention support for tracepoints on s390*-linux.
277
278 2016-03-29  Don Breazeal  <donb@codesourcery.com>
279
280         * gdb/value.c (value_actual_type): Fix formatting issue.
281
282 2016-03-23  Yao Qi  <yao.qi@linaro.org>
283
284         * gdbarch.sh (software_single_step): Remove comments.
285         * gdbarch.h: Regenerated.
286
287 2016-03-21  Yao Qi  <yao.qi@linaro.org>
288
289         * arm-tdep.c (arm_record_media): New.
290         (arm_record_ld_st_reg_offset): Call arm_record_media.
291
292 2016-03-21  Yao Qi  <yao.qi@linaro.org>
293
294         * arm-linux-tdep.c (arm_canonicalize_syscall): Canonicalize
295         more syscalls.
296
297 2016-03-18  Yao Qi  <yao.qi@linaro.org>
298
299         * sparc-tdep.c (sparc_software_single_step): Make it static.
300         * sparc-tdep.h (sparc_software_single_step): Remove declaration.
301
302 2016-03-18  Yao Qi  <yao.qi@linaro.org>
303
304         * spu-tdep.c (spu_software_single_step): Throw error when
305         target_read_memory fails.
306
307 2016-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
308
309         * linux-thread-db.c (check_pid_namespace_match): Extend the message.
310
311 2016-03-17  Pedro Alves  <palves@redhat.com>
312             Don Breazeal  <donb@codesourcery.com>
313
314         PR remote/19496
315         * infcmd.c (notice_new_inferior): Use the 'leave_running' argument
316         instead of checking the 'non_stop' global.
317         * remote.c (remote_add_thread): New parameter 'executing'.  Use it
318         to set the new thread's executing state.
319         (remote_notice_new_inferior): Rename parameter 'running' to
320         'executing'.  Always set the thread state to THREAD_RUNNING in
321         non-stop mode, and to THREAD_STOPPED in all-stop mode.  Pass
322         EXECUTING to remote_add_thread and notice_new_inferior.
323         (remote_update_thread_list): Update to pass executing state, not
324         running state.
325
326 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
327
328         * syscalls/s390-linux.xml: Add NUMA syscalls and new syscalls up
329         to 374.
330         * syscalls/s390x-linux.xml: Likewise.
331
332 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
333
334         * linux-record.c (record_mem_at_reg): New helper function.
335         (record_linux_system_call): Exploit new helper function where
336         applicable.
337
338 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
339
340         * linux-record.c: Fix whitespace issues; tabify, remove trailing
341         spaces.
342
343 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
344
345         * linux-record.c (record_linux_system_call): Add missing return
346         statements to handling of pipe and pipe2 syscalls.
347
348 2016-03-16  Doug Evans  <dje@google.com>
349
350         * xml-tdesc.c (tdesc_start_enum): Fix c++ build.
351
352 2016-03-16  Yao Qi  <yao.qi@linaro.org>
353
354         * arm-linux-tdep.c (arm_linux_init_abi): Fix
355         arm_linux_record_tdep.arg1, arm_linux_record_tdep.arg2 and
356         arm_linux_record_tdep.arg3.  Set arm_linux_record_tdep.arg4,
357         arm_linux_record_tdep.arg5, arm_linux_record_tdep.arg6, and
358         arm_linux_record_tdep.arg7.
359
360 2016-03-15  Keith Seitz  <keiths@redhat.com>
361
362         PR breakpoints/18303
363         * cp-namespace.c (cp_lookup_bare_symbol): Change assertion to
364         look for "::" instead of simply ":".
365         (cp_search_static_and_baseclasses): Return null_block_symbol for
366         malformed input.
367         Remove assertions.
368         * cp-support.c (cp_find_first_component_aux): Do not return
369         a prefix length for ':' unless the next character is also ':'.
370
371 2016-03-15  Doug Evans  <dje@google.com>
372
373         * features/aarch64-core.xml (cpsr_flags): New flags type.
374         (cpsr): Use it.
375         * features/aarch64.c: Regenerate.
376
377 2016-03-15  Doug Evans  <dje@google.com>
378
379         * features/i386/32bit-core.xml (i386_eflags): Remove "end" spec.
380         * features/i386/32bit-sse.xml (i386_eflags): Ditto.
381         * features/i386/64bit-core.xml (i386_eflags): Ditto.
382         * features/i386/64bit-sse.xml (i386_eflags): Ditto.
383         * features/i386/x32-core.xml (i386_eflags): Ditto.
384
385 2016-03-15  Doug Evans  <dje@google.com>
386             Wei-cheng Wang  <cole945@gmail.com>
387
388         Extend flags to support multibit and enum bitfields.
389         * NEWS: Document new features.
390         * c-typeprint.c (c_type_print_varspec_prefix): Handle TYPE_CODE_FLAGS.
391         (c_type_print_varspec_suffix, c_type_print_base): Ditto.
392         * gdbtypes.c (arch_flags_type): Don't assume all fields are one bit.
393         (append_flags_type_field): New function.
394         (append_flags_type_flag): Call it.
395         * gdbtypes.h (append_flags_type_field): Declare.
396         * target-descriptions.c (struct tdesc_type_flag): Delete.
397         (enum tdesc_type_kind) <TDESC_TYPE_BOOL>: New enum value.
398         (enum tdesc_type_kind) <TDESC_TYPE_ENUM>: Ditto.
399         (struct tdesc_type) <u.f>: Delete.
400         (tdesc_predefined_types): Add "bool".
401         (tdesc_predefined_type): New function.
402         (tdesc_gdb_type): Handle TDESC_TYPE_BOOL, TDESC_TYPE_ENUM.
403         Update TDESC_TYPE_FLAGS support.
404         (tdesc_free_type): Handle TDESC_TYPE_ENUM.  Update TDESC_TYPE_FLAGS.
405         (tdesc_create_flags): Update.
406         (tdesc_create_enum): New function.
407         (tdesc_add_field): Initialize start,end to -1.
408         (tdesc_add_typed_bitfield): New function.
409         (tdesc_add_bitfield): Call it.
410         (tdesc_add_flag): Allow TDESC_TYPE_STRUCT.  Update.
411         (tdesc_add_enum_value): New function.
412         (maint_print_c_tdesc_cmd): Fold TDESC_TYPE_FLAGS support into
413         TDESC_TYPE_STRUCT.  Handle TDESC_TYPE_ENUM.
414         * target-descriptions.h (tdesc_create_enum): Declare.
415         (tdesc_add_typed_bitfield, tdesc_add_enum_value): Declare.
416         * valprint.c (generic_val_print_enum_1): New function.
417         (generic_val_print_enum): Call it.
418         (val_print_type_code_flags): Make static.  Handle multibit bitfields
419         and enum bitfields.
420         * valprint.h (val_print_type_code_flags): Delete.
421         * xml-tdesc.c (struct tdesc_parsing_data) <current_type_is_flags>:
422         Delete.  All uses removed.
423         (tdesc_start_enum): New function.
424         (tdesc_start_field): Handle multibit and enum bitfields.
425         (tdesc_start_enum_value): New function.
426         (enum_value_attributes, enum_children, enum_attributes): New static
427         globals.
428         (feature_children): Add "enum".
429         * features/gdb-target.dtd (enum, evalue): New elements.
430
431 2016-03-15  Doug Evans  <dje@google.com>
432
433         * target-descriptions.c (struct tdesc_type) <u.u.size>: Change type
434         from LONGEST to int.
435         (struct tdesc_type) <u.f.size>: Ditto.
436         (tdesc_set_struct_size): Change type of "size" arg from LONGEST
437         to int.  Add assertion size > 0.
438         (tdesc_create_flags): Ditto.
439         * target-descriptions.h (tdesc_set_struct_size): Update.
440         (tdesc_create_flags): Update.
441         * xml-tdesc.c (MAX_FIELD_SIZE, MAX_FIELD_BITSIZE): New macros.
442         (MAX_VECTOR_SIZE): New macro.
443         (tdesc_start_struct): Catch conversion errors from LONGEST to int.
444         (tdesc_start_flags, tdesc_start_field, tdesc_start_vector): Ditto.
445
446 2016-03-15  Doug Evans  <dje@google.com>
447
448         * target-descriptions.c (maint_print_c_tdesc_cmd): Use "type" for
449         TYPE_CODE_FLAGS instead of "field_type", for consistency.
450         * features/i386/amd64-avx-linux.c: Regenerate.
451         * features/i386/amd64-avx.c: Regenerate.
452         * features/i386/amd64-avx512-linux.c: Regenerate.
453         * features/i386/amd64-avx512.c: Regenerate.
454         * features/i386/amd64-linux.c: Regenerate.
455         * features/i386/amd64-mpx-linux.c: Regenerate.
456         * features/i386/amd64-mpx.c: Regenerate.
457         * features/i386/amd64.c: Regenerate.
458         * features/i386/i386-avx-linux.c: Regenerate.
459         * features/i386/i386-avx.c: Regenerate.
460         * features/i386/i386-avx512-linux.c: Regenerate.
461         * features/i386/i386-avx512.c: Regenerate.
462         * features/i386/i386-linux.c: Regenerate.
463         * features/i386/i386-mmx-linux.c: Regenerate.
464         * features/i386/i386-mmx.c: Regenerate.
465         * features/i386/i386-mpx-linux.c: Regenerate.
466         * features/i386/i386-mpx.c: Regenerate.
467         * features/i386/i386.c: Regenerate.
468         * features/i386/x32-avx-linux.c: Regenerate.
469         * features/i386/x32-avx.c: Regenerate.
470         * features/i386/x32-avx512-linux.c: Regenerate.
471         * features/i386/x32-avx512.c: Regenerate.
472         * features/i386/x32-linux.c: Regenerate.
473         * features/i386/x32.c: Regenerate.
474
475 2016-03-15  Pedro Alves  <palves@redhat.com>
476
477         PR gdb/19676
478         * linux-thread-db.c (try_thread_db_load_1): Leave
479         info->td_ta_thr_iter_p NULL iff debugging a live process and we
480         have /proc access.
481         (find_new_threads_once): Assert that we have a non-NULL
482         info->td_ta_thr_iter_p instead of checking whether the target has
483         execution.
484
485 2016-03-15  Pedro Alves  <palves@redhat.com>
486
487         PR gdb/19676
488         * infrun.c (displaced_step_prepare): Also disable displaced
489         stepping on NOT_SUPPORTED_ERROR.
490         * linux-tdep.c (linux_displaced_step_location): If reading auxv
491         fails, throw NOT_SUPPORTED_ERROR instead of generic error.
492
493 2016-03-13  Marcin Koƛcielnicki  <koriakin@0x04.net>
494
495         * s390-linux-tdep.c (s390_gen_return_address): New function.
496         (s390_gdbarch_init): Fill gen_return_address hook.
497
498 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
499
500         * symmisc.c (maintenance_info_line_tables): New function.
501         (maintenance_print_one_line_table): New function.
502         (_initialize_symmisc): Register 'maint info line-table' command.
503         * NEWS: Mention new command.
504
505 2016-03-11  Marcin Koƛcielnicki  <koriakin@0x04.net>
506
507         * s390-linux-tdep.c (s390_ax_pseudo_register_collect): New function.
508         (s390_ax_pseudo_register_push_stack): New function.
509         (s390_gdbarch_init): Fill ax_pseudo_register_collect and
510         ax_pseudo_register_push_stack hooks.
511
512 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
513
514         * data-directory/Makefile.in (PYTHON_FILE_LIST): Install
515         gdb/function/as_string.py.
516         * python/lib/gdb/function/as_string.py: New file.
517         * NEWS: Mention the new $_as_string function.
518
519 2016-03-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
520
521         * target.h: Fix doc string of target_can_use_hardware_watchpoint.
522
523 2016-03-09  Pedro Alves  <palves@redhat.com>
524
525         * event-top.c (more_to_come): Delete.
526         (struct readline_input_state): Delete.
527         (readline_input_state): Delete.
528         (get_command_line_buffer): New function.
529         (command_handler): Update comments.  Don't handle NULL commands
530         here.  Do not execute commented lines.
531         (command_line_append_input_line): New function.
532         (handle_line_of_input): New function, partly based on
533         command_line_handler and command_line_input.
534         (command_line_handler): Rewrite.
535         * event-top.h (command_handler): New declaration.
536         (command_loop): Defer command execution to command_handler.
537         (command_line_input): Update comments.  Simplify, using struct
538         buffer and handle_line_of_input.
539         * top.h (struct buffer): New forward declaration.
540         (handle_line_of_input): New declaration.
541
542 2016-03-09  Pedro Alves  <palves@redhat.com>
543
544         * event-top.c (command_line_handler): Use xfree + xstrdup instead
545         of xrealloc + strcpy.
546         * main.c (captured_main): Use xstrdup instead of xmalloc plus
547         manual clear.
548         * top.c (saved_command_line): Rewrite comment.
549         (saved_command_line_size): Delete.
550         (command_line_input): Use xfree + xstrdup instead of xrealloc +
551         strcpy.
552         * top.h (saved_command_line_size): Delete declaration.
553
554 2016-03-09  Pedro Alves  <palves@redhat.com>
555
556         * event-top.c: Include buffer.h.
557         (gdb_readline_no_editing_callback): Use struct buffer instead
558         of xrealloc.
559
560 2016-03-09  Pedro Alves  <palves@redhat.com>
561
562         * common/buffer.h (buffer_grow_char): New function.
563         * top.c: Include buffer.h.
564         (gdb_readline_no_editing): Rename 'prompt_arg' parameter to
565         'prompt'.  Use struct buffer instead of xrealloc.
566
567 2016-03-09  Pedro Alves  <palves@redhat.com>
568
569         * defs.h (gdb_readline): Delete declaration.
570         * top.c (gdb_readline): Rename to ...
571         (gdb_readline_no_editing): ... this, and make static.
572
573 2016-03-09  Pedro Alves  <palves@redhat.com>
574
575         * utils.c (prompt_for_continue): Update comments.
576
577 2016-03-09  Pedro Alves  <palves@redhat.com>
578
579         * event-top.c (async_annotation_suffix): Delete.
580         (top_level_prompt, command_line_handler): Don't use
581         'async_annotation_suffix' and simplify.
582         * event-top.h (async_annotation_suffix): Delete declaration.
583         (init_main): Remove reference to 'async_annotation_suffix'.
584
585 2016-03-09  Pedro Alves  <palves@redhat.com>
586
587         * event-top.c (gdb_readline2): Rename to ...
588         (gdb_readline_no_editing_callback): ... this.
589         (change_line_handler, stdin_event_handler)
590         (gdb_setup_readline): Adjust.
591         * event-top.h (gdb_readline2): Rename to ...
592         (gdb_readline_no_editing_callback): ... this, and move closer to
593         other readline-related declarations.
594         * mi/mi-interp.c (mi_interpreter_resume): Adjust.
595
596 2016-03-09  Pedro Alves  <palves@redhat.com>
597
598         * top.c (window_hook): Delete.
599         (command_loop): Remove references to window_hook.
600
601 2016-03-09  Marcin Koƛcielnicki  <koriakin@0x04.net>
602
603         * corefile.c (safe_read_memory_unsigned_integer): New function.
604         * gdbcore.h (safe_read_memory_unsigned_integer): New prototype.
605         * rs6000-tdep.c (rs6000_frame_cache): Read backchain as unsigned.
606
607 2016-03-09  Marcin Koƛcielnicki  <koriakin@0x04.net>
608
609         * rs6000-tdep.c: Add "ax.h" and "ax-gdb.h" includes.
610         (rs6000_gen_return_address): New function.
611         (rs6000_gdbarch_init): Wire in the above.
612
613 2016-03-09  Marcin Koƛcielnicki  <koriakin@0x04.net>
614
615         * rs6000-tdep.c (rs6000_ax_pseudo_register_collect): New function.
616         (rs6000_gdbarch_init): Wire in the above.
617
618 2016-03-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
619
620         * s390-linux-tdep.c (s390_analyze_prologue): Ignore BRC and BRCL
621         instructions that do nothing or are conditional traps.
622
623 2016-03-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
624
625         * s390-linux-tdep.c (s390_prologue_frame_unwind_cache): Store
626         frame func's PC in info->func before any other failure can occur.
627         (s390_frame_this_id): Use frame_id_build_unavailable_stack if
628         info->func has been filled out.
629
630 2016-03-09  Pedro Alves  <palves@redhat.com>
631
632         * osabi.c (gdb_osabi_names): Avoid spaces in osabi names.
633
634 2016-03-09  Pedro Alves  <palves@redhat.com>
635
636         * frv-tdep.c (frv_gdbarch_init): Handle bfd_mach_fr300.
637
638 2016-03-09  Pedro Alves  <palves@redhat.com>
639
640         * cris-tdep.c (cris_gdbarch_init): Return 0 if the info's byte
641         order is BFD_ENDIAN_BIG or if the cris version is unsupported.
642
643 2016-03-09  Pedro Alves  <palves@redhat.com>
644
645         * doublest.c: Extend comments.
646         (floatformat_to_doublest, floatformat_from_doublest): Copy the
647         floatformat's total size, not the host type's size.
648
649 2016-03-09  Pedro Alves  <palves@redhat.com>
650
651         * doublest.c (floatformat_totalsize_bytes): New function.
652         (floatformat_from_type): Assert that the type's length is at least
653         as long as the floatformat's totalsize.
654         * doublest.h (floatformat_totalsize_bytes): New declaration.
655         * gdbtypes.c (arch_float_type): Assert that the type's length is
656         at least as long as the floatformat's totalsize.
657
658 2016-03-09  Pedro Alves  <palves@redhat.com>
659
660         * hppa-linux-tdep.c (hppa_linux_init_abi): Set the long double
661         format to floatformats_ieee_double.
662
663 2016-03-07  Pedro Alves  <palves@redhat.com>
664
665         * mips-tdep.c (mips_gdbarch_init): Check whether info.abfd is NULL
666         before calling bfd_get_flavour.
667
668 2016-03-05  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
669
670         * avr-tdep.c (AVR_LAST_ARG_REGNUM): Define.
671         (avr_push_dummy_call): Correct last needed argument register.
672         Write MSB of argument into register and subsequent bytes into
673         other registers in decreasing order.
674
675 2016-03-04  Yao Qi  <yao.qi@linaro.org>
676
677         * arm-tdep.c (arm_record_vdata_transfer_insn): Simplify the
678         condition check.  Record the right D register number.
679
680 2016-03-04  Yao Qi  <yao.qi@linaro.org>
681
682         * arm-tdep.c (arm_record_extension_space): Remove code
683         printing "Process record does not support".
684         (arm_record_data_proc_misc_ld_str): Likewise.
685         (decode_insn): Call arm_record_extension_space if condition
686         is 0xf.  Call arm_record_unsupported_insn if ret isn't
687         ARM_RECORD_SUCCESS.  Use 'ret' instead of 'insn_id' to hold
688         the value of thumb2_record_decode_insn_handler.
689
690 2016-03-04  Simon Marchi  <simon.marchi@ericsson.com>
691
692         * features/feature_to_c.sh: Print the help when passing no
693         argument.
694
695 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
696
697         * MAINTAINERS (Write After Approval): Add Bernhard Heckel.
698
699 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
700
701         * dwarf2read.c (new_symbol_full): Fix detection of gfortran compilers.
702
703 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
704
705         * s390-linux-tdep.c (s390_backchain_frame_unwind_cache): Avoid
706         exception when attempting to access the inferior's backchain.
707
708 2016-02-29  Yao Qi  <yao.qi@linaro.org>
709
710         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Support
711         eventfd2, eventfd2, dup3, inotify_init1, fallocate and pipe2.
712         Return gdb_sys_epoll_create1 instead of gdb_sys_epoll_create
713         for aarch64_sys_epoll_create1.
714
715 2016-02-29  Yao Qi  <yao.qi@linaro.org>
716
717         * linux-record.h (enum gdb_syscall) <gdb_sys_fallocate>: New.
718         <gdb_sys_eventfd2, gdb_sys_epoll_create1, gdb_sys_dup3>: New.
719         <gdb_sys_pipe2, gdb_sys_inotify_init1>: New.
720         * linux-record.c (record_linux_system_call): Handle them.
721
722 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
723
724         * d-namespace.c (d_lookup_symbol_imports): Avoid recursive lookups from
725         cyclic imports.
726
727 2016-02-26  Keith Seitz  <keiths@redhat.com>
728
729         * rs6000-tdep.c (rs6000_frame_cache): Explicitly cast return result
730         to avoid invalid conversion from void *.
731
732 2016-02-26  Yao Qi  <yao.qi@linaro.org>
733
734         * arm-tdep.c (arm_record_exreg_ld_st_insn): Set 'single_reg'
735         per bit 8.  Check bit 20 instead of bit 4 for VMOV
736         instruction.  Record D registers for instructions changing
737         S registers.  Change of the order of length and address
738         in record_buf_mem array.
739
740 2016-02-26  Yao Qi  <yao.qi@linaro.org>
741
742         * arm-tdep.c (thumb_record_ld_st_reg_offset): Fix the register
743         number of Rd.
744
745 2016-02-25  Doug Evans  <dje@google.com>
746
747         * remote-m32r-sdi.c (recv_char_data): Initialize val to avoid
748         compiler warning.
749         (recv_long_data): Ditto.
750
751 2016-02-25  Simon Marchi  <simon.marchi@ericsson.com>
752
753         * i386-linux-tdep.c (i386_linux_handle_segmentation_fault):
754         Initialize variables.
755
756 2016-02-25  Antoine Tremblay  <antoine.tremblay@ericsson.com>
757
758         * ax-general.c (ax_reg): Call gdbarch_remote_register_number.
759         (ax_reg_mask): Likewise.
760
761 2016-02-24  Pedro Alves  <palves@redhat.com>
762
763         * linux-nat.c (save_sigtrap) Delete.
764         (stop_wait_callback): Call save_stop_reason instead of
765         save_sigtrap.
766         (check_stopped_by_breakpoint): Rename to ...
767         (save_stop_reason): ... this.  Bits of save_sigtrap folded here.
768         Use GDB_ARCH_IS_TRAP_HWBKPT and handle ambiguous
769         GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT.  Factor out
770         common code between the USE_SIGTRAP_SIGINFO and
771         !USE_SIGTRAP_SIGINFO blocks.
772         (linux_nat_filter_event): Call save_stop_reason instead of
773         save_sigtrap.
774         * nat/linux-ptrace.h: Check for both SI_KERNEL and TRAP_BRKPT
775         si_code for MIPS.
776         * nat/linux-ptrace.h: Fix "TRAP_HWBPT" typo in x86 table.  Add
777         comments on MIPS behavior.
778         (GDB_ARCH_IS_TRAP_HWBKPT): Define for all archs.
779
780 2016-02-24  Marcin Koƛcielnicki  <koriakin@0x04.net>
781
782         * rs6000-tdep.c (rs6000_frame_cache): Initialize frame and pc to 0
783         to avoid spurious warnings.
784
785 2016-02-24  Gary Benson  <gbenson@redhat.com>
786
787         * exec.c (exec_file_locate_attach): Do not attempt to
788         locate main executable locally if not found in sysroot.
789
790 2016-02-24  Joel Brobecker  <brobecker@adacore.com>
791
792         GDB 7.11 released.
793
794 2016-02-24  Wei-cheng Wang  <cole945@gmail.com>
795
796         * rs6000-tdep.c (rs6000_frame_cache, rs6000_frame_this_id): Handle
797         unavailable PC/SP to build unavailable frame.
798
799 2016-02-23  Doug Evans  <dje@google.com>
800
801         Extend "skip" command to support -file, -gfile, -function, -rfunction.
802         * NEWS: Document new features.
803         * skip.c: #include "fnmatch.h", "gdb_regex.h".
804         (skiplist_entry) <file>: Renamed from filename.
805         <function>: Renamed from function_name.
806         <file_is_glob, function_is_regexp>: New members.
807         <compiled_function_regexp, compiled_function_regexp_is_valid>:
808         New members.
809         (make_skip_entry): New function.
810         (free_skiplist_entry, free_skiplist_entry_cleanup): New functions.
811         (make_free_skiplist_entry_cleanup): New function.
812         (skip_file_command): Update.
813         (skip_function, skip_function_command): Update.
814         (compile_skip_regexp): New functions.
815         (skip_command): Add support for new options.
816         (skip_info): Update.
817         (skip_file_p, skip_gfile_p): New functions.
818         (skip_function_p, skip_rfunction_p): New functions.
819         (function_name_is_marked_for_skip): Update and simplify.
820         (_initialize_step_skip): Update.
821         * symtab.c: #include "fnmatch.h".
822         (compare_glob_filenames_for_search): New function.
823         * symtab.h (compare_glob_filenames_for_search): Declare.
824         * utils.c (count_path_elements): New function.
825         (strip_leading_path_elements): New function.
826         * utils.h (count_path_elements): Declare.
827         (strip_leading_path_elements): Declare.
828
829 2016-02-23  Simon Marchi  <simon.marchi@ericsson.com>
830
831         * arm-tdep.c (arm_decode_svc_copro): Remove "to" parameter.
832         (thumb_process_displaced_insn): Likewise.
833         (arm_process_displaced_insn): Adjust calls.
834
835 2016-02-23  Yao Qi  <yao.qi@linaro.org>
836
837         * aarch64-linux-tdep.c (enum aarch64_syscall) <aarch64_sys_mknod>:
838         Remove.
839         <aarch64_sys_mkdir, aarch64_sys_unlink, aarch64_sys_symlink>: Remove.
840         <aarch64_sys_link, aarch64_sys_rename, aarch64_sys_faccess>: Remove.
841         <aarch64_sys_mknodat, aarch64_sys_mkdirat>: New.
842         <aarch64_sys_unlinkat, aarch64_sys_symlinkat>: New.
843         <aarch64_sys_linkat, aarch64_sys_renameat>: New.
844         <aarch64_sys_faccessat>: New.
845         <aarch64_sys_open, aarch64_sys_readlink, aarch64_sys_fstatat>: Remove.
846         <aarch64_sys_openat, aarch64_sys_readlinkat>: New.
847         <aarch64_sys_newfstatat>: New.
848         (UNSUPPORTED_SYSCALL_MAP): New macro.
849         (aarch64_canonicalize_syscall): Add missing syscalls.
850
851 2016-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
852
853         * gdb-gdb.py (class TypeFlagsPrinter): Use parentheses for print.
854
855 2016-02-22  Yao Qi  <yao.qi@linaro.org>
856
857         * arm-tdep.c: Fix code format issues.
858
859 2016-02-21  Iain Buclaw  <ibuclaw@gdcproject.org>
860
861         * d-namespace.c (d_lookup_symbol_imports): Remove argument
862         'search_parents'.  All callers updated.
863
864 2016-02-18  Marcin Koƛcielnicki  <koriakin@0x04.net>
865
866         * s390-linux-tdep.c (s390_guess_tracepoint_registers): New function.
867         (s390_gdbarch_init): Fill guess_tracepoint_registers hook.
868
869 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
870
871         * NEWS: Add entry for bound violation.
872         * amd64-linux-tdep.c (amd64_linux_init_abi_common):
873         Add handler for segmentation fault.
874         * gdbarch.sh (handle_segmentation_fault): New.
875         * gdbarch.c: Regenerate.
876         * gdbarch.h: Regenerate.
877         * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): New.
878         (SIG_CODE_BONDARY_FAULT): New define.
879         (i386_linux_init_abi): Use i386_mpx_bound_violation_handler.
880         * i386-linux-tdep.h (i386_linux_handle_segmentation_fault) New.
881         * i386-tdep.c (i386_mpx_enabled): Add as external.
882         * i386-tdep.c (i386_mpx_enabled): Add as external.
883         * infrun.c (handle_segmentation_fault): New function.
884         (print_signal_received_reason): Use handle_segmentation_fault.
885
886 2016-02-18  Marcin Koƛcielnicki  <koriakin@0x04.net>
887
888         * arch-utils.c (default_guess_tracepoint_registers): New function.
889         * arch-utils.h (default_guess_tracepoint_registers): New prototype.
890         * gdbarch.c: Regenerate.
891         * gdbarch.h: Regenerate.
892         * gdbarch.sh: Add guess_tracepoint_registers hook.
893         * tracefile.c (tracefile_fetch_registers): Use the new gdbarch hook.
894
895 2016-02-17  Gary Benson  <gbenson@redhat.com>
896
897         * exec.c (exec_file_locate_attach): Add missing cleanup.
898
899 2016-02-16  Don Breazeal  <donb@codesourcery.com>
900
901         PR remote/19496
902         * remote.c (remove_new_fork_children): Check for pending
903         fork status in thread_info.suspend.
904
905 2016-02-16  Yao Qi  <yao.qi@linaro.org>
906
907         * arm-linux-tdep.c (arm_linux_software_single_step): Assign
908         'old_chain' later.
909
910 2016-02-16  Yao Qi  <yao.qi@linaro.org>
911
912         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs_ops)
913         <syscall_next_pc>: Remove argument PC.  Callers updated.
914         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
915         Remove argument PC.  Get pc from regcache_read_pc.
916         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Remove
917         argument PC.
918
919 2016-02-15  Yao Qi  <yao.qi@linaro.org>
920
921         * aarch64-tdep.c (aarch64_analyze_prologue): Remove "0x".
922
923 2016-02-12  Yao Qi  <yao.qi@linaro.org>
924
925         * arch/arm-linux.c (arm_linux_get_next_pcs_fixup): Calculate
926         nextpc according to instruction.
927
928 2016-02-12  Yao Qi  <yao.qi@linaro.org>
929
930         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Call
931         self->ops->fixup if it isn't NULL.
932         * arch/arm-get-next-pcs.h: Include gdb_vecs.h.
933         (struct arm_get_next_pcs_ops) <fixup>: New field.
934         * arch/arm-linux.c: Include common-regcache.h and
935         arch/arm-get-next-pcs.h.
936         (arm_linux_get_next_pcs_fixup): New function.
937         * arch/arm-linux.h (arm_linux_get_next_pcs_fixup): Declare.
938         * arm-linux-tdep.c (arm_linux_get_next_pcs_ops): Initialize
939         it with arm_linux_get_next_pcs_fixup.
940         (arm_linux_software_single_step): Move code to
941         arm_linux_get_next_pcs_fixup.
942         * arm-tdep.c (arm_get_next_pcs_ops): Initialize it.
943
944 2016-02-12  Marcin Koƛcielnicki  <koriakin@0x04.net>
945
946         * xml-tdesc.c (target_fetch_description_xml) [!HAVE_LIBEXPAT]: Warn
947         and return NULL.
948
949 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
950
951         * frame.h (skip_tailcall_frames): Update comment.
952         * frame.c (skip_artificial_frames, skip_tailcall_frames): Return NULL
953         if only artificial frames are found.  Update comment.
954         (frame_unwind_caller_id): Handle NULL return.
955         (frame_unwind_caller_pc, frame_unwind_caller_arch): Assert that
956         skip_artificial_frames does not return NULL.
957         (frame_pop): Add an error if only tailcall frames are found.
958         * infcmd.c (finish_command): Move skip_tailcall_frames call into
959         forward-execution case.  Add an error if only tailcall frames are
960         found.
961
962 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
963
964         * stack.c (frame_info): Check frame_unwind_caller_id.
965
966 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
967
968         * frame.h (skip_tailcall_frames): New.
969         * frame.c (skip_tailcall_frames): New.
970         (frame_pop): Call skip_tailcall_frames.
971         * infcmd.c (finish_command): Call skip_tailcall_frames.
972
973 2016-02-11  Pedro Alves  <palves@redhat.com>
974
975         * Makefile.in (check-parallel): New rule.
976
977 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
978
979         * arm-tdep.c (arm_skip_prologue): Remove unused variables.
980         (arm_analyze_prologue): Likewise.
981         (arm_scan_prologue): Likewise.
982         (arm_m_exception_prev_register): Likewise.
983         (arm_copy_block_xfer): Likewise.
984         (thumb2_copy_block_xfer): Likewise.
985         (arm_decode_miscellaneous): Likewise.
986         (arm_decode_ld_st_word_ubyte): Likewise.
987         (arm_decode_svc_copro): Likewise.
988         (thumb2_decode_svc_copro): Likewise.
989         (thumb_copy_16bit_ldr_literal): Likewise.
990         (thumb_copy_pop_pc_16bit): Likewise.
991         (decode_thumb_32bit_ld_mem_hints): Likewise.
992         (arm_show_force_mode): Likewise.
993         (_initialize_arm_tdep): Likewise.
994         (arm_record_strx): Likewise.
995         (arm_record_extension_space): Likewise.
996         (arm_record_data_proc_misc_ld_str): Likewise.
997         (arm_record_exreg_ld_st_insn): Likewise.
998         (arm_record_vfp_data_proc_insn): Likewise.
999         (arm_record_coproc_data_proc): Likewise.
1000         (thumb_record_misc): Likewise.
1001         (thumb_record_ldm_stm_swi): Likewise.
1002         (thumb2_record_ld_st_dual_ex_tbb): Likewise.
1003         (thumb2_record_ld_mem_hints): Likewise.
1004         (thumb2_record_lmul_lmla_div): Likewise.
1005         (thumb2_record_asimd_struct_ld_st): Likewise.
1006         (arm_process_record): Likewise.
1007
1008 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
1009
1010         * arm-tdep.c (arm_displaced_step_copy_insn): Remove.
1011         (ARM displaced stepping support): Remove reference to
1012         arm_displaced_step_copy_insn in comment.
1013         * arm-tdep.h (arm_displaced_step_copy_insn): Remove.
1014         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Remove
1015         reference to arm_displaced_step_copy_insn in comment.
1016
1017 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
1018
1019         * arm-tdep.c (thumb_copy_unmodified_16bit): Change type of insn.
1020         (thumb_copy_b): Likewise.
1021         (arm_decode_b_bl_ldmstm): Likewise.
1022         (thumb_copy_16bit_ldr_literal): Likewise.
1023         (thumb_copy_pop_pc_16bit): Likewise.
1024
1025 2016-02-11  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1026
1027         * tracepoint.c (encode_actions_1): Use target_gdbarch () rather
1028         than loc->gdbarch.
1029
1030 2016-02-10  Marcin Koƛcielnicki  <koriakin@0x04.net>
1031
1032         * tracefile-tfile.c (trace_tdesc): New static variable.
1033         (tfile_open): Clear trace_tdesc, call target_find_description.
1034         (tfile_interp_line): Recognize tdesc lines.
1035         (tfile_close): Clear trace_tdesc.
1036         (tfile_xfer_partial_features): New function.
1037         (tfile_xfer_partial): Call tfile_xfer_partial_features.
1038         (tfile_append_tdesc_line): New function.
1039
1040 2016-02-10  Marcin Koƛcielnicki  <koriakin@0x04.net>
1041
1042         * ctf.c (ctf_write_tdesc): New function.
1043         (ctf_write_ops): Wire in ctf_write_tdesc.
1044         * tracefile-tfile.c (tfile_write_tdesc): New function.
1045         (tfile_write_ops): Wire in tfile_write_tdesc.
1046         * tracefile.c (trace_save): Call write_tdesc method.
1047         * tracefile.h (struct trace_file_write_ops): Add write_tdesc method.
1048         * xml-tdesc.c (target_fetch_description_xml): New function.
1049         * xml-tdesc.h: Add target_fetch_description_xml prototype.
1050
1051 2016-02-10  Simon Marchi  <simon.marchi@ericsson.com>
1052
1053         * arm-tdep.c (arm_copy_extra_ld_st): Fix "unpriveleged" typo.
1054         (arm_decode_dp_misc): Likewise.
1055
1056 2016-02-10  Marcin Koƛcielnicki  <koriakin@0x04.net>
1057
1058         * amd64-tdep.c (amd64_ax_pseudo_register_collect): New function.
1059         (amd64_init_abi): Fill ax_pseudo_register_collect hook.
1060         * gdb/i386-tdep.c (i386_pseudo_register_read_into_value): Remove
1061         misleading comment.
1062         (i386_pseudo_register_write): Ditto.
1063         (i386_ax_pseudo_register_collect): New function.
1064         (i386_gdbarch_init): Fill ax_pseudo_register_collect hook.
1065         * i386-tdep.h: Add i386_ax_pseudo_register_collect prototype.
1066
1067 2016-02-10  Marcin Koƛcielnicki  <koriakin@0x04.net>
1068
1069         * tracefile-tfile.c (tfile_fetch_registers): Use g packet order
1070         instead of gdb order.
1071
1072 2016-02-10  Marcin Koƛcielnicki  <koriakin@0x04.net>
1073
1074         * tracefile-tfile.c (tfile_fetch_registers): Fix off-by-one in bounds
1075         check.
1076
1077 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
1078
1079         * NEWS: Create a new section for the next release branch.
1080         Rename the section of the current branch, now that it has
1081         been cut.
1082
1083 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
1084
1085         GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a):
1086         * version.in: Bump version to 7.11.50.DATE-git.
1087
1088 2016-02-09  Keith Seitz  <keiths@redhat.com>
1089
1090         PR breakpoints/19546
1091         * breakpoint.c (breakpoint_event_location_empty_p): New function.
1092         (update_breakpoints_after_exec, bkpt_re_set): Use this new function
1093         instead of event_location_empty_p.
1094
1095 2016-02-09  Keith Seitz  <keiths@redhat.com>
1096
1097         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Use
1098         string_to_event_location_basic instead of string_to_event_location.
1099
1100 2016-02-09  Keith Seitz  <keiths@redhat.com>
1101
1102         * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Skip
1103         leading whitespace and use string_to_event_location_basic instead
1104         of new_linespec_location.
1105
1106 2016-02-09  Keith Seitz  <keiths@redhat.com>
1107
1108         PR python/19506
1109         * python/py-breakpoint.c (bppy_init): Use
1110         string_to_event_location_basic instead of new_linespec_location.
1111
1112 2016-02-09  Keith Seitz  <keiths@redhat.com>
1113
1114         * location.c (string_to_explicit_location): Note that "-p" is
1115         reserved for probe locations and return NULL for any input
1116         that starts with that.
1117         (string_to_event_location): Move "legacy" linespec code to ...
1118         (string_to_event_location_basic): ... here.
1119         * location.h (string_to_event_location): Update comment.
1120         (string_to_event_location_basic): New function.
1121
1122 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
1123
1124         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1125         to AC_OUTPUT.  Remove "exit 0" at the end.
1126         * configure: Regenerate.
1127
1128 2016-02-09  Pedro Alves  <palves@redhat.com>
1129
1130         PR breakpoints/19548
1131         * breakpoint.c (create_overlay_event_breakpoint): Don't update
1132         global location list here.
1133         (create_longjmp_master_breakpoint)
1134         (create_std_terminate_master_breakpoint)
1135         (create_exception_master_breakpoint, create_jit_event_breakpoint)
1136         (update_breakpoint_locations):
1137         (breakpoint_re_set): Update global location list after all
1138         breakpoints are re-set.
1139
1140 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
1141
1142         * remote.c (remote_register_number_and_offset): Remove unused
1143         variable(s).
1144         (remote_thread_always_alive): Likewise.
1145         (remote_update_thread_list): Likewise.
1146         (process_initial_stop_replies): Likewise.
1147         (remote_start_remote): Likewise.
1148         (remote_check_symbols): Likewise.
1149         (discard_pending_stop_replies): Likewise.
1150         (process_stop_reply): Likewise.
1151         (putpkt_binary): Likewise.
1152         (getpkt): Likewise.
1153         (remote_add_target_side_condition): Likewise.
1154         (remote_insert_breakpoint): Likewise.
1155         (remote_supports_stopped_by_sw_breakpoint): Likewise.
1156         (remote_supports_stopped_by_hw_breakpoint): Likewise.
1157         (remote_xfer_partial): Likewise.
1158         (remote_read_btrace): Likewise.
1159         (remote_async_serial_handler): Likewise.
1160         (remote_thread_events): Likewise.
1161         (_initialize_remote): Likewise.
1162
1163 2016-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
1164
1165         * varobj.h (varobj_delete): Remove dellist parameter, update and
1166         move documentation here.
1167         * varobj.c (struct cpstack, cppush, cppop): Remove.
1168         (delete_variable): Remove resultp (first) parameter.
1169         (delete_variable_1): Likewise.
1170         (varobj_delete): Remove dellist parameter and unused code.
1171         (update_dynamic_varobj_children): Adjust varobj_delete call.
1172         (update_type_if_necessary): Likewise.
1173         (varobj_set_visualizer): Likewise.
1174         (varobj_update): Likewise.
1175         (value_of_root): Likewise.
1176         (varobj_invalidate_iter): Likewise.
1177         * mi/mi-cmd-var.c (mi_cmd_var_delete): Likewise.
1178
1179 2016-02-04  Yao Qi  <yao.qi@linaro.org>
1180
1181         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
1182         0 before handling 'F' and set it back afterwards.
1183
1184 2016-02-02  Simon Marchi  <simon.marchi@ericsson.com>
1185
1186         * ui-out.c (MAX_UI_OUT_LEVELS): Remove.
1187
1188 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1189
1190         * amd64-linux-siginfo.c (nat_siginfo_t, nat_sigval_t, nat_timeval):
1191         New types.
1192         (compat_siginfo): New bound fields added.
1193         (compat_x32_siginfo): New field added.
1194         (cpt_si_addr_lsb): New define.
1195         (compat_siginfo_from_siginfo): Use nat_siginfo.
1196         (siginfo_from_compat_siginfo): Use nat_siginfo.
1197         (compat_x32_siginfo_from_siginfo): Likewise.
1198         (siginfo_from_compat_x32_siginfo): Likewise.
1199
1200 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1201
1202         * linux-tdep.c (linux_get_siginfo_type): Add the _addr_bnd
1203         structure to the siginfo if extra_fields contains
1204         LINUX_SIGINFO_FIELD_ADDR_BND.
1205
1206 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1207
1208         * linux-tdep.h (linux_get_siginfo_type_with_fields): Make extern.
1209         * linux-tdep.c (linux_get_siginfo_type_with_fields): Make extern.
1210         * i386-linux-tdep.h (x86_linux_get_siginfo_type): New
1211         function.
1212         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Add
1213         x86_linux_get_siginfo_type for the amd64 abi.
1214         * i386-linux-tdep.c (x86_linux_get_siginfo_type): New
1215         function.
1216         (i386_linux_init_abi): Add new function at the i386 ABI
1217         initialization.
1218
1219 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1220
1221         * linux-tdep.h (linux_siginfo_extra_field_values): New enum values.
1222         (linux_siginfo_extra_fields): New enum type.
1223         * linux-tdep.c (linux_get_siginfo_type_with_fields): New function.
1224         (linux_get_siginfo_type): Use new function.
1225
1226 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1227
1228         * nat/amd64-linux-siginfo.c: New file.
1229         * nat/amd64-linux-siginfo.h: New file.
1230         * Makefile.in (HFILES_NO_SRCDIR): Add nat/amd64-linux-siginfo.h.
1231         (amd64-linux-siginfo.o): New rule.
1232         * config/i386/linux64.mh (NATDEPFILES): Add amd64-linux-siginfo.o.
1233         * amd64-linux-nat.c (nat/amd64-linux-siginfo.h): New include.
1234         (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
1235         (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
1236         (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
1237         (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
1238         (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
1239         (cpt_si_fd, si_timerid, si_overrun): Move to nat/amd64-linux-siginfo.c.
1240
1241 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1242
1243         * value.c (max_value_size): New variable.
1244         (MIN_VALUE_FOR_MAX_VALUE_SIZE): New define.
1245         (set_max_value_size): New function.
1246         (show_max_value_size): New function.
1247         (check_type_length_before_alloc): New function.
1248         (allocate_value_contents): Call check_type_length_before_alloc.
1249         (set_value_enclosing_type): Likewise.
1250         (_initialize_values): Add set/show handler for max-value-size.
1251         * NEWS: Mention new set/show command.
1252
1253 2016-01-31  Simon Marchi  <simon.marchi@polymtl.ca>
1254
1255         * varobj.h (struct varobj): Fix typos in comments.
1256         (struct lang_varobj_ops): Likewise.
1257         * varobj.c (VAROBJ_TABLE_SIZE): Likewise.
1258         (varobj_create): Move misplaced comment.
1259
1260 2016-01-29  Simon Marchi  <simon.marchi@ericsson.com>
1261
1262         * aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces
1263         to for include additional lines.
1264         * xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces.
1265
1266 2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
1267
1268         * gnulib/import/Makefile.am: Regenerate.
1269         * gnulib/import/Makefile.in: Regenerate.
1270         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
1271         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add rawmemchr.
1272
1273 2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
1274
1275         * remote.c (skip_to_semicolon): Remove.
1276         (remote_parse_stop_reply): Use strchrnul instead of
1277         skip_to_semicolon.
1278         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
1279         strchrnul.
1280         * gnulib/aclocal.m4: Regenerate.
1281         * gnulib/config.in: Regenerate.
1282         * gnulib/configure: Regenerate.
1283         * gnulib/import/Makefile.am: Regenerate.
1284         * gnulib/import/Makefile.in: Regenerate.
1285         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
1286         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
1287         * gnulib/import/m4/rawmemchr.m4: New file.
1288         * gnulib/import/m4/strchrnul.m4: New file.
1289         * gnulib/import/rawmemchr.c: New file.
1290         * gnulib/import/rawmemchr.valgrind: New file.
1291         * gnulib/import/strchrnul.c: New file.
1292         * gnulib/import/strchrnul.valgrind: New file.
1293
1294 2016-01-28  Yao Qi  <yao.qi@linaro.org>
1295
1296         * breakpoint.c (build_target_command_list): Don't call continue
1297         if aexpr is NULL.
1298         (build_target_condition_list): Likewise.
1299
1300 2016-01-27  Kevin Buettner  <kevinb@redhat.com>
1301
1302         * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8
1303         bytes as aggregates.
1304
1305 2016-01-27  Joel Brobecker  <brobecker@adacore.com>
1306
1307         * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
1308         Linespec Maintainers.
1309
1310 2016-01-26  Simon Marchi  <simon.marchi@ericsson.com>
1311
1312         * common/common-utils.c (skip_spaces): Fix comment.
1313         (skip_to_space_const): Likewise.
1314
1315 2016-01-25  Yao Qi  <yao.qi@linaro.org>
1316
1317         * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
1318         Remove argument pc.  Get pc by regcache_read_pc.  Callers updated.
1319         (arm_deal_with_atomic_sequence_raw): Likewise.
1320         (thumb_get_next_pcs_raw): Likewise.
1321         (arm_get_next_pcs_raw): Likewise.
1322         (arm_get_next_pcs): Remove argument pc.  Callers updated.
1323         * arch/arm-get-next-pcs.h (arm_get_next_pcs): Update declaration.
1324
1325 2016-01-25  Mark Wielaard  <mjw@redhat.com>
1326
1327         * ada-lang.c (ada_evaluate_subexp): Add proper else block.
1328         * c-typeprint.c (c_type_print_base): Fix misleading indentation of
1329         if statement.
1330         * inflow.c (child_terminal_ours_1): Fix misleading indentation of
1331         statement block by introducing an else.
1332         * linux-record.c (record_linux_sockaddr): Fix misleading indentation
1333         of return statements.
1334         (record_linux_msghdr): Likewise.
1335
1336 2016-01-25  Pedro Alves  <palves@redhat.com>
1337
1338         PR threads/19461
1339         * infrun.c (handle_inferior_event_1) <fork/vfork>: Update
1340         parent/child running states.
1341
1342 2016-01-25  Pedro Alves  <palves@redhat.com>
1343
1344         PR gdb/19494
1345         * linux-nat.c (kill_one_lwp): New, factored out from ...
1346         (kill_callback): ... this.
1347         (kill_wait_callback): New, factored out from ...
1348         (kill_wait_one_lwp): ... this.
1349         (kill_unfollowed_fork_children): New function.
1350         (linux_nat_kill): Use it.
1351
1352 2016-01-22  John Baldwin  <jhb@FreeBSD.org>
1353
1354         * fbsd-nat.c (fbsd_pid_to_str): Adjust string format.
1355
1356 2016-01-22  Yao Qi  <yao.qi@linaro.org>
1357
1358         * arm-linux-nat.c (fetch_fpregs): Call perror_with_name
1359         instead of warning.
1360         (store_fpregs, fetch_regs, store_regs): Likewise.
1361         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
1362         (fetch_vfp_regs, store_vfp_regs): Likewise.
1363
1364 2016-01-21  Doug Evans  <dje@google.com>
1365
1366         * breakpoint.c (init_breakpoint_sal): Add comment.
1367
1368 2016-01-21  Marcin Koƛcielnicki  <koriakin@0x04.net>
1369
1370         * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
1371
1372 2016-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1373
1374         * disasm.c (maybe_add_dis_line_entry): Rename to...
1375         (add_dis_line_entry): ...this, and update header comment.
1376         (do_mixed_source_and_assembly): Now use add_dis_line_entry.
1377
1378 2016-01-21  Pedro Alves  <palves@redhat.com>
1379
1380         * Makefile.in (COMPILER_CFLAGS): New.
1381         (CXXFLAGS): Get it from configure.
1382         (INTERNAL_CFLAGS_BASE, INTERNAL_LDFLAGS): Use COMPILER_CFLAGS
1383         instead of CFLAGS.
1384         * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Set and AC_SUBST
1385         COMPILER_CFLAGS.
1386         * configure: Regenerate.
1387
1388 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
1389
1390         * location.h (new_address_location): Add new parameters
1391         "addr_string" and "addr_string_len".
1392         (get_address_string_location): Add declaration.
1393         * location.c (new_address_location): Add new parameters
1394         "addr_string" and "addr_string_len".  If not NULL, store
1395         a copy of the addr_string in the new location as well.
1396         (get_address_string_location): New function.
1397         (string_to_event_location): Update call to new_address_location.
1398         * linespec.c (event_location_to_sals) <ADDRESS_LOCATION>:
1399         Save the event location in the parser's state before
1400         passing it to convert_address_location_to_sals.
1401         * breakpoint.c (create_thread_event_breakpoint): Update call
1402         to new_address_location.
1403         (init_breakpoint_sal): Get the event location's string, if any,
1404         and use it to update call to new_address_location.
1405         * python/py-finishbreakpoint.c (bpfinishpy_init):
1406         Update call to new_address_location.
1407         * spu-tdep.c (spu_catch_start): Likewise.
1408
1409         * config/djgpp/fnchange.lst: Add entries for
1410         gdb/testsuite/gdb.base/break-fun-addr1.c and
1411         gdb/testsuite/gdb.base/break-fun-addr2.c.
1412
1413 2016-01-21  Yao Qi  <yao.qi@linaro.org>
1414
1415         * arm-linux-tdep.c (arm_linux_sigreturn_next_pc): Add parameter
1416         is_thumb and set it according to CPSR saved on the stack.
1417         (arm_linux_get_next_pcs_syscall_next_pc): Pass is_thumb to
1418         arm_linux_sigreturn_next_pc.
1419
1420 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
1421
1422         * python/lib/gdb/printing.py (FlagEnumerationPrinter.__call__):
1423         Fix enumerators sort key function.
1424
1425 2016-01-20  Joel Brobecker  <brobecker@adacore.com>
1426
1427         * printcmd.c (print_scalar_formatted): Move binary operator from
1428         end of line to beginning of next line.  Adjust formatting
1429         accordingly.
1430
1431 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1432
1433         * fbsd-nat.c (fbsd_pid_to_exec_file): Use new "buflen" instead of
1434         "len" with sysctl.
1435
1436 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1437
1438         * fbsd-tdep.c (find_stop_signal): Remove.
1439         (struct fbsd_collect_regset_section_cb) <lwp>: New field.
1440         <stop_signal>: New field.
1441         <abort_iteration>: New field.
1442         (fbsd_collect_regset_section_cb): Use new fields.
1443         (fbsd_collect_thread_registers): New function.
1444         (struct fbsd_corefile_thread_data): New structure.
1445         (fbsd_corefile_thread): New function.
1446         (fbsd_make_corefile_notes): Use new function to dump notes for each
1447         non-exited thread in a process.
1448
1449 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1450
1451         * configure.ac: Check for support for LWP names on FreeBSD.
1452         * fbsd-nat.c [PT_LWPINFO] New variable debug_fbsd_lwp.
1453         [TDP_RFPPWAIT || HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]
1454         (fbsd_fetch_kinfo_proc): Move function earlier.
1455         [PT_LWPINFO] (fbsd_thread_alive): New function.
1456         [PT_LWPINFO] (fbsd_pid_to_str): New function.
1457         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME] (fbsd_thread_name): New function.
1458         [PT_LWP_EVENTS] (fbsd_enable_lwp_events): New function.
1459         [PT_LWPINFO] (fbsd_add_threads): New function.
1460         [PT_LWPINFO] (fbsd_update_thread_list): New function.
1461         [PT_LWPINFO] New variable super_resume.
1462         [PT_LWPINFO] (resume_one_thread_cb): New function.
1463         [PT_LWPINFO] (resume_all_threads_cb): New function.
1464         [PT_LWPINFO] (fbsd_resume): New function.
1465         (fbsd_remember_child): Save full ptid instead of plain pid.
1466         (fbsd_is_child_pending): Return ptid of saved child process.
1467         (fbsd_wait): Include lwp in returned ptid and switch to LWP ptid on
1468         first stop.
1469         [PT_LWP_EVENTS] Handle LWP events.
1470         [TDP_RFPPWAIT] Include LWP in child ptid.
1471         (fbsd_post_startup_inferior) [PT_LWP_EVENTS]: Enable LWP events.
1472         (fbsd_post_attach) [PT_LWP_EVENTS]: Enable LWP events.
1473         Add threads for existing processes.
1474         (fbsd_nat_add_target) [PT_LWPINFO]: Set "to_thread_alive" to
1475         "fbsd_thread_alive".
1476         Set "to_pid_to_str" to "fbsd_pid_to_str".
1477         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]: Set "to_thread_name" to
1478         "fbsd_thread_name".
1479         [PT_LWPINFO]: Set "to_update_thread_list" to "fbsd_update_thread_list".
1480         Set "to_has_thread_control" to "tc_schedlock".
1481         Set "to_resume" to "fbsd_resume".
1482         (_initialize_fbsd_nat): New function.
1483         * configure: Regenerate.
1484         * config.in: Regenerate.
1485
1486 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1487
1488         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
1489         get_ptrace_pid.
1490         (amd64bsd_store_inferior_registers): Use get_ptrace_pid.
1491         (amd64bsd_dr_get): Use get_ptrace_pid.
1492         (amd64bsd_dr_set): Use get_ptrace_pid.
1493         * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Use get_ptrace_pid.
1494         (i386bsd_store_inferior_registers): Use get_ptrace_pid.
1495         (i386bsd_dr_get): Use get_ptrace_pid.
1496         (i386bsd_dr_set): Use get_ptrace_pid.
1497         * inf-ptrace.c (get_ptrace_pid): Export.
1498         * inf-ptrace.h (get_ptrace_pid): Declare.
1499         * ppcfbsd-nat.c (ppcfbsd_fetch_inferior_registers): Use lwp id.
1500         (ppcfbsd_store_inferior_registers): Use lwp id.
1501
1502 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1503
1504         * fbsd_tdep.c (fbsd_core_pid_to_str): New function.
1505         (fbsd_core_thread_name): New function.
1506         (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
1507         Add "core_thread_name" gdbarch method.
1508
1509 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1510
1511         * corelow.c (core_thread_name): New function.
1512         (init_core_ops): Use "core_thread_name" for the "to_thread_name"
1513         target op.
1514         * gdbarch.sh (core_thread_name): New gdbarch callback.
1515         * gdbarch.h: Re-generate.
1516         * gdbarch.c: Re-generate.
1517
1518 2016-01-19  Simon Marchi  <simon.marchi@polymtl.ca>
1519
1520         * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
1521         convert gdb.Value to integer type using int().
1522
1523 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1524
1525         * configure.ac: Include <sys/types.h when checking for "r_fs" in
1526         "struct reg".
1527         * configure: Regenerate.
1528
1529 2016-01-19  Pedro Alves  <palves@redhat.com>
1530
1531         * ax-gdb.c (agent_command_1): Adjust call to decode_line_full.
1532         * break-catch-throw.c (re_set_exception_catchpoint): Pass the
1533         current program space down to linespec decoding and breakpoint
1534         location updating.
1535         * breakpoint.c (parse_breakpoint_sals): Adjust calls to
1536         decode_line_full.
1537         (until_break_command): Adjust calls to decode_line_1.
1538         (base_breakpoint_decode_location, bkpt_decode_location): Add
1539         'search_pspace' parameter.  Pass it along.
1540         (bkpt_probe_create_sals_from_location): Adjust calls to
1541         parse_probes.
1542         (tracepoint_decode_location, tracepoint_probe_decode_location)
1543         (strace_marker_decode_location): Add 'search_pspace' parameter.
1544         Pass it along.
1545         (all_locations_are_pending): Rewrite to take a breakpoint and
1546         program space as arguments instead.
1547         (hoist_existing_locations): New function.
1548         (update_breakpoint_locations): Add 'filter_pspace' parameter.  Use
1549         hoist_existing_locations instead of always removing all locations,
1550         and adjust to all_locations_are_pending change.
1551         (location_to_sals): Add 'search_pspace' parameter.  Pass it along.
1552         Don't disable the breakpoint if there are other locations in
1553         another program space.
1554         (breakpoint_re_set_default): Adjust to pass down the current
1555         program space as filter program space.
1556         (decode_location_default): Add 'search_pspace' parameter and pass
1557         it along.
1558         (prepare_re_set_context): Don't switch program space here.
1559         (breakpoint_re_set): Use save_current_space_and_thread instead of
1560         save_current_program_space.
1561         * breakpoint.h (struct breakpoint_ops) <decode_location>: Add
1562         'search_pspace' parameter.
1563         (update_breakpoint_locations): Add 'filter_pspace' parameter.
1564         * cli/cli-cmds.c (edit_command, list_command): Adjust calls to
1565         decode_line_1.
1566         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the current
1567         program space as filter program space.
1568         * linespec.c (struct linespec_state) <search_pspace>: New field.
1569         (create_sals_line_offset, convert_explicit_location_to_sals)
1570         (parse_linespec): Pass the search program space down.
1571         (linespec_state_constructor): Add 'search_pspace' parameter.
1572         Store it.
1573         (linespec_parser_new): Add 'search_pspace' parameter and pass it
1574         along.
1575         (linespec_lex_to_end): Adjust.
1576         (decode_line_full, decode_line_1): Add 'search_pspace' parameter
1577         and pass it along.
1578         (decode_line_with_last_displayed): Adjust.
1579         (collect_symtabs_from_filename, symtabs_from_filename): New
1580         'search_pspace' parameter.  Use it.
1581         (find_function_symbols): Pass the search program space down.
1582         * linespec.h (decode_line_1, decode_line_full): Add
1583         'search_pspace' parameter.
1584         * probe.c (parse_probes_in_pspace): New function, factored out
1585         from ...
1586         (parse_probes): ... this.  Add 'search_pspace' parameter and use
1587         it.
1588         * probe.h (parse_probes): Add pspace' parameter.
1589         * python/python.c (gdbpy_decode_line): Adjust.
1590         * tracepoint.c (scope_info): Adjust.
1591
1592 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
1593
1594         * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
1595         instruction support.
1596         (micromips_next_pc): Likewise.
1597         (micromips_scan_prologue): Likewise.
1598         (micromips_deal_with_atomic_sequence): Likewise.
1599         (micromips_stack_frame_destroyed_p): Likewise.
1600         (mips_breakpoint_from_pc): Likewise.
1601
1602 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
1603
1604         * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
1605         unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
1606
1607 2016-01-18  Pedro Alves  <palves@redhat.com>
1608
1609         * NEWS: Mention that GDB now displays the ID and name of the
1610         thread that hit a breakpoint or received a signal.
1611         * break-catch-sig.c (signal_catchpoint_print_it): Use
1612         maybe_print_thread_hit_breakpoint.
1613         * break-catch-syscall.c (print_it_catch_syscall): Likewise.
1614         * break-catch-throw.c (print_it_exception_catchpoint): Likewise.
1615         * breakpoint.c (maybe_print_thread_hit_breakpoint): New function.
1616         (print_it_catch_fork, print_it_catch_vfork, print_it_catch_solib)
1617         (print_it_catch_exec, print_it_ranged_breakpoint)
1618         (print_it_watchpoint, print_it_masked_watchpoint, bkpt_print_it):
1619         Use maybe_print_thread_hit_breakpoint.
1620         * breakpoint.h (maybe_print_thread_hit_breakpoint): Declare.
1621         * gdbthread.h (show_thread_that_caused_stop): Declare.
1622         * infrun.c (print_signal_received_reason): Print which thread
1623         received signal.
1624         * thread.c (show_thread_that_caused_stop): New function.
1625
1626 2016-01-18  Gary Benson  <gbenson@redhat.com>
1627
1628         * nat/linux-namespaces.c (do_fork): New function.
1629         (linux_mntns_get_helper): Use the above.
1630
1631 2016-01-17  Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>  (tiny change)
1632
1633         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1634         PR gdb/19208
1635         * dwarf2read.c (read_partial_die): Do not call set_objfile_main_name
1636         if the function has no name.
1637
1638 2016-01-15  Sandra Loosemore  <sandra@codesourcery.com>
1639
1640         * charset.c [PHONY_ICONV] (GDB_DEFAULT_HOST_CHARSET):
1641         Conditionalize for Windows host.
1642         (GDB_DEFAULT_TARGET_CHARSET): Match GDB_DEFAULT_HOST_CHARSET.
1643         (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
1644         (phony_iconv_open): Handle both UTF-32 endiannesses.
1645         (phony_iconv): Likewise.  Check for output overflow and clean up
1646         out-of-input cases.  Correct adjustment to input buffer pointer.
1647         (set_be_le_names) [PHONY_ICONV]: Use hard-wired names to match
1648         phony_iconv_open.
1649
1650 2016-01-15  Pedro Alves  <palves@redhat.com>
1651
1652         * NEWS: Mention star wildcard ranges.
1653         * cli/cli-utils.c (get_number_or_range): Check state->in_range first.
1654         (number_range_setup_range): New function.
1655         * cli/cli-utils.h (number_range_setup_range): New declaration.
1656         * thread.c (thread_apply_command): Support star TID ranges.
1657         * tid-parse.c (tid_range_parser_finished)
1658         (tid_range_parser_string, tid_range_parser_skip)
1659         (get_tid_or_range, get_tid_or_range): Handle
1660         TID_RANGE_STATE_STAR_RANGE.
1661         (tid_range_parser_star_range): New function.
1662         * tid-parse.h (enum tid_range_state) <TID_RANGE_STATE_STAR_RANGE>:
1663         New value.
1664         (tid_range_parser_star_range): New declaration.
1665
1666 2016-01-15  Pedro Alves  <palves@redhat.com>
1667
1668         * thread.c (thread_apply_command): Use the tid range parser to
1669         advance past the thread ID list.
1670         * tid-parse.c (get_positive_number_trailer): New function.
1671         (parse_thread_id): Use it.
1672         (get_tid_or_range): Use it.  Return 0 instead of throwing invalid
1673         thread ID error.
1674         (get_tid_or_range): Detect negative values.  Return 0 instead of
1675         throwing invalid thread ID error.
1676
1677 2016-01-14  Yao Qi  <yao.qi@linaro.org>
1678
1679         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
1680         Declare.
1681         (arm_linux_get_next_pcs_ops): Install
1682         arm_linux_get_next_pcs_syscall_next_pc.
1683         (arm_linux_syscall_next_pc): Change to ...
1684         (arm_linux_get_next_pcs_syscall_next_pc): ... it.
1685         (arm_linux_init_abi): Don't set tdep->syscall_next_pc.
1686         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
1687         (arm_get_next_pcs_syscall_next_pc): Make it static.  Don't
1688         call tdep->syscall_next_pc.
1689         * arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
1690         (arm_get_next_pcs_syscall_next_pc): Remove.
1691
1692 2016-01-14  Yao Qi  <yao.qi@linaro.org>
1693
1694         * remote.c (remote_set_syscall_catchpoint): Cast to char *.
1695         * thread.c (do_captured_thread_select): Cast to const char *.
1696
1697 2016-01-14  Yao Qi  <yao.qi@linaro.org>
1698
1699         * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
1700         argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
1701         (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
1702         instead.
1703         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
1704         <arm_thumb2_breakpoint>: Remove.
1705         <has_thumb2_breakpoint>: New field.
1706         (arm_get_next_pcs_ctor): Update declaration.
1707         * arm-linux-tdep.c (arm_linux_software_single_step): Pass
1708         1 to arm_get_next_pcs_ctor.
1709         * arm-tdep.c (arm_software_single_step): Pass 0 to
1710         arm_get_next_pcs_ctor.
1711
1712 2016-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
1713
1714         * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
1715
1716 2016-01-13  Yao Qi  <yao.qi@linaro.org>
1717
1718         * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
1719         byte_order_for_code to read instruction.
1720
1721 2016-01-13  Pedro Alves  <palves@redhat.com>
1722
1723         * NEWS: Mention $_gthread.
1724         * gdbthread.h (struct thread_info) <global_num>: Mention
1725         $_gthread.
1726         * thread.c (thread_num_make_value_helper): New function.
1727         (thread_id_make_value): Delete.
1728         (thread_id_per_inf_num_make_value, global_thread_id_make_value):
1729         New.
1730         (thread_funcs): Adjust.
1731         (gthread_funcs): New.
1732         (_initialize_thread): Register $_gthread variable.
1733
1734 2016-01-13  Pedro Alves  <palves@redhat.com>
1735
1736         * NEWS: Mention "info threads -gid".
1737         * gdbthread.h (struct thread_info) <global_num>: Mention "info
1738         threads -gid".
1739         * thread.c (info_threads_command): Handle "-gid".
1740         (_initialize_thread): Adjust "info threads" help string to mention
1741         -gid.
1742
1743 2016-01-13  Pedro Alves  <palves@redhat.com>
1744
1745         * NEWS: Mention InferiorThread.global_num.
1746         * python/py-infthread.c (thpy_get_global_num): New function.
1747         (thread_object_getset): Register "global_num".
1748
1749 2016-01-13  Pedro Alves  <palves@redhat.com>
1750
1751         * NEWS: Mention that thread IDs are now per inferior and global
1752         thread IDs.
1753         * Makefile.in (SFILES): Add tid-parse.c.
1754         (COMMON_OBS): Add tid-parse.o.
1755         (HFILES_NO_SRCDIR): Add tid-parse.h.
1756         * ada-tasks.c: Adjust to use ptid_to_global_thread_id.
1757         * breakpoint.c (insert_breakpoint_locations)
1758         (remove_threaded_breakpoints, bpstat_check_breakpoint_conditions)
1759         (print_one_breakpoint_location, set_longjmp_breakpoint)
1760         (check_longjmp_breakpoint_for_call_dummy)
1761         (set_momentary_breakpoint): Adjust to use global IDs.
1762         (find_condition_and_thread, watch_command_1): Use parse_thread_id.
1763         (until_break_command, longjmp_bkpt_dtor)
1764         (breakpoint_re_set_thread, insert_single_step_breakpoint): Adjust
1765         to use global IDs.
1766         * dummy-frame.c (pop_dummy_frame_bpt): Adjust to use
1767         ptid_to_global_thread_id.
1768         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
1769         * gdbthread.h (struct thread_info): Rename field 'num' to
1770         'global_num.  Add new fields 'per_inf_num' and 'inf'.
1771         (thread_id_to_pid): Rename thread_id_to_pid to
1772         global_thread_id_to_ptid.
1773         (pid_to_thread_id): Rename to ...
1774         (ptid_to_global_thread_id): ... this.
1775         (valid_thread_id): Rename to ...
1776         (valid_global_thread_id): ... this.
1777         (find_thread_id): Rename to ...
1778         (find_thread_global_id): ... this.
1779         (ALL_THREADS, ALL_THREADS_BY_INFERIOR): Declare.
1780         (print_thread_info): Add comment.
1781         * tid-parse.h: New file.
1782         * tid-parse.c: New file.
1783         * infcmd.c (step_command_fsm_prepare)
1784         (step_command_fsm_should_stop): Adjust to use the global thread
1785         ID.
1786         (until_next_command, until_next_command)
1787         (finish_command_fsm_should_stop): Adjust to use the global thread
1788         ID.
1789         (attach_post_wait): Adjust to check the inferior number too.
1790         * inferior.h (struct inferior) <highest_thread_num>: New field.
1791         * infrun.c (handle_signal_stop)
1792         (insert_exception_resume_breakpoint)
1793         (insert_exception_resume_from_probe): Adjust to use the global
1794         thread ID.
1795         * record-btrace.c (record_btrace_open): Use global thread IDs.
1796         * remote.c (process_initial_stop_replies): Also consider the
1797         inferior number.
1798         * target.c (target_pre_inferior): Clear the inferior's highest
1799         thread num.
1800         * thread.c (clear_thread_inferior_resources): Adjust to use the
1801         global thread ID.
1802         (new_thread): New inferior parameter.  Adjust to use it.  Set both
1803         the thread's global ID and the thread's per-inferior ID.
1804         (add_thread_silent): Adjust.
1805         (find_thread_global_id): New.
1806         (find_thread_id): Make static.  Adjust to rename.
1807         (valid_thread_id): Rename to ...
1808         (valid_global_thread_id): ... this.
1809         (pid_to_thread_id): Rename to ...
1810         (ptid_to_global_thread_id): ... this.
1811         (thread_id_to_pid): Rename to ...
1812         (global_thread_id_to_ptid): ... this.  Adjust.
1813         (first_thread_of_process): Adjust.
1814         (do_captured_list_thread_ids): Adjust to use global thread IDs.
1815         (should_print_thread): New function.
1816         (print_thread_info): Rename to ...
1817         (print_thread_info_1): ... this, and add new show_global_ids
1818         parameter.  Handle it.  Iterate over inferiors.
1819         (print_thread_info): Reimplement as wrapper around
1820         print_thread_info_1.
1821         (show_inferior_qualified_tids): New function.
1822         (print_thread_id): Use it.
1823         (tp_array_compar): Compare inferior numbers too.
1824         (thread_apply_command): Use tid_range_parser.
1825         (do_captured_thread_select): Use parse_thread_id.
1826         (thread_id_make_value): Adjust.
1827         (_initialize_thread): Adjust "info threads" help string.
1828         * varobj.c (struct varobj_root): Update comment.
1829         (varobj_create): Adjust to use global thread IDs.
1830         (value_of_root_1): Adjust to use global_thread_id_to_ptid.
1831         * windows-tdep.c (display_tib): No longer accept an argument.
1832         * cli/cli-utils.c (get_number_trailer): Make extern.
1833         * cli/cli-utils.h (get_number_trailer): Declare.
1834         (get_number_const): Adjust documentation.
1835         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Adjust to use global
1836         thread IDs.
1837         * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
1838         (mi_on_normal_stop, mi_output_running_pid, mi_on_resume):
1839         * mi/mi-main.c (mi_execute_command, mi_cmd_execute): Likewise.
1840         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_thread_x):
1841         Likewise.
1842         * python/py-breakpoint.c (bppy_set_thread): Likewise.
1843         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
1844         * python/py-infthread.c (thpy_get_num): Add comment and return the
1845         per-inferior thread ID.
1846         (thread_object_getset): Update comment of "num".
1847
1848 2016-01-13  Pedro Alves  <palves@redhat.com>
1849
1850         * breakpoint.c (remove_threaded_breakpoints)
1851         (print_one_breakpoint_location): Use print_thread_id.
1852         * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
1853         (btrace_fetch, btrace_clear): Use print_thread_id.
1854         * common/print-utils.c (CELLSIZE): Delete.
1855         (get_cell): Rename to ...
1856         (get_print_cell): ... this and made extern.  Adjust call callers.
1857         Adjust to use PRINT_CELL_SIZE.
1858         * common/print-utils.h (get_print_cell): Declare.
1859         (PRINT_CELL_SIZE): New.
1860         * gdbthread.h (print_thread_id): Declare.
1861         * infcmd.c (signal_command): Use print_thread_id.
1862         * inferior.c (print_inferior): Use print_thread_id.
1863         * infrun.c (handle_signal_stop)
1864         (insert_exception_resume_breakpoint)
1865         (insert_exception_resume_from_probe)
1866         (print_signal_received_reason): Use print_thread_id.
1867         * record-btrace.c (record_btrace_info)
1868         (record_btrace_resume_thread, record_btrace_cancel_resume)
1869         (record_btrace_step_thread, record_btrace_wait): Use
1870         print_thread_id.
1871         * thread.c (thread_apply_all_command): Use print_thread_id.
1872         (print_thread_id): New function.
1873         (thread_apply_command): Use print_thread_id.
1874         (thread_command, thread_find_command, do_captured_thread_select):
1875         Use print_thread_id.
1876
1877 2016-01-13  Pedro Alves  <palves@redhat.com>
1878
1879         * NEWS: Mention InferiorThread.inferior.
1880         * python/py-infthread.c (thpy_get_inferior): New.
1881         (thread_object_getset): Register "inferior".
1882
1883 2016-01-13  Pedro Alves  <palves@redhat.com>
1884
1885         * NEWS: Mention $_inferior.
1886         * inferior.c (inferior_id_make_value): New.
1887         (inferior_funcs): New.
1888         (_initialize_inferior): Create $_inferior variable.
1889
1890 2016-01-13  Pedro Alves  <palves@redhat.com>
1891
1892         PR breakpoints/19388
1893         * frame.c (get_current_frame): Use validate_registers_access.
1894         * gdbthread.h (validate_registers_access): Declare.
1895         * infrun.c (validate_siginfo_access): Delete.
1896         (siginfo_value_read, siginfo_value_write): Use
1897         validate_registers_access.
1898         * thread.c (validate_registers_access): New function.
1899
1900 2016-01-12  Josh Stone  <jistone@redhat.com>
1901             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1902
1903         * NEWS (Changes since GDB 7.10): Mention QCatchSyscalls and the
1904         syscall_entry and syscall_return stop reasons.  Mention GDB
1905         support for remote catch syscall.
1906         * remote.c (PACKET_QCatchSyscalls): New enum.
1907         (remote_set_syscall_catchpoint): New function.
1908         (remote_protocol_features): New element for QCatchSyscalls.
1909         (remote_parse_stop_reply): Parse syscall_entry/return stops.
1910         (init_remote_ops): Install remote_set_syscall_catchpoint.
1911         (_initialize_remote): Config QCatchSyscalls.
1912         * linux-nat.h (struct lwp_info) <syscall_state>: Comment typo.
1913
1914 2016-01-12  Yao Qi  <yao.qi@linaro.org>
1915
1916         * nat/linux-ptrace.c (linux_child_function): Cast child_stack
1917         to gdb_byte * and pass to linux_fork_to_function.
1918
1919 2016-01-12  Yao Qi  <yao.qi@linaro.org>
1920
1921         * nat/linux-ptrace.c (linux_fork_to_function): Change type
1922         of argument 'function'.
1923         (linux_grandchild_function): Change return type to 'int'.
1924         Change child_stack's type to 'void *'.
1925         (linux_child_function): Likewise.
1926
1927 2016-01-12  Pedro Alves  <palves@redhat.com>
1928
1929         Remove use of the registered trademark symbol throughout.
1930
1931 2016-01-12  Thomas Schwinge  <thomas@codesourcery.com>
1932
1933         * reply_mig_hack.awk: Rewrite one regular expression.
1934
1935 2016-01-11  Mike Frysinger  <vapier@gentoo.org>
1936
1937         * acinclude.m4: Include new warning.m4 file.
1938         * configure: Regenerated.
1939         * configure.ac: Move all warning logic ...
1940         * warning.m4: ... here.
1941
1942 2016-01-08  Yao Qi  <yao.qi@linaro.org>
1943
1944         * extension.c: Include target.h.
1945         (set_active_ext_lang): Only call install_gdb_sigint_handler,
1946         check_quit_flag, and set_quit_flag if target_terminal_is_ours
1947         returns false.
1948         (restore_active_ext_lang): Likewise.
1949         * target.c (target_terminal_is_ours): New function.
1950         * target.h (target_terminal_is_ours): Declare.
1951
1952 2016-01-07  Maciej W. Rozycki  <macro@imgtec.com>
1953
1954         * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
1955         to `err' in the little-endian leg.
1956
1957 2016-01-06  Yao Qi  <yao.qi@linaro.org>
1958
1959         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
1960         lines below.
1961         (thumb_get_next_pcs_raw): Make it static.
1962         (arm_get_next_pcs_raw): Likewise.
1963         * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
1964         declaration.
1965         (arm_get_next_pcs_raw): Likewise.
1966
1967 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
1968
1969         * version.in: Change cvs to git.
1970
1971 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
1972
1973         * configure.tgt (score-*-*): Delete gdb_sim assignment.
1974
1975 2016-01-05  Pedro Alves  <palves@redhat.com>
1976
1977         PR sim/13418
1978         * configure.ac: Define WITH_PPC_SIM when linking in the sim and
1979         the target is powerpc*.
1980         * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
1981         of WITH_SIM.
1982         * configure: Regenerate.
1983         * config.in: Regenerate.
1984
1985 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
1986
1987         * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
1988
1989 2016-01-02  Mike Frysinger  <vapier@gentoo.org>
1990
1991         * configure.tgt (powerpc*-*-*): Delete test call and
1992         always assign gdb_sim.
1993
1994 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
1995
1996         Update year range in copyright notice of all files.
1997
1998 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
1999
2000         * top.c (print_gdb_version): Change copyright year in version
2001         message.
2002
2003 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
2004
2005         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
2006
2007 For older changes see ChangeLog-2015.
2008 \f
2009 Local Variables:
2010 mode: change-log
2011 left-margin: 8
2012 fill-column: 74
2013 version-control: never
2014 coding: utf-8
2015 End: