summaryrefslogtreecommitdiff
path: root/gdb/nat
Commit message (Expand)AuthorAgeFilesLines
* Add new debug architecture versionLuis Machado2023-04-262-0/+4
* debug registers: Add missing debug version entry for FEAT_Debugv8p8Luis Machado2023-04-142-0/+3
* [aarch64] tpidr2: Fix erroneous detection logic for TPIDR2Luis Machado2023-04-031-7/+7
* Remove struct bufferTom Tromey2023-02-243-4/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-0150-50/+50
* Fix MinGW build using mingw.org's MinGWEli Zaretskii2022-12-231-1/+5
* gdb: convert linux-osdata.c from buffer to std::stringSimon Marchi2022-12-161-139/+148
* [aarch64] Add TPIDR2 register support for LinuxLuis Machado2022-12-092-0/+25
* gdb/linux-nat: get core count using /sys/devices/system/cpu/possibleSimon Marchi2022-11-081-4/+66
* gdbsupport, gdb: add read_text_file_to_string, use it in linux_common_core_of...Simon Marchi2022-11-081-31/+21
* Fix Cygwin build after bcb9251fJon Turney2022-11-021-1/+1
* gdb, btrace: fix family and model computationMarkus Metzger2022-10-281-2/+4
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-194-27/+16
* Use strwinerror in gdb/windows-nat.cTom Tromey2022-08-161-8/+14
* gdb: initialize the data_head variable to eliminate compilation warningsEnze Li2022-07-081-1/+1
* Trivial fixes to Cygwin build after 8fea1a81Jon Turney2022-06-121-1/+1
* Simplify cygwin_buf_tJon Turney2022-06-121-2/+1
* Use subclasses of windows_process_infoTom Tromey2022-06-071-6/+6
* Allow ASLR to be disabled on WindowsTom Tromey2022-06-072-4/+149
* Introduce wrapper for CreateProcessTom Tromey2022-06-072-0/+66
* Fix Cygwin build after 0578e87fJon Turney2022-06-021-1/+1
* Fix Cygwin build after fcab5839Jon Turney2022-06-021-1/+8
* Implement pid_to_exec_file for Windows in gdbserverTom Tromey2022-05-132-0/+107
* Remove windows_process_info::idTom Tromey2022-05-131-1/+0
* Constify target_pid_to_exec_fileTom Tromey2022-05-132-2/+2
* Remove "typedef enum ..."Tom Tromey2022-04-282-3/+3
* Handle encoding failures in Windows thread namesTom Tromey2022-04-261-5/+16
* Use GetThreadDescription on WindowsTom Tromey2022-04-142-0/+42
* Share handle_ms_vc_exception with gdbserverTom Tromey2022-04-142-11/+49
* Fix possible Cygwin build problemTom Tromey2022-04-141-0/+4
* Fix regression on Windows with WOW64Tom Tromey2022-04-141-1/+5
* Remove some globals from nat/windows-nat.cTom Tromey2022-04-042-138/+135
* Remove windows_thread_info destructorTom Tromey2022-04-042-6/+0
* nat: Split out platform-independent aarch64 debug register support.John Baldwin2022-03-225-697/+767
* gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon...Simon Marchi2022-02-102-182/+9
* gdb, btrace: improve error messagesMarkus Metzger2022-02-011-2/+19
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-0148-48/+48
* [AArch64] Fix typo in error messagesLuis Machado2021-12-211-2/+2
* [gdb/build] Fix x86_64 x32 buildTom de Vries2021-11-221-0/+4
* gdb/nat/linux-osdata.c: fix build on gcc-12 (string overfow)Sergei Trofimovich2021-11-171-9/+4
* Fix build on rhES5Tom Tromey2021-11-091-0/+4
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-212-38/+33
* Fix ARMv8.4 for hw watchpoint and breakpointAndrew Pinski2021-10-212-0/+3
* Refactor code slightly in nat/aarch64-linux-hw-point.c (aarch64_linux_get_deb...Andrew Pinski2021-10-211-6/+18
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-301-9/+4
* Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey2021-09-232-3/+3
* Use CORE_ADDR as return type from x86_dr_low_get_addrTom Tromey2021-09-031-1/+1
* gdb: make inferior::m_cwd an std::stringSimon Marchi2021-07-231-9/+6
* gdb: convert nat/x86-dregs.c macros to functionsSimon Marchi2021-07-171-11/+48
* nat/amd64-linux-siginfo.c: Remove typedefsPedro Alves2021-06-071-14/+14