aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/lynx-low.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-1/+0
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-01-25Normalize includes to use common/Tom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-29Fix use-after-free in gdbserverTom Tromey1-1/+1
2018-07-13GDBserver: Pass process_info pointer to target_killPedro Alves1-7/+2
2018-07-13GDBserver: Pass process_info pointer to target_detach and target_joinPedro Alves1-8/+3
2018-07-03Remove ptid_equalTom Tromey1-3/+3
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-2/+2
2018-07-03Remove ptid_buildTom Tromey1-8/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-02Remove usage of find_inferior in lynx_mournSimon Marchi1-15/+1
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi1-7/+3
2017-09-15gdbserver: Remove thread_to_gdb_idSimon Marchi1-7/+7
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-1/+1
2017-06-07Share fork_inferior et al with gdbserverSergio Durigan Junior1-21/+30
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-22[lynxos] gdbserver hangs when killing inferior from GDBJoel Brobecker1-1/+21
2015-12-04gdbserver: set ptrace flags after creating inferiorsJosh Stone1-1/+1
2015-11-23[LynxOS] GDBserver crash debugging threaded programJoel Brobecker1-1/+1
2015-09-15[gdbserver] Rename supports_conditional_breakpoints to supports_hardware_sing...Yao Qi1-4/+1
2015-09-11Extended-remote follow-execDon Breazeal1-0/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-08-21gdbserver: don't pick a random thread if the current thread diesPedro Alves1-1/+1
2015-07-24Initialise target descrption after skipping extra traps for --wrapperYao Qi1-0/+1
2015-05-12Extended-remote Linux follow forkDon Breazeal1-0/+1
2015-05-12Identify remote fork event supportDon Breazeal1-0/+2
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-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-6/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-15Use PTRACE_SINGLESTEP_ONE when single-stepping one thread.Joel Brobecker1-3/+4
2014-11-17[gdbserver/lynx] spurious failure to write in inferior memoryJoel Brobecker1-5/+7
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson1-8/+8
2014-05-20[GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves1-0/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-10-01[gdbserver/LynxOS]: Incomplete thread list after --attachJoel Brobecker1-1/+37
2013-08-28PR server/15604Jan Kratochvil1-0/+3
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-0/+3
2013-05-17[gdbserver/lynx178]: Fix null_ptid -vs- minus_one_ptid confusion in commentJoel Brobecker1-5/+5
2013-05-17gdbserver/lynx178: spurious SIG61 signal when resuming inferior.Joel Brobecker1-13/+45
2013-01-07Simplifly ptrace_request_to_str's implementation...Joel Brobecker1-147/+52
2013-01-07Add ptrace error handling in lynx_resumeJoel Brobecker1-0/+4
2013-01-07LynxOS: Resume the same thread when receiving a thread create/exit event.Joel Brobecker1-4/+7
2013-01-07Delete unused variable in lynx_resumeJoel Brobecker1-2/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-17lynx-low: Add debug trace when new thread is discovered.Joel Brobecker1-1/+5
2012-12-17Add PTRACE_GETTRACESIG handling in ptrace_request_to_strJoel Brobecker1-0/+3