Add virtual destructor to tui_layout_base
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c797e87703f43491c00128658e14f1d85a79241f..5464461c62cc795230c93f763a937f31208c2b4a 100644 (file)
@@ -1,3 +1,25 @@
+2019-12-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * tui/tui-layout.h (class tui_layout_base): Add virtual
+       destructor.
+
+2019-12-16  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * infcmd.c (prepare_one_step): Step over skipped inline functions.
+       * infrun.c (inline_frame_is_marked_for_skip): New helper function.
+       (process_event_stop_test): Keep stepping over skipped inline functions.
+
+2019-12-16  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * jit.c (struct gdb_block) <next>: Remove field.
+       (struct gdb_symtab) <~gdb_symtab>: Remove.
+       <blocks>: Change type to std::forward_list<gdb_block>.
+       (compare_block): Remove.
+       (jit_block_open_impl): Adjust to std::forward_list.  Place the new
+       block at the beginning, don't mind about sorting.
+       (finalize_symtab): Adjust to std::forward_list, sort the blocks list
+       before using it.
+
 2019-12-16  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * jit.c (struct gdb_block): Add constructor, initialize
This page took 0.026314 seconds and 4 git commands to generate.