aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)AuthorFilesLines
2023-06-20Use std::string in linux-osdata.cTom Tromey1-36/+15
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-06-03[gdb] Fix typosTom de Vries3-3/+3
2023-06-02[AArch64] Fix architecture debug version constant thinkosLuis Machado1-2/+2
2023-04-26Add new debug architecture versionLuis Machado2-0/+4
2023-04-14debug registers: Add missing debug version entry for FEAT_Debugv8p8Luis Machado2-0/+3
2023-04-03[aarch64] tpidr2: Fix erroneous detection logic for TPIDR2Luis Machado1-7/+7
2023-02-24Remove struct bufferTom Tromey3-4/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker50-50/+50
2022-12-23Fix MinGW build using mingw.org's MinGWEli Zaretskii1-1/+5
2022-12-16gdb: convert linux-osdata.c from buffer to std::stringSimon Marchi1-139/+148
2022-12-09[aarch64] Add TPIDR2 register support for LinuxLuis Machado2-0/+25
2022-11-08gdb/linux-nat: get core count using /sys/devices/system/cpu/possibleSimon Marchi1-4/+66
2022-11-08gdbsupport, gdb: add read_text_file_to_string, use it in linux_common_core_of...Simon Marchi1-31/+21
2022-11-02Fix Cygwin build after bcb9251fJon Turney1-1/+1
2022-10-28gdb, btrace: fix family and model computationMarkus Metzger1-2/+4
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves4-27/+16
2022-08-16Use strwinerror in gdb/windows-nat.cTom Tromey1-8/+14
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