aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Wrap shared windows-nat code in windows_nat namespaceTom Tromey2-0/+10
2020-04-08Call CloseHandle from ~windows_thread_infoTom Tromey2-0/+7
2020-04-08Handle pending stops from the Windows kernelTom Tromey2-0/+6
2020-04-08Share Windows thread-suspend and -resume codeTom Tromey2-0/+66
2020-04-08Make windows_thread_info::name a unique_xmalloc_ptrTom Tromey1-6/+1
2020-04-08Change two windows_thread_info members to "bool"Tom Tromey1-3/+6
2020-04-08Use new and delete for windows_thread_infoTom Tromey1-6/+20
2020-04-08Share windows_thread_info between gdb and gdbserverTom Tromey1-0/+66
2020-03-20gdb: remove HAVE_DECL_PTRACESimon Marchi1-8/+0
2020-03-19[AArch64] When unavailable, fetch VG from ptrace.Luis Machado1-3/+18
2020-02-19gdb/riscv: Update API for looking up target descriptionsAndrew Burgess2-7/+8
2020-02-05RISC-V/Linux/native: Factor out target description determinationMaciej W. Rozycki2-0/+110
2020-01-23gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi2-3/+5
2020-01-16Fix some spelling errors.Christian Biesinger1-1/+1
2020-01-14Remove use of <config.h> from gdb/nat/Tom Tromey3-24/+0
2020-01-14Move gdbsupport to the top levelTom Tromey3-0/+24
2020-01-10Multi-target supportPedro Alves2-5/+8
2020-01-01Update copyright year range in all GDB files.Joel Brobecker40-40/+40
2019-11-15Use ctime_r and localtime_r for threadsafetyChristian Biesinger1-1/+5
2019-11-11Use getpwuid_r instead of getpwuidChristian Biesinger1-1/+4
2019-11-06Use strtok_r instead of strtokChristian Biesinger1-9/+10
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-15gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess1-1/+0
2019-10-03gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess1-2/+2
2019-10-02Fix type of startup_with_shell in gdbserverTom Tromey1-20/+0
2019-10-02gdb: Remove a VEC from gdbsupport/btrace-common.hAndrew Burgess1-8/+8
2019-09-26Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior4-212/+18
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior4-18/+212
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-3/+0
2019-09-18Change boolean options to bool instead of intChristian Biesinger3-4/+4
2019-08-30Remove "\nError: " suffix from nat/fork-inferior.c:trace_start_error warning ...Sergio Durigan Junior1-1/+1
2019-08-27Fix compiler warning in linux-namespaces.cChristian Biesinger1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey23-50/+50
2019-06-11Remove linux-waitpid.c debugging codeTom Tromey1-33/+1
2019-06-10Remove newlines from warningsTom Tromey1-1/+1
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