X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FChangeLog;h=aad9c632bbdea6090f6e514e14f8af0722f4b1a0;hb=2032eb7e934e65ab071f2a6ee8ce92327715d01d;hp=c797e87703f43491c00128658e14f1d85a79241f;hpb=b61121178ec07f9da1242e439fe1a23a314ad30e;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c797e87703..aad9c632bb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,61 @@ +2019-12-19 Tom Tromey + + * ui-out.h (enum class field_kind): Fix comment. + +2019-12-11 Tom Tromey + + * xml-support.c (xml_fetch_content_from_file): Use FOPEN_RB. + +2019-12-18 Tom Tromey + + PR build/25268: + * gdbsupport/thread-pool.c (set_thread_name): Expect "int" return + type on macOS. Add comment. + +2019-12-18 Simon Marchi + + * c-lang.c (c_get_string, asm_language_defn): Remove space + before tab. + +2019-12-18 Tom Tromey + + PR build/25250: + * ui-out.c (ui_out::vmessage): Update. + * ui-out.h (enum class field_kind) : + Rename. + (string_field): Update. + (signed_field): Update. + +2019-12-18 Simon Marchi + + * top.c (print_gdb_configuration): Adjust indentation. + +2019-12-17 Christian Biesinger + + * bsd-kvm.c: Include gdbsupport/pathstuff.h. + +2019-12-17 Simon Marchi + + * tui/tui-layout.h (class tui_layout_base): Add virtual + destructor. + +2019-12-16 Bernd Edlinger + + * 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 + + * jit.c (struct gdb_block) : Remove field. + (struct gdb_symtab) <~gdb_symtab>: Remove. + : Change type to std::forward_list. + (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 * jit.c (struct gdb_block): Add constructor, initialize