summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/inferiors.c
Commit message (Expand)AuthorAgeFilesLines
* Multi-target supportPedro Alves2019-09-061-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove make_cleanup_restore_current_thread from gdbserverTom Tromey2018-02-081-12/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove for_each_inferior_with_dataSimon Marchi2017-12-021-12/+0
* Remove for_each_inferiorSimon Marchi2017-12-021-12/+1
* Remove find_inferiorSimon Marchi2017-12-021-12/+0
* Remove find_inferior_in_randomSimon Marchi2017-12-021-12/+0
* Remove find_inferior_idSimon Marchi2017-12-021-11/+3
* Make process_info::syscalls_to_catch an std::vectorSimon Marchi2017-11-171-6/+2
* Add overloads of for_each_thread/find_thread that filter on pidSimon Marchi2017-10-211-12/+3
* gdbserver: use std::list for all_threadsSimon Marchi2017-10-141-188/+56
* gdbserver: Use std::list for all_processesSimon Marchi2017-10-141-36/+21
* Extend "set cwd" to work on gdbserverSergio Durigan Junior2017-10-041-0/+12
* Implement "set cwd" command on GDBSergio Durigan Junior2017-10-041-0/+11
* Use "switch_to_thread" more thoroughly on gdbserverSergio Durigan Junior2017-09-261-2/+2
* gdbserver: Remove thread_to_gdb_idSimon Marchi2017-09-151-6/+0
* gdbserver: Remove gdb_id_to_thread_idSimon Marchi2017-09-151-8/+0
* gdbserver: Remove duplicate functions to find any thread of processSimon Marchi2017-09-151-13/+1
* gdbserver: Rename some functions, thread -> inferiorSimon Marchi2017-08-251-7/+7
* Remove unused function set_inferior_target_dataSimon Marchi2017-08-241-6/+0
* Share parts of gdb/gdbthread.h with gdbserverSergio Durigan Junior2017-06-071-0/+9
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Get pending events in randomYao Qi2016-10-271-0/+45
* Switch current_thread to lwp's thread in install_software_single_step_breakpo...Yao Qi2016-07-211-0/+12
* Refactor clone_all_breakpointsYao Qi2016-07-211-1/+1
* Implement 'catch syscall' for gdbserverJosh Stone2016-01-121-0/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdbserver crash running gdb.threads/non-ldr-exc-1.expPedro Alves2015-11-301-0/+23
* gdbserver: Reset current_thread when the thread is removed.Aleksandar Ristovski2015-10-161-0/+24
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-6/+2
* gdbserver crashes when multiprocess extensions aren't supportedPedro Alves2015-08-241-0/+8
* Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.expPedro Alves2015-08-211-0/+1
* gdbserver: no point in hiding the regcache type nowadaysPedro Alves2015-08-061-2/+2
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Rename current_inferior as current_thread in gdbserverGary Benson2014-09-161-6/+6
* Straightforward fatal to internal_error conversionsGary Benson2014-08-281-3/+1
* Move stdlib.h to common-defs.hGary Benson2014-08-071-1/+0
* Make all source files include defs.h or server.h firstGary Benson2014-07-301-2/+1
* * inferiors.c (get_first_inferior): Fix buglet.Doug Evans2014-02-201-2/+2
* Add backlink from lwp_info to thread_info.Doug Evans2014-02-191-1/+3
* * inferiors.c (add_thread): Fix whitespace.Doug Evans2014-02-191-1/+1
* Replace code accessing list implementation details with API calls.Doug Evans2014-02-191-14/+56
* Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans2014-02-191-3/+3
* delete thread_id_to_gdb_id, unusedDoug Evans2014-01-151-15/+0
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* [gdbserver] Split a new dll.h file out of server.h.Pedro Alves2013-09-051-0/+1
* [GDBserver] Multi-process + multi-archPedro Alves2013-06-071-1/+0
* Add the gdb remote target operations for branch tracing.Markus Metzger2013-03-111-0/+3