aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/gdbthread.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Avoid shadowing in gdbserverTom Tromey1-2/+2
2018-02-08Remove make_cleanup_restore_current_thread from gdbserverTom Tromey1-3/+0
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-19Remove usage of find_inferior in iterate_over_lwpsSimon Marchi1-0/+12
2017-10-21Add overloads of for_each_thread/find_thread that filter on pidSimon Marchi1-0/+25
2017-10-14gdbserver: use std::list for all_threadsSimon Marchi1-8/+83
2017-10-14gdbserver: Use std::list for all_processesSimon Marchi1-0/+24
2017-09-26Use "switch_to_thread" more thoroughly on gdbserverSergio Durigan Junior1-0/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-07-21Switch current_thread to lwp's thread in install_software_single_step_breakpo...Yao Qi1-0/+3
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/+4
2015-08-06gdbserver: no point in hiding the regcache type nowadaysPedro Alves1-1/+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-1/+1
2014-07-31Do not include defs.h or server.h in any header fileGary Benson1-1/+0
2014-02-19Add backlink from lwp_info to thread_info.Doug Evans1-1/+1
2014-02-19Replace code accessing list implementation details with API calls.Doug Evans1-0/+2
2014-02-19Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans1-1/+4
2014-01-22 * gdbthread.h (gdb_id_to_thread): Delete, unused.Doug Evans1-1/+1
2014-01-08[remote/gdbserver] Don't lose signals when reconnecting.Pedro Alves1-0/+3
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-05[gdbserver] Split a new inferiors.h file out of server.h.Pedro Alves1-0/+1
2013-03-11Add the gdb remote target operations for branch tracing.Markus Metzger1-0/+5
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-09gdb/gdbserver:Yao Qi1-0/+2
2012-04-29gdb/gdbserver:Yao Qi1-0/+71