Don't run personality syscall at configure time; don't check it at all
[deliverable/binutils-gdb.git] / gdbserver / ChangeLog
index ff008151421a5a6c3c4b23d6c961da9640e13e56..6483d65700cd3b4ac1ad06177dea24e0e76558fa 100644 (file)
@@ -1,3 +1,65 @@
+2021-05-08  Pedro Alves  <pedro@palves.net>
+
+       * linux-low.cc:
+       (linux_process_target::supports_disable_randomization): Remove
+       reference to HAVE_PERSONALITY.
+       * config.in, configure: Regenerate.
+
+2021-05-08  Pedro Alves  <pedro@palves.net>
+
+       * linux-low.cc: Don't include sys/personality.h or define
+       ADDR_NO_RANDOMIZE.
+
+2021-05-06  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * server.cc (handle_v_attach)
+       (handle_v_run)
+       (handle_v_kill): Make void.
+
+2021-05-03  Tom Tromey  <tromey@adacore.com>
+
+       PR build/27807:
+       * win32-i386-low.cc (i386_get_thread_context): Call
+       Wow64GetThreadContext, not win32_Wow64GetThreadContext.
+
+2021-04-30  Tom Tromey  <tromey@adacore.com>
+
+       * win32-low.cc (do_initial_child_stuff): Update.
+       (windows_nat::handle_load_dll): Rename from win32_add_one_solib.
+       Change parameter type.
+       (win32_add_dll, win32_add_all_dlls)
+       (windows_nat::handle_load_dll): Remove.
+       (get_child_debug_event): Call dll_loaded_event.
+
+2021-04-30  Tom Tromey  <tromey@adacore.com>
+
+       * win32-low.cc (GETPROCADDRESS): Remove.
+       (winapi_DebugActiveProcessStop, winapi_DebugSetProcessKillOnExit)
+       (winapi_DebugBreakProcess, winapi_GenerateConsoleCtrlEvent)
+       (winapi_Wow64SetThreadContext, win32_Wow64GetThreadContext)
+       (win32_Wow64SetThreadContext): Remove.
+       (win32_set_thread_context, do_initial_child_stuff)
+       (win32_process_target::attach, win32_process_target::detach):
+       Update.
+       (winapi_EnumProcessModules, winapi_EnumProcessModulesEx)
+       (winapi_GetModuleInformation, winapi_GetModuleInformationA):
+       Remove.
+       (win32_EnumProcessModules, win32_EnumProcessModulesEx)
+       (win32_GetModuleInformation, win32_GetModuleInformationA):
+       Remove.
+       (load_psapi): Remove.
+       (win32_add_dll, win32_process_target::request_interrupt): Update.
+       (initialize_low): Call initialize_loadable.
+
+2021-04-14  Tom Tromey  <tromey@adacore.com>
+
+       * win32-low.cc (windows_nat::handle_load_dll): Don't check
+       _WIN32_WCE.
+
+2021-04-13  Pedro Alves  <pedro@palves.net>
+
+       * gdbreplay.c [__MINGW32CE__] (COUNTOF, errno, strerror): Remove.
+
 2021-04-13  Tom Tromey  <tromey@adacore.com>
 
        * win32-low.cc (winapi_CreateToolhelp32Snapshot)
This page took 0.027615 seconds and 4 git commands to generate.