aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)AuthorFilesLines
2022-07-08gdb: initialize the data_head variable to eliminate compilation warningsEnze Li1-1/+1
2022-06-12Trivial fixes to Cygwin build after 8fea1a81Jon Turney1-1/+1
2022-06-12Simplify cygwin_buf_tJon Turney1-2/+1
2022-06-07Use subclasses of windows_process_infoTom Tromey1-6/+6
2022-06-07Allow ASLR to be disabled on WindowsTom Tromey2-4/+149
2022-06-07Introduce wrapper for CreateProcessTom Tromey2-0/+66
2022-06-02Fix Cygwin build after 0578e87fJon Turney1-1/+1
2022-06-02Fix Cygwin build after fcab5839Jon Turney1-1/+8
2022-05-13Implement pid_to_exec_file for Windows in gdbserverTom Tromey2-0/+107
2022-05-13Remove windows_process_info::idTom Tromey1-1/+0
2022-05-13Constify target_pid_to_exec_fileTom Tromey2-2/+2
2022-04-28Remove "typedef enum ..."Tom Tromey2-3/+3
2022-04-26Handle encoding failures in Windows thread namesTom Tromey1-5/+16
2022-04-14Use GetThreadDescription on WindowsTom Tromey2-0/+42
2022-04-14Share handle_ms_vc_exception with gdbserverTom Tromey2-11/+49
2022-04-14Fix possible Cygwin build problemTom Tromey1-0/+4
2022-04-14Fix regression on Windows with WOW64Tom Tromey1-1/+5
2022-04-04Remove some globals from nat/windows-nat.cTom Tromey2-138/+135
2022-04-04Remove windows_thread_info destructorTom Tromey2-6/+0
2022-03-22nat: Split out platform-independent aarch64 debug register support.John Baldwin5-697/+767
2022-02-10gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon...Simon Marchi2-182/+9
2022-02-01gdb, btrace: improve error messagesMarkus Metzger1-2/+19
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker48-48/+48
2021-12-21[AArch64] Fix typo in error messagesLuis Machado1-2/+2
2021-11-22[gdb/build] Fix x86_64 x32 buildTom de Vries1-0/+4
2021-11-17gdb/nat/linux-osdata.c: fix build on gcc-12 (string overfow)Sergei Trofimovich1-9/+4
2021-11-09Fix build on rhES5Tom Tromey1-0/+4
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi2-38/+33
2021-10-21Fix ARMv8.4 for hw watchpoint and breakpointAndrew Pinski2-0/+3
2021-10-21Refactor code slightly in nat/aarch64-linux-hw-point.c (aarch64_linux_get_deb...Andrew Pinski1-6/+18
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi1-9/+4
2021-09-23Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey2-3/+3
2021-09-03Use CORE_ADDR as return type from x86_dr_low_get_addrTom Tromey1-1/+1
2021-07-23gdb: make inferior::m_cwd an std::stringSimon Marchi1-9/+6
2021-07-17gdb: convert nat/x86-dregs.c macros to functionsSimon Marchi1-11/+48
2021-06-07nat/amd64-linux-siginfo.c: Remove typedefsPedro Alves1-14/+14
2021-06-07nat/amd64-linux-siginfo.c: Move align attribute from typedef to structPedro Alves1-2/+2
2021-05-27gdb: fix tab after space indentation issuesSimon Marchi2-4/+4
2021-05-27gdb: fix some indentation issuesSimon Marchi1-9/+9
2021-05-17Fix ubsan buildTom Tromey1-3/+3
2021-05-10gdb, gdbserver: make status_to_str display the signal nameSimon Marchi1-4/+6
2021-05-08gdb, gdbserver: make status_to_str return std::stringSimon Marchi2-15/+10
2021-05-08Don't run personality syscall at configure time; don't check it at allPedro Alves1-11/+1
2021-04-30Make get_image_name staticTom Tromey2-8/+7
2021-04-30Share DLL code between gdb and gdbserverTom Tromey2-1/+175
2021-04-30Use nat/windows-nat function indirection codeTom Tromey2-1/+6
2021-04-30Move function indirection code to nat/windows-natTom Tromey2-0/+232
2021-04-12gdb, gdbserver: remove WinCE support codeSimon Marchi2-16/+0
2021-04-09[AArch64] Fix include order for MTELuis Machado1-1/+2
2021-03-24AArch64: Implement memory tagging target methods for AArch64Luis Machado2-0/+227