summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/inferiors.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-02Remove for_each_inferior_with_dataSimon Marchi
2017-12-02Remove for_each_inferiorSimon Marchi
2017-12-02Remove find_inferiorSimon Marchi
2017-12-02Remove find_inferior_in_randomSimon Marchi
2017-12-02Remove find_inferior_idSimon Marchi
2017-11-17Make process_info::syscalls_to_catch an std::vectorSimon Marchi
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi
2017-10-14gdbserver: Use std::list for all_processesSimon Marchi
2017-09-15gdbserver: Remove thread_to_gdb_idSimon Marchi
2017-09-15gdbserver: Remove gdb_id_to_thread_idSimon Marchi
2017-08-25gdbserver: Rename some functions, thread -> inferiorSimon Marchi
2017-08-24Remove unused function set_inferior_target_dataSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-27Get pending events in randomYao Qi
2016-07-21Refactor clone_all_breakpointsYao Qi
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-08-24gdbserver crashes when multiprocess extensions aren't supportedPedro Alves
2015-08-06gdbserver: no point in hiding the regcache type nowadaysPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-09-16Rename current_inferior as current_thread in gdbserverGary Benson
2014-02-27Teach GDBserver's Linux backend about no unwaited-for children (TARGET_WAITKI...Pedro Alves
2014-02-20Remove all_lwps global.Doug Evans
2014-02-19Replace code accessing list implementation details with API calls.Doug Evans
2014-02-19Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans
2014-01-15delete thread_id_to_gdb_id, unusedDoug Evans
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-09-05Add missing new files from these previous commits:Pedro Alves