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