aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/nto-low.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-1026/+0
2020-01-10Multi-target supportPedro Alves1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Use safe_strerror instead of strerror where possibleChristian Biesinger1-2/+2
2019-09-21Move declarations of debug_threads and using_threads to headerChristian Biesinger1-1/+1
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-13GDBserver: Pass process_info pointer to target_killPedro Alves1-1/+3
2018-07-13GDBserver: Pass process_info pointer to target_detach and target_joinPedro Alves1-2/+2
2018-07-03Remove ptid_equalTom Tromey1-2/+2
2018-07-03Remove ptid_get_lwpTom Tromey1-5/+5
2018-07-03Remove ptid_get_pidTom Tromey1-4/+4
2018-07-03Remove ptid_buildTom Tromey1-5/+5
2018-02-09btrace, gdbserver: remove the to_supports_btrace target methodMarkus Metzger1-1/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-15gdbserver: Remove thread_to_gdb_idSimon Marchi1-10/+4
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-3/+7
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-04gdbserver: set ptrace flags after creating inferiorsJosh Stone1-1/+1
2015-10-23Fix nto,spu and win32 builds of GDBServer.Antoine Tremblay1-3/+44
2015-10-16[nto] Fix nto build.Aleksandar Ristovski1-2/+2
2015-09-15[gdbserver] Rename supports_conditional_breakpoints to supports_hardware_sing...Yao Qi1-4/+1
2015-07-24Initialise target descrption after skipping extra traps for --wrapperYao Qi1-0/+1
2015-05-08[gdbserver] Disable conditional breakpoints on no-hardware-single-step targetsYao Qi1-0/+4
2015-03-05Fix Windows/SPU/NTO/Lynx gdbserver buildsPedro Alves1-0/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-10/+10
2014-08-07Move stdarg.h to common-defs.hGary Benson1-1/+0
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves1-16/+33
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-05[gdbserver] Split a new hostio.h file out of server.h.Pedro Alves1-0/+1
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-1/+5
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-05-24gdb/Pedro Alves1-3/+3
2012-05-24gdb/Pedro Alves1-2/+2
2012-04-29gdb/gdbserver:Yao Qi1-0/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-01-062011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>Michael Snyder1-1/+2
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-09-01use xsnprintf instead of snprintf.gdbadmin1-1/+1
2010-08-27 * linux-low.c (linux_unprepare_to_access_memory): Rename to ...Pedro Alves1-1/+1
2010-08-26 * linux-low.c (linux_prepare_to_access_memory): New.Pedro Alves1-0/+2
2010-04-12 gdb/gdbserver/Pedro Alves1-1/+7
2010-04-11 GDBserver disconnected tracing support.Pedro Alves1-0/+1
2010-01-20 * regcache.h (struct thread_info): Forward declare.Pedro Alves1-5/+5
2010-01-01Update copyright year in most headers.Joel Brobecker1-2/+1
2009-07-06 Adding Neutrino gdbserver.Aleksandar Ristovski1-0/+950