summaryrefslogtreecommitdiff
path: root/gdb/nat
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in all GDB filesJoel Brobecker2018-01-0237-37/+37
* Fix PR19061, gdb hangs/spins-on-cpu when debugging any program on AlphaRichard Henderson2017-12-151-0/+5
* Remove ioctl-based procfs support on SolarisRainer Orth2017-11-301-2/+0
* Change maybe_disable_address_space_randomization to a classTom Tromey2017-11-262-54/+44
* Fix build failure in linux-osdata.cSimon Marchi2017-10-141-1/+1
* Use std::vector in linux_xfer_osdata_processgroupsSimon Marchi2017-10-141-56/+40
* lwp_info: Make the arch code free arch_lwp_infoSimon Marchi2017-10-124-0/+23
* Implement "set cwd" command on GDBSergio Durigan Junior2017-10-041-0/+23
* linux-waitpid: Get rid of format string warningSimon Marchi2017-09-211-1/+1
* Remove make_cleanup_restore_target_terminalTom Tromey2017-09-201-4/+4
* Use DISABLE_COPY_AND_ASSIGNYao Qi2017-09-191-3/+1
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-1/+1
* PR gdb/22046: Fix T-stopped detach regression on old Linux kernelsJan Kratochvil2017-09-011-3/+3
* Introduce and use gdb_file_upTom Tromey2017-08-033-71/+34
* x86-dregs: Print debug registers one per lineSimon Marchi2017-06-251-10/+6
* nat/linux-ptrace.c: add missing gdb_byte* castThomas Petazzoni2017-06-181-1/+1
* Add ATTRIBUTE_PRINTF to trace_start_errorSimon Marchi2017-06-171-1/+1
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-072-0/+701
* -Wwrite-strings: The RestPedro Alves2017-04-051-3/+3
* Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch.Michael Sturm2017-02-171-58/+50
* fix gdbserver build in nat/linux-ptrace.c on arm-androidJoel Brobecker2017-01-201-0/+2
* Include signal.h in nat/amd64-linux-siginfo.hYao Qi2017-01-061-0/+2
* Include break-common.h in nat/aarch64-linux-hw-point.hYao Qi2017-01-061-0/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-0135-35/+35
* btrace: read entire aux bufferMarkus Metzger2016-11-141-4/+15
* btrace: remove leftover commentMarkus Metzger2016-10-141-5/+0
* Replace sprintf with xsnprintf in nat/linux-osdata.cYao Qi2016-09-231-2/+4
* linux-nat: Add function lwp_is_steppingAndreas Arnez2016-09-161-0/+5
* Sync proc_service definition with GLIBCAdhemerval Zanella2016-08-252-2/+2
* Fix fallout from gdb/20413's fix (x32: linux_ptrace_test_ret_to_nx: Cannot PT...Pedro Alves2016-08-111-1/+1
* Fix PR gdb/20413 - x32: linux_ptrace_test_ret_to_nx: Cannot PTRACE_PEEKUSERPedro Alves2016-07-261-12/+10
* Fix PR gdb/20287 - x32 and "gdb_static_assert (sizeof (nat_siginfo_t) == size...Pedro Alves2016-07-261-139/+159
* linux-procfs: Handle lowercase "t (tracing stop)" statePedro Alves2016-07-251-0/+3
* linux-procfs: Introduce enum proc_statePedro Alves2016-07-251-19/+64
* Fix ARMv8.1/v8.2 for hw watchpoint and breakpointAndrew Pinski2016-07-232-2/+8
* Remove unused libthread_db td_thr_validate referenceGary Benson2016-05-231-1/+0
* MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPTPedro Alves2016-04-151-4/+7
* Handle MIPS Linux SIGTRAP siginfo.si_code valuesPedro Alves2016-02-241-10/+28
* Adaptation of siginfo fixup for the new bnd fieldsWalfred Tedeschi2016-02-022-102/+228
* Merge gdb and gdbserver implementations for siginfoWalfred Tedeschi2016-02-022-0/+506
* Fix gdbserver build failure on targets without forkGary Benson2016-01-181-1/+14
* Fix invalid conversion from void * to gdb_byte *Yao Qi2016-01-121-1/+1
* Change function signature passed to cloneYao Qi2016-01-121-5/+5
* Remove trademark acknowledgements throughoutPedro Alves2016-01-122-8/+9
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-0133-33/+33
* Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves2015-12-172-60/+6
* [AArch64] Only check breakpoint alignment on insertingYao Qi2015-11-271-7/+14
* Display names of remote threadsSimon Marchi2015-11-262-0/+49
* Fix iov_len calculation in aarch64_linux_set_debug_regsSimon Marchi2015-11-191-2/+2
* Move __SIGRTMIN.Doug Evans2015-10-261-0/+5