Fix search of debug files for remote debuggee
[external/binutils.git] / gdb / ChangeLog
1 2019-01-02  Andrey Utkin  <autkin@undo.io>
2
3         * symfile.c (find_separate_debug_file): Fix search of debug files for
4         remote debuggee.
5
6 2019-01-02  Tom Tromey  <tom@tromey.com>
7
8         * python/py-inferior.c (gdbpy_initialize_inferior): Fix
9         indentation.
10         * python/py-frame.c (frapy_older): Remove cast.
11         (frapy_newer): Likewise.
12         * python/py-breakpoint.c (local_setattro): Remove cast.
13         * python/py-arch.c (archpy_name): Remove local variable.
14         * python/py-type.c (gdbpy_lookup_type): Remove cast.
15
16 2019-01-02  Joel Brobecker  <brobecker@adacore.com>
17
18         * unittests/basic_string_view/element_access/char/empty.cc:
19         Fix year range in copyright header.
20
21 2019-01-01  Andrew Burgess  <andrew.burgess@embecosm.com>
22
23         * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
24         Delete.
25         <operator==>: Update with for removed field.
26         <hash>: Likewise.
27         * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
28         <isa_features>: ...this.
29         <abi_features>: New field.
30         (riscv_isa_flen): Update comment.
31         (riscv_abi_xlen): New declaration.
32         (riscv_abi_flen): New declaration.
33         * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
34         isa_features.
35         (riscv_abi_xlen): New function.
36         (riscv_isa_flen): Update to get answer from isa_features.
37         (riscv_abi_flen): New function.
38         (riscv_has_fp_abi): Update to get answer from abi_features.
39         (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
40         xlen and flen.
41         (riscv_call_info) <xlen, flen>: Update comment.
42         (riscv_call_arg_struct): Remove invalid assertions
43         (riscv_features_from_gdbarch_info): Update now hw_float_abi field
44         is removed.
45         (riscv_gdbarch_init): Gather isa features and abi features
46         separately, ensure both match on the gdbarch when reusing an old
47         gdbarch.  Relax an error check to allow 32-bit abi float to run on
48         a target with 64-bit float hardware.
49
50 2019-01-01  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
51
52         * source.c (search_command_helper): Stop reverse search
53         when line 1 has been searched.
54
55 2019-01-01  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
56
57         * record-full.c (record_full_base_target::close): Rewrite
58         record_full_core_buf_list free logic.
59
60 2019-01-01  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
61
62         * break-catch-syscall.c (print_one_catch_syscall): xfree
63         the last text.
64
65 2019-01-01  Joel Brobecker  <brobecker@adacore.com>
66
67         * top.c (print_gdb_version): Update Copyright year in version
68         message.
69
70 2019-01-01  Joel Brobecker  <brobecker@adacore.com>
71
72         Update copyright year range in all GDB files.
73
74 2019-01-01  Joel Brobecker  <brobecker@adacore.com>
75
76         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
77
78 For older changes see ChangeLog-2018.
79 \f
80 Local Variables:
81 mode: change-log
82 left-margin: 8
83 fill-column: 74
84 version-control: never
85 coding: utf-8
86 End:
87