aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/inferiors.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-07Move gdbserver to top levelTom Tromey1-147/+0
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-02-07Normalize include guards in gdbTom Tromey1-3/+3
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-02Remove for_each_inferior_with_dataSimon Marchi1-4/+0
2017-12-02Remove for_each_inferiorSimon Marchi1-2/+0
2017-12-02Remove find_inferiorSimon Marchi1-2/+0
2017-12-02Remove find_inferior_in_randomSimon Marchi1-3/+0
2017-12-02Remove find_inferior_idSimon Marchi1-2/+0
2017-11-17Make process_info::syscalls_to_catch an std::vectorSimon Marchi1-8/+12
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi1-61/+13
2017-10-14gdbserver: Use std::list for all_processesSimon Marchi1-10/+50
2017-09-15gdbserver: Remove thread_to_gdb_idSimon Marchi1-2/+0
2017-09-15gdbserver: Remove gdb_id_to_thread_idSimon Marchi1-1/+0
2017-08-25gdbserver: Rename some functions, thread -> inferiorSimon Marchi1-3/+3
2017-08-24Remove unused function set_inferior_target_dataSimon Marchi1-1/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-27Get pending events in randomYao Qi1-0/+5
2016-07-21Refactor clone_all_breakpointsYao Qi1-1/+1
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone1-0/+6
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-24gdbserver crashes when multiprocess extensions aren't supportedPedro Alves1-0/+3
2015-08-06gdbserver: no point in hiding the regcache type nowadaysPedro Alves1-2/+3
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-1/+1
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-2/+2
2014-02-27Teach GDBserver's Linux backend about no unwaited-for children (TARGET_WAITKI...Pedro Alves1-0/+22
2014-02-20Remove all_lwps global.Doug Evans1-0/+4
2014-02-19Replace code accessing list implementation details with API calls.Doug Evans1-0/+11
2014-02-19Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans1-1/+4
2014-01-15delete thread_id_to_gdb_id, unusedDoug Evans1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-05Add missing new files from these previous commits:Pedro Alves1-0/+114