libthread_db: debug output should go to gdb_stdlog
[binutils-gdb.git] / gdb / ChangeLog
1 2015-01-09 Pedro Alves <palves@redhat.com>
2
3 * linux-thread-db.c (thread_db_find_new_threads_silently)
4 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
5 (find_new_threads_once): Print debug output on gdb_stdlog.
6
7 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
8 Pedro Alves <palves@redhat.com>
9
10 * compile/compile.c: Include "gdb_wait.h".
11 (do_rmdir): Check return value, and free 'zap'.
12
13 2015-01-08 Pedro Alves <palves@redhat.com>
14 Yao Qi <yao@codesourcery.com>
15
16 * dwarf2loc.c (indirect_pieced_value): Don't call
17 gdb_sign_extend. Call extract_signed_integer instead.
18 * utils.c (gdb_sign_extend): Remove.
19 * utils.h (gdb_sign_extend): Remove declaration.
20
21 2015-01-07 Pierre Muller <muller@sourceware.org>
22
23 PR symtab/17811
24 * stabsread.c (define_symbol): Set language for C++ special symbols.
25
26 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
27
28 * inflow.c (initial_gdb_ttystate): Tweak comment.
29
30 2015-01-07 Joel Brobecker <brobecker@adacore.com>
31
32 * inflow.c (set_initial_gdb_ttystate): Add empty line after
33 comment documenting function.
34
35 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
36
37 * terminal.h (set_initial_gdb_ttystate): Declare.
38 * inflow.c (initial_gdb_ttystate): New static variable.
39 (set_initial_gdb_ttystate): New setter.
40 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
41 instead of our current terminal state.
42 * top.c (gdb_init): Call set_initial_gdb_ttystate.
43
44 2015-01-07 Joel Brobecker <brobecker@adacore.com>
45
46 * guile/scm-type.c (tyscm_array_1): Add comment.
47 * python/py-type.c (typy_array_1): Add comment.
48
49 2015-01-06 Joel Brobecker <brobecker@adacore.com>
50
51 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
52 error if N2 is equal to N1 - 1.
53
54 2015-01-06 Joel Brobecker <brobecker@adacore.com>
55
56 * python/py-type.c (typy_array_1): Do not raise negative-length
57 exception if N2 is equal to N1 - 1.
58
59 2015-01-03 Doug Evans <xdje42@gmail.com>
60
61 * c-exp.y: Whitespace cleanup.
62 (classify_inner_name): Remove extra ;.
63
64 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
65
66 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
67 offset signed.
68
69 2015-01-02 Doug Evans <dje@google.com>
70
71 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
72
73 2015-01-02 Doug Evans <dje@google.com>
74
75 * symtab.h (struct symbol): Fix typo in comment.
76
77 2015-01-01 Joel Brobecker <brobecker@adacore.com>
78
79 Update year range in copyright notice of all files.
80
81 2015-01-01 Joel Brobecker <brobecker@adacore.com>
82
83 * top.c (print_gdb_version): Update copyright year to 2015.
84
85 2015-01-01 Joel Brobecker <brobecker@adacore.com>
86
87 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
88
89 For older changes see ChangeLog-2014.
90 \f
91 Local Variables:
92 mode: change-log
93 left-margin: 8
94 fill-column: 74
95 version-control: never
96 coding: utf-8
97 End: