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