summaryrefslogtreecommitdiff
path: root/gdb/nat
Commit message (Expand)AuthorAgeFilesLines
* Disable record btrace bts support for AMD processorsKevin Buettner2020-05-141-0/+6
* Fix Windows debugging regressionTom Tromey2020-04-241-0/+5
* Fix Cygwin gdb buildTom Tromey2020-04-162-20/+9
* Fix debugging of WOW64 processesHannes Domani2020-04-102-3/+12
* Make last_wait_event staticTom Tromey2020-04-082-9/+9
* Move wait_for_debug_event to nat/windows-nat.cTom Tromey2020-04-082-0/+15
* Introduce fetch_pending_stopTom Tromey2020-04-082-0/+35
* Share some inferior-related Windows codeTom Tromey2020-04-082-0/+59
* Share handle_exceptionTom Tromey2020-04-082-0/+195
* Share handle_load_dll and handle_unload_dll declarationsTom Tromey2020-04-081-0/+19
* Normalize handle_output_debug_string APITom Tromey2020-04-081-0/+11
* Share some Windows-related globalsTom Tromey2020-04-082-1/+69
* Share get_image_name between gdb and gdbserverTom Tromey2020-04-082-0/+64
* Share thread_rec between gdb and gdbserverTom Tromey2020-04-081-0/+21
* Wrap shared windows-nat code in windows_nat namespaceTom Tromey2020-04-082-0/+10
* Call CloseHandle from ~windows_thread_infoTom Tromey2020-04-082-0/+7
* Handle pending stops from the Windows kernelTom Tromey2020-04-082-0/+6
* Share Windows thread-suspend and -resume codeTom Tromey2020-04-082-0/+66
* Make windows_thread_info::name a unique_xmalloc_ptrTom Tromey2020-04-081-6/+1
* Change two windows_thread_info members to "bool"Tom Tromey2020-04-081-3/+6
* Use new and delete for windows_thread_infoTom Tromey2020-04-081-6/+20
* Share windows_thread_info between gdb and gdbserverTom Tromey2020-04-081-0/+66
* gdb: remove HAVE_DECL_PTRACESimon Marchi2020-03-201-8/+0
* [AArch64] When unavailable, fetch VG from ptrace.Luis Machado2020-03-191-3/+18
* gdb/riscv: Update API for looking up target descriptionsAndrew Burgess2020-02-192-7/+8
* RISC-V/Linux/native: Factor out target description determinationMaciej W. Rozycki2020-02-052-0/+110
* gdb: fix darwin-nat.c build / adapt to multi-targetSimon Marchi2020-01-232-3/+5
* Fix some spelling errors.Christian Biesinger2020-01-161-1/+1
* Remove use of <config.h> from gdb/nat/Tom Tromey2020-01-143-24/+0
* Move gdbsupport to the top levelTom Tromey2020-01-143-0/+24
* Multi-target supportPedro Alves2020-01-102-5/+8
* Update copyright year range in all GDB files.Joel Brobecker2020-01-0140-40/+40
* 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