summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/lynx-low.c
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of find_inferior in lynx_mournSimon Marchi2017-12-021-15/+1
* gdbserver: use std::list for all_threadsSimon Marchi2017-10-141-7/+3
* gdbserver: Remove thread_to_gdb_idSimon Marchi2017-09-151-7/+7
* C++ify gdb/common/environ.cSergio Durigan Junior2017-06-201-1/+1
* Share fork_inferior et al with gdbserverSergio Durigan Junior2017-06-071-21/+30
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [lynxos] gdbserver hangs when killing inferior from GDBJoel Brobecker2015-12-221-1/+21
* gdbserver: set ptrace flags after creating inferiorsJosh Stone2015-12-041-1/+1
* [LynxOS] GDBserver crash debugging threaded programJoel Brobecker2015-11-231-1/+1
* [gdbserver] Rename supports_conditional_breakpoints to supports_hardware_sing...Yao Qi2015-09-151-4/+1
* Extended-remote follow-execDon Breazeal2015-09-111-0/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* gdbserver: don't pick a random thread if the current thread diesPedro Alves2015-08-211-1/+1
* Initialise target descrption after skipping extra traps for --wrapperYao Qi2015-07-241-0/+1
* Extended-remote Linux follow forkDon Breazeal2015-05-121-0/+1
* Identify remote fork event supportDon Breazeal2015-05-121-0/+2
* [gdbserver] Disable conditional breakpoints on no-hardware-single-step targetsYao Qi2015-05-081-0/+4
* Fix Windows/SPU/NTO/Lynx gdbserver buildsPedro Alves2015-03-051-0/+4
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-6/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Use PTRACE_SINGLESTEP_ONE when single-stepping one thread.Joel Brobecker2014-12-151-3/+4
* [gdbserver/lynx] spurious failure to write in inferior memoryJoel Brobecker2014-11-171-5/+7
* Rename current_inferior as current_thread in gdbserverGary Benson2014-09-161-8/+8
* [GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves2014-05-201-0/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* [gdbserver/LynxOS]: Incomplete thread list after --attachJoel Brobecker2013-10-011-1/+37
* PR server/15604Jan Kratochvil2013-08-281-0/+3
* [GDBserver] Multi-process + multi-archPedro Alves2013-06-071-0/+3
* [gdbserver/lynx178]: Fix null_ptid -vs- minus_one_ptid confusion in commentJoel Brobecker2013-05-171-5/+5
* gdbserver/lynx178: spurious SIG61 signal when resuming inferior.Joel Brobecker2013-05-171-13/+45
* Simplifly ptrace_request_to_str's implementation...Joel Brobecker2013-01-071-147/+52
* Add ptrace error handling in lynx_resumeJoel Brobecker2013-01-071-0/+4
* LynxOS: Resume the same thread when receiving a thread create/exit event.Joel Brobecker2013-01-071-4/+7
* Delete unused variable in lynx_resumeJoel Brobecker2013-01-071-2/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* lynx-low: Add debug trace when new thread is discovered.Joel Brobecker2012-12-171-1/+5
* Add PTRACE_GETTRACESIG handling in ptrace_request_to_strJoel Brobecker2012-12-171-0/+3
* Delete unused variable in lynx_attach.Joel Brobecker2012-12-171-2/+1
* remove unused variable in lynx_create_inferior.Joel Brobecker2012-12-171-2/+1
* lynx-low.c: PTRACE_GETTHREADLIST may not be defined.Joel Brobecker2012-12-171-0/+2
* 2012-11-15 Pierre Muller <muller@sourceware.org>Pierre Muller2012-11-151-1/+1
* gdb/Pedro Alves2012-05-241-1/+1
* gdb/Pedro Alves2012-05-241-3/+3
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* [LynxOS] Remove handling of PTRACE_* values removed in Lynx5.Joel Brobecker2010-09-131-40/+0
* [LynxOS] Include sys/ptrace.h instead of ptrace.h.Joel Brobecker2010-09-131-1/+1
* gdbserver support for powerpc-lynxos (4.x)Joel Brobecker2010-09-011-0/+810