X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=4820ebfbf479cf9c049d5565ef6cdc640962525f;hb=353ea2d106a51cfd1680f7d351f35eb8f69c9248;hp=1b4b83d13afbb0d840fdaeb8f87e08bc5c63120b;hpb=8ed5b76ea2de370265382dab1d538a919e2603ab;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1b4b83d13a..4820ebfbf4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,55 @@ +2019-05-03 Eli Zaretskii + + * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define + _WIN32_WINNT to the XP level, unless already defined to a higher + level. + + * unittests/parse-connection-spec-selftests.c: + * ser-tcp.c: + * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT + override. + + * symfile.c (find_separate_debug_file): Remove colon from the + drive spec of DOS/Windows file names of the target, so that the + file name produced from DEBUGDIR and the target's directory will + be valid on DOS/Windows systems. + +2019-05-02 Andrew Burgess + + * rust-lang.c (val_print_struct): Handle printing structures + containing strings. + +2019-05-02 Tom Tromey + + * valarith.c (_initialize_valarith): Remove. + +2019-05-01 Tom Tromey + + * ada-lang.c (ada_value_primitive_field): Treat more fields as + bitfields. + +2019-05-01 Tom Tromey + + * ada-lang.c (ada_value_assign): Correctly compute starting offset + for big-endian copies. + +2019-04-30 Ali Tamur + * gdb/dwarf2read.c (read_3_bytes): New declaration. + (read_attribute_value): Added DW_FORM_strx1-4 cases. + (read_3_bytes): New function. + +2019-04-30 Joel Brobecker + + * windows-nat.c (main_thread_id): Delete. + (handle_output_debug_string): Replace main_thread_id by + current_event.dwThreadId. + (fake_create_process): Likewise. + (get_windows_debug_event) : + Do not set main_thread_id. + : Replace main_thread_id by + current_event.dwThreadId. + : Likewise. + 2019-04-30 Joel Brobecker * windows-nat.c (get_windows_debug_event) :