aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)AuthorFilesLines
2019-04-17gdbserver: Ensure all debug output uses debug functionsAlan Hayward1-1/+1
2019-04-15AArch64 SVE: Support changing vector lengths for ptraceAlan Hayward2-46/+58
2019-03-12Change iterate_over_lwps to take a gdb::function_viewTom Tromey3-25/+17
2019-03-06Remove last cleanup from linux-namespaces.cTom Tromey1-26/+15
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to scoped_mmapTom Tromey1-6/+3
2019-02-07Normalize include guards in gdbTom Tromey23-68/+75
2019-01-25Normalize includes to use common/Tom Tromey22-44/+44
2019-01-23AArch64: Ensure lwp info is created zeroedAlan Hayward1-1/+1
2019-01-17Replace "the the" with "the"Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker40-40/+40
2018-12-19Fix build with latest GCC 9.0 treeDimitar Dimitrov1-2/+2
2018-12-17AArch64: Fix the gdb build with musl libcSzabolcs Nagy1-1/+1
2018-12-17OBVIOUS: Fix ARI warning by removing warning trailing new linePhilippe Waroquiers1-1/+1
2018-12-16Factorize killing the children in linux-ptrace.c, and fix a 'process leak'.Philippe Waroquiers1-37/+40
2018-12-12OBVIOUS: Forward declare linux_xfer_osdata_info_os_types on one line to fix A...Philippe Waroquiers1-2/+1
2018-12-11Fix leaks in all the linux osdata annex transfers + code factorization.Philippe Waroquiers1-929/+640
2018-12-11PATCH/OBVIOUS Remove various trailing spaces in linux-osdata.cPhilippe Waroquiers1-46/+46
2018-12-08Fix leak by using td_ta_delete() to deregister target process and deallocate ...Philippe Waroquiers1-0/+1
2018-12-05AArch64: Racy: Don't set empty set of hardware BPs/WPs on new threadAlan Hayward3-5/+35
2018-10-27Unify shell-finding logicTom Tromey1-19/+2
2018-10-26[PowerPC] Add support for HTM registersEdjunior Barbosa Machado1-0/+43
2018-10-26[PowerPC] Add support for EBB and PMU registersEdjunior Barbosa Machado1-0/+13
2018-10-26[PowerPC] Add support for TAREdjunior Barbosa Machado1-0/+11
2018-10-26[PowerPC] Add support for PPR and DSCREdjunior Barbosa Machado1-0/+13
2018-10-04Simple -Wshadow=local fixesTom Tromey1-36/+36
2018-09-14Make variable in get_startup_shell non-staticTom Tromey1-3/+1
2018-08-10Fix forgotten xstrprintf -> string_printf changeSimon Marchi1-1/+1
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi1-19/+13
2018-07-30Fix crash with -D_GLIBCXX_DEBUGTom Tromey1-3/+5
2018-07-22Remove some unused variablesSimon Marchi1-1/+0
2018-07-04Warn if /proc is not accessiblegdb-8.2-branchpointVyacheslav Barinov2-0/+22
2018-07-03Remove ptid_lwp_pTom Tromey2-3/+3
2018-07-03Remove ptid_get_lwpTom Tromey6-8/+8
2018-07-03Remove ptid_get_pidTom Tromey6-10/+10
2018-07-03Remove pid_to_ptidTom Tromey3-4/+4
2018-07-03Remove ptid_buildTom Tromey2-4/+4
2018-06-22Fix up HAS_SVE_STATE macroAlan Hayward1-1/+1
2018-06-18Ptrace support for Aarch64 SVEAlan Hayward2-1/+289
2018-06-18Add Aarch64 SVE compatibility macrosAlan Hayward2-40/+272
2018-06-04Use uint64_t for SVE VQAlan Hayward2-2/+2
2018-05-31Fix Alpha native GDB buildUros Bizjak1-5/+0
2018-05-31Function for reading the Aarch64 SVE vector lengthAlan Hayward2-0/+131
2018-05-22[PowerPC] Consolidate wordsize getter between native and gdbserverPedro Franco de Carvalho2-6/+23
2018-05-04Fix "fall through" commentsTom Tromey1-1/+1
2018-05-04aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous onesJan Kratochvil2-74/+213
2018-03-03Implement "to_stopped_by_hw_breakpoint" for x86 debug registers.John Baldwin2-0/+49
2018-02-09btrace: check perf_event_paranoidMarkus Metzger1-2/+30
2018-02-09btrace: improve enable error messagesMarkus Metzger1-40/+29
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger2-256/+20
2018-02-09btrace, gdbserver: use exceptions to convey btrace enable/disable errorsMarkus Metzger1-0/+3