5b3cb688ccf73f1aa838df0a1421b8400586e635
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2014-01-29 Joel Brobecker <brobecker@adacore.com>
2
3 * valops.c (value_slice): Minor reformatting.
4
5 2014-01-28 Ulrich Weigand  <uweigand@de.ibm.com>
6
7 * ppc64-tdep.c (ppc64_standard_linkage7): Fix typo.
8
9 2014-01-28 Joel Brobecker <brobecker@adacore.com>
10
11 * ada-lang.c (maint_set_ada_cmdlist, maint_show_ada_cmdlist):
12 New static globals.
13 (maint_set_ada_cmd, maint_show_ada_cmd): New functions.
14 (ada_ignore_descriptive_types_p): New static global.
15 (find_parallel_type_by_descriptive_type): Return immediately
16 if ada_ignore_descriptive_types_p is set.
17 (_initialize_ada_language): Register new commands "maintenance
18 set ada", "maintenance show ada", "maintenance set ada
19 ignore-descriptive-types" and "maintenance show ada
20 ignore-descriptive-types".
21 * NEWS: Add entry for new "maint ada set/show
22 ignore-descriptive-types" commands.
23
24 2014-01-27 Markus Metzger <markus.t.metzger@intel.com>
25
26 * record-btrace.c (record_btrace_close): Call btrace_teardown
27 for all threads.
28
29 2014-01-27 Joel Brobecker <brobecker@adacore.com>
30
31 * ada-lang.c: Remove "#ifdef UI_OUT" condition for including
32 "ui-out.h".
33
34 2014-01-27 Joel Brobecker <brobecker@adacore.com>
35
36 * ada-typeprint (type_is_full_subrange_of_target_type):
37 New function.
38 (print_range): Add parameter bounds_prefered_p. If not set,
39 try printing range types using the name of their base type.
40 (print_range_type): Add parameter bounds_prefered_p.
41 Use it in call to print_range.
42 (print_array_type, ada_print_type): Update calls to print_range
43 and print_range_type.
44
45 2014-01-27 Joel Brobecker <brobecker@adacore.com>
46
47 * ada-typeprint.c (print_array_type, print_choices, print_range)
48 (print_range_bound, print_dynamic_range_bound, print_range_type):
49 Remove declaration.
50
51 2014-01-27 Joel Brobecker <brobecker@adacore.com>
52
53 * ada-typeprint.c (print_range): Add missing empty line
54 after local declaration.
55
56 2014-01-27 Joel Brobecker <brobecker@adacore.com>
57
58 * ada-valprint.c (print_optional_low_bound): Get index_type's
59 target type for as long as it is a TYPE_CODE_RANGE.
60
61 2014-01-27 Joel Brobecker <brobecker@adacore.com>
62
63 * procfs.c (procfs_make_note_section): Remove assertion and
64 associated comment.
65
66 2014-01-24 Yao Qi <yao@codesourcery.com>
67
68 * remote.c (remote_read_bytes): Change type of len to ULONGEST.
69 * corelow.c (get_core_siginfo): Likewise.
70
71 2014-01-24 Yao Qi <yao@codesourcery.com>
72
73 * remote.c (remote_write_bytes_aux): Change type of 'len' to
74 ULONGEST. Don't check 'len' is negative.
75 (remote_write_bytes): Change type of 'len' to ULONGEST.
76
77 2014-01-23 Tom Tromey <tromey@redhat.com>
78
79 PR python/16485:
80 * python/lib/gdb/FrameDecorator.py: (FrameVars.fetch_frame_args):
81 Handle exception from frame.block.
82 (FrameVars.fetch_frame_locals): Likewise.
83
84 2014-01-23 Tom Tromey <tromey@redhat.com>
85
86 PR python/16487:
87 * python/py-framefilter.c (py_print_frame): Don't call Py_DECREF
88 on a NULL pointer. Move "goto error" to correct place.
89
90 2014-01-23 Tom Tromey <tromey@redhat.com>
91
92 PR python/16491:
93 * python/py-framefilter.c (apply_frame_filter): Call
94 ensure_python_env after computing gdbarch.
95
96 2014-01-23 Yao Qi <yao@codesourcery.com>
97
98 * target.c (raw_memory_xfer_partial): Change argument type
99 from void * to gdb_byte *.
100 (memory_xfer_partial_1, memory_xfer_partial): Likewise.
101
102 2014-01-22 Doug Evans <dje@google.com>
103
104 New gdbserver option --debug-format=timestamp.
105 * NEWS: Mention it.
106
107 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
108
109 * syscalls/s390x-linux.xml: New file.
110 * syscalls/s390-linux.xml: New file.
111 * s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro.
112 (XML_SYSCALL_FILENAME_S390X): Likewise.
113 (op_svc): New enum value for SVC opcode.
114 (s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'.
115 (s390_linux_get_syscall_number): New function.
116 (s390_gdbarch_init): Register '*get_syscall_number' and the
117 syscall xml file name.
118 * data-directory/Makefile.in (SYSCALLS_FILES): Add
119 "s390-linux.xml" and "s390x-linux.xml".
120 * NEWS: Announce new feature.
121
122 2014-01-22 Baruch Siach <baruch@tkos.co.il>
123
124 * xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.
125
126 2014-01-22 Pedro Alves <palves@redhat.com>
127
128 * xtensa-config.c: Include defs.h.
129
130 2014-01-22 Joel Brobecker <brobecker@adacore.com>
131
132 * common/common-utils.h: Add "ARI:" comment beside __func__
133 reference.
134
135 2014-01-22 Joel Brobecker <brobecker@adacore.com>
136
137 * common/common-utils.h (FUNCTION_NAME): Expand the macro's
138 documentation a bit.
139
140 2014-01-21 Roland McGrath <mcgrathr@google.com>
141
142 * configure.ac: Call AM_PROG_INSTALL_STRIP.
143 * configure: Regenerate.
144 * aclocal.m4: Regenerate.
145 * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP):
146 New substituted variables.
147 (install-strip): New target.
148 (INSTALL_SCRIPT): New substituted variable.
149 (FLAGS_TO_PASS): Add it.
150 (install-only): Use $(INSTALL_SCRIPT) rather than
151 $(INSTALL_PROGRAM) for gcore.
152
153 2014-01-20 Tom Tromey <tromey@redhat.com>
154
155 * cli/cli-decode.h (struct cmd_list_element): Move all bitfields
156 together.
157
158 2014-01-20 Tom Tromey <tromey@redhat.com>
159
160 * cli/cli-decode.c (add_cmd, deprecate_cmd, add_alias_cmd)
161 (add_setshow_cmd_full, delete_cmd, lookup_cmd_1)
162 (deprecated_cmd_warning, complete_on_cmdlist): Update.
163 * cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER)
164 (MALLOCED_REPLACEMENT, DOC_ALLOCATED): Remove.
165 (struct cmd_list_element) <flags>: Remove.
166 <cmd_deprecated, deprecated_warn_user, malloced_replacement,
167 doc_allocated>: New fields.
168 <hook_in, allow_unknown, abbrev_flag, type, var_type>: Now
169 bitfields.
170 * maint.c (maintenance_do_deprecate): Update.
171 * top.c (execute_command): Update.
172
173 2014-01-20 Baruch Siach <baruch@tkos.co.il>
174
175 * xtensa-linux-nat.c: Include asm/ptrace.h.
176
177 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
178
179 * Makefile.in (SFILES): Add d-support.c.
180 (COMMON_OBS): Add d-support.o.
181 * d-lang.h (d_parse_symbol): Add comment, now defined in
182 d-support.c.
183 * d-lang.c (parse_call_convention)
184 (parse_attributes, parse_function_types)
185 (parse_function_args, parse_type, parse_identifier)
186 (call_convention_p, d_parse_symbol): Move functions to ...
187 * d-support.c: ... New file.
188
189 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
190
191 * d-lang.h (d_parse_symbol): Add declaration.
192 * d-lang.c (extract_identifiers)
193 (extract_type_info): Remove functions.
194 (parse_call_convention, parse_attributes)
195 (parse_function_types, parse_function_args)
196 (parse_type, parse_identifier, call_convention_p)
197 (d_parse_symbol): New functions.
198 (d_demangle): Use d_parse_symbol to demangle D symbols.
199
200 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
201
202 * d-lang.h (struct builtin_d_type): New data type.
203 (builtin_d_type): Add declaration.
204 * d-lang.c (d_language_arch_info, build_d_types)
205 (builtin_d_type): New functions.
206 (enum d_primitive_types): New data type.
207 (d_language_defn): Change c_language_arch_info to
208 d_language_arch_info.
209 (d_type_data): New static variable.
210 (_initialize_d_language): Initialize d_type_data.
211
212 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
213
214 * d-lang.h (d_main_name): Add declaration.
215 * d-lang.c (d_main_name): New function.
216 * symtab.c (find_main_name): Add call to d_main_name.
217
218 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
219
220 * d-lang.c (d_language_defn): Change macro_expansion_c to
221 macro_expansion_no.
222
223 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
224
225 * MAINTAINERS: Add myself as a write-after-approval maintainer.
226
227 2014-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
228
229 * breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
230 gdb_exception" declaration.
231 * remote.c (getpkt_or_notif_sane): Likewise.
232
233 2014-01-17 Doug Evans <dje@google.com>
234
235 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): New
236 function, contents of dirnames_to_char_ptr_vec_append moved here.
237 (delim_string_to_char_ptr_vec): New function.
238 (dirnames_to_char_ptr_vec_append): Rewrite.
239 * common/gdb_vecs.h (delim_string_to_char_ptr_vec): Declare.
240
241 2014-01-17 Doug Evans <dje@google.com>
242
243 * common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION,
244 and moved here ...
245 * common/gdb_assert.h (ASSERT_FUNCTION): ... from here.
246 #include "common-utils.h".
247 (gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update.
248 * common/vec.h (VEC_ASSERT_PASS): Update.
249 * darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h.
250 (MACH_CHECK_ERROR): Update.
251
252 2014-01-17 Simon Marchi <simon.marchi@ericsson.com>
253
254 * gdbarch.sh (gdbarch_address_class_name_to_type_flags): Add
255 comments.
256 * gdbarch.h: Regenerate.
257
258 2014-01-16 Tom Tromey <tromey@redhat.com>
259
260 * value.c (struct value) <regnum>: Move earlier.
261
262 2014-01-16 Tom Tromey <tromey@redhat.com>
263
264 * remote.c (extended_remote_create_inferior): Rename from
265 extended_remote_create_inferior_1. Add "ops" argument. Remove
266 old implementation.
267
268 2014-01-16 Pedro Alves <palves@redhat.com>
269
270 * s390-linux-tdep.c (s390_frame_unwind_cache): Swallow
271 NOT_AVAILABLE_ERROR errors while parsing the prologue or reading
272 the backchain.
273
274 2014-01-16 Doug Evans <dje@google.com>
275
276 * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
277
278 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
279
280 * btrace.h (btrace_thread_flag): New.
281 (struct btrace_thread_info) <flags>: New.
282 * record-btrace.c (record_btrace_resume_thread)
283 (record_btrace_find_thread_to_move, btrace_step_no_history)
284 (btrace_step_stopped, record_btrace_start_replaying)
285 (record_btrace_step_thread, record_btrace_decr_pc_after_break)
286 (record_btrace_find_resume_thread): New.
287 (record_btrace_resume, record_btrace_wait): Extend.
288 (record_btrace_can_execute_reverse): New.
289 (record_btrace_open): Fail in non-stop mode.
290 (record_btrace_set_replay): Split into this, ...
291 (record_btrace_stop_replaying): ... this, ...
292 (record_btrace_clear_histories): ... and this.
293 (init_record_btrace_ops): Init to_can_execute_reverse.
294 * NEWS: Announce it.
295
296 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
297
298 * target.h (struct target_ops) <to_decr_pc_after_break>: New.
299 (forward_target_decr_pc_after_break)
300 (target_decr_pc_after_break): New.
301 * target.c (forward_target_decr_pc_after_break)
302 (target_decr_pc_after_break): New.
303 * aix-thread.c (aix_thread_wait): Call target_decr_pc_after_break
304 instead of gdbarch_decr_pc_after_break.
305 * darwin-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
306 instead of gdbarch_decr_pc_after_break.
307 * infrun.c (adjust_pc_after_break): Call target_decr_pc_after_break
308 instead of gdbarch_decr_pc_after_break.
309 * linux-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
310 instead of gdbarch_decr_pc_after_break.
311 * linux-thread-db.c (check_event): Call target_decr_pc_after_break
312 instead of gdbarch_decr_pc_after_break.
313 * record-full.c (record_full_wait_1): Call target_decr_pc_after_break
314 instead of gdbarch_decr_pc_after_break.
315
316 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
317
318 * btrace.c: Include regcache.h.
319 (btrace_add_pc): New.
320 (btrace_enable): Call btrace_add_pc.
321 (btrace_is_empty): New.
322 * btrace.h (btrace_is_empty): New.
323 * record-btrace.c (require_btrace, record_btrace_info): Call
324 btrace_is_empty.
325
326 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
327
328 * common/linux-btrace.c (perf_event_read_bts, linux_read_btrace):
329 Support delta reads.
330 (linux_disable_btrace): Change return type.
331 * common/linux-btrace.h (linux_read_btrace): Change parameters
332 and return type to allow error reporting. Update users.
333 (linux_disable_btrace): Change return type. Update users.
334 * common/btrace-common.h (btrace_read_type) <BTRACE_READ_DELTA>:
335 New.
336 (btrace_error): New.
337 (btrace_block) <begin>: Comment on BEGIN == 0.
338 * btrace.c (btrace_compute_ftrace): Start from the end of
339 the current trace.
340 (btrace_stitch_trace, btrace_clear_history): New.
341 (btrace_fetch): Read delta trace, return if replaying.
342 (btrace_clear): Move clear history code to btrace_clear_history.
343 (parse_xml_btrace): Throw an error if parsing failed.
344 * target.h (struct target_ops) <to_read_btrace>: Change parameters
345 and return type to allow error reporting.
346 (target_read_btrace): Change parameters and return type to allow
347 error reporting.
348 * target.c (target_read_btrace): Update.
349 * remote.c (remote_read_btrace): Support delta reads. Pass
350 errors on.
351 * NEWS: Announce it.
352
353 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
354
355 * record.h (record_btrace_frame_unwind)
356 (record_btrace_tailcall_frame_unwind): New declarations.
357 * dwarf2-frame: Include record.h
358 (dwarf2_frame_cfa): Throw an error for btrace frames.
359 * record-btrace.c: Include hashtab.h.
360 (btrace_get_bfun_name): New.
361 (btrace_call_history): Call btrace_get_bfun_name.
362 (struct btrace_frame_cache): New.
363 (bfcache): New.
364 (bfcache_hash, bfcache_eq, bfcache_new): New.
365 (btrace_get_frame_function): New.
366 (record_btrace_frame_unwind_stop_reason): Allow unwinding.
367 (record_btrace_frame_this_id): Compute own id.
368 (record_btrace_frame_prev_register): Provide PC, throw_error
369 for all other registers.
370 (record_btrace_frame_sniffer): Detect btrace frames.
371 (record_btrace_tailcall_frame_sniffer): New.
372 (record_btrace_frame_dealloc_cache): New.
373 (record_btrace_frame_unwind): Add new functions.
374 (record_btrace_tailcall_frame_unwind): New.
375 (_initialize_record_btrace): Allocate cache.
376 * btrace.c (btrace_clear): Call reinit_frame_cache.
377 * NEWS: Announce it.
378
379 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
380
381 * record-btrace.c (record_btrace_set_replay)
382 (record_btrace_goto_begin, record_btrace_goto_end)
383 (record_btrace_goto): New.
384 (init_record_btrace_ops): Initialize them.
385 * NEWS: Announce it.
386
387 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
388
389 * record-btrace.c (record_btrace_find_new_threads)
390 (record_btrace_thread_alive): New.
391 (init_record_btrace_ops): Initialize to_find_new_threads and
392 to_thread_alive.
393
394 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
395
396 * record-btrace.c (record_btrace_resume): New.
397 (record_btrace_wait): New.
398 (init_record_btrace_ops): Initialize to_wait and to_resume.
399
400 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
401
402 * record-btrace.c (record_btrace_xfer_partial)
403 (record_btrace_insert_breakpoint, record_btrace_remove_breakpoint)
404 (record_btrace_allow_memory_access): New.
405 (init_record_btrace_ops): Initialize new methods.
406 * target.c (raw_memory_xfer_partial): Bail out if target reports
407 that this memory is not available.
408
409 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
410
411 * target.h (target_ops) <to_insert_breakpoint>
412 <to_remove_breakpoint>: Add target_ops parameter.
413 (forward_target_insert_breakpoint): New.
414 (forward_target_remove_breakpoint): New.
415 (memory_remove_breakpoint, memory_insert_breakpoint):
416 Add target_ops parameter.
417 * target.c (target_insert_breakpoint): Split into this and ...
418 (forward_target_insert_breakpoint): ... this.
419 (target_remove_breakpoint): Split into this and ...
420 (forward_target_remove_breakpoint): ... this.
421 (debug_to_insert_breakpoint): Add target_ops parameter.
422 Call forward_target_insert_breakpoint.
423 (debug_to_remove_breakpoint): Add target_ops parameter.
424 Call forward_target_remove_breakpoint.
425 (update_current_target): Do not inherit or default to_insert_breakpoint
426 and to_remove_breakpoint.
427 * corelow.c (ignore): Add target_ops parameter.
428 * exec.c (ignore): Add target_ops parameter.
429 * mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
430 Add target_ops parameter.
431 * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
432 Add target_ops parameter.
433 * nto-procfs.c (procfs_insert_breakpoint, procfs_remove_breakpoint):
434 Add target_ops parameter.
435 * record-full.c (record_full_beneath_to_insert_breakpoint)
436 (record_full_beneath_to_remove_breakpoint, tmp_to_insert_breakpoint)
437 (tmp_to_remove_breakpoint, record_full_insert_breakpoint)
438 (record_full_remove_breakpoint, record_full_core_insert_breakpoint)
439 (record_full_core_remove_breakpoint): Add target_ops parameter.
440 Update users.
441 (record_full_beneath_to_insert_breakpoint_ops)
442 (record_full_beneath_to_remove_breakpoint_ops)
443 (tmp_to_insert_breakpoint_ops, tmp_to_remove_breakpoint_ops): New.
444 (record_full_open): Initialize tmp_to_insert_breakpoint_ops,
445 tmp_to_remove_breakpoint_ops,
446 record_full_beneath_to_insert_breakpoint_ops, and
447 record_full_beneath_to_remove_breakpoint_ops.
448 * remote-m32r-sdi.c (m32r_insert_breakpoint)
449 (m32r_remove_breakpoint): Add target_ops parameter.
450 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
451 Add target_ops parameter.
452 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
453 Add target_ops parameter.
454
455 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
456 Markus Metzger <markus.t.metzger@intel.com>
457
458 * record-btrace.c: Include frame-unwind.h.
459 (record_btrace_frame_unwind_stop_reason)
460 (record_btrace_frame_this_id, record_btrace_frame_prev_register)
461 (record_btrace_frame_sniffer, record_btrace_frame_unwind):
462 New.
463 (init_record_btrace_ops): Install it.
464
465 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
466
467 * frame.c (get_frame_unwind_stop_reason): Unconditionally call
468 get_prev_frame_1.
469
470 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
471
472 * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check
473 earlier.
474
475 2014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
476
477 * frame-unwind.c: Include target.h.
478 (frame_unwind_try_unwinder): New function with code from ...
479 (frame_unwind_find_by_frame): ... here. New variable
480 unwinder_from_target, call also target_get_unwinder)
481 (target_get_tailcall_unwinder, and frame_unwind_try_unwinder for it.
482 * target.c (target_get_unwinder, target_get_tailcall_unwinder): New.
483 * target.h (struct target_ops): New fields to_get_unwinder and
484 to_get_tailcall_unwinder.
485 (target_get_unwinder, target_get_tailcall_unwinder): New declarations.
486
487 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
488
489 * record-btrace.c (record_btrace_fetch_registers)
490 (record_btrace_store_registers)
491 (record_btrace_to_prepare_to_store): New.
492 (init_record_btrace_ops): Add the above.
493
494 2014-01-16 Tom Tromey <tromey@redhat.com>
495
496 * windows-nat.c (windows_prepare_to_store): Add 'self' argument.
497 * target.h (struct target_ops) <to_prepare_to_store>: Add
498 argument.
499 (target_prepare_to_store): Add argument.
500 * target.c (debug_to_prepare_to_store): Add argument.
501 (update_current_target): Update.
502 * remote.c (remote_prepare_to_store): Add 'self' argument.
503 * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument.
504 * remote-mips.c (mips_prepare_to_store): Add 'self' argument.
505 * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument.
506 * record-full.c (record_full_core_prepare_to_store): Add 'self'
507 argument.
508 * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument.
509 * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument.
510 * monitor.c (monitor_prepare_to_store): Add 'self' argument.
511 * inf-child.c (inf_child_prepare_to_store): Add 'self' argument.
512 * go32-nat.c (go32_prepare_to_store): Add 'self' argument.
513
514 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
515
516 * btrace.h (replay) <replay>: New.
517 (btrace_is_replaying): New.
518 * btrace.c (btrace_clear): Free replay iterator.
519 (btrace_is_replaying): New.
520 * record-btrace.c (record_btrace_is_replaying): New.
521 (record_btrace_info): Print insn number if replaying.
522 (record_btrace_insn_history): Start at replay position.
523 (record_btrace_call_history): Start at replay position.
524 (init_record_btrace_ops): Init to_record_is_replaying.
525
526 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
527
528 * record-btrace.c (record_btrace_insn_history_range): Include
529 end.
530 (record_btrace_insn_history_from): Adjust range.
531 (record_btrace_call_history_range): Include
532 end.
533 (record_btrace_call_history_from): Adjust range.
534 * NEWS: Announce changes.
535
536 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
537
538 * record.h (enum record_print_flag)
539 <record_print_indent_calls>: New.
540 * record.c (get_call_history_modifiers): Recognize /c modifier.
541 (_initialize_record): Document /c modifier.
542 * record-btrace.c (btrace_call_history): Add btinfo parameter.
543 Reorder fields. Optionally indent the function name. Update
544 all users.
545 * NEWS: Announce changes.
546
547 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
548
549 * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer.
550
551 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
552
553 * btrace.c (ftrace_new_function): Start counting at one.
554 * record-btrace.c (record_btrace_info): Adjust number of calls
555 and insns.
556 * NEWS: Announce it.
557
558 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
559
560 * record-btrace.c (btrace_call_history_insn_range): Print
561 insn range as [begin, end].
562
563 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
564
565 * btrace.h (struct btrace_func_link): New.
566 (enum btrace_function_flag): New.
567 (struct btrace_inst): Rename to ...
568 (struct btrace_insn): ...this. Update all users.
569 (struct btrace_func) <ibegin, iend>: Remove.
570 (struct btrace_func_link): New.
571 (struct btrace_func): Rename to ...
572 (struct btrace_function): ...this. Update all users.
573 (struct btrace_function) <segment, flow, up, insn, insn_offset)
574 (number, level, flags>: New.
575 (struct btrace_insn_iterator): Rename to ...
576 (struct btrace_insn_history): ...this.
577 Update all users.
578 (struct btrace_insn_iterator, btrace_call_iterator): New.
579 (struct btrace_target_info) <btrace, itrace, ftrace>: Remove.
580 (struct btrace_target_info) <begin, end, level>
581 <insn_history, call_history>: New.
582 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
583 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
584 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
585 (btrace_call_number, btrace_call_begin, btrace_call_end)
586 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
587 (btrace_find_function_by_number, btrace_set_insn_history)
588 (btrace_set_call_history): New.
589 * btrace.c (btrace_init_insn_iterator)
590 (btrace_init_func_iterator, compute_itrace): Remove.
591 (ftrace_print_function_name, ftrace_print_filename)
592 (ftrace_skip_file): Change
593 parameter to const.
594 (ftrace_init_func): Remove.
595 (ftrace_debug): Use new btrace_function fields.
596 (ftrace_function_switched): Also consider gaining and
597 losing symbol information).
598 (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return)
599 (ftrace_new_switch, ftrace_find_caller, ftrace_new_function)
600 (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall):
601 New.
602 (ftrace_new_function): Move. Remove debug print.
603 (ftrace_update_lines, ftrace_update_insns): New.
604 (ftrace_update_function): Check for call, ret, and jump.
605 (compute_ftrace): Renamed to ...
606 (btrace_compute_ftrace): ...this. Rewritten to compute call
607 stack.
608 (btrace_fetch, btrace_clear): Updated.
609 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
610 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
611 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
612 (btrace_call_number, btrace_call_begin, btrace_call_end)
613 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
614 (btrace_find_function_by_number, btrace_set_insn_history)
615 (btrace_set_call_history): New.
616 * record-btrace.c (require_btrace): Use new btrace thread
617 info fields.
618 (record_btrace_info, btrace_insn_history)
619 (record_btrace_insn_history, record_btrace_insn_history_range):
620 Use new btrace thread info fields and new iterator.
621 (btrace_func_history_src_line): Rename to ...
622 (btrace_call_history_src_line): ...this. Use new btrace
623 thread info fields.
624 (btrace_func_history): Rename to ...
625 (btrace_call_history): ...this. Use new btrace thread info
626 fields and new iterator.
627 (record_btrace_call_history, record_btrace_call_history_range):
628 Use new btrace thread info fields and new iterator.
629
630 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
631
632 * frame.h (frame_id_build_unavailable_stack_special): New.
633 * frame.c (frame_id_build_unavailable_stack_special): New.
634
635 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
636
637 * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call)
638 (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New.
639 (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump
640 to gdbarch.
641 * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret)
642 (i386_insn_is_jump, i386_jmp_p): New.
643 (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and
644 insn_is_jump to gdbarch.
645 * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New.
646 * gdbarch.h: Regenerated.
647 * gdbarch.c: Regenerated.
648 * arch-utils.h (default_insn_is_call, default_insn_is_ret)
649 (default_insn_is_jump): New.
650 * arch-utils.c (default_insn_is_call, default_insn_is_ret)
651 (default_insn_is_jump): New.
652
653 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
654
655 * common/btrace-common.h (btrace_read_type) <btrace_read_all>:
656 Change to ...
657 (btrace_read_type) <BTRACE_READ_ALL>: ... this. Update users.
658 (btrace_read_type) <btrace_read_new>: Change to ...
659 (btrace_read_type) <BTRACE_READ_NEW>: ... this. Update users.
660
661 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
662
663 * common/linux-btrace.c (linux_read_btrace): Free trace from
664 previous iteration.
665
666 2014-01-15 Doug Evans <dje@google.com>
667
668 * dwarf2read.c (open_and_init_dwp_file): Use pulongest to print
669 uint32_t.
670
671 2014-01-15 Tom Tromey <tromey@redhat.com>
672
673 * dbxread.c (process_one_symbol): Use set_objfile_main_name.
674 * dwarf2read.c (read_partial_die): Use set_objfile_main_name.
675 * objfiles.c (get_objfile_bfd_data): Initialize language_of_main.
676 (set_objfile_main_name): New function.
677 * objfiles.h (struct objfile_per_bfd_storage) <name_of_main,
678 language_of_main>: New fields.
679 (set_objfile_main_name): Declare.
680 * symtab.c (find_main_name): Loop over objfiles to find the main
681 name and language.
682 (set_main_name): Now static.
683 (get_main_info): Add comment.
684 * symtab.h (set_main_name): Don't declare.
685
686 2014-01-15 Tom Tromey <tromey@redhat.com>
687
688 * symtab.c (main_progspace_key): New global.
689 (struct main_info): New.
690 (name_of_main, language_of_main): Remove.
691 (get_main_info, main_info_cleanup): New function.
692 (set_main_name, main_name, main_language): Use get_main_info.
693 (_initialize_symtab): Initialize main_progspace_key.
694
695 2014-01-15 Tom Tromey <tromey@redhat.com>
696
697 * dbxread.c (process_one_symbol): Update.
698 * dwarf2read.c (read_partial_die): Update.
699 * symfile.c (set_initial_language): Call main_language.
700 * symtab.c (language_of_main): Now static.
701 (set_main_name): Add 'lang' parameter.
702 (find_main_name): Update.
703 (main_language): New function.
704 (symtab_observer_executable_changed): Update.
705 * symtab.h (set_main_name): Update.
706 (language_of_main): Remove.
707 (main_language): Declare.
708
709 2014-01-15 Tom Tromey <tromey@redhat.com>
710
711 * symfile.c (init_entry_point_info): Use new "initialized" field.
712 Update.
713 * objfiles.h (struct entry_point) <initialized>: New field.
714 (struct objfile_per_bfd_storage) <ei>: New field, moved from...
715 (struct objfile) <ei>: ...here. Remove.
716 * objfiles.c (entry_point_address_query): Update.
717
718 2014-01-15 Tom Tromey <tromey@redhat.com>
719
720 * objfiles.c (entry_point_address_query): Relocate entry point
721 address.
722 (objfile_relocate1): Do not relocate entry point address.
723 * objfiles.h (struct entry_info) <entry_point>: Update comment.
724 <the_bfd_section_index>: New field.
725 * symfile.c (init_entry_point_info): Find the entry point's
726 section.
727
728 2014-01-15 Tom Tromey <tromey@redhat.com>
729
730 * solib-frv.c (enable_break): Use entry_point_address_query.
731
732 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
733
734 * NEWS: Add note on improved process record-replay on
735 arm*-linux* targets.
736
737 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
738
739 * arm-tdep.c (enum arm_record_result): New enum.
740 (arm_record_unsupported_insn): New function.
741 (arm_record_coproc_data_proc): Removed.
742 (thumb2_record_ld_st_multiple): New function.
743 (thumb2_record_ld_st_dual_ex_tbb): New function.
744 (thumb2_record_data_proc_sreg_mimm): New function.
745 (thumb2_record_ps_dest_generic): New function.
746 (thumb2_record_branch_misc_cntrl): New function.
747 (thumb2_record_str_single_data): New function.
748 (thumb2_record_ld_mem_hints): New function.
749 (thumb2_record_ld_word): New function.
750 (thumb2_record_lmul_lmla_div): New function.
751 (thumb2_record_decode_insn_handler): New function.
752 (decode_insn): Add thumb32 instruction handlers.
753
754 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
755
756 * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
757 (struct arm_linux_record_tdep): Declare.
758 (arm_canonicalize_syscall): New function.
759 (arm_all_but_pc_registers_record): New function.
760 (arm_linux_syscall_record): New function.
761 (arm_linux_init_abi): Add syscall recording constructs.
762 * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
763 decoding. (arm_record_coproc_data_proc): Update arm syscall
764 decoding.
765 * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
766 <arm_syscall_record>: New field.
767 * configure.tgt (arm*-*-linux*): Add linux-record.o to
768 gdb_target_obs.
769
770 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
771
772 * arm-tdep.c (thumb_record_misc): Update to use sp as base
773 register for push instruction recording.
774
775 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
776
777 * arm-tdep.c (thumb_record_misc): Update to correct logical
778 error while recording ldm, ldmia and pop instructions.
779
780 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
781
782 * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
783
784 2014-01-15 Pedro Alves <palves@redhat.com>
785
786 * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
787 (go32_resume, go32_fetch_registers, store_register)
788 (go32_store_registers, go32_prepare_to_store)
789 (go32_xfer_memory, go32_files_info, go32_kill_inferior)
790 (go32_create_inferior, go32_can_run, go32_terminal_init)
791 (go32_terminal_inferior, go32_terminal_ours): Delete forward
792 declarations.
793
794 2014-01-15 Tom Tromey <tromey@redhat.com>
795
796 * target.h (async_callback_ftype): New typedef.
797 (struct target_ops) <to_async>: Use it.
798
799 2014-01-15 Joel Brobecker <brobecker@adacore.com>
800
801 * python/py-value.c (get_field_type): Remove unnecessary curly
802 braces for single-statement if block.
803
804 2014-01-15 Joel Brobecker <brobecker@adacore.com>
805
806 * python/py-type.c (convert_field): Add missing empty line
807 after declarations.
808
809 2014-01-14 Doug Evans <dje@google.com>
810
811 * symfile.h (expand_symtabs_matching): Renamed from
812 expand_partial_symbol_names. Update prototype.
813 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
814 * symfile.c (expand_symtabs_matching): Renamed from
815 expand_partial_symbol_names. New args file_matcher, kind.
816 Rename arg fun to symbol_matcher.
817 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
818 * ada-lang.c (ada_complete_symbol_matcher): Renamed from
819 ada_expand_partial_symbol_name.
820 (ada_make_symbol_completion_list): Update to call
821 expand_symtabs_matching.
822 (ada_add_global_exceptions): Call expand_symtabs_matching.
823 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
824 call map_symbol_filenames.
825 * symtab.c (sources_info): Update to call map_symbol_filenames.
826 (search_symbols): Call expand_symtabs_matching.
827 (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
828 (default_make_symbol_completion_list_break_on): Update to call
829 expand_symtabs_matching.
830 (make_source_files_completion_list): Update to call
831 map_symbol_filenames.
832
833 2014-01-14 Doug Evans <dje@google.com>
834
835 * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
836 (expand_symtabs_symbol_matcher_ftype): New typedef.
837 (quick_symbol_functions.expand_symtabs_matching): Update to use.
838 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
839 * symfile.c (expand_partial_symbol_names): Update to use
840 expand_symtabs_symbol_matcher_ftype.
841 * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
842 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
843 Arg name_matcher renamed to symbol_matcher.
844 * psymtab.c (recursively_search_psymtabs): Update to use
845 expand_symtabs_symbol_matcher_ftype. Arg name_matcher renamed to
846 sym_matcher.
847 (expand_symtabs_matching_via_partial): Update to use
848 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
849 Arg name_matcher renamed to symbol_matcher.
850
851 2014-01-14 Doug Evans <dje@google.com>
852
853 * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
854 (map_partial_symbol_filenames): Ditto.
855 * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
856 (map_partial_symbol_filenames): Ditto.
857 * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
858 (map_partial_symbol_filenames): Ditto.
859 * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
860 (map_partial_symbol_filenames): Ditto.
861 * symtab.c: Delete #include "psymtab.h".
862
863 2014-01-14 Pedro Alves <palves@redhat.com>
864 Tom Tromey <tromey@redhat.com>
865
866 * infrun.c (use_displaced_stepping): Use find_record_target
867 instead of RECORD_IS_USED.
868 (adjust_pc_after_break): Use record_full_is_used instead of
869 RECORD_IS_USED.
870 * record-btrace.c (record_btrace_open): Call record_preopen
871 instead of checking RECORD_IS_USED.
872 * record-full.c (record_full_shortname)
873 (record_full_core_shortname): New globals.
874 (record_full_is_used): New function.
875 (find_full_open): Call record_preopen instead of checking
876 RECORD_IS_USED.
877 (init_record_full_ops): Set the target's shortname to
878 record_full_shortname.
879 (init_record_full_core_ops): Set the target's shortname to
880 record_full_core_shortname.
881 * record-full.h (record_full_is_used): Declare.
882 * record.c (find_record_target): Make extern.
883 (record_preopen): New function.
884 * record.h (RECORD_IS_USED): Delete macro.
885 (find_record_target, record_preopen): Declare functions.
886
887 2014-01-14 Yao Qi <yao@codesourcery.com>
888
889 * gdbarch.sh (core_xfer_shared_libraries): Change its argument
890 'len''s type to ULONGEST.
891 (core_xfer_shared_libraries_aix): Likewise.
892 * gdbarch.c, gdbarch.h: Regenerated.
893 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
894 Change type of 'len' to ULONGEST.
895 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
896 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
897
898 2014-01-14 Yao Qi <yao@codesourcery.com>
899
900 * common/linux-osdata.c (linux_xfer_osdata_processes): Change
901 type of 'len' to ULONGEST.
902 (linux_xfer_osdata_processgroups): Likewise.
903 (linux_xfer_osdata_threads): Likewise.
904 (linux_xfer_osdata_fds): Likewise.
905 (linux_xfer_osdata_isockets): Likewise.
906 (linux_xfer_osdata_shm): Likewise.
907 (linux_xfer_osdata_sem): Likewise.
908 (linux_xfer_osdata_msg): Likewise.
909 (linux_common_xfer_osdata): Likewise.
910 (struct osdata_type) <getter>: Likewise.
911 * common/linux-osdata.h (linux_common_xfer_osdata): Update
912 the declaration.
913
914 2014-01-14 Yao Qi <yao@codesourcery.com>
915
916 * target.h (target_xfer_partial_ftype): Update.
917 (struct target_ops) <to_xfer_partial>: Change 'len' type to
918 ULONGEST.
919 * aix-thread.c (aix_thread_xfer_partial): Change type of
920 argument 'len' to ULONGEST.
921 * auxv.c (procfs_xfer_auxv): Likewise.
922 (ld_so_xfer_auxv): Likewise.
923 (memory_xfer_auxv): Likewise.
924 * bfd-target.c (target_bfd_xfer_partial): Likewise.
925 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
926 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
927 * corelow.c (core_xfer_partial): Likewise.
928 * ctf.c (ctf_xfer_partial): Likewise.
929 * darwin-nat.c (darwin_read_write_inferior): Likewise. Use
930 '%u'.
931 (darwin_read_dyld_info): Likewise.
932 (darwin_xfer_partial): Likewise.
933 * exec.c (section_table_xfer_memory_partial): Likewise.
934 (exec_xfer_partial): Likewise.
935 * exec.h (section_table_xfer_memory_partial): Update
936 declaration.
937 * gnu-nat.c (gnu_xfer_memory): Likewise. Call pulongest
938 instead of plongest.
939 (gnu_xfer_partial): Likewise.
940 * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
941 (ia64_hpux_xfer_solib_got): Likewise.
942 (ia64_hpux_xfer_partial): Likewise.
943 * ia64-linux-nat.c (ia64_linux_xfer_partial):
944 * inf-ptrace.c (inf_ptrace_xfer_partial):
945 * inf-ttrace.c (inf_ttrace_xfer_partial):
946 * linux-nat.c (linux_xfer_siginfo): Likewise.
947 (linux_nat_xfer_partial): Likewise.
948 (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
949 (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
950 * monitor.c (monitor_xfer_memory): Likewise.
951 (monitor_xfer_partial): Likewise.
952 * procfs.c (procfs_xfer_partial): Likewise.
953 * record-full.c (record_full_xfer_partial): Likewise.
954 (record_full_core_xfer_partial): Likewise.
955 * remote-sim.c (gdbsim_xfer_memory): Likewise. Call pulongest
956 instead of plongest.
957 (gdbsim_xfer_partial): Likewise.
958 * remote.c (remote_xfer_partial): Likewise.
959 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
960 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
961 declaration.
962 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
963 (rs6000_xfer_shared_libraries): Likewise.
964 * sol-thread.c (sol_thread_xfer_partial): Likewise.
965 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
966 (sparc_xfer_partial): Likewise.
967 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
968 (spu_xfer_partial): Likewise.
969 * spu-multiarch.c (spu_xfer_partial): Likewise.
970 * target.c (target_read_live_memory): Likewise.
971 (memory_xfer_live_readonly_partial): Likewise.
972 (memory_xfer_partial, memory_xfer_partial_1): Likewise.
973 (target_xfer_partial, default_xfer_partial): Likewise.
974 (current_xfer_partial): Likewise.
975 * tracepoint.c (tfile_xfer_partial): Likewise.
976 * windows-nat.c (windows_xfer_memory): Likewise. Call
977 pulongest instead of plongest.
978 (windows_xfer_partial): Likewise.
979 (windows_xfer_shared_libraries): Likewise.
980
981 2014-01-14 Yao Qi <yao@codesourcery.com>
982
983 * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
984 target_xfer_partial_ftype.
985
986 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
987
988 PR python/15464
989 PR python/16113
990 * valops.c (value_struct_elt_bitpos): New function
991 * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
992 object to 'None' if the field name is an empty string ("").
993 * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
994 attribute to look for a field when 'name' is 'None'.
995 (get_field_type): New function
996
997 2014-01-13 Doug Evans <dje@google.com>
998
999 PR symtab/16426
1000 * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
1001 (try_open_dwop_file): Ditto.
1002 * gdb_bfd.c: #include "vec.h".
1003 (bfdp): New typedef.
1004 (struct gdb_bfd_data): New member included_bfds.
1005 (gdb_bfd_unref): Unref all included bfds.
1006 (gdb_bfd_record_inclusion): New function.
1007 * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
1008
1009 2014-01-13 Tom Tromey <tromey@redhat.com>
1010
1011 * gdbcore.h (deprecated_core_resize_section_table): Remove.
1012
1013 2014-01-13 Tom Tromey <tromey@redhat.com>
1014
1015 * defs.h (use_windows): Remove.
1016 * gdb.c (main): Update.
1017 * main.c (captured_main, gdb_main): Update.
1018 * main.h (struct captured_main_args) <use_windows>: Remove.
1019 * top.c (use_windows): Remove.
1020
1021 2014-01-13 Tom Tromey <tromey@redhat.com>
1022
1023 * defs.h (deprecated_flush_hook): Remove.
1024
1025 2014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1026
1027 PR threads/16216
1028 * linux-thread-db.c (try_thread_db_load): Add parameter
1029 check_auto_load_safe. Move here the file_is_auto_load_safe call.
1030 (try_thread_db_load_from_pdir_1): Move it there from here.
1031 (try_thread_db_load_from_sdir): Update caller.
1032 (try_thread_db_load_from_dir): Move it there from here.
1033
1034 2014-01-13 Patrick Palka <patrick@parcs.ath.cx>
1035
1036 * regformats/regdat.sh: Always rewrite the register file.
1037
1038 2014-01-13 Pedro Alves <palves@redhat.com>
1039
1040 * Makefile.in (CHECK_HEADERS): New variable.
1041 (check-headers:): New rule.
1042
1043 2014-01-13 Tom Tromey <tromey@redhat.com>
1044
1045 * cli/cli-setshow.c (do_set_command): Update.
1046 * defs.h (deprecated_set_hook): Remove.
1047 * top.c (deprecated_set_hook): Remove.
1048
1049 2014-01-13 Pedro Alves <palves@redhat.com>
1050
1051 * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
1052 the tracepoint if the PC is a pseudo-register.
1053
1054 2014-01-13 Tom Tromey <tromey@redhat.com>
1055
1056 * defs.h (XCALLOC): Remove.
1057 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
1058 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
1059 * dwarf2loc.c (allocate_piece_closure): Likewise.
1060 * elfread.c (elf_symfile_segments): Likewise.
1061 (elf_symfile_segments): Likewise.
1062 * gdbtypes.c (copy_type_recursive): Likewise.
1063 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
1064 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
1065 * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
1066 XCALLOC.
1067 * mt-tdep.c (mt_gdbarch_init): Likewise.
1068 * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
1069 XCALLOC.
1070 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
1071 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
1072 * registry.c (registry_alloc_data): Likewise.
1073 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
1074 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
1075 * serial.c (serial_fdopen_ops): Likewise.
1076 * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
1077 XCALLOC.
1078 * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
1079 * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
1080 not XCALLOC.
1081
1082 2014-01-13 Tom Tromey <tromey@redhat.com>
1083
1084 * defs.h (XMALLOC): Remove.
1085 * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
1086 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
1087 * cli-out.c (struct ui_out *): Likewise.
1088 * cli/cli-dump.c (add_dump_command): Likewise.
1089 (add_dump_command): Likewise.
1090 * complaints.c (get_complaints): Likewise.
1091 (find_complaint): Likewise.
1092 * dwarf2-frame.c (execute_cfa_program): Likewise.
1093 * dwarf2read.c (abbrev_table_read_table): Likewise.
1094 * gdbarch.sh: Likewise.
1095 * gdbarch.c: Rebuild.
1096 * inf-ttrace.c (inf_ttrace_add_page): Likewise.
1097 * interps.c (interp_new): Likewise.
1098 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
1099 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
1100 * mi/mi-console.c (mi_console_file_new): Likewise.
1101 * mi/mi-interp.c (mi_interpreter_init): Likewise.
1102 * mi/mi-out.c (mi_out_new): Likewise.
1103 * mi/mi-parse.c (mi_parse): Likewise.
1104 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
1105 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
1106 * observer.c (xalloc_observer_list_node): Likewise.
1107 * regcache.c (regcache_xmalloc_1): Likewise.
1108 * reggroups.c (reggroup_new): Likewise.
1109 (_initialize_reggroup): Likewise.
1110 * registry.c (register_data_with_cleanup): Likewise.
1111 * remote.c (remote_notif_stop_alloc_reply): Likewise.
1112 * ser-base.c (serial_ttystate): Likewise.
1113 * ser-mingw.c (make_pipe_state): Likewise.
1114 * ser-pipe.c (pipe_open): Likewise.
1115 * serial.c (serial_open): Likewise.
1116 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
1117 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
1118 (tui_alloc_win_info): Likewise.
1119 (tui_add_content_elements): Likewise.
1120 * tui/tui-file.c (tui_file_new): Likewise.
1121 * tui/tui-out.c (tui_out_new): Likewise.
1122 * ui-file.c (mem_file_new): Likewise.
1123 * ui-out.c (push_level): Likewise.
1124 (make_cleanup_ui_out_end): Likewise.
1125 (append_header_to_list): Likewise.
1126 (ui_out_new): Likewise.
1127 * user-regs.c (user_reg_add_builtin): Likewise.
1128
1129 2014-01-13 Tom Tromey <tromey@redhat.com>
1130
1131 * defs.h (XZALLOC): Remove.
1132 * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
1133 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1134 (get_ada_tasks_inferior_data): Likewise.
1135 * auto-load.c (get_auto_load_pspace_data): Likewise.
1136 * auxv.c (get_auxv_inferior_data): Likewise.
1137 * bfd-target.c (target_bfd_reopen): Likewise.
1138 * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
1139 (deprecated_insert_raw_breakpoint): Likewise.
1140 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
1141 * corelow.c (core_open): Likewise.
1142 * darwin-nat.c (darwin_check_new_threads): Likewise.
1143 (darwin_attach_pid): Likewise.
1144 * dummy-frame.c (dummy_frame_push): Likewise.
1145 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
1146 * dwarf2loc.c (allocate_piece_closure): Likewise.
1147 * elfread.c (elf_symfile_segments): Likewise.
1148 * eval.c (ptrmath_type_p): Likewise.
1149 * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
1150 * gdbtypes.c (alloc_type_arch): Likewise.
1151 (alloc_type_instance): Likewise.
1152 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1153 * inf-child.c (inf_child_can_use_agent): Likewise.
1154 * inflow.c (get_inflow_inferior_data): Likewise.
1155 * infrun.c (save_infcall_suspend_state): Likewise.
1156 * jit.c (jit_reader_load): Likewise.
1157 (get_jit_objfile_data): Likewise.
1158 (get_jit_program_space_data): Likewise.
1159 (jit_object_open_impl): Likewise.
1160 (jit_symtab_open_impl): Likewise.
1161 (jit_block_open_impl): Likewise.
1162 (jit_frame_sniffer): Likewise.
1163 * linux-fork.c (add_fork): Likewise.
1164 * maint.c (make_command_stats_cleanup): Likewise.
1165 * objfiles.c (get_objfile_pspace_data): Likewise.
1166 * opencl-lang.c (struct lval_closure): Likewise.
1167 * osdata.c (osdata_start_osdata): Likewise.
1168 * progspace.c (new_address_space): Likewise.
1169 (add_program_space): Likewise.
1170 * remote-sim.c (get_sim_inferior_data): Likewise.
1171 * sh-tdep.c (sh_gdbarch_init): Likewise.
1172 * skip.c (Ignore): Likewise.
1173 (skip_delete_command): Likewise.
1174 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1175 (library_list_start_library): Likewise.
1176 (solib_aix_current_sos): Likewise.
1177 * solib-darwin.c (get_darwin_info): Likewise.
1178 (darwin_current_sos): Likewise.
1179 * solib-dsbt.c (get_dsbt_info): Likewise.
1180 * solib-ia64-hpux.c (new_so_list): Likewise.
1181 (ia64_hpux_get_solib_linkage_addr): Likewise.
1182 * solib-spu.c (append_ocl_sos): Likewise.
1183 (spu_current_sos): Likewise.
1184 * solib-svr4.c (get_svr4_info): Likewise.
1185 (svr4_keep_data_in_core): Likewise.
1186 (library_list_start_library): Likewise.
1187 (svr4_default_sos): Likewise.
1188 (svr4_read_so_list): Likewise.
1189 * solib-target.c (library_list_start_library): Likewise.
1190 (solib_target_current_sos): Likewise.
1191 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
1192 * symfile-debug.c (install_symfile_debug_logging): Likewise.
1193 * symfile.c (default_symfile_segments): Likewise.
1194 * target-descriptions.c (tdesc_data_init): Likewise.
1195 (tdesc_create_reg): Likewise.
1196 (struct tdesc_type *): Likewise.
1197 (tdesc_create_vector): Likewise.
1198 (tdesc_set_struct_size): Likewise.
1199 (struct tdesc_type *): Likewise.
1200 (tdesc_free_feature): Likewise.
1201 (tdesc_create_feature): Likewise.
1202 * windows-nat.c (windows_add_thread): Likewise.
1203 (windows_make_so): Likewise.
1204 * xml-support.c (gdb_xml_body_text): Likewise.
1205 (gdb_xml_create_parser_and_cleanup): Likewise.
1206 (xml_process_xincludes): Likewise.
1207 * xml-syscall.c (allocate_syscalls_info): Likewise.
1208 (syscall_create_syscall_desc): Likewise.
1209
1210 2014-01-12 Sergio Durigan Junior <sergiodj@redhat.com>
1211
1212 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
1213 function, with code from i386_stap_parse_special_token.
1214 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1215 (i386_stap_parse_special_token): Move code to the two functions
1216 above; simplify it.
1217
1218 2014-01-09 Pedro Alves <palves@redhat.com>
1219 Hui Zhu <hui@codesourcery.com>
1220
1221 PR gdb/16101
1222 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
1223 bp_err_string. Don't mark the location shlib_disabled if the
1224 error thrown wasn't a generic or memory error. Catch errors
1225 thrown while inserting breakpoints in overlayed code. Output
1226 error message of software breakpoints.
1227 * remote.c (remote_insert_breakpoint): If this breakpoint has
1228 target-side commands but this stub doesn't support Z0 packets,
1229 throw NOT_SUPPORTED_ERROR error.
1230 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
1231 * target.h (target_insert_breakpoint): Extend comment.
1232 (target_insert_hw_breakpoint): Add comment.
1233
1234 2014-01-08 Pedro Alves <palves@redhat.com>
1235
1236 * remote.c (remote_add_thread): Add threads silently if starting
1237 up.
1238 (remote_notice_new_inferior): If in all-stop, and starting up,
1239 don't call notice_new_inferior.
1240 (get_current_thread): New function, factored out from ...
1241 (add_current_inferior_and_thread): ... this. Adjust.
1242 (remote_start_remote) <all-stop>: Fetch the thread list. If we
1243 found any thread, then select the remote's current thread as GDB's
1244 current thread too.
1245
1246 2014-01-08 Joel Brobecker <brobecker@adacore.com>
1247
1248 * NEWS: Create a new section for the next release branch.
1249 Rename the section of the current branch, now that it has
1250 been cut.
1251
1252 2014-01-08 Joel Brobecker <brobecker@adacore.com>
1253
1254 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
1255 * version.in: Bump version to 7.7.50.DATE-cvs.
1256
1257 2014-01-08 Yao Qi <yao@codesourcery.com>
1258
1259 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
1260 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
1261 (spu_xfer_partial): Cast 'buf' to 'const char *'.
1262
1263 2014-01-08 Yao Qi <yao@codesourcery.com>
1264
1265 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
1266 return value of bfd_get_filename to symbol_file_add_from_bfd.
1267
1268 2014-01-08 Pierre Muller <muller@sourceware.org>
1269
1270 Fix PR16201.
1271 * coff-pe-read.c (struct read_pe_section_data): Add index field.
1272 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
1273 to prim_record_mininal_symbol_and_info.
1274 (add_pe_forwarded_sym): Use known section number of forwarded symbol
1275 in call to prim_record_minimal_symbol_and_info.
1276 (read_pe_exported_syms): Set index field of section_data.
1277
1278 2014-01-07 Andrew Pinski <apinski@cavium.com>
1279
1280 * features/aarch64-core.xml (cpsr): Change to be 64bit.
1281 * features/aarch64.c: Regenerate.
1282
1283 2014-01-07 Andreas Schwab <schwab@linux-m68k.org>
1284
1285 * target.c (return_null): Define.
1286 (update_current_target): Use it instead of return_zero for
1287 functions that return a pointer.
1288
1289 2014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
1290
1291 * source.c (add_path): Fix check for duplicated paths in the previously
1292 included paths.
1293
1294 2014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
1295
1296 * ada-lang.c: Remove duplicated include statements.
1297 * alphabsd-nat.c: Ditto.
1298 * amd64-darwin-tdep.c: Ditto.
1299 * amd64fbsd-nat.c: Ditto.
1300 * auto-load.c: Ditto.
1301 * ax-gdb.c: Ditto.
1302 * breakpoint.c: Ditto.
1303 * dbxread.c: Ditto.
1304 * fork-child.c: Ditto.
1305 * gdb_usleep.c: Ditto.
1306 * i386-darwin-tdep.c: Ditto.
1307 * i386fbsd-nat.c: Ditto.
1308 * infcmd.c: Ditto.
1309 * inferior.c: Ditto.
1310 * jv-lang.c: Ditto.
1311 * linux-nat.c: Ditto.
1312 * linux-tdep.c: Ditto.
1313 * m68kbsd-nat.c: Ditto.
1314 * m68klinux-nat.c: Ditto.
1315 * microblaze-tdep.c: Ditto.
1316 * mips-linux-tdep.c: Ditto.
1317 * mn10300-tdep.c: Ditto.
1318 * nto-tdep.c: Ditto.
1319 * opencl-lang.c: Ditto.
1320 * osdata.c: Ditto.
1321 * printcmd.c: Ditto.
1322 * regcache.c: Ditto.
1323 * remote-m32r-sdi.c: Ditto.
1324 * remote.c: Ditto.
1325 * symfile.c: Ditto.
1326 * symtab.c: Ditto.
1327 * tilegx-linux-nat.c: Ditto.
1328 * tilegx-tdep.c: Ditto.
1329 * tracepoint.c: Ditto.
1330 * valops.c: Ditto.
1331 * vaxbsd-nat.c: Ditto.
1332 * windows-nat.c: Ditto.
1333 * xtensa-tdep.c: Ditto.
1334
1335 2014-01-07 Yao Qi <yao@codesourcery.com>
1336
1337 * spu-linux-nat.c (_initialize_spu_nat): Declare.
1338
1339 2014-01-07 Yao Qi <yao@codesourcery.com>
1340 Joel Brobecker <brobecker@adacore.com>
1341
1342 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
1343 (pdc_write_regs): Likewise.
1344 (fetch_regs_kernel_thread): Likewise.
1345 (store_regs_kernel_thread): Likewise.
1346
1347 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1348
1349 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
1350 tagged type objects to their actual type.
1351
1352 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1353
1354 * ada-valprint.c (print_field_values): Add "language" parameter.
1355 Update calls to print_field_values and print_variant_part.
1356 Pass new parameter "language" in call to val_print instead
1357 of "current_language". Replace call to ada_val_print by call
1358 to val_print.
1359 (print_variant_part): Add "language" parameter.
1360 (ada_val_print_struct_union): Update call to print_field_values.
1361
1362 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1363
1364 * ada-valprint.c (ui_memcpy): Delete.
1365 (ada_print_floating): Update documentation. Add empty line
1366 between between function documentation and implementation.
1367 Delete variable "buffer". Use ui_file_xstrdup in place of
1368 ui_file_put. Minor adjustments following this change.
1369
1370 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1371
1372 * ada-valprint.c (ada_val_print_string): New function,
1373 extracted from ada_val_print_array.
1374 (ada_val_print_array): Replace extracted code by call
1375 to ada_val_print_string followed by a return. Move
1376 "else" branch to the function's top block.
1377
1378 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1379
1380 * ada-valprint.c (ada_val_print_array): Move implementation
1381 down. Rename parameter "offset" and "val" into "offset_aligned"
1382 and "original_value" respectively. Add parameter "offset".
1383
1384 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1385
1386 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
1387 re-organizing the code. Change the "???" message printed
1388 when target type is a TYPE_CODE_UNDEF into
1389 "<ref to undefined type>".
1390
1391 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1392
1393 * ada-valprint.c (print_record): Delete, implementation inlined...
1394 (ada_val_print_struct_union): ... here. Remove call to
1395 ada_check_typedef in inlined implementation.
1396
1397 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1398
1399 * ada-valprint.c (ada_val_print_gnat_array): New function,
1400 extracted from ada_val_print_1;
1401 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
1402 (ada_val_print_flt, ada_val_print_struct_union)
1403 (ada_val_print_ref): Likewise.
1404 (ada_val_print_1): Delete variables i and elttype.
1405 Replace extracted-out code by call to corresponding
1406 new functions.
1407
1408 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1409
1410 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
1411
1412 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1413
1414 * ada-valprint.c (ada_val_print_1): Replace calls to
1415 ada_val_print_1 by calls to val_print.
1416
1417 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1418
1419 * ada-valprint.c (ada_val_print_1): Add parameter "language".
1420 Update calls to self accordingly. Replace calls to c_val_print
1421 by calls to val_print.
1422
1423 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1424
1425 * ada-valprint.c (print_record): Delete declaration.
1426 (adjust_type_signedness, ada_val_print_1): Likewise.
1427 (ada_val_print): Move function implementation down.
1428 (print_variant_part, print_field_values, print_record):
1429 Move function implementation up.
1430
1431 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1432
1433 * python/py-type.c (typy_get_name): New function.
1434 (type_object_getset): Add entry for attribute "name".
1435 * NEWS: Add entry mentioning this new attribute.
1436
1437 2014-01-07 Yao Qi <yao@codesourcery.com>
1438
1439 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
1440 statement.
1441
1442 2014-01-07 Yao Qi <yao@codesourcery.com>
1443
1444 * gnu-nat.c (info_port_rights): Add qualifier const to
1445 argument args.
1446
1447 2014-01-07 Yao Qi <yao@codesourcery.com>
1448
1449 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
1450
1451 2014-01-07 Yao Qi <yao@codesourcery.com>
1452
1453 * gnu-nat.c (make_inf) Update declaration.
1454 (make_inf): Make it static.
1455 (inf_set_traced): Likewise.
1456 (inf_port_to_thread, inf_task_died_status): Likewise.
1457
1458 2014-01-07 Yao Qi <yao@codesourcery.com>
1459
1460 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
1461
1462 2014-01-07 Yao Qi <yao@codesourcery.com>
1463
1464 * gnu-nat.c (_initialize_gnu_nat): Declare.
1465
1466 2014-01-07 Yao Qi <yao@codesourcery.com>
1467
1468 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
1469 'enum bfd_endian'.
1470 (struct gdbarch_info) <byte_order>: Change type to
1471 'enum bfd_endian'.
1472 <byte_order_for_code>: Likewise.
1473 * gdbarch.c, gdbarch.h: Regenerated.
1474
1475 2014-01-06 Sasha Smundak <asmundak@google.com>
1476
1477 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
1478
1479 2014-01-06 Tom Tromey <tromey@redhat.com>
1480
1481 * doublest.c (convert_doublest_to_floatformat): Use const, not
1482 CONST.
1483 * somread.c (som_symtab_read): Likewise.
1484
1485 2014-01-07 Hui Zhu <hui@codesourcery.com>
1486
1487 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
1488 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
1489 (gdb_bfd_fopen): Ditto.
1490 (gdb_bfd_openr): Ditto.
1491 (gdb_bfd_openw): Ditto.
1492 (gdb_bfd_openr_iovec): Ditto.
1493 (gdb_bfd_fdopenr): Ditto.
1494 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
1495 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
1496 with xstrdup.
1497 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
1498 with xstrdup.
1499 * symfile-mem.c (symbol_file_add_from_memory): Removed
1500 gdb_bfd_stash_filename.
1501
1502 2014-01-03 Doug Evans <dje@google.com>
1503
1504 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
1505 output.
1506
1507 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1508
1509 Update year range in copyright notice of all files.
1510
1511 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1512
1513 * top.c (print_gdb_version): Set copyright year to 2014.
1514
1515 2014-01-01 Joel Brobecker <brobecker@adacore.com>
1516
1517 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
1518
1519 For older changes see ChangeLog-2013.
1520 \f
1521 Local Variables:
1522 mode: change-log
1523 left-margin: 8
1524 fill-column: 74
1525 version-control: never
1526 coding: utf-8
1527 End:
This page took 0.061844 seconds and 4 git commands to generate.