aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/inferiors.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Rename common to gdbsupportTom Tromey1-3/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-02-08Remove make_cleanup_restore_current_thread from gdbserverTom Tromey1-12/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-02Remove for_each_inferior_with_dataSimon Marchi1-12/+0
2017-12-02Remove for_each_inferiorSimon Marchi1-12/+1
2017-12-02Remove find_inferiorSimon Marchi1-12/+0
2017-12-02Remove find_inferior_in_randomSimon Marchi1-12/+0
2017-12-02Remove find_inferior_idSimon Marchi1-11/+3
2017-11-17Make process_info::syscalls_to_catch an std::vectorSimon Marchi1-6/+2
2017-10-21Add overloads of for_each_thread/find_thread that filter on pidSimon Marchi1-12/+3
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi1-188/+56
2017-10-14gdbserver: Use std::list for all_processesSimon Marchi1-36/+21
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior1-0/+12
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior1-0/+11
2017-09-26Use "switch_to_thread" more thoroughly on gdbserverSergio Durigan Junior1-2/+2
2017-09-15gdbserver: Remove thread_to_gdb_idSimon Marchi1-6/+0
2017-09-15gdbserver: Remove gdb_id_to_thread_idSimon Marchi1-8/+0
2017-09-15gdbserver: Remove duplicate functions to find any thread of processSimon Marchi1-13/+1
2017-08-25gdbserver: Rename some functions, thread -> inferiorSimon Marchi1-7/+7
2017-08-24Remove unused function set_inferior_target_dataSimon Marchi1-6/+0
2017-06-07Share parts of gdb/gdbthread.h with gdbserverSergio Durigan Junior1-0/+9
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-27Get pending events in randomYao Qi1-0/+45
2016-07-21Switch current_thread to lwp's thread in install_software_single_step_breakpo...Yao Qi1-0/+12
2016-07-21Refactor clone_all_breakpointsYao Qi1-1/+1
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone1-0/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-30gdbserver crash running gdb.threads/non-ldr-exc-1.expPedro Alves1-0/+23
2015-10-16gdbserver: Reset current_thread when the thread is removed.Aleksandar Ristovski1-0/+24
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-6/+2
2015-08-24gdbserver crashes when multiprocess extensions aren't supportedPedro Alves1-0/+8
2015-08-21Fix gdbserver crash exposed by gdb.threads/process-dies-while-handling-bp.expPedro Alves1-0/+1
2015-08-06gdbserver: no point in hiding the regcache type nowadaysPedro Alves1-2/+2
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-6/+6
2014-08-28Straightforward fatal to internal_error conversionsGary Benson1-3/+1
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-07-30Make all source files include defs.h or server.h firstGary Benson1-2/+1
2014-02-20* inferiors.c (get_first_inferior): Fix buglet.Doug Evans1-2/+2
2014-02-19Add backlink from lwp_info to thread_info.Doug Evans1-1/+3
2014-02-19* inferiors.c (add_thread): Fix whitespace.Doug Evans1-1/+1
2014-02-19Replace code accessing list implementation details with API calls.Doug Evans1-14/+56
2014-02-19Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans1-3/+3
2014-01-15delete thread_id_to_gdb_id, unusedDoug Evans1-15/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-05[gdbserver] Split a new dll.h file out of server.h.Pedro Alves1-0/+1
2013-06-07[GDBserver] Multi-process + multi-archPedro Alves1-1/+0
2013-03-11Add the gdb remote target operations for branch tracing.Markus Metzger1-0/+3
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1