Fix leak of struct call_thread_fsm in call_function_by_hand_dummy.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
e3319240
PW
12019-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
5d36dfb9
AU
62019-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
8833fbf0
TT
112019-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
4ada3dfd
JB
212019-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
113b7b81
AB
262019-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
b18ca514
PW
552019-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
ec70d8db
PW
602019-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
5b38f9c1
PW
652019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
66
67 * break-catch-syscall.c (print_one_catch_syscall): xfree
68 the last text.
69
66d91b39
JB
702019-01-01 Joel Brobecker <brobecker@adacore.com>
71
72 * top.c (print_gdb_version): Update Copyright year in version
73 message.
74
42a4f53d
JB
752019-01-01 Joel Brobecker <brobecker@adacore.com>
76
77 Update copyright year range in all GDB files.
78
5bbd631d 792019-01-01 Joel Brobecker <brobecker@adacore.com>
2139e8dc 80
5bbd631d 81 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 82
5bbd631d 83For older changes see ChangeLog-2018.
c906108c
SS
84\f
85Local Variables:
86mode: change-log
87left-margin: 8
88fill-column: 74
89version-control: never
57da7796 90coding: utf-8
c906108c 91End:
5bbd631d 92
This page took 2.141048 seconds and 4 git commands to generate.