summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/lynx-low.c
Commit message (Expand)AuthorAgeFilesLines
* Move gdbserver to top levelTom Tromey2020-02-071-776/+0
* Multi-target supportPedro Alves2020-01-101-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use safe_strerror instead of strerror where possibleChristian Biesinger2019-11-261-1/+1
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-1/+0
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* Normalize includes to use common/Tom Tromey2019-01-251-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix use-after-free in gdbserverTom Tromey2018-11-291-1/+1
* GDBserver: Pass process_info pointer to target_killPedro Alves2018-07-131-7/+2
* GDBserver: Pass process_info pointer to target_detach and target_joinPedro Alves2018-07-131-8/+3
* Remove ptid_equalTom Tromey2018-07-031-3/+3
* Remove ptid_get_lwpTom Tromey2018-07-031-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-2/+2
* Remove ptid_buildTom Tromey2018-07-031-8/+8
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* 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