aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
Commit message (Expand)AuthorAgeFilesLines
* Use ctime_r and localtime_r for threadsafetyChristian Biesinger2019-11-151-1/+5
* Use getpwuid_r instead of getpwuidChristian Biesinger2019-11-111-1/+4
* Use strtok_r instead of strtokChristian Biesinger2019-11-061-9/+10
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* gdb: Remove vec.{c,h} and update code to not include vec.hAndrew Burgess2019-10-151-1/+0
* gdb: Remove whitespace in 'std::vector <...>'Andrew Burgess2019-10-031-2/+2
* Fix type of startup_with_shell in gdbserverTom Tromey2019-10-021-20/+0
* gdb: Remove a VEC from gdbsupport/btrace-common.hAndrew Burgess2019-10-021-8/+8
* Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior2019-09-264-212/+18
* Improve ptrace-error detection on Linux targetsSergio Durigan Junior2019-09-264-18/+212
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-3/+0
* Change boolean options to bool instead of intChristian Biesinger2019-09-183-4/+4
* Remove "\nError: " suffix from nat/fork-inferior.c:trace_start_error warning ...Sergio Durigan Junior2019-08-301-1/+1
* Fix compiler warning in linux-namespaces.cChristian Biesinger2019-08-271-1/+1
* Rename common to gdbsupportTom Tromey2019-07-0923-50/+50
* Remove linux-waitpid.c debugging codeTom Tromey2019-06-111-33/+1
* Remove newlines from warningsTom Tromey2019-06-101-1/+1
* gdbserver: Ensure all debug output uses debug functionsAlan Hayward2019-04-171-1/+1
* AArch64 SVE: Support changing vector lengths for ptraceAlan Hayward2019-04-152-46/+58
* Change iterate_over_lwps to take a gdb::function_viewTom Tromey2019-03-123-25/+17
* Remove last cleanup from linux-namespaces.cTom Tromey2019-03-061-26/+15
* Add ATTRIBUTE_UNUSED_RESULT to scoped_mmapTom Tromey2019-03-051-6/+3
* Normalize include guards in gdbTom Tromey2019-02-0723-68/+75
* Normalize includes to use common/Tom Tromey2019-01-2522-44/+44
* AArch64: Ensure lwp info is created zeroedAlan Hayward2019-01-231-1/+1
* 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