summaryrefslogtreecommitdiff
path: root/gdb/nat
Commit message (Expand)AuthorAgeFilesLines
* Replace "the the" with "the"Tom Tromey2019-01-171-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-0140-40/+40
* Fix build with latest GCC 9.0 treeDimitar Dimitrov2018-12-191-2/+2
* AArch64: Fix the gdb build with musl libcSzabolcs Nagy2018-12-171-1/+1
* OBVIOUS: Fix ARI warning by removing warning trailing new linePhilippe Waroquiers2018-12-171-1/+1
* Factorize killing the children in linux-ptrace.c, and fix a 'process leak'.Philippe Waroquiers2018-12-161-37/+40
* OBVIOUS: Forward declare linux_xfer_osdata_info_os_types on one line to fix A...Philippe Waroquiers2018-12-121-2/+1
* Fix leaks in all the linux osdata annex transfers + code factorization.Philippe Waroquiers2018-12-111-929/+640
* PATCH/OBVIOUS Remove various trailing spaces in linux-osdata.cPhilippe Waroquiers2018-12-111-46/+46
* Fix leak by using td_ta_delete() to deregister target process and deallocate ...Philippe Waroquiers2018-12-081-0/+1
* AArch64: Racy: Don't set empty set of hardware BPs/WPs on new threadAlan Hayward2018-12-053-5/+35
* Unify shell-finding logicTom Tromey2018-10-271-19/+2
* [PowerPC] Add support for HTM registersEdjunior Barbosa Machado2018-10-261-0/+43
* [PowerPC] Add support for EBB and PMU registersEdjunior Barbosa Machado2018-10-261-0/+13
* [PowerPC] Add support for TAREdjunior Barbosa Machado2018-10-261-0/+11
* [PowerPC] Add support for PPR and DSCREdjunior Barbosa Machado2018-10-261-0/+13
* Simple -Wshadow=local fixesTom Tromey2018-10-041-36/+36
* Make variable in get_startup_shell non-staticTom Tromey2018-09-141-3/+1
* Fix forgotten xstrprintf -> string_printf changeSimon Marchi2018-08-101-1/+1
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-19/+13
* Fix crash with -D_GLIBCXX_DEBUGTom Tromey2018-07-301-3/+5
* Remove some unused variablesSimon Marchi2018-07-221-1/+0
* Warn if /proc is not accessiblegdb-8.2-branchpointVyacheslav Barinov2018-07-042-0/+22
* Remove ptid_lwp_pTom Tromey2018-07-032-3/+3
* Remove ptid_get_lwpTom Tromey2018-07-036-8/+8
* Remove ptid_get_pidTom Tromey2018-07-036-10/+10
* Remove pid_to_ptidTom Tromey2018-07-033-4/+4
* Remove ptid_buildTom Tromey2018-07-032-4/+4
* Fix up HAS_SVE_STATE macroAlan Hayward2018-06-221-1/+1
* Ptrace support for Aarch64 SVEAlan Hayward2018-06-182-1/+289
* Add Aarch64 SVE compatibility macrosAlan Hayward2018-06-182-40/+272
* Use uint64_t for SVE VQAlan Hayward2018-06-042-2/+2
* Fix Alpha native GDB buildUros Bizjak2018-05-311-5/+0
* Function for reading the Aarch64 SVE vector lengthAlan Hayward2018-05-312-0/+131
* [PowerPC] Consolidate wordsize getter between native and gdbserverPedro Franco de Carvalho2018-05-222-6/+23
* Fix "fall through" commentsTom Tromey2018-05-041-1/+1
* aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil2018-05-042-74/+213
* Implement "to_stopped_by_hw_breakpoint" for x86 debug registers.John Baldwin2018-03-032-0/+49
* btrace: check perf_event_paranoidMarkus Metzger2018-02-091-2/+30
* btrace: improve enable error messagesMarkus Metzger2018-02-091-40/+29
* btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2018-02-092-256/+20
* btrace, gdbserver: use exceptions to convey btrace enable/disable errorsMarkus Metzger2018-02-091-0/+3
* btrace: prepare for throwing exceptions when enabling btraceMarkus Metzger2018-02-091-67/+51
* gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.hJames Clarke2018-01-192-2/+1
* Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi2018-01-172-37/+26
* 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