[python] Add gdb.Type.name attribute.
[binutils-gdb.git] / gdb / ChangeLog
1 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2
3 * python/py-type.c (typy_get_name): New function.
4 (type_object_getset): Add entry for attribute "name".
5 * NEWS: Add entry mentioning this new attribute.
6
7 2014-01-07 Yao Qi <yao@codesourcery.com>
8
9 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
10 statement.
11
12 2014-01-07 Yao Qi <yao@codesourcery.com>
13
14 * gnu-nat.c (info_port_rights): Add qualifier const to
15 argument args.
16
17 2014-01-07 Yao Qi <yao@codesourcery.com>
18
19 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
20
21 2014-01-07 Yao Qi <yao@codesourcery.com>
22
23 * gnu-nat.c (make_inf) Update declaration.
24 (make_inf): Make it static.
25 (inf_set_traced): Likewise.
26 (inf_port_to_thread, inf_task_died_status): Likewise.
27
28 2014-01-07 Yao Qi <yao@codesourcery.com>
29
30 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
31
32 2014-01-07 Yao Qi <yao@codesourcery.com>
33
34 * gnu-nat.c (_initialize_gnu_nat): Declare.
35
36 2014-01-07 Yao Qi <yao@codesourcery.com>
37
38 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
39 'enum bfd_endian'.
40 (struct gdbarch_info) <byte_order>: Change type to
41 'enum bfd_endian'.
42 <byte_order_for_code>: Likewise.
43 * gdbarch.c, gdbarch.h: Regenerated.
44
45 2014-01-06 Sasha Smundak <asmundak@google.com>
46
47 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
48
49 2014-01-06 Tom Tromey <tromey@redhat.com>
50
51 * doublest.c (convert_doublest_to_floatformat): Use const, not
52 CONST.
53 * somread.c (som_symtab_read): Likewise.
54
55 2014-01-07 Hui Zhu <hui@codesourcery.com>
56
57 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
58 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
59 (gdb_bfd_fopen): Ditto.
60 (gdb_bfd_openr): Ditto.
61 (gdb_bfd_openw): Ditto.
62 (gdb_bfd_openr_iovec): Ditto.
63 (gdb_bfd_fdopenr): Ditto.
64 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
65 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
66 with xstrdup.
67 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
68 with xstrdup.
69 * symfile-mem.c (symbol_file_add_from_memory): Removed
70 gdb_bfd_stash_filename.
71
72 2014-01-03 Doug Evans <dje@google.com>
73
74 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
75 output.
76
77 2014-01-01 Joel Brobecker <brobecker@adacore.com>
78
79 Update year range in copyright notice of all files.
80
81 2014-01-01 Joel Brobecker <brobecker@adacore.com>
82
83 * top.c (print_gdb_version): Set copyright year to 2014.
84
85 2014-01-01 Joel Brobecker <brobecker@adacore.com>
86
87 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
88
89 For older changes see ChangeLog-2013.
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: